[RULE] First install log for 0.4.7 on rule-115
Richard Kweskin
rkwesk at hellug.gr
Sat Feb 26 12:01:41 EET 2005
Hello All
Here is the install log on the minimal install using Slinky 0.4.7 on box rule-115:
Configuration file exists:
==============================================
#!/bin/sh
## Copyright (C) 2002 Michael Fratoni
## Customized by Ingo - 26. Aug. 2003
## <Devon at tuxfan.homeip.net>
## Copyright (C) The "RULE" project
## http://www.freesoftware.fsf.org/rule
## This program is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License
## as published by the Free Software Foundation; either version 2
## of the License, or (at your option) any later version.
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
## The GNU General Public License is also available online:
## http://www.gnu.org/licenses/gpl.html
#############################################################################
## This is the configuration file for the slinky installer.
## Variables which are defined in this file will be used during
## installation. Variables not defined here will be prompted for
## by the installer.
## Variables
## Uncomment and edit these variables for your specific needs.
## Please, uncomment only one in each section!
## Lines containing a single # are the valid options.
#############################################################################
echo == Start: $0
## What distribution would you like to install?
# distri=RedHat not supported any more
distri=Fedora
## What version of Red Hat or Fedora Linux would you like to install?
# version="8.0" # RH not supported any more
# version="9" # RH not supported any more
# version="2" # Fedora FC2
version="3" # Fedora FC3
## ******** Next define ******** ##
## There are no stage2 scripts any more, as of 0.4.05 there is only one stage
## Where can the installer find it's second stage scripts?
## If installing via floppies, then
# stage2="floppy"
## If you have burned the slinky.iso to a cdrom:
# stage2="cdrom"
## ******** Next define ******** ##
## Installation method. Where will the installer find the rpm packages?
## FTPrpm installs.*User must bring up network manually*
# method="ftprpms"
## NFSrpm installs. *User must bring up network manually*
## All rpm packages must be in the same exported_directory/Fedora/RPMS
# method="nfsrpms"
## NFSiso installs. *User must bring up network manually*
## All ISOs must be in the same exported_directory
# method="nfsiso"
## image installs
## ISO files must be available on a local hardrive, and
## must be on a partition that will not be used in the install.
# method="iso"
## name of the first disc of Fedora
fc2_disc1=FC2-i386-disc1.iso
fc3_disc1=FC3-i386-disc1.iso
## RPM installs
## RPM files must be available on a local hardrive, and
## must be on a partition that will not be used in the install.
# method="rpms"
## CDROM installs
## Install via local CDROM drive.
## This is the default!
# method="cdrom"
## ******** Next define ******** ##
## What type of filesystems shall we create?
## ext2 and ext3 are supported.
fstype="ext3"
# fstype="ext2"
## ******** Next define ******** ##
## What disk device shall we install on?
## Examples:
## /dev/hda for the first hard drive on the primary IDE controller.
## /dev/hdb for the second drive on the primary IDE controller.
## /dev/hdc for the first hard drive on the secondary IDE controller.
## /dev/hdd for the first hard drive on the secondary IDE controller.
## /dev/sda for the first SCSI drive, etc.
## Note /dev/ is prepended by the installer, do not add it here!
## SELECT ONLY ONE!
# device="hda"
# device="hdb"
# device="hdc"
# device="hdd"
# device="sda"
# device="sdb"
# device="sdc"
# device="sdd"
## ******** Next define ******** ##
## Use additional devices for this installation? If you want
## to use another device, uncomment "use_additional_device="yes"", and
## select the device here.
## Do NOT select the same device selected above!
# use_additional_device="yes"
## Select the device if you uncommented the above line.
## SELECT ONLY ONE!
# device2="hda"
# device2="hdb"
# device2="hdc"
# device2="hdd"
# device2="sda"
# device2="sdb"
# device2="sdc"
# device2="sdd"
## ******** Next define ******** ##
## If you selected multiple drives above, which drive should the
## installer consider bootable? We need to know to install lilo
## later. You can choose NOT to install lilo later in the config file.
## Note /dev/ is prepended by the installer, do not add it here!
lilo_dev="hda"
## ******** Next define ******** ##
## There is only one partition tool available: busybox-fdisk
## The installer can allow you to partition the above devices.
## Select a partition tool here, or set it to "none" to skip partitioning.
## Note that you must have at least one linux partition, and one swap partition.
partition_tool="fdisk"
# partition_tool="cfdisk"
# partition_tool="none"
## ******** Next define ******** ##
## Define which partition should be mounted as "/"
## This partition must either exist, or be created
## with a partitioning tool during install.
# ROOT_PART="hda1"
# ROOT_PART="hda2"
# ROOT_PART="hdb1"
# ROOT_PART="hdb2"
## etc. Select one of the above, or edit one as required.
## ******** Next define ******** ##
## Shall we format the / partition? It is strongly suggested
## that you allow the root device to be formatted during
## installation. This is here only to allow the option of not
## formatting in certain situations. Uncomment this to skip
## formatting.
## Big Fat Warning!
## If you uncomment and set SKIP_FORMAT_ROOT=0, the installer
## will format your / partition without further prompting.
## Please be careful!
## 0 = format without prompting, 1 = skip formatting
## Leave commented, and the installer will ask about formatting.
# SKIP_FORMAT_ROOT=1
## ******** Next define ******** ##
## FIXME
## Individual mount points must be entered during install.
## Deal with it! ;)
## ******** Next define ******** ##
## The following defines are for stage 2, and must be exported.
## locale support
## Configure languages to install here.
## A list of allowable values is:
## af:sq:ar:eu:be:bs:br:ca:zh:kw:hr:cs:da:nl:en:et:fo:fi:fr:gl:de:el:kl:he
## hi:hu:is:id:ga:it:ja:ko:lv:lt:mk:ms:mt:gv:mr:se:no:nn:oc:fa:pl:pt:ro:ru
## sr:sk:sl:es:sv:tl:ta:te:th:tr:uk:ur:uz:wa
## Default is to install all locales.
## Uncomment and edit the following to install only specific locales.
## This must be a colin (:) separated list.
export LANGS="en:de:fr"
## List of predefined package subsets to install.
## Uncomment each subset you want to install.
## Uncomment the next line if you want to use any of the
## following predefined packages.
export use_package_set="yes"
## Then select individual packages below.
## Laptop support packages.
# export LAPTOP="1"
## Networking support packages.
export NETWORK="1"
## Dialup networking support packages.
# export DIALUP="1"
## DHCP client support packages.
# export DHCP="1"
## Various web tools and communication packages.
export WEBTOOLS="1"
## Openssh server packages
export OPENSSH="1"
## Sendmail server packages.
export SENDMAIL="1"
#########################################
## Packages below are only for Red Hat 9!
#########################################
## TinyX packages (Xservers and fluxbox window manager)
# export TINYX="1"
## AbiWord packages (Word processor)
# export ABIWORD="1"
## Mozilla packages (Web Browser)
# export MOZILLA="1"
## OpenOffice Packages (Office Suite)
# export OPENOFFICE="1"
## Printing (cups) packages
export PRINTING="1"
## Date/time configuration packages
## export DATECONFIG="1"
#################################
## End Red Hat 9 only limitation
#################################
#################################################
## Do not enable the following X related packages
## if you selected TinyX above.
#################################################
## Basic X server packages.
export XFREE86="1"
## Basic KDE desktop packages
# export KDE="1"
## Basic Gnome desktop packages.
# export GNOME="1"
## ******** Next define ******** ##
## Select a hostname for this machine.
## Only used if networking is installed.
# export hostname="ruler"
## ******** Next define ******** ##
## If on a network, and you need to use a gateway, define it here.
# export gateway="192.168.0.3"
==============================================
End configuration file.
Fri Feb 25 03:46:36 UTC 2005 Slinky installer starting.
Command line used:
initrd=rootfs.gz ramdisk_size=2048 root=/dev/ram0 rw BOOT_IMAGE=vmlinuz ide=nodma
Processor info:
processor : 0 vendor_id : GenuineIntel cpu family : 5 model : 2 model name : Pentium 75 - 200
Memory info:
MemTotal: 30240 kB MemFree: 26208 kB Buffers: 2048 kB Cached: 364 kB SwapCached: 0 kB
==Fedora== Linux version <3> selected
==Fedora== Linux version <3> selected
User selected cdrom install type.
CD probe=hdb
CDROM_DEV=/dev/hdb
Filesystem type selected = ext3
file system options = -j -q -m 3
Available devices = hda
PART_DEV= /dev/hda
INSTALL_DEV= /dev/hda
partition_tool=fdisk
SWAP_DEV=/dev/hda1
Available partitions = hda5
############# FDISK OUTPUT ###############
Disk /dev/hda: 2111 MB, 2111864832 bytes
64 heads, 63 sectors/track, 1023 cylinders
Units = cylinders of 4032 * 512 = 2064384 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 79 159232+ 82 Linux swap
/dev/hda2 80 1023 1903104 5 Extended
/dev/hda5 * 80 1023 1903072+ 83 Linux
########### END FDISK OUTPUT #############
ROOT_PART_SELECTED=hda5
ROOT_DEV=/dev/hda5
Preparing... ##################################################
libgcc ##################################################
setup ##warning: /etc/aliases created as /etc/aliases.rpmnew
##warning: /etc/bashrc created as /etc/bashrc.rpmnew
#warning: /etc/csh.cshrc created as /etc/csh.cshrc.rpmnew
#warning: /etc/csh.login created as /etc/csh.login.rpmnew
warning: /etc/environment created as /etc/environment.rpmnew
warning: /etc/exports created as /etc/exports.rpmnew
warning: /etc/filesystems created as /etc/filesystems.rpmnew
#warning: /etc/group created as /etc/group.rpmnew
warning: /etc/host.conf created as /etc/host.conf.rpmnew
warning: /etc/hosts.allow created as /etc/hosts.allow.rpmnew
#warning: /etc/hosts.deny created as /etc/hosts.deny.rpmnew
#warning: /etc/inputrc saved as /etc/inputrc.rpmorig
warning: /etc/motd saved as /etc/motd.rpmorig
#warning: /etc/passwd created as /etc/passwd.rpmnew
warning: /etc/printcap created as /etc/printcap.rpmnew
##warning: /etc/profile created as /etc/profile.rpmnew
#######warning: /etc/protocols saved as /etc/protocols.rpmorig
warning: /etc/securetty created as /etc/securetty.rpmnew
##########################warning: /etc/services created as /etc/services.rpmnew
warning: /etc/shells created as /etc/shells.rpmnew
#####
warning: /var/log/lastlog created as /var/log/lastlog.rpmnew
filesystem ##################################################
hwdata ##################################################
basesystem ##################################################
tzdata ##################################################
glibc-common ##################################################
glibc warning: /etc/default/nss created as /etc/default/nss.rpmnew
warning: /etc/ld.so.conf created as /etc/ld.so.conf.rpmnew
warning: /etc/localtime created as /etc/localtime.rpmnew
warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew
warning: /etc/rpc saved as /etc/rpc.rpmorig
############################################warning: /usr/lib/gconv/gconv-modules created as /usr/lib/gconv/gconv-modules.rpmnew
######
libselinux ##################################################
chkconfig ##################################################
mktemp ##################################################
e2fsprogs ##################################################
popt ##################################################
shadow-utils warning: /etc/default/useradd saved as /etc/default/useradd.rpmorig
warning: /etc/login.defs saved as /etc/login.defs.rpmorig
##################################################
zlib ##################################################
glib2 ##################################################
bzip2-libs ##################################################
elfutils-libelf ##################################################
expat ##################################################
libattr ##################################################
libsepol ##################################################
libstdc++ ##################################################
db4 ##################################################
tcp_wrappers ##################################################
libacl ##################################################
beecrypt ##################################################
gdbm ##################################################
rpm-libs ##################################################
checkpolicy ##################################################
device-mapper ##################################################
ethtool ##################################################
hesiod ##################################################
iputils ##################################################
libcap ##################################################
mingetty ##################################################
pcre ##################################################
usbutils ##################################################
termcap ##################################################
warning: /etc/termcap saved as /etc/termcap.rpmorig
libtermcap ##################################################
bash ######warning: /etc/skel/.bash_logout created as /etc/skel/.bash_logout.rpmnew
warning: /etc/skel/.bash_profile created as /etc/skel/.bash_profile.rpmnew
warning: /etc/skel/.bashrc created as /etc/skel/.bashrc.rpmnew
############################################
ncurses ##################################################
info ##################################################
install-info: No such file or directory for /usr/share/info/info-stnd.info.gz
error: %post(info-4.7-5.i386) scriptlet failed, exit status 1
grep ##################################################
sed ##################################################
install-info: No such file or directory for /usr/share/info/sed.info.gz
error: %post(sed-4.1.2-4.i386) scriptlet failed, exit status 1
findutils ##################################################
install-info: No such file or directory for /usr/share/info/find.info.gz
error: %post(findutils-4.1.20-7.i386) scriptlet failed, exit status 1
gawk ##################################################
readline ##################################################
install-info: No such file or directory for /usr/share/info/history.info.gz
install-info: No such file or directory for /usr/share/info/readline.info.gz
error: %post(readline-4.3-13.i386) scriptlet failed, exit status 1
psmisc ##################################################
cracklib ##################################################
dbus ##################################################
dbus-glib ##################################################
MAKEDEV ##################################################
cpio ##################################################
install-info: No such file or directory for /usr/share/info/cpio.info.gz
error: %post(cpio-2.5-7.i386) scriptlet failed, exit status 1
diffutils ##################################################
install-info: No such file or directory for /usr/share/info/diff.info.gz
tar ##################################################
install-info: No such file or directory for /usr/share/info/tar.info.gz
error: %post(tar-1.14-4.i386) scriptlet failed, exit status 1
less ##################################################
gzip ##################################################
install-info: No such file or directory for /usr/share/info/gzip.info.gz
error: %post(gzip-1.3.3-13.i386) scriptlet failed, exit status 1
crontabs ##################################################
fedora-release ##################################################
hotplug ##################################################
iproute ##################################################
net-tools ##################################################
procmail ##################################################
words ##################################################
cracklib-dicts ##################################################
slang ##################################################
newt ##################################################
vim-minimal ##################################################
fedora-logos ##################################################
grub ##################################################
install-info: No such file or directory for /usr/share/info/grub.info.gz
install-info: No such file or directory for /usr/share/info/multiboot.info.gz
error: %post(grub-0.95-3.i386) scriptlet failed, exit status 1
ntsysv ##################################################
anacron ##################################################
tmpwatch ##################################################
ftp ##################################################
time ##################################################
install-info: No such file or directory for /usr/share/info/time.info.gz
error: %post(time-1.7-25.i386) scriptlet failed, exit status 1
statserial ##################################################
bzip2 ##################################################
lockdev ##################################################
logrotate ##################################################
slocate ##################################################
gmp ##################################################
attr ##################################################
rsync ##################################################
audit ##################################################
hdparm ##################################################
libgpg-error ##################################################
libusb ##################################################
mailx ##################################################
pam_passwdqc ##################################################
pam_smb ##################################################
schedutils ##################################################
setarch ##################################################
setserial ##################################################
symlinks ##################################################
rootfiles ##################################################
mailcap ##################################################
coreutils ##################################################
grep: /usr/share/info/dir: No such file or directory
pam ##################################################
krb5-libs ##################################################
openssl ##################################################
util-linux ##################################################
install-info: No such file or directory for /usr/share/info/ipc.info*
error: %post(util-linux-2.12a-16.i386) scriptlet failed, exit status 1
udev ##################################################
module-init-tools ##################################################
perl ##################################################
policycoreutils ##################################################
bind-libs ##################################################
SysVinit ##################################################
telinit: timeout opening/writing control channel /dev/initctl
procps ##################################################
sysklogd ##################################################
perl-Filter ##################################################
bind-utils ##################################################
setools ##################################################
fbset ##################################################
hal ##################################################
lftp ##################################################
pam_ccreds ##################################################
wget ##################################################
install-info: No such file or directory for /usr/share/info/wget.info.gz
error: %post(wget-1.9.1-17.i386) scriptlet failed, exit status 1
pam_krb5 ##################################################
sudo ##################################################
at ##################################################
rpm ###warning: /etc/cron.daily/rpm created as /etc/cron.daily/rpm.rpmnew
warning: /etc/logrotate.d/rpm created as /etc/logrotate.d/rpm.rpmnew
###############################################
utempter ##################################################
mkinitrd ##################################################
lvm2 ##################################################
initscripts ##################################################
kernel ##################################################
cyrus-sasl ##################################################
openssh ##################################################
cyrus-sasl-md5 ##################################################
openldap ##################################################
libuser ##################################################
passwd ##################################################
usermode ##################################################
iptables ##################################################
acpid ##################################################
apmd ##################################################
cyrus-sasl-plain ##################################################
dhclient ##################################################
dhcpv6_client ##################################################
ipsec-tools ##################################################
iptstate ##################################################
kbd ##################################################
libpcap ##################################################
openssh-clients ##################################################
openssh-server ##################################################
pciutils ##################################################
prelink ##################################################
selinux-policy-targeted ##################################################
sendmail ##################################################
vixie-cron ##################################################
xinetd ##################################################
rpm: no packages given for install
Preparing... ##################################################
lilo ##################################################
rpm: no packages given for install
Finished installing RPM's at Thu Feb 24 23:11:07 EST 2005
starting rulerc.sh
about to execute postinst.sh
hit RETURN
/mnt/cdrom/postinst/postinst.sh not executable or not found
hit RETURN
Contents of /etc/lilo.conf
######### BEGIN LILO.CONF ######################
prompt
timeout=50
default=linux
boot= /dev/hda
map=/boot/map
install=/boot/boot.b
# message=/boot/message
lba32
image=/boot/vmlinuz-2.6.9-1.667
label=linux
initrd=/boot/initrd-2.6.9-1.667.img
read-only
root=/dev/hda5
########## END LILO.CONF #######################
LILO version 21.4-4, Copyright (C) 1992-1998 Werner Almesberger
'lba32' extensions Copyright (C) 1999,2000 John Coffman
Reading boot sector from /dev/hda
Merging with /boot/boot.b
Boot image: /boot/vmlinuz-2.6.9-1.667
Mapping RAM disk /boot/initrd-2.6.9-1.667.img
Added linux *
Backup copy of boot sector in /boot/boot.0300
Writing boot sector.
Install completed: Thu Feb 24 23:12:48 EST 2005
_______________________________________________
Original home page of the RULE project: www.rule-project.org
Rule-list at rule-project.org
http://mail.rule-project.org/mailman/listinfo/rule-list_rule-project.org
This full static mirror of the Run Up to Date Linux Everywhere Project mailing list, originally hosted at http://lists.hellug.gr/mailman/listinfo/rule-list, is kept online by Free Software popularizer, researcher and trainer Marco Fioretti. To know how you can support this archive, and Marco's work in general, please click here