[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing on extended partition



O 28/08/21 ás 11:33, Samuel Thibault escribiu:
Parodper, le sam. 28 août 2021 10:56:07 +0200, a ecrit:
I still get the unknown partition table, and doing head /dev/hd0s1 fails
with a «Input/Output error». head /dev/hd0 works fine.

Tried doing settrans -a /dev/hd0s1 /hurd/storeio -T typed part:1:device:hd0;
head /dev/hd0s1 and still getting IO error. The command also ends and does
not output any error.

Looking at hurd/libstore/part.c, I see

if (run.start % source->block_size != 0)
   err = EIO;
if (run.length % source->block_size != 0)
   err = EIO;

could it be that your partitions are not aligned on 4096 bytes?

Probably. The partitions on the drive have been created by their respective installers, from FreeDOS to Haiku to OpenBSD. If I understand correctly those variable names, the partition's start and length must be multiples of 4096? In that case I think I do not have any partition like that. Annotated sfdisk -d output:

label: dos
label-id: 0x20ac7dda
device: /dev/sda
unit: sectors

/dev/sda1 : start= 63, size= 4208967, type=b, bootable #FreeDOS partition /dev/sda2 : start= 4209030, size= 71682030, type=a6 #OpenBSD partition
/dev/sda3 : start=    75891060, size=    30716280, type=81	#Minix3 partition
/dev/sda4 : start= 106607401, size= 205967877, type=f #Extended partition
/dev/sda5 : start=   106607403, size=    40965687, type=6	#HaikuOS

A quick calculation shows none of those are multiples of 4096. Is there any way to skip that calc (how hard would it be to patch it out from Debian Linux?).

Side note, ls /dev is very slow (after a while I just cancel it), while echo
/dev/* is instantaneous.

That is not surprising: ls uses stat, and thus triggers the start of
each and every translator in /dev. It should be able to terminate,
though, it could be useful to try

for i in /dev/* ; do echo $i ; ls $i ; done

to see which one apparently hangs.

Samuel


It starts to lag on some of hd0s* (p. e. hd0s10 does, but hd0s16 does not). With hd1 starts to pick up speed, and everywhere else it works fine.

Something that I just noticed on this test was that, on boot, the kernel (I guess?) showed the hd0 disk and all the partitions. I attach the syslog file after all the tests.
Aug 28 12:06:40 syslogd started: BusyBox v1.22.1
Aug 28 12:06:40 kernel: /proc/sys/kernel/printk: No such file or directory
Aug 28 12:06:40 kernel: klogd started: BusyBox v1.22.1 (Debian 1:1.22.0-12)
Aug 28 12:06:40 kernel: GNU Mach 1.8+git20210827-486
Aug 28 12:06:40 kernel: biosmem: physical memory map:
Aug 28 12:06:40 kernel: biosmem: 000000000000000000:00000000000009fc00, available
Aug 28 12:06:40 kernel: biosmem: 00000000000009fc00:0000000000000a0000, reserved
Aug 28 12:06:40 kernel: biosmem: 0000000000000f0000:000000000000100000, reserved
Aug 28 12:06:40 kernel: biosmem: 000000000000100000:00000000006fff0000, available
Aug 28 12:06:40 kernel: biosmem: 00000000006fff0000:00000000006fff3000, ACPI NVS
Aug 28 12:06:40 kernel: biosmem: 00000000006fff3000:000000000070000000, ACPI
Aug 28 12:06:40 kernel: biosmem: 0000000000fec00000:0000000000fec01000, reserved
Aug 28 12:06:40 kernel: biosmem: 0000000000fee00000:0000000000fee01000, reserved
Aug 28 12:06:40 kernel: biosmem: 0000000000ffff0000:000000000100000000, reserved
Aug 28 12:06:40 kernel: vm_page: page table size: 458720 entries (25088k)
Aug 28 12:06:40 kernel: vm_page: DMA: pages: 4080 (15M), free: 0 (0M)
Aug 28 12:06:40 kernel: vm_page: DMA: min:500 low:600 high:1000
Aug 28 12:06:40 kernel: vm_page: DIRECTMAP: pages: 219136 (856M), free: 205471 (802M)
Aug 28 12:06:40 kernel: vm_page: DIRECTMAP: min:10956 low:13148 high:21913
Aug 28 12:06:40 kernel: vm_page: HIGHMEM: pages: 235504 (919M), free: 0 (0M)
Aug 28 12:06:40 kernel: vm_page: HIGHMEM: min:11775 low:14130 high:23550
Aug 28 12:06:40 kernel: GNU Mach 1.8+git20210827-486
Aug 28 12:06:40 kernel: biosmem: physical memory map:
Aug 28 12:06:40 kernel: biosmem: 000000000000000000:00000000000009fc00, available
Aug 28 12:06:40 kernel: biosmem: 00000000000009fc00:0000000000000a0000, reserved
Aug 28 12:06:40 kernel: biosmem: 0000000000000f0000:000000000000100000, reserved
Aug 28 12:06:40 kernel: biosmem: 000000000000100000:00000000006fff0000, available
Aug 28 12:06:40 kernel: biosmem: 00000000006fff0000:00000000006fff3000, ACPI NVS
Aug 28 12:06:40 kernel: biosmem: 00000000006fff3000:000000000070000000, ACPI
Aug 28 12:06:40 kernel: biosmem: 0000000000fec00000:0000000000fec01000, reserved
Aug 28 12:06:40 kernel: biosmem: 0000000000fee00000:0000000000fee01000, reserved
Aug 28 12:06:40 kernel: biosmem: 0000000000ffff0000:000000000100000000, reserved
Aug 28 12:06:40 kernel: vm_page: page table size: 458720 entries (25088k)
Aug 28 12:06:40 kernel: vm_page: DMA: pages: 4080 (15M), free: 0 (0M)
Aug 28 12:06:40 kernel: vm_page: DMA: min:500 low:600 high:1000
Aug 28 12:06:40 kernel: vm_page: DIRECTMAP: pages: 219136 (856M), free: 205471 (802M)
Aug 28 12:06:40 kernel: vm_page: DIRECTMAP: min:10956 low:13148 high:21913
Aug 28 12:06:40 kernel: vm_page: HIGHMEM: pages: 235504 (919M), free: 0 (0M)
Aug 28 12:06:40 kernel: vm_page: HIGHMEM: min:11775 low:14130 high:23550
Aug 28 12:06:40 kernel: pcibios_init : BIOS32 Service Directory structure at 0xf9c50
Aug 28 12:06:40 kernel: pcibios_init : BIOS32 Service Directory entry at 0xfa0e0
Aug 28 12:06:40 kernel: pcibios_init : PCI BIOS revision 2.10 entry at 0xfa110
Aug 28 12:06:40 kernel: Probing PCI hardware.
Aug 28 12:06:40 kernel: ide: VIA VT82C586B (split FIFO) UDMA Bus Mastering IDE 
Aug 28 12:06:40 kernel:     Controller on PCI bus 0 function 137
Aug 28 12:06:40 kernel:     ide0: BM-DMA at 0xb800-0xb807
Aug 28 12:06:40 kernel:     ide1: BM-DMA at 0xb808-0xb80f
Aug 28 12:06:40 kernel: hd0: got CHS=16643/255/63 CTL=8 from BIOS
Aug 28 12:06:40 kernel: hd1: got CHS=9729/255/63 CTL=8 from BIOS
Aug 28 12:06:40 kernel: intnull(14)
Aug 28 12:06:40 kernel: hd0: ST3160212ACE, 131071MB w/2048kB Cache, CHS=16709/255/63
Aug 28 12:06:40 kernel: hd1: ST380011A, 76318MB w/2048kB Cache, CHS=9729/255/63
Aug 28 12:06:40 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Aug 28 12:06:40 kernel: Floppy drive(s): fd0 is 1.44M
Aug 28 12:06:40 kernel: FDC 0 is a post-1991 82077
Aug 28 12:06:40 kernel: ^Mprobing scsi 0/16: advansys ^[[K^Mprobing scsi 1/16: BusLogic ^[[K^Mprobing scsi 2/16: UltraStor 14F/34F rev. 4.33.00  ^[[K^Mprobing scsi 3/16: UltraStor 14F/24F/34F ^[[K^Mprobing scsi 4/16: Adaptec 152x SCSI driver; $Revision: 1.1 $ ^[[K^Mprobing scsi 5/16: Adaptec 174x (EISA) ^[[K^Mprobing scsi 6/16:  ^[[K^Mprobing scsi 7/16: Always IN2000 ^[[K^Mprobing scsi 8/16:  ^[[K^Mprobing scsi 9/16:  ^[[K^Mprobing scsi 10/16:  ^[[K^Mprobing scsi 11/16: Trantor T128/T128F/T228 ^[[K^Mprobing scsi 12/16: DTC 3180/3280  ^[[K^Mprobing scsi 13/16: Tekram DC390(T) V1.11 Feb-05-1997 ^[[K^Mprobing scsi 14/16:  ^[[K^Mprobing scsi 15/16: ncr53c8xx - revision 2.5f.1 ^[[K
Aug 28 12:06:40 kernel: done
Aug 28 12:06:40 kernel: scsi : 0 hosts.
Aug 28 12:06:40 kernel: scsi : detected total.
Aug 28 12:06:40 kernel: Partition check (DOS partitions):
Aug 28 12:06:40 kernel:  hd0: hd0s1 hd0s2 hd0s3 hd0s4 < hd0s5 >
Aug 28 12:06:40 kernel:  hd1: hd1s1 hd1s2 < hd1s5 >
Aug 28 12:06:40 kernel: com0: at atbus0, port = 3f8, spl = 6, pic = 4. (DOS COM1)
Aug 28 12:06:40 kernel: com1: at atbus1, port = 2f8, spl = 6, pic = 3. (DOS COM2)
Aug 28 12:06:40 kernel: com 2 out of range
Aug 28 12:06:40 kernel: lpr0: at atbus2, port = 378, spl = 6, pic = 7.
Aug 28 12:06:40 kernel: RTC time is 2021-08-28 12:06:28
Aug 28 12:06:40 kernel: module 0: initrd $(ramdisk-create)
Aug 28 12:06:40 kernel: rd0: 14364672 bytes @fa03f000
Aug 28 12:06:40 kernel: module 1: ext2fs --multiboot-command-line=${kernel-command-line} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -T typed gunzip:device:rd0 $(task-create) $(task-resume)
Aug 28 12:06:40 kernel: module 2: exec $(exec-task=task-create)
Aug 28 12:06:40 kernel: 3 multiboot modules
Aug 28 12:06:40 kernel: task loaded: ext2fs --multiboot-command-line=GTK_NOVESA=1 VGA_OPTIONS=--font-width=9 --host-priv-port=1 --device-master-port=2 --exec-server-task=3 -T typed gunzip:device:rd0
Aug 28 12:06:40 kernel: task loaded: exec
Aug 28 12:06:41 entropy-source: haveged not available
Aug 28 12:06:42 linuxrc: starting pid 1792, tty '': '/sbin/reopen-console /sbin/debian-installer'
Aug 28 12:06:42 linuxrc: starting pid 1801, tty '/dev/tty4': '/usr/bin/tail -f /var/log/syslog'
Aug 28 12:06:42 debconf: Setting debconf/language to en
Aug 28 12:06:42 main-menu[1809]: DEBUG: resolver (kbd-udeb): package doesn't exist (ignored)
Aug 28 12:06:42 main-menu[1809]: INFO: Menu item 'localechooser' selected
Aug 28 12:06:45 debconf: Setting debconf/language to en
Aug 28 12:07:14 localechooser: info: Language = 'gl'
Aug 28 12:07:14 localechooser: info: line=gl;1;ES;gl_ES.UTF-8;;console-setup
Aug 28 12:07:14 localechooser: info: Set debian-installer/language = 'gl'
Aug 28 12:07:14 localechooser: info: Default country = 'ES'
Aug 28 12:07:14 localechooser: info: Default locale = 'gl_ES.UTF-8'
Aug 28 12:07:14 localechooser: info: Set debian-installer/consoledisplay = 'console-setup'
Aug 28 12:07:14 debconf: Setting debconf/language to gl
Aug 28 12:07:15 localechooser: info: Set debian-installer/country = 'ES'
Aug 28 12:07:15 localechooser: info: Set debian-installer/locale = 'gl_ES.UTF-8'
Aug 28 12:07:15 localechooser: info: System locale (debian-installer/locale) = 'gl_ES.UTF-8'
Aug 28 12:07:15 main-menu[1809]: (process:1824): /usr/bin/localechooser: line 465: lsmod: not found
Aug 28 12:07:15 main-menu[1809]: (process:1824): /usr/bin/localechooser: line 465: lsmod: not found
Aug 28 12:07:15 main-menu[1809]: DEBUG: resolver (kbd-udeb): package doesn't exist (ignored)
Aug 28 12:07:15 main-menu[1809]: INFO: Menu item 'console-setup-udeb' selected
Aug 28 12:07:16 main-menu[1809]: DEBUG: resolver (kbd-udeb): package doesn't exist (ignored)
Aug 28 12:07:17 main-menu[1809]: INFO: Menu item 'ethdetect' selected
Aug 28 12:07:17 main-menu[1809]: DEBUG: resolver (kbd-udeb): package doesn't exist (ignored)
Aug 28 12:07:17 main-menu[1809]: INFO: Menu item 'netcfg' selected
Aug 28 12:07:17 netcfg[2783]: INFO: Starting netcfg v.1.176
Aug 28 12:07:17 kernel: start ext2fs: irq handler [5]: new delivery port f58bc438 entry f514d720
Aug 28 12:07:17 kernel: irq handler [11]: new delivery port f6750a58 entry f514d6a0
Aug 28 12:07:17 netcfg[2783]: INFO: Getting flags for interface /dev/eth0 failed, not activating interface.
Aug 28 12:07:17 netcfg[2783]: INFO: Waiting time set to 3
Aug 28 12:07:17 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:18 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:18 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:18 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:18 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:19 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:19 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:19 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:19 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:20 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:20 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:20 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:07:20 netcfg[2783]: INFO: Reached timeout for link detection on /dev/eth0
Aug 28 12:07:20 netcfg[2783]: INFO: found no link on interface /dev/eth0.
Aug 28 12:07:20 netcfg[2783]: INFO: Getting flags for interface /dev/eth0 failed, not taking down interface.
Aug 28 12:07:20 netcfg[2783]: INFO: Getting flags for interface /dev/eth1 failed, not activating interface.
Aug 28 12:07:20 netcfg[2783]: INFO: Waiting time set to 3
Aug 28 12:07:20 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:21 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:21 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:21 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:21 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:22 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:22 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:22 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:22 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:23 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:23 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:23 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth1
Aug 28 12:07:23 netcfg[2783]: INFO: Reached timeout for link detection on /dev/eth1
Aug 28 12:07:23 netcfg[2783]: INFO: found no link on interface /dev/eth1.
Aug 28 12:07:23 netcfg[2783]: INFO: Getting flags for interface /dev/eth1 failed, not taking down interface.
Aug 28 12:07:23 netcfg[2783]: INFO: Getting flags for interface /dev/eth0 failed, not taking down interface.
Aug 28 12:07:23 netcfg[2783]: INFO: Getting flags for interface /dev/eth1 failed, not taking down interface.
Aug 28 12:07:31 linuxrc: starting pid 1797, tty '/dev/tty2': '-/bin/sh'
Aug 28 12:25:00 kernel: Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
Aug 28 12:25:00 kernel:     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
Aug 28 12:25:00 kernel:     The NetBSD Foundation, Inc.  All rights reserved.
Aug 28 12:25:00 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
Aug 28 12:25:00 kernel:     The Regents of the University of California.  All rights reserved.
Aug 28 12:25:00 kernel: NetBSD 7.99.34 (RUMP-ROAST)
Aug 28 12:25:00 kernel: total memory = unlimited (host limit)
Aug 28 12:25:00 kernel: timecounter: Timecounters tick every 10.000 msec
Aug 28 12:25:00 kernel: timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
Aug 28 12:25:00 kernel: cpu0 at thinair0: rump virtual cpu
Aug 28 12:25:00 kernel: root file system type: rumpfs
Aug 28 12:25:00 kernel: kern.module.path=/stand/i386/7.99.34/modules
Aug 28 12:25:00 kernel: mainbus0 (root)
Aug 28 12:25:00 kernel: pci0 at mainbus0 bus 0
Aug 28 12:25:00 kernel: pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
Aug 28 12:25:00 kernel: vendor 1106 product 3189 (host bridge, revision 0x80) at pci0 dev 0 function 0 not configured
Aug 28 12:25:00 kernel: vendor 1106 product b198 (PCI bridge) at pci0 dev 1 function 0 not configured
Aug 28 12:25:00 kernel: vendor 109e product 036e (video multimedia, revision 0x11) at pci0 dev 10 function 0 not configured
Aug 28 12:25:00 kernel: vendor 109e product 0878 (miscellaneous multimedia, revision 0x11) at pci0 dev 10 function 1 not configured
Aug 28 12:25:00 kernel: vendor 11c1 product 048c (miscellaneous communications, revision 0x02) at pci0 dev 12 function 0 not configured
Aug 28 12:25:00 kernel: vendor 10ec product 8139 (ethernet network, revision 0x10) at pci0 dev 13 function 0 not configured
Aug 28 12:25:00 kernel: vendor 1106 product 3038 (USB serial bus, UHCI, revision 0x80) at pci0 dev 16 function 0 not configured
Aug 28 12:25:00 kernel: vendor 1106 product 3038 (USB serial bus, UHCI, revision 0x80) at pci0 dev 16 function 1 not configured
Aug 28 12:25:00 kernel: vendor 1106 product 3038 (USB serial bus, UHCI, revision 0x80) at pci0 dev 16 function 2 not configured
Aug 28 12:25:00 kernel: vendor 1106 product 3104 (USB serial bus, EHCI, revision 0x82) at pci0 dev 16 function 3 not configured
Aug 28 12:25:00 kernel: vendor 1106 product 3177 (ISA bridge) at pci0 dev 17 function 0 not configured
Aug 28 12:25:00 kernel: vendor 1106 product 0571 (IDE mass storage, interface 0x8a, revision 0x06) at pci0 dev 17 function 1 not configured
Aug 28 12:25:00 kernel: vendor 1106 product 3059 (audio multimedia, revision 0x50) at pci0 dev 17 function 5 not configured
Aug 28 12:25:00 kernel: vendor 10ec product 8139 (ethernet network, revision 0x10) at pci0 dev 19 function 0 not configured
Aug 28 12:31:19 netcfg[2783]: INFO: Taking down interface lo
Aug 28 12:31:19 netcfg[2783]: sh: 
Aug 28 12:31:19 netcfg[2783]: ip: not found
Aug 28 12:31:19 netcfg[2783]: 
Aug 28 12:31:19 netcfg[2783]: sh: 
Aug 28 12:31:19 netcfg[2783]: ip: not found
Aug 28 12:31:19 netcfg[2783]: 
Aug 28 12:31:19 netcfg[2783]: sh: 
Aug 28 12:31:19 netcfg[2783]: ip: not found
Aug 28 12:31:19 netcfg[2783]: 
Aug 28 12:31:19 netcfg[2783]: INFO: Getting flags for interface /dev/eth0 failed, not activating interface.
Aug 28 12:31:19 netcfg[2783]: DEBUG: State is now 0
Aug 28 12:31:19 netcfg[2783]: DEBUG: Want link on /dev/eth0
Aug 28 12:31:19 netcfg[2783]: INFO: Waiting time set to 3
Aug 28 12:31:20 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:20 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:20 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:20 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:21 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:21 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:21 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:21 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:22 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:22 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:22 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:22 netcfg[2783]: WARNING **: ethtool-lite: unsupported on GNU/Hurd for /dev/eth0
Aug 28 12:31:22 netcfg[2783]: INFO: Reached timeout for link detection on /dev/eth0
Aug 28 12:31:22 netcfg[2783]: DEBUG: Commencing network autoconfiguration on /dev/eth0
Aug 28 12:31:22 netcfg[2783]: DEBUG: rdnssd started; PID: 3517
Aug 28 12:31:23 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:23 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:23 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:23 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:23 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:23 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:23 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:23 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:24 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:24 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:24 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:24 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:24 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:24 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:24 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:24 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:25 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:25 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:25 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:25 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:25 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:25 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:25 netcfg[2783]: DEBUG: nc_v6_interface_configured(/dev/eth0, scope local)
Aug 28 12:31:25 netcfg[2783]: DEBUG: Running ip addr show /dev/eth0 to look for address
Aug 28 12:31:25 netcfg[2783]: INFO: No IPv6 support found... how does that happen?
Aug 28 12:31:25 netcfg[2783]: DEBUG: Stopping rdnssd, PID 3517
Aug 28 12:31:25 netcfg[2783]: DEBUG: No RA received; attempting IPv4 autoconfig
Aug 28 12:31:25 netcfg[2783]: WARNING **: Started DHCP client; PID is 3531
Aug 28 12:31:26 dhclient[3532]: DHCPDISCOVER on /dev/eth0 to 255.255.255.255 port 67 interval 2
Aug 28 12:31:26 dhclient[3532]: DHCPOFFER of 192.168.1.36 from 192.168.1.1
Aug 28 12:31:26 dhclient[3532]: DHCPREQUEST for 192.168.1.36 on /dev/eth0 to 255.255.255.255 port 67
Aug 28 12:31:26 dhclient[3532]: DHCPACK of 192.168.1.36 from 192.168.1.1
Aug 28 12:31:26 dhclient[3532]: bound to 192.168.1.36 -- renewal in 20566 seconds.
Aug 28 12:31:28 netcfg[2783]: DEBUG: Reading domain name returned via DHCP
Aug 28 12:31:28 netcfg[2783]: DEBUG: DHCP domain name is 'homestation'
Aug 28 12:31:28 netcfg[2783]: DEBUG: Reading nameservers from /etc/resolv.conf
Aug 28 12:31:28 netcfg[2783]: DEBUG: Read nameserver 80.58.61.250
Aug 28 12:31:28 netcfg[2783]: DEBUG: Read nameserver 80.58.61.254
Aug 28 12:31:28 netcfg[2783]: DEBUG: State is now 1
Aug 28 12:31:28 netcfg[2783]: DEBUG: State is now 2
Aug 28 12:31:28 netcfg[2783]: DEBUG: State is now 5
Aug 28 12:31:28 netcfg[2783]: DEBUG: Using DNS to try and obtain default hostname
Aug 28 12:31:28 netcfg[2783]: DEBUG: Getting default hostname from rDNS lookup of autoconfigured address 192.168.1.36
Aug 28 12:31:29 netcfg[2783]: DEBUG: getnameinfo() returned -2 (Name or service not known)
Aug 28 12:31:29 netcfg[2783]: DEBUG: Getting default hostname from rDNS lookup of autoconfigured address fe80::27:19b6:2333
Aug 28 12:31:29 netcfg[2783]: DEBUG: getnameinfo() returned -2 (Name or service not known)
Aug 28 12:31:29 netcfg[2783]: DEBUG: Getting default hostname from rDNS lookup of autoconfigured address fe80::227:19ff:feb6:2333
Aug 28 12:31:29 netcfg[2783]: DEBUG: getnameinfo() returned -2 (Name or service not known)

Reply to: