installation failure on Nov 1 2002

PLD installer autosender feedback w pld.org.pl
Pią, 1 Lis 2002, 13:34:44 CET


BUG: ----------------------------------------------------------------------
BUG: Please write your bug report here (i.e. what happened, that you think
BUG: is a bug).
BUG: Lines starting with BUG: are automatically removed from the message.
BUG: In order to leave this editor (you'll be asked if you want to save
BUG: the file) press Ctrl-X.
BUG: ----------------------------------------------------------------------
instalarot nie sciga mi plikow poniewaz instaluje z sieci. cala noc nic nie 
sciagnal. dopiero jak uruchomilem 2 console to wtedy poszedl jeden plik
teraz nic nie sciaga. na penwo nie jest to wina polacxzenia... nie wiem co
jest nie tak ale heh... canibal w gower.pl



BUG: Don't forget to write your email somewhere here, in case we'll
BUG: have to contact you!


BUG: ----------------------------------------------------------------------
BUG: Below is contest of few configuration files, log files and output
BUG: of few commands. Please check if they doesn't contain confidential
BUG: information. OTOH: this files will probably help us diagnose your
BUG: problem.
BUG: ----------------------------------------------------------------------




=================================================================
=== /etc/installer.conf
=================================================================
## 
## Generated automatically by ui at Fri Nov 01 12:27:11 ??? 2002
##

# source is one of:
#  - net - ftp, http. source_filesystem has to be net
#  - nfs - nfs server. source_filesystem has to be nfs
#  - cdrom
#  - disk
# source_filesystem: ex: iso9660, ext2
# source_device: either /dev/XXX for mount, or machine name for nfs, or
#   server name with optional protocol for net, ftp:// is the default.
# source_dir: exact directory where installation files 
#   (RPMS and installer directory) reside
source="net"
source_device="http://ftp.pld.org.pl/"
source_filesystem="net"
source_dir="//dists/ra/PLD/i686"

# net_device: example: eth0
# net_device_module: examples: ne2k-pci, auto
# net_device_options: ex: io=0x300
# net_ipaddr: ex: 192.168.1.1
# net_prefix: ex: 24
# net_gateway: ex: 192.168.1.254, or "" when none
# net_dns: space separated list of (up to 3) IP's of DNS'es
# net_v6: yes, no or auto : whatever to use IPv6 for interfaces 
#         configuration. If auto it is determined based upon 
#         net_ipaddr.
# net_proxy: http/ftp proxy to be used during installation. It is an
#            an URL. Examples: "http://squid.foobar.com:3128/",
#            "http://user:pass@squid.foobar.com:3128/"
#            NOTE: it is used only if it's set to something else then 
#            "" or "none". snarf is used for all file transfers then
#            (even rpms for poldek).
net_device="eth0"
net_device_module="auto"
net_device_module_options=""
net_ipaddr="dhcp"
net_prefix=""
net_gateway=""
net_dns=""
net_v6="no"
net_proxy=""

# space delimited SCSI hostadapters (can be auto, for PCI SCSI card)
# hardware raid modules don't need to be listed here
scsi_hostadapters="auto"

# PCMCIA controller (can be auto)
pcmcia_controller="auto"


# dest_devices: space delimited list of target devices 
#   (like '/dev/hda /dev/sdb')
# dest_devices_actions: space delimited list, one of items below per device:
#  - make_new
#  - use_existing
#
# dest_partID_VAL: ID is positive integer, VAL is one of
# device: ex: /dev/hda7 (for use_existing), /dev/hda (for make_new)
# size: ex: 177 (177 megabytes), 50% of all, 100% of free
# filesystem: swap, ext2, reiserfs, jfs, ext3, xfs, md
# format_partition: yes or no
# mnt_point: ex: '/var/spool', '/', '' allowed for swaps
# options: options for fstab (ex: 'noexec')
# format_options: options for mkfs
#
# it's not allowed to have gaps in partition numbering, i.e.
# to have dest_part1_device, dest_part2_device and dest_part4_device
# set (while no dest_part3_device).
# Numeration starts at 1.
dest_devices="/dev/hda"
dest_devices_actions="make_new"

