[RULE] report with Slinky 0.5.02 part2
Richard Kweskin
rkwesk at hellug.gr
Fri Aug 5 17:45:15 EEST 2005
Hello All
Part 2 is 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 == 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
version="4" # Fedora FC4
## ******** 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
fc4_disc1=FC4-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 Aug 5 15:26:17 UTC 2005 Slinky installer starting.
Command line used:
initrd=rootfs.gz ramdisk_size=2048 root=/dev/ram0 rw BOOT_IMAGE=vmlinuz
Processor info:
processor : 0 vendor_id : GenuineIntel cpu family : 5 model : 4 model name : Pentium MMX
Memory info:
MemTotal: 62824 kB MemFree: 58932 kB Buffers: 2048 kB Cached: 512 kB SwapCached: 0 kB
distri=Fedora, version=4, fc_disc1=FC4-i386-disc1.iso 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 hdc
PART_DEV= /dev/hda
INSTALL_DEV=/dev/hda
partition_tool=fdisk
SWAP_DEV=/dev/hda1
Available partitions = hda5 hdc1
############# FDISK OUTPUT ###############
Disk /dev/hda: 1281 MB, 1281982464 bytes
64 heads, 63 sectors/track, 621 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 621 1092672 5 Extended
/dev/hda5 * 80 621 1092640+ 83 Linux
Disk /dev/hdc: 8622 MB, 8622931968 bytes
255 heads, 63 sectors/track, 1048 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 1048 8418028+ 83 Linux
########### END FDISK OUTPUT #############
ROOT_PART_SELECTED=hda5
ROOT_DEV=/dev/hda5
Mount points=
Preparing... ##################################################
bash ##################################################
glibc ##################################################
telinit: timeout opening/writing control channel /dev/initctl
/usr/sbin/glibc_post_upgrade: While trying to execute /sbin/telinit child exited with exit code 1
error: %post(glibc-2.3.5-10.i386) scriptlet failed, exit status 1
info ##################################################
chkconfig ##################################################
coreutils ##################################################
shadow-utils ##################################################
procps ##################################################
python ##################################################
module-init-tools ##################################################
diffutils ##################################################
install-info: No such file or directory for /usr/share/info/diff.info.gz
grep ##################################################
sed ##################################################
cut: /etc/passwd: No such file or directory
pam warning: /etc/pam.d/other created as /etc/pam.d/other.rpmnew
warning: /etc/pam.d/system-auth created as /etc/pam.d/system-auth.rpmnew
warning: /etc/pwdb.conf saved as /etc/pwdb.conf.rpmorig
warning: /etc/security/access.conf created as /etc/security/access.conf.rpmnew
warning: /etc/security/chroot.conf created as /etc/security/chroot.conf.rpmnew
warning: /etc/security/console.handlers created as /etc/security/console.handlers.rpmnew
warning: /etc/security/console.perms saved as /etc/security/console.perms.rpmorig
warning: /etc/security/console.perms.d/50-default.perms saved as /etc/security/console.perms.d/50-default.perms.rpmorig
warning: /etc/security/group.conf created as /etc/security/group.conf.rpmnew
warning: /etc/security/limits.conf created as /etc/security/limits.conf.rpmnew
warning: /etc/security/opasswd created as /etc/security/opasswd.rpmnew
warning: /etc/security/pam_env.conf created as /etc/security/pam_env.conf.rpmnew
warning: /etc/security/time.conf created as /etc/security/time.conf.rpmnew
##################################################
util-linux ###########warning: group tty does not exist - using root
#######################################
install-info: No such file or directory for /usr/share/info/ipc.info*
chown: `root:root': invalid user
mkinitrd ######warning: /sbin/installkernel saved as /sbin/installkernel.rpmorig
############################################
fedora-release warning: /etc/issue saved as /etc/issue.rpmorig
warning: /etc/issue.net saved as /etc/issue.net.rpmorig
#warning: /etc/sysconfig/rhn/sources created as /etc/sysconfig/rhn/sources.rpmnew
warning: /etc/yum.repos.d/fedora-devel.repo created as /etc/yum.repos.d/fedora-devel.repo.rpmnew
warning: /etc/yum.repos.d/fedora-extras-devel.repo created as /etc/yum.repos.d/fedora-extras-devel.repo.rpmnew
warning: /etc/yum.repos.d/fedora-extras.repo created as /etc/yum.repos.d/fedora-extras.repo.rpmnew
warning: /etc/yum.repos.d/fedora-updates-testing.repo created as /etc/yum.repos.d/fedora-updates-testing.repo.rpmnew
warning: /etc/yum.repos.d/fedora-updates.repo created as /etc/yum.repos.d/fedora-updates.repo.rpmnew
warning: /etc/yum.repos.d/fedora.repo created as /etc/yum.repos.d/fedora.repo.rpmnew
#################################################
iproute warning: /etc/iproute2/rt_dsfield created as /etc/iproute2/rt_dsfield.rpmnew
warning: /etc/iproute2/rt_dsfield.rt_config created as /etc/iproute2/rt_dsfield.rt_config.rpmnew
warning: /etc/iproute2/rt_protos created as /etc/iproute2/rt_protos.rpmnew
warning: /etc/iproute2/rt_protos.rt_config created as /etc/iproute2/rt_protos.rt_config.rpmnew
warning: /etc/iproute2/rt_realms created as /etc/iproute2/rt_realms.rpmnew
warning: /etc/iproute2/rt_realms.rt_config created as /etc/iproute2/rt_realms.rt_config.rpmnew
warning: /etc/iproute2/rt_scopes created as /etc/iproute2/rt_scopes.rpmnew
warning: /etc/iproute2/rt_scopes.rt_config created as /etc/iproute2/rt_scopes.rt_config.rpmnew
warning: /etc/iproute2/rt_tables created as /etc/iproute2/rt_tables.rpmnew
warning: /etc/iproute2/rt_tables.rt_config created as /etc/iproute2/rt_tables.rt_config.rpmnew
##################################################
iputils ######################warning: /etc/rc.d/init.d/rdisc created as /etc/rc.d/init.d/rdisc.rpmnew
############################
termcap ##################################################
psmisc ##################################################
mktemp ##################################################
gawk ##################################################
MAKEDEV warning: /etc/makedev.d/00macros saved as /etc/makedev.d/00macros.rpmorig
#warning: /etc/makedev.d/alsa saved as /etc/makedev.d/alsa.rpmorig
########warning: /etc/makedev.d/cciss saved as /etc/makedev.d/cciss.rpmorig
warning: /etc/makedev.d/cdrom saved as /etc/makedev.d/cdrom.rpmorig
warning: /etc/makedev.d/console saved as /etc/makedev.d/console.rpmorig
###############warning: /etc/makedev.d/dac960 saved as /etc/makedev.d/dac960.rpmorig
warning: /etc/makedev.d/ftape saved as /etc/makedev.d/ftape.rpmorig
warning: /etc/makedev.d/generic saved as /etc/makedev.d/generic.rpmorig
warning: /etc/makedev.d/ia64 saved as /etc/makedev.d/ia64.rpmorig
warning: /etc/makedev.d/ibcs saved as /etc/makedev.d/ibcs.rpmorig
########warning: /etc/makedev.d/ida saved as /etc/makedev.d/ida.rpmorig
warning: /etc/makedev.d/ide saved as /etc/makedev.d/ide.rpmorig
warning: /etc/makedev.d/ipfilter saved as /etc/makedev.d/ipfilter.rpmorig
warning: /etc/makedev.d/isdn saved as /etc/makedev.d/isdn.rpmorig
#####warning: /etc/makedev.d/linux-2.6.x saved as /etc/makedev.d/linux-2.6.x.rpmorig
warning: /etc/makedev.d/linux1394 saved as /etc/makedev.d/linux1394.rpmorig
warning: /etc/makedev.d/mouse saved as /etc/makedev.d/mouse.rpmorig
warning: /etc/makedev.d/qic saved as /etc/makedev.d/qic.rpmorig
warning: /etc/makedev.d/raid saved as /etc/makedev.d/raid.rpmorig
warning: /etc/makedev.d/redhat saved as /etc/makedev.d/redhat.rpmorig
warning: /etc/makedev.d/s390 saved as /etc/makedev.d/s390.rpmorig
warning: /etc/makedev.d/sound saved as /etc/makedev.d/sound.rpmorig
warning: /etc/makedev.d/std saved as /etc/makedev.d/std.rpmorig
warning: /etc/makedev.d/undocumented saved as /etc/makedev.d/undocumented.rpmorig
warning: /etc/makedev.d/usb saved as /etc/makedev.d/usb.rpmorig
warning: /etc/makedev.d/v4l saved as /etc/makedev.d/v4l.rpmorig
#############
SysVinit ################################warning: group tty does not exist - using root
##################
telinit: timeout opening/writing control channel /dev/initctl
audit ##################################################
audit-libs ##################################################
basesystem ##################################################
beecrypt ##################################################
bzip2 ##################################################
bzip2-libs ##################################################
cpio ##################################################
cracklib ##################################################
cracklib-dicts ##################################################
db4 ##################################################
dbus ##################################################
dbus-glib ##################################################
device-mapper ##################################################
dosfstools ##################################################
e2fsprogs ##################################################
eject ##################################################
elfutils-libelf ##################################################
ethtool ##################################################
expat ##################################################
fedora-logos ##################################################
filesystem ##################################################
findutils ##################################################
gdbm ##################################################
glib2 ##################################################
glibc-common ##################################################
gmp ##################################################
groff ##################################################
install-info: No such file or directory for /usr/share/info/groff.gz
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-13.i386) scriptlet failed, exit status 1
gzip ##################################################
hal ##################################################
hotplug #warning: /etc/hotplug.d/default/default.hotplug saved as /etc/hotplug.d/default/default.hotplug.rpmorig
##warning: /etc/hotplug/dasd.agent saved as /etc/hotplug/dasd.agent.rpmorig
warning: /etc/hotplug/firmware.agent saved as /etc/hotplug/firmware.agent.rpmorig
##warning: /etc/hotplug/hotplug.functions saved as /etc/hotplug/hotplug.functions.rpmorig
#warning: /etc/hotplug/ieee1394.agent saved as /etc/hotplug/ieee1394.agent.rpmorig
##warning: /etc/hotplug/input.agent saved as /etc/hotplug/input.agent.rpmorig
#warning: /etc/hotplug/input.rc saved as /etc/hotplug/input.rc.rpmorig
#warning: /etc/hotplug/net.agent saved as /etc/hotplug/net.agent.rpmorig
#warning: /etc/hotplug/pci.agent saved as /etc/hotplug/pci.agent.rpmorig
#warning: /etc/hotplug/pci.rc saved as /etc/hotplug/pci.rc.rpmorig
warning: /etc/hotplug/pnp.rc saved as /etc/hotplug/pnp.rc.rpmorig
#warning: /etc/hotplug/scsi.agent saved as /etc/hotplug/scsi.agent.rpmorig
##warning: /etc/hotplug/tape.agent saved as /etc/hotplug/tape.agent.rpmorig
####warning: /etc/hotplug/usb.agent saved as /etc/hotplug/usb.agent.rpmorig
###########warning: /etc/hotplug/usb.distmap saved as /etc/hotplug/usb.distmap.rpmorig
##warning: /etc/hotplug/usb.handmap saved as /etc/hotplug/usb.handmap.rpmorig
####warning: /etc/hotplug/usb.rc saved as /etc/hotplug/usb.rc.rpmorig
warning: /etc/hotplug/usb.usermap created as /etc/hotplug/usb.usermap.rpmnew
##############
hwdata warning: /etc/hotplug/blacklist created as /etc/hotplug/blacklist.rpmnew
##warning: /etc/pcmcia/config saved as /etc/pcmcia/config.rpmorig
##warning: /usr/share/hwdata/CardMonitorCombos saved as /usr/share/hwdata/CardMonitorCombos.rpmorig
####warning: /usr/share/hwdata/Cards saved as /usr/share/hwdata/Cards.rpmorig
#############warning: /usr/share/hwdata/MonitorsDB saved as /usr/share/hwdata/MonitorsDB.rpmorig
###################warning: /usr/share/hwdata/pci.ids saved as /usr/share/hwdata/pci.ids.rpmorig
##warning: /usr/share/hwdata/pcitable saved as /usr/share/hwdata/pcitable.rpmorig
warning: /usr/share/hwdata/upgradelist saved as /usr/share/hwdata/upgradelist.rpmorig
########
warning: /usr/share/hwdata/usb.ids saved as /usr/share/hwdata/usb.ids.rpmorig
groupadd: unable to open group file
error: %pre(initscripts-8.11.1-1.i386) scriptlet failed, exit status 10
error: install: %pre scriptlet failed (2), skipping initscripts-8.11.1-1
kernel ##################################################
krb5-libs warning: /etc/krb5.conf created as /etc/krb5.conf.rpmnew
##################################################
kudzu ##################################################
less ##################################################
libacl ##################################################
libattr ##################################################
libcap ##################################################
libgcc ##################################################
libselinux ##################################################
libsepol ##################################################
libstdc++ ##################################################
libtermcap ##################################################
libusb ##################################################
logrotate ##################################################
lvm2 warning: /etc/lvm/lvm.conf created as /etc/lvm/lvm.conf.rpmnew
##################################################
man #################################################warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
#
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
warning: group man does not exist - using root
mingetty ##################################################
mkbootdisk ##################################################
mtools ##################################################
install-info: No such file or directory for /usr/share/info/mtools.info.gz
error: %post(mtools-3.9.9-13.i386) scriptlet failed, exit status 1
ncurses ##################################################
neon ##################################################
net-tools ########warning: /etc/netplug/netplugd.conf saved as /etc/netplug/netplugd.conf.rpmorig
##########################################
newt ##################################################
openssl #######warning: /etc/pki/tls/certs/ca-bundle.crt saved as /etc/pki/tls/certs/ca-bundle.crt.rpmorig
warning: /etc/pki/tls/openssl.cnf created as /etc/pki/tls/openssl.cnf.rpmnew
###########################################
pcre ##################################################
popt ##################################################
readline ##################################################
rootfiles ##################################################
rpm warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
###warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
##warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
#warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
################################
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
warning: user rpm does not exist - using root
warning: group rpm does not exist - using root
/bin/chown: `rpm.rpm': invalid user
rpm-libs ##################################################
setup ##################################################
slang ##################################################
sqlite ##################################################
sysklogd warning: /etc/logrotate.d/syslog saved as /etc/logrotate.d/syslog.rpmorig
#warning: /etc/rc.d/init.d/syslog saved as /etc/rc.d/init.d/syslog.rpmorig
warning: /etc/sysconfig/syslog created as /etc/sysconfig/syslog.rpmnew
warning: /etc/syslog.conf created as /etc/syslog.conf.rpmnew
#################################################
syslinux ##################################################
tar ##################################################
tzdata ##################################################
udev warning: /etc/scsi_id.config created as /etc/scsi_id.config.rpmnew
warning: /etc/udev/makedev.d/50-udev.nodes saved as /etc/udev/makedev.d/50-udev.nodes.rpmorig
warning: /etc/udev/rules.d/50-udev.rules saved as /etc/udev/rules.d/50-udev.rules.rpmorig
warning: /etc/udev/udev.conf saved as /etc/udev/udev.conf.rpmorig
##################################################
words ##################################################
zlib ##################################################
Finished installing RPM's at Fri Aug 5 11:42:38 EDT 2005
Install completed: Fri Aug 5 11:42:45 EDT 2005
_______________________________________________
Rule Project HOME PAGE: http://www.rule-project.org/en/
Rule-list at rule-project.org
http://mail.rule-project.org/mailman/listinfo/rule-list_rule-project.org
More information about the Rule-list
mailing list