[RULE] Install.log of 2nd test result-Slinky 0.4.07 on rule-115

Richard Kweskin rkwesk at hellug.gr
Fri Mar 11 22:38:00 EET 2005


Hello All

The install.log:
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 =
## What distribution would you like to install?
# distri=RedHat    not supported any more
distriþdora

## 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ü2-i386-disc1.iso
fc3_disc1ü3-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 ## 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.
Tue Mar 8 07:01:06 UTC 2005 Slinky installer starting.
Command line used:
initrd=rootfs.gz ramdisk_size 48 root=/dev/ram0 rw BOOT_IMAGE=vmlinuz
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
=þdora==þdora=User selected cdrom install type.
CD probe=hdb
CDROM_DEV=/dev/hdb
Filesystem type selected file system options Available devices PART_DEVINSTALL_DEVpartition_toolýisk
SWAP_DEV=/dev/hda1
Available partitions 
############# FDISK OUTPUT ###############

Disk /dev/hda: 2111 MB, 2111864832 bytes
64 heads, 63 sectors/track, 1023 cylinders
Units 
   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                      ##################################################
redhat-menus                ##################################################
fedora-logos                ##################################################
basesystem                  ##################################################
gnome-mime-data             ##################################################
termcap                     ##################################################
warning: /etc/termcap saved as /etc/termcap.rpmorig
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
######
zlib                        ##################################################
glib2                       ##################################################
popt                        ##################################################
libselinux                  ##################################################
chkconfig                   ##################################################
e2fsprogs                   ##################################################
atk                         ##################################################
mktemp                      ##################################################
shadow-utils                warning: /etc/default/useradd saved as /etc/default/useradd.rpmorig
warning: /etc/login.defs saved as /etc/login.defs.rpmorig
##################################################
bzip2-libs                  ##################################################
libstdc++                   ##################################################
libjpeg                     ##################################################
libart_lgpl                 ##################################################
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
############################################
libxml2                     ##################################################
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
freetype                    ##################################################
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
expat                       ##################################################
fontconfig                  ##################################################
libpng                      ##################################################
tcp_wrappers                ##################################################
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
elfutils-libelf             ##################################################
dbus                        ##################################################
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
db4                         ##################################################
gdbm                        ##################################################
dbus-glib                   ##################################################
diffutils                   ##################################################
install-info: No such file or directory for /usr/share/info/diff.info.gz
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
psmisc                      ##################################################
cracklib                    ##################################################
net-tools                   ##################################################
words                       ##################################################
audiofile                   ##################################################
tcl                         ##################################################
libtiff                     ##################################################
libIDL                      ##################################################
ORBit2                      ##################################################
libattr                     ##################################################
libacl                      ##################################################
beecrypt                    ##################################################
rpm-libs                    ##################################################
libcap                      ##################################################
libgpg-error                ##################################################
libgcrypt                   ##################################################
libxslt                     ##################################################
cracklib-dicts              ##################################################
elfutils                    ##################################################
ghostscript-fonts           ##################################################
ttmkfdir                    ##################################################
groff                       ##################################################
install-info: No such file or directory for /usr/share/info/groff.gz
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
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
mtools                      ##################################################
install-info: No such file or directory for /usr/share/info/mtools.info.gz
error: %post(mtools-3.9.9-9.i386) scriptlet failed, exit status 1
syslinux                    ##################################################
make                        ##################################################
install-info: No such file or directory for /usr/share/info/make.info.gz
error: %post(make-3.80-5.i386) scriptlet failed, exit status 1
shared-mime-info            ##################################################
bzip2                       ##################################################
crontabs                    ##################################################
iproute                     ##################################################
fedora-release              ##################################################
alsa-lib                    ##################################################
esound                      ##################################################
gamin                       ##################################################
howl                        ##################################################
howl-libs                   ##################################################
slang                       ##################################################
newt                        ##################################################
libmng                      ##################################################
gmp                         ##################################################
dosfstools                  ##################################################
glib                        ##################################################
usbutils                    ##################################################
hotplug                     ##################################################
iputils                     ##################################################
mailx                       ##################################################
mingetty                    ##################################################
pcre                        ##################################################
grep                        ##################################################
MAKEDEV                     ##################################################
device-mapper               ##################################################
libsepol                    ##################################################
ethtool                     ##################################################
ntsysv                      ##################################################
setuptool                   ##################################################
netconfig                   ##################################################
anacron                     ##################################################
vim-minimal                 ##################################################
tmpwatch                    ##################################################
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
ftp                         ##################################################
vim-common                  ##################################################
ed                          ##################################################
install-info: No such file or directory for /usr/share/info/ed.info.gz
error: %post(ed-0.2-36.i386) scriptlet failed, exit status 1
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
gpm                         ##################################################
install-info: No such file or directory for /usr/share/info/gpm.info.gz
error: %post(gpm-1.20.1-66.i386) scriptlet failed, exit status 1
m4                          ##################################################
install-info: No such file or directory for /usr/share/info/m4.info.gz
error: %post(m4-1.4.1-16.i386) scriptlet failed, exit status 1
nano                        ##################################################
install-info: No such file or directory for /usr/share/info/nano.info.gz
error: %post(nano-1.2.4-1.i386) scriptlet failed, exit status 1
cpp                         ##################################################
install-info: No such file or directory for /usr/share/info/cpp.info.gz
error: %post(cpp-3.4.2-6.fc3.i386) scriptlet failed, exit status 1
binutils                    ##################################################
install-info: No such file or directory for /usr/share/info/as.info.gz
install-info: No such file or directory for /usr/share/info/bfd.info.gz
install-info: No such file or directory for /usr/share/info/binutils.info.gz
install-info: No such file or directory for /usr/share/info/gprof.info.gz
install-info: No such file or directory for /usr/share/info/ld.info.gz
install-info: No such file or directory for /usr/share/info/standards.info.gz
error: %post(binutils-2.15.92.0.2-5.i386) scriptlet failed, exit status 1
talk                        ##################################################
telnet                      ##################################################
Omni                        ##################################################
logrotate                   ##################################################
slocate                     ##################################################
switchdesk                  ##################################################
procmail                    ##################################################
htmlview                    ##################################################
pnm2ppa                     ##################################################
desktop-file-utils          ##################################################
file                        ##################################################
eject                       ##################################################
hdparm                      ##################################################
setserial                   ##################################################
wireless-tools              ##################################################
compat-libstdc++            ##################################################
finger                      ##################################################
hesiod                      ##################################################
rdate                       ##################################################
traceroute                  ##################################################
mpage                       ##################################################
patch                       ##################################################
redhat-artwork              ##################################################
comps                       ##################################################
rootfiles                   ##################################################
man-pages                   ##################################################
mailcap                     ##################################################
coreutils                   ##################################################
grep: /usr/share/info/dir: No such file or directory
pam                         ##################################################
krb5-libs                   ##################################################
openssl                     ##################################################
python                      ##################################################
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
module-init-tools           ##################################################
perl                        ##################################################
libbonobo                   ##################################################
udev                        ##################################################
hal                         ##################################################
SysVinit                    ##################################################
telinit: timeout opening/writing control channel /dev/initctl
utempter                    ##################################################
nscd                        ##################################################
pyorbit                     ##################################################
pyxf86config                ##################################################
cups-libs                   ##################################################
krbafs                      ##################################################
procps                      ##################################################
sysklogd                    ##################################################
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
###############################################
perl-Filter                 ##################################################
rpm-python                  ##################################################
krbafs-utils                ##################################################
authconfig                  ##################################################
kudzu                       ##################################################
which                       ##################################################
error: %post(which-2.16-4.i386) scriptlet failed, exit status 1
logwatch                    ##################################################
irda-utils                  ##################################################
alchemist                   ##################################################
PyXML                       ##################################################
ntp                         ##################################################
stunnel                     ##################################################
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
elinks                      ##################################################
man                         ##################################################
xorg-x11-libs               ##################################################
pango                       ##################################################
gtk2                        ##################################################
GConf2                      ##################################################
gnome-vfs2                  ##################################################
libgnome                    ##################################################
libglade2                   ##################################################
libgnomecanvas              ##################################################
libbonoboui                 ##################################################
mkinitrd                    ##################################################
xorg-x11-font-utils         ##################################################
xorg-x11-Mesa-libGL         ##################################################
gail                        ##################################################
gtkhtml2                    ##################################################
pygtk2                      ##################################################
gnome-keyring               ##################################################
libgnomeui                  ##################################################
VFlib2                      ##################################################
tk                          ##################################################
xterm                       ##################################################
synaptics                   ##################################################
lvm2                        ##################################################
cyrus-sasl-md5              ##################################################
rhpl                        ##################################################
xorg-x11-twm                ##################################################
tclx                        ##################################################
pygtk2-libglade             ##################################################
xorg-x11-Mesa-libGLU        ##################################################
mkbootdisk                  ##################################################
xsri                        ##################################################
xorg-x11-xauth              ##################################################
qt                          ##################################################
gd                          ##################################################
Xaw3d                       ##################################################
initscripts                 ##################################################
kernel                      ##################################################
cyrus-sasl                  ##################################################
openldap                    ##################################################
libuser                     ##################################################
openssh                     ##################################################
gnome-python2               ##################################################
passwd                      ##################################################
usermode                    ##################################################
portmap                     ##################################################
xorg-x11-xfs                ##################################################
chkfontpath                 ##################################################
urw-fonts                   ##################################################
cyrus-sasl-plain            ##################################################
kbd                         ##################################################
pciutils                    ##################################################
quota                       ##################################################
vixie-cron                  ##################################################
gnome-python2-bonobo        ##################################################
gnome-python2-gtkhtml2      ##################################################
xinetd                      ##################################################
dhclient                    ##################################################
gnupg                       ##################################################
install-info: No such file or directory for /usr/share/info/gpg.info.gz
install-info: No such file or directory for /usr/share/info/gpgv.info.gz
error: %post(gnupg-1.2.6-1.i386) scriptlet failed, exit status 1
iptables                    ##################################################
nfs-utils                   ##################################################
nss_ldap                    ##################################################
openssh-clients             ##################################################
openssh-server              ##################################################
ghostscript                 ##################################################
Preparing...                ##################################################
glibc-kernheaders           ##################################################
man-pages-de                ##################################################
man-pages-fr                ##################################################
lilo                        ##################################################
cyrus-sasl-gssapi           ##################################################
xorg-x11-sdk                ##################################################
openssl096b                 ##################################################
glibc-headers               ##################################################
Finished installing RPM's at Tue Mar  8 02:40:57 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
timeoutP
default=linux
bootmap=/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
    append="ide=nodma"
########## 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: Tue Mar  8 02:42:51 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