#
# partition 1
#
dest_part1_device="/dev/hda1"
dest_part1_size="20"
dest_part1_filesystem="ext2"
dest_part1_format_partition="yes"
dest_part1_mnt_point="/boot"
dest_part1_options="defaults"
dest_part1_format_options=""


#
# partition 2
#
dest_part2_device="/dev/hda2"
dest_part2_size="256"
dest_part2_filesystem="swap"
dest_part2_format_partition="yes"
dest_part2_mnt_point="swap"
dest_part2_options="defaults"
dest_part2_format_options=""


#
# partition 3
#
dest_part3_device="/dev/hda3"
dest_part3_size="100% of free"
dest_part3_filesystem="ext2"
dest_part3_format_partition="yes"
dest_part3_mnt_point="/"
dest_part3_options="defaults"
dest_part3_format_options=""


# Section: packages installation
# pkgs_installer: one of poldek, wuch, apt. Only poldek 
#                 supported at the very moment
# pkgs_install_docs: yes or no. Whatever to install documentation for
#                    packages.
# pkgs_install_langs: %_install_langs rpm macro (all, pl:pl_PL:en:en_US)
# pkgs_cpus: number or "auto". Number of CPUs in installed system. If more
#            then one -- install kernel-smp instead of normal. In future
#            we might do some configuration tweaks for SMP.
pkgs_installer="poldek"
pkgs_install_docs="yes"
pkgs_install_langs="all"
pkgs_cpus="auto"

# Section: boot loader
# boot loader to install, possible values:
#  - lilo - generate /etc/lilo.conf, and run lilo
#  - rc-boot - generate configs for rc-boot, you need to select one of
#    lilo or grub packages to actually have some bootloader (otherwise
#    poldek will do it for you, randomly :^)
#  - none (or empty) - don't install bootloader
boot_loader="rc-boot"

# Device to install bootloader on. If it is set to "auto", then device part
# (i.e. without partition number) of /boot (or / if no /boot) partition is 
# taken.
boot_loader_device="auto"

# other systems on this box, space delimited list of entries
#  - bsd:LABEL:ROOT_DEVICE - bsd, bootloader installed on ROOT_DEVICE
#  - dos:LABEL:ROOT_DEVICE - same, for dos
#  - linux:LABEL:KERNEL:[INITRD:]ROOT_DEVICE - KERNEL is sth like 
#    /boot/vmlinuz-2.4.13-debian
# example: "bsd:obsd:/dev/hdb3 dos:winda:/dev/hda2 
#           linux:debian:/boot/vmlinuz-debian:/dev/hda3 
#           linux:old-pld:/boot/initrd-pld-old:/boot/vmlinuz-pld-old:/dev/hdc3"
boot_loader_other=""

# The end.
=== EOF /etc/installer.conf




=================================================================
=== /etc/installer.sysconf
=================================================================
# language to be used on installed system (ex: pl_PL, en_US, '')
lang="pl_PL"

# timezone to be set (ex: Europe/Warsaw, America/Vancuver)
timezone="Europe/Warsaw"

# system clock is in UTC? ("yes" or "no")
clock_utc="yes"

# network configuration
net_config="installer_settings"
net_hostname="pldmachine"
net_domainname="localdomain"
net_device="eth0"
net_device_module="auto"
net_ipaddr="dhcp"
# superuser password
root_pass="canibal666"

# user to be added.
user_realname=""
user_name="canibal"
user_pass="canibalek"

=== EOF /etc/installer.sysconf




=================================================================
=== /etc/installer.pkgs
=================================================================
FHS
SysVinit
basesystem
bdflush
chkconfig
cpio
cracklib
cracklib-dicts
dev
fileutils
findutils
fix-info-dir
geninitrd
genromfs
gettext
glibc
grep
gzip
iproute2
issue
kbd
kernel
login
logrotate
losetup
mawk
mingetty
mktemp
modutils
mount
net-tools
pam
pciutils
pdksh
poldek
pldbug
procps
rc-scripts
rpm
sed
setserial
setup
shadow
sh-utils
tar
textutils
utempter
util-linux
vim-static
which
mailx
nc
psmisc
terminfo
rpm-utils
telnet
tcp_wrappers
sharutils
file
ftp
less
time
iputils-ping
bash
bzip2
vim
vim-rt
openssh
openssh-clients
MAKEDEV
tcpdump
bind-utils
pinfo
man
man-pages
mc
slocate
openssh-server
lsof
perl
hexedit
wget
procmail
ltrace
strace
pcregrep
gpm
unace
unrar
unarj
glibc-devel
autoconf
automake
bison
cpp
ctags
cvs
gcc
make
binutils
flex
gperf
kernel-headers
patch
diffutils
m4
perl-devel
gdb
ElectricFence
diffstat
doxygen
indent
nasm
jikes
XFree86
XFree86-fonts-100dpi
XFree86-fonts-100dpi-ISO8859-1
XFree86-fonts-100dpi-ISO8859-2
XFree86-fonts
XFree86-fonts-75dpi
XFree86-fonts-75dpi-ISO8859-1
XFree86-fonts-75dpi-ISO8859-2
XFree86-fonts-ISO8859-1
XFree86-fonts-ISO8859-2
XFree86-fonts-utils
XFree86-DPS
XFree86-OpenGL-core
XFree86-OpenGL-libs
XFree86-Xnest
XFree86-Xprt
XFree86-Xserver
XFree86-Xvfb
XFree86-driver-apm
XFree86-driver-ark
XFree86-driver-ati
XFree86-driver-chips
XFree86-driver-cirrus
XFree86-driver-cyrix
XFree86-driver-fbdev
XFree86-driver-glide
XFree86-driver-glint
XFree86-driver-i128
XFree86-driver-i740
XFree86-driver-i810
XFree86-driver-mga
XFree86-driver-neomagic
XFree86-driver-nv
XFree86-driver-r128
XFree86-driver-radeon
XFree86-driver-rendition
XFree86-driver-s3virge
XFree86-driver-savage
XFree86-driver-siliconmotion
XFree86-driver-sis
XFree86-driver-tdfx
XFree86-driver-tga
XFree86-driver-trident
XFree86-driver-tseng
XFree86-modules
XFree86-setup
XFree86-tools
xinitrc
gnome-core
gnome-applets
gnome-media
gnome-utils
parigp
calc
bsd-games
fortune-mod
fortune-mod-bofh-excuses
xbill
prboom
xpenguins
xsnow
bzflag
tuxkart
tuxracer
syslog-ng
lilo
iputils
apmd
dhcpcd
localedb-src
ncompress
mutt
pine
quota
zsh
targa
nmap
vixie-cron
rsync
irssi
epic4
open
SVGATextMode
fbset
mpg123
bladeenc
lame
cdparanoia-III
cdrtools-cdda2wav
mp3blaster
ripenc
zip
cproto
gcc-c++
objc
gcc-objc
rpm-build
lcc
ddd
ocaml
python
python-devel
python-doc
gcc-java
gmc
=== EOF /etc/installer.pkgs




=================================================================
=== /var/log/installer
=================================================================
[ui-pkgs 12:10:24 1] Przygotowuję pliki tymczasowe
[ui-pkgs 12:10:24 1] Wyszukuję zaznaczone grupy
[ui-pkgs 12:11:33 1] Zapisuję zestaw pakietów do pliku /etc/installer.pkgs
[installer-prep-source 12:12:05 2] Ładuję moduł 8390
Using /lib/modules/2.2.22/8390.o
[installer-prep-source 12:12:05 2] Ładuję moduł ne2k-pci
Using /lib/modules/2.2.22/ne2k-pci.o
[installer-prep-source 12:12:05 2] Ładuję moduł af_packet
Using /lib/modules/2.2.22/af_packet.o
[installer-prep-source 12:12:05 2] waiting for dhcpcd to die (3 seconds)
[installer-prep-source 12:12:08 2] running dhcpcd
[installer-prep-source 12:12:08 2] eth0 configured with dhcp
[installer-prep-source 12:12:08 2] Ładuję ide-mod
[installer-prep-source 12:12:08 2] Ściągam ftp://ftp.pld.org.pl///dists/ra/PLD/i686//PLD/inst/pkg/ide-mod.tar.gz
[installer-prep 12:14:39 2] waiting for dhcpcd to die (3 seconds)
[installer-prep 12:14:42 2] running dhcpcd
[installer-prep 12:14:43 2] eth0 configured with dhcp
[installer-prep 12:14:43 2] Ładuję ide-mod
[installer-prep 12:14:43 2] Ściągam ftp://ftp.pld.org.pl///dists/ra/PLD/i686//PLD/inst/pkg/ide-mod.tar.gz
[installer-prep 12:20:54 4] Cannot get ftp://ftp.pld.org.pl///dists/ra/PLD/i686//PLD/inst/pkg/ide-mod.tar.gz
[installer-prep-source 12:21:34 4] Cannot get ftp://ftp.pld.org.pl///dists/ra/PLD/i686//PLD/inst/pkg/ide-mod.tar.gz
[installer-prep-source 12:22:22 2] waiting for dhcpcd to die (3 seconds)
[installer-prep-source 12:22:25 2] running dhcpcd
[installer-prep-source 12:22:26 2] eth0 configured with dhcp
[installer-prep-source 12:22:26 2] Ładuję ide-mod
[installer-prep-source 12:22:26 2] Ściągam http://ftp.pld.org.pl////dists/ra/PLD/i686//PLD/inst/pkg/ide-mod.tar.gz
[installer-prep 12:26:02 2] waiting for dhcpcd to die (3 seconds)
[installer-prep 12:26:05 2] running dhcpcd
[installer-prep 12:26:06 2] eth0 configured with dhcp
[installer-prep 12:26:06 2] Ładuję ide-mod
[installer-prep 12:26:06 2] Ściągam http://ftp.pld.org.pl////dists/ra/PLD/i686//PLD/inst/pkg/ide-mod.tar.gz
[installer-prep 12:26:10 2] Ładuję moduł ide-mod
Using /lib/modules/2.2.22/ide-mod.o
[installer-prep 12:26:10 2] Ładuję moduł ide-probe-mod
Using /lib/modules/2.2.22/ide-probe-mod.o
[installer-prep 12:26:15 2] Ładuję moduł ide-disk
Using /lib/modules/2.2.22/ide-disk.o
[installer-prep 12:26:15 2] Ładuję parted-pkg
[installer-prep 12:26:15 2] Ściągam http://ftp.pld.org.pl////dists/ra/PLD/i686//PLD/inst/pkg/parted-pkg.tar.gz
[installer-prep-source 12:26:56 4] Cannot get http://ftp.pld.org.pl////dists/ra/PLD/i686//PLD/inst/pkg/ide-mod.tar.gz
[installer-prep 12:27:17 2] waiting for dhcpcd to die (3 seconds)
[installer-prep 12:27:20 2] running dhcpcd
[installer-prep 12:27:21 2] eth0 configured with dhcp
[installer-prep 12:27:21 2] Ładuję parted-pkg
[installer-prep 12:27:21 2] Ściągam http://ftp.pld.org.pl////dists/ra/PLD/i686//PLD/inst/pkg/parted-pkg.tar.gz
[installer-prep 12:59:24 2] waiting for dhcpcd to die (3 seconds)
[installer-prep 12:59:27 2] running dhcpcd
[installer-prep 12:59:28 2] eth0 configured with dhcp
[installer-prep 12:59:28 2] Ładuję parted-pkg
[installer-prep 12:59:28 2] Ściągam http://ftp.pld.org.pl////dists/ra/PLD/i686//PLD/inst/pkg/parted-pkg.tar.gz
[installer-prep 12:59:51 4] Cannot get http://ftp.pld.org.pl////dists/ra/PLD/i686//PLD/inst/pkg/parted-pkg.tar.gz
[ui-pkgs 13:00:06 1] Przygotowuję pliki tymczasowe
[ui-pkgs 13:00:07 1] Wyszukuję zaznaczone grupy
[ui-pkgs 13:02:16 1] Zapisuję zestaw pakietów do pliku /etc/installer.pkgs
[installer-prep 13:03:15 4] Cannot get http://ftp.pld.org.pl////dists/ra/PLD/i686//PLD/inst/pkg/parted-pkg.tar.gz
[installer-prep 13:03:30 4] Cannot get http://ftp.pld.org.pl////dists/ra/PLD/i686//PLD/inst/pkg/parted-pkg.tar.gz
[installer-prep 13:03:42 2] waiting for dhcpcd to die (3 seconds)
[installer-prep 13:03:45 2] running dhcpcd
[installer-prep 13:03:46 2] eth0 configured with dhcp
[installer-prep 13:03:46 2] Ładuję parted-pkg
[installer-prep 13:03:46 2] Ściągam http://ftp.pld.org.pl////dists/ra/PLD/i686//PLD/inst/pkg/parted-pkg.tar.gz
=== EOF /var/log/installer




=================================================================
=== /var/log/messages
=================================================================
Nov  1 12:09:59 pld syslog.info syslogd started: BusyBox v0.60.2 (2002.07.29-12:01+0000)
Nov  1 12:09:59 pld daemon.emerg klogd: klogd started: BusyBox v0.60.2 (2002.07.29-12:01+0000)
Nov  1 12:09:59 pld daemon.warn klogd: Linux version 2.2.22 (builder w ep09) (gcc version 2.95.4 20010319 (prerelease)) #1 Tue Oct 8 22:14:20 UTC 2002
Nov  1 12:09:59 pld daemon.warn klogd: BIOS-provided physical RAM map:
Nov  1 12:09:59 pld daemon.warn klogd:  BIOS-e820: 0009f000 @ 00000000 (usable)
Nov  1 12:09:59 pld daemon.warn klogd:  BIOS-e820: 07ef0000 @ 00100000 (usable)
Nov  1 12:09:59 pld daemon.warn klogd: Detected 601376 kHz processor.
Nov  1 12:09:59 pld daemon.warn klogd: Console: colour VGA+ 80x25
Nov  1 12:09:59 pld daemon.warn klogd: Calibrating delay loop... 1199.30 BogoMIPS
Nov  1 12:09:59 pld daemon.warn klogd: Memory: 127460k/131008k available (756k kernel code, 412k reserved, 1576k data, 52k init)
Nov  1 12:09:59 pld daemon.warn klogd: Dentry hash table entries: 16384 (order 5, 128k)
Nov  1 12:09:59 pld daemon.warn klogd: Buffer cache hash table entries: 131072 (order 7, 512k)
Nov  1 12:09:59 pld daemon.warn klogd: Page cache hash table entries: 32768 (order 5, 128k)
Nov  1 12:09:59 pld daemon.notice klogd: VFS: Diskquotas version dquot_6.4.0 initialized
Nov  1 12:09:59 pld daemon.info klogd: CPU: L1 I cache: 16K, L1 D cache: 16K
Nov  1 12:09:59 pld daemon.info klogd: CPU: L2 cache: 256K
Nov  1 12:09:59 pld daemon.notice klogd: CPU serial number disabled.
Nov  1 12:09:59 pld daemon.info klogd: Intel machine check architecture supported.
Nov  1 12:09:59 pld daemon.info klogd: Intel machine check reporting enabled on CPU#0.
Nov  1 12:09:59 pld daemon.warn klogd: CPU: Intel Pentium III (Coppermine) stepping 03
Nov  1 12:09:59 pld daemon.info klogd: Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Nov  1 12:09:59 pld daemon.info klogd: Checking 'hlt' instruction... OK.
Nov  1 12:09:59 pld daemon.info klogd: Checking for popad bug... OK.
Nov  1 12:09:59 pld daemon.warn klogd: POSIX conformance testing by UNIFIX
Nov  1 12:09:59 pld daemon.warn klogd: PCI: PCI BIOS revision 2.10 entry at 0xfb340
Nov  1 12:09:59 pld daemon.warn klogd: PCI: Using configuration type 1
Nov  1 12:09:59 pld daemon.warn klogd: PCI: Probing PCI hardware
Nov  1 12:09:59 pld daemon.info klogd: Linux NET4.0 for Linux 2.2
Nov  1 12:09:59 pld daemon.info klogd: Based upon Swansea University Computer Society NET3.039
Nov  1 12:09:59 pld daemon.info klogd: NET4: Unix domain sockets 1.0 for Linux NET4.0.
Nov  1 12:09:59 pld daemon.info klogd: NET4: Linux TCP/IP 1.0 for NET4.0
Nov  1 12:09:59 pld daemon.info klogd: IP Protocols: ICMP, UDP, TCP
Nov  1 12:09:59 pld daemon.warn klogd: TCP: Hash tables configured (ehash 131072 bhash 65536)
Nov  1 12:09:59 pld daemon.warn klogd: Initializing RT netlink socket
Nov  1 12:09:59 pld daemon.warn klogd: Starting kswapd v 1.5 
Nov  1 12:09:59 pld daemon.info klogd: Detected PS/2 Mouse Port.
Nov  1 12:09:59 pld daemon.info klogd: Serial driver version 5.05 (2000-09-14) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
Nov  1 12:09:59 pld daemon.info klogd: ttyS00 at 0x03f8 (irq = 4) is a 16550A
Nov  1 12:09:59 pld daemon.info klogd: ttyS01 at 0x02f8 (irq = 3) is a 16550A
Nov  1 12:09:59 pld daemon.warn klogd: pty: 256 Unix98 ptys configured
Nov  1 12:09:59 pld daemon.warn klogd: RAM disk driver initialized:  16 RAM disks of 4096K size
Nov  1 12:09:59 pld daemon.info klogd: md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
Nov  1 12:09:59 pld daemon.info klogd: raid5: measuring checksumming speed
Nov  1 12:09:59 pld daemon.info klogd: raid5: MMX detected, trying high-speed MMX checksum routines
Nov  1 12:09:59 pld daemon.warn klogd:    pII_mmx   :  1359.408 MB/sec
Nov  1 12:09:59 pld daemon.warn klogd:    p5_mmx    :  1386.459 MB/sec
Nov  1 12:09:59 pld daemon.warn klogd:    8regs     :  1034.034 MB/sec
Nov  1 12:09:59 pld daemon.warn klogd:    32regs    :   604.266 MB/sec
Nov  1 12:09:59 pld daemon.warn klogd: using fastest function: p5_mmx (1386.459 MB/sec)
Nov  1 12:09:59 pld daemon.warn klogd: md.c: sizeof(mdp_super_t) = 4096
Nov  1 12:09:59 pld daemon.info klogd: Partition check:
Nov  1 12:09:59 pld daemon.notice klogd: RAMDISK: Compressed image found at block 0
Nov  1 12:09:59 pld daemon.info klogd: autodetecting RAID arrays
Nov  1 12:09:59 pld daemon.warn klogd: autorun ...
Nov  1 12:09:59 pld daemon.warn klogd: ... autorun DONE.
Nov  1 12:09:59 pld daemon.warn klogd: VFS: Mounted root (ext2 filesystem).
Nov  1 12:09:59 pld daemon.warn klogd: Freeing unused kernel memory: 52k freed
Nov  1 12:09:59 pld daemon.info klogd: inserting floppy driver for 2.2.22
Nov  1 12:09:59 pld daemon.info klogd: Floppy drive(s): fd0 is 1.44M
Nov  1 12:09:59 pld daemon.info klogd: FDC 0 is a post-1991 82077
Nov  1 12:10:01 pld user.info init: Waiting for enter to start '/bin/shell' (pid 33, console /dev/tty5) 
Nov  1 12:10:01 pld user.info init: Waiting for enter to start '/bin/shell' (pid 34, console /dev/tty4) 
Nov  1 12:10:01 pld user.info init: Waiting for enter to start '/bin/shell' (pid 35, console /dev/tty3) 
Nov  1 12:10:01 pld user.info init: Waiting for enter to start '/bin/shell' (pid 36, console /dev/tty2) 
Nov  1 12:10:01 pld user.info init: Starting pid 37, console /dev/console: '/bin/setup' 
Nov  1 12:12:05 pld daemon.info klogd: ne2k-pci.c: v1.02 for Linux 2.2, 10/19/2000, D. Becker/P. Gortmaker, http://www.scyld.com/network/ne2k-pci.html
Nov  1 12:12:05 pld daemon.warn klogd: ne2k-pci.c: PCI NE2000 clone 'RealTek RTL-8029' at I/O 0xe400, IRQ 5.
Nov  1 12:12:05 pld daemon.warn klogd: eth0: RealTek RTL-8029 found at 0xe400, IRQ 5, 00:00:1C:0A:4E:0A.
Nov  1 12:12:08 pld local0.err dhcpcd[2803]: dhcpConfig: open/write/close: %m 
Nov  1 12:12:08 pld local0.err dhcpcd[2803]: dhcpConfig: fopen: %m 
Nov  1 12:14:12 pld user.info init: Starting pid 36, console /dev/tty2: '/bin/shell' 
Nov  1 12:14:39 pld local0.err dhcpcd[2805]: terminating on signal 15 
Nov  1 12:14:43 pld local0.err dhcpcd[3062]: dhcpConfig: open/write/close: %m 
Nov  1 12:14:43 pld local0.err dhcpcd[3062]: dhcpConfig: fopen: %m 
Nov  1 12:14:49 pld user.info init: Starting pid 35, console /dev/tty3: '/bin/shell' 
Nov  1 12:17:12 pld user.info init: Starting pid 34, console /dev/tty4: '/bin/shell' 
Nov  1 12:17:24 pld daemon.debug klogd: VFS: Disk change detected on device fd(2,0)
Nov  1 12:17:37 pld user.info init: Starting pid 33, console /dev/tty5: '/bin/shell' 
Nov  1 12:22:22 pld local0.err dhcpcd[3064]: terminating on signal 15 
Nov  1 12:22:26 pld local0.err dhcpcd[5666]: dhcpConfig: open/write/close: %m 
Nov  1 12:22:26 pld local0.err dhcpcd[5666]: dhcpConfig: fopen: %m 
Nov  1 12:26:02 pld local0.err dhcpcd[5668]: terminating on signal 15 
Nov  1 12:26:06 pld local0.err dhcpcd[6361]: dhcpConfig: open/write/close: %m 
Nov  1 12:26:06 pld local0.err dhcpcd[6361]: dhcpConfig: fopen: %m 
Nov  1 12:26:10 pld daemon.info klogd: Uniform Multi-Platform E-IDE driver Revision: 6.30
Nov  1 12:26:10 pld daemon.warn klogd: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Nov  1 12:26:10 pld daemon.warn klogd: PIIX4: IDE controller on PCI bus 00 dev 39
Nov  1 12:26:10 pld daemon.warn klogd: PIIX4: chipset revision 1
Nov  1 12:26:10 pld daemon.warn klogd: PIIX4: not 100% native mode: will probe irqs later
Nov  1 12:26:10 pld daemon.warn klogd:     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
Nov  1 12:26:10 pld daemon.warn klogd:     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Nov  1 12:26:15 pld daemon.warn klogd: hda: ST340824A, ATA DISK drive
Nov  1 12:26:15 pld daemon.warn klogd: hdb: ST38410A, ATA DISK drive
Nov  1 12:26:15 pld daemon.warn klogd: hdc: TOSHIBA DVD-ROM SD-M1212, ATAPI CD/DVD-ROM drive
Nov  1 12:26:15 pld daemon.warn klogd: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Nov  1 12:26:15 pld daemon.warn klogd: ide1 at 0x170-0x177,0x376 on irq 15
Nov  1 12:26:15 pld daemon.info klogd: hda: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=77545/16/63
Nov  1 12:26:15 pld daemon.info klogd: hdb: 16841664 sectors (8623 MB) w/512KiB Cache, CHS=16708/16/63
Nov  1 12:26:15 pld daemon.info klogd:  hda1 hda2 hda3
Nov  1 12:26:15 pld daemon.info klogd:  hdb1 hdb2 hdb3
Nov  1 12:27:17 pld local0.err dhcpcd[6363]: terminating on signal 15 
Nov  1 12:27:21 pld local0.err dhcpcd[6993]: dhcpConfig: open/write/close: %m 
Nov  1 12:27:21 pld local0.err dhcpcd[6993]: dhcpConfig: fopen: %m 
Nov  1 12:29:59 pld syslog.info -- MARK --
Nov  1 12:49:59 pld syslog.info -- MARK --
Nov  1 12:59:24 pld local0.err dhcpcd[6995]: terminating on signal 15 
Nov  1 12:59:28 pld local0.err dhcpcd[7472]: dhcpConfig: open/write/close: %m 
Nov  1 12:59:28 pld local0.err dhcpcd[7472]: dhcpConfig: fopen: %m 
Nov  1 13:03:42 pld local0.err dhcpcd[7474]: terminating on signal 15 
Nov  1 13:03:46 pld local0.err dhcpcd[11368]: dhcpConfig: open/write/close: %m 
Nov  1 13:03:46 pld local0.err dhcpcd[11368]: dhcpConfig: fopen: %m 
Nov  1 13:09:59 pld syslog.info -- MARK --
Nov  1 13:29:59 pld syslog.info -- MARK --
=== EOF /var/log/messages




=================================================================
=== `dmesg`
=================================================================
Linux version 2.2.22 (builder w ep09) (gcc version 2.95.4 20010319 (prerelease)) #1 Tue Oct 8 22:14:20 UTC 2002
BIOS-provided physical RAM map:
 BIOS-e820: 0009f000 @ 00000000 (usable)
 BIOS-e820: 07ef0000 @ 00100000 (usable)
Detected 601376 kHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 1199.30 BogoMIPS
Memory: 127460k/131008k available (756k kernel code, 412k reserved, 1576k data, 52k init)
Dentry hash table entries: 16384 (order 5, 128k)
Buffer cache hash table entries: 131072 (order 7, 512k)
Page cache hash table entries: 32768 (order 5, 128k)
VFS: Diskquotas version dquot_6.4.0 initialized
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU serial number disabled.
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel Pentium III (Coppermine) stepping 03
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Checking 'hlt' instruction... OK.
Checking for popad bug... OK.
POSIX conformance testing by UNIFIX
PCI: PCI BIOS revision 2.10 entry at 0xfb340
PCI: Using configuration type 1
PCI: Probing PCI hardware
Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
TCP: Hash tables configured (ehash 131072 bhash 65536)
Initializing RT netlink socket
Starting kswapd v 1.5 
Detected PS/2 Mouse Port.
Serial driver version 5.05 (2000-09-14) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
pty: 256 Unix98 ptys configured
RAM disk driver initialized:  16 RAM disks of 4096K size
md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
raid5: measuring checksumming speed
raid5: MMX detected, trying high-speed MMX checksum routines
   pII_mmx   :  1359.408 MB/sec
   p5_mmx    :  1386.459 MB/sec
   8regs     :  1034.034 MB/sec
   32regs    :   604.266 MB/sec
using fastest function: p5_mmx (1386.459 MB/sec)
md.c: sizeof(mdp_super_t) = 4096
Partition check:
RAMDISK: Compressed image found at block 0
autodetecting RAID arrays
autorun ...
... autorun DONE.
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 52k freed
inserting floppy driver for 2.2.22
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
ne2k-pci.c: v1.02 for Linux 2.2, 10/19/2000, D. Becker/P. Gortmaker, http://www.scyld.com/network/ne2k-pci.html
ne2k-pci.c: PCI NE2000 clone 'RealTek RTL-8029' at I/O 0xe400, IRQ 5.
eth0: RealTek RTL-8029 found at 0xe400, IRQ 5, 00:00:1C:0A:4E:0A.
VFS: Disk change detected on device fd(2,0)
Uniform Multi-Platform E-IDE driver Revision: 6.30
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: ST340824A, ATA DISK drive
hdb: ST38410A, ATA DISK drive
hdc: TOSHIBA DVD-ROM SD-M1212, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=77545/16/63
hdb: 16841664 sectors (8623 MB) w/512KiB Cache, CHS=16708/16/63
 hda: hda1 hda2 hda3
 hdb: hdb1 hdb2 hdb3
=== EOF `dmesg`



Więcej informacji o liście dyskusyjnej pld-installer