how to stabilize bootup-sequence of harddisks?



Hallo,

Es gelingt mir nicht, die diversen Festplatten beim booten so zu sortieren, dass das System sicher startet:

Mal hängt sich das 3ware-RAID als sda ein, mal als sdc; die 2 SCSI-Festplatten verschieben sich entsprechend.

Folgende Konfiguration:


Hi ,

I encounter regularly hikkups in the startup of my Debian-server
I can't manage to get my harddisks to start and sort-in in the right sequence: seagate - OEM - 3ware-RAID. At one instance, the 3ware-RAID claims sda, at another time its the first of the 2 SCSI-disks.

This is my configuration:

Debian 4.0 auf PIII-500

lspci:

00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 02)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 02)
00:04.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:04.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:04.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:04.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:09.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH A1 ISDN [Fritz] (rev 02)
00:0a.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 74)
00:0b.0 Ethernet controller: D-Link System Inc DGE-528T Gigabit Ethernet Adapter (rev 10)
00:0c.0 SCSI storage controller: Adaptec AIC-7892B U160/m (rev 02)
00:0d.0 RAID bus controller: 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01)


I tried to use the rules in UDEV, but it is my impression that the failure is even before: I end up in the busybox, which is to my understanding before initrd hands over control (I am no expert though)

The following is a messages-excerpt when everything went well, because logging is not even started when the wrong sequence is established
Do I have to tweak startup-parameters for the kernel?

Thomas



Sep 20 19:23:47 localhost syslogd 1.4.1#18: restart.
Sep 20 19:23:48 localhost kernel: klogd 1.4.1#18, log source = /proc/kmsg started.
Sep 20 19:23:48 localhost kernel: Linux version 2.6.18-5-686 (Debian 2.6.18.dfsg.1-13etch2) (dannf@xxxxxxxxxx) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Thu Aug 30 02:19:07 UTC 2007
Sep 20 19:23:48 localhost kernel: BIOS-provided physical RAM map:
Sep 20 19:23:48 localhost kernel: BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
Sep 20 19:23:48 localhost kernel: BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
Sep 20 19:23:48 localhost kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Sep 20 19:23:48 localhost kernel: BIOS-e820: 0000000000100000 - 000000002fffd000 (usable)
Sep 20 19:23:48 localhost kernel: BIOS-e820: 000000002fffd000 - 000000002ffff000 (ACPI data)
Sep 20 19:23:48 localhost kernel: BIOS-e820: 000000002ffff000 - 0000000030000000 (ACPI NVS)
Sep 20 19:23:48 localhost kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Sep 20 19:23:48 localhost kernel: 0MB HIGHMEM available.
Sep 20 19:23:48 localhost kernel: 767MB LOWMEM available.
Sep 20 19:23:48 localhost kernel: DMI 2.0 present.
Sep 20 19:23:48 localhost kernel: ACPI: PM-Timer IO Port: 0xe408
Sep 20 19:23:48 localhost kernel: Allocating PCI resources starting at 40000000 (gap: 30000000:cfff0000)
Sep 20 19:23:48 localhost kernel: Detected 501.157 MHz processor.
Sep 20 19:23:48 localhost kernel: Built 1 zonelists. Total pages: 196605
Sep 20 19:23:48 localhost kernel: Kernel command line: root=/dev/sdb5 rootdelay=20 noresume ro
Sep 20 19:23:48 localhost kernel: Local APIC disabled by BIOS -- you can enable it with "lapic"
Sep 20 19:23:48 localhost kernel: Enabling fast FPU save and restore... done.
Sep 20 19:23:48 localhost kernel: Enabling unmasked SIMD FPU exception support... done.
Sep 20 19:23:48 localhost kernel: Initializing CPU#0
Sep 20 19:23:48 localhost kernel: PID hash table entries: 4096 (order: 12, 16384 bytes)
Sep 20 19:23:48 localhost kernel: Console: colour VGA+ 80x25
Sep 20 19:23:48 localhost kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Sep 20 19:23:48 localhost kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Sep 20 19:23:48 localhost kernel: Memory: 771388k/786420k available (1541k kernel code, 14400k reserved, 576k data, 196k init, 0k highmem)
Sep 20 19:23:48 localhost kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Sep 20 19:23:48 localhost kernel: Calibrating delay using timer specific routine.. 1003.28 BogoMIPS (lpj=2006571)
Sep 20 19:23:48 localhost kernel: Security Framework v1.0.0 initialized
Sep 20 19:23:48 localhost kernel: SELinux: Disabled at boot.
Sep 20 19:23:48 localhost kernel: Capability LSM initialized
Sep 20 19:23:48 localhost kernel: Mount-cache hash table entries: 512
Sep 20 19:23:48 localhost kernel: CPU: L1 I cache: 16K, L1 D cache: 16K
Sep 20 19:23:48 localhost kernel: CPU: L2 cache: 512K
Sep 20 19:23:48 localhost kernel: Intel machine check architecture supported.
Sep 20 19:23:48 localhost kernel: Intel machine check reporting enabled on CPU#0.
Sep 20 19:23:48 localhost kernel: Compat vDSO mapped to ffffe000.
Sep 20 19:23:48 localhost kernel: Checking 'hlt' instruction... OK.
Sep 20 19:23:48 localhost kernel: SMP alternatives: switching to UP code
Sep 20 19:23:48 localhost kernel: Freeing SMP alternatives: 12k freed
Sep 20 19:23:48 localhost kernel: ACPI: Core revision 20060707
Sep 20 19:23:48 localhost kernel: ACPI: setting ELCR to 0200 (from 9410)
Sep 20 19:23:48 localhost kernel: CPU0: Intel Pentium III (Katmai) stepping 03
Sep 20 19:23:48 localhost kernel: SMP motherboard not detected.
Sep 20 19:23:48 localhost kernel: Local APIC not detected. Using dummy APIC emulation.
Sep 20 19:23:48 localhost kernel: Brought up 1 CPUs
Sep 20 19:23:48 localhost kernel: migration_cost=0
Sep 20 19:23:48 localhost kernel: checking if image is initramfs... it is
Sep 20 19:23:48 localhost kernel: Freeing initrd memory: 4782k freed
Sep 20 19:23:48 localhost kernel: NET: Registered protocol family 16
Sep 20 19:23:48 localhost kernel: ACPI: bus type pci registered
Sep 20 19:23:48 localhost kernel: PCI: PCI BIOS revision 2.10 entry at 0xf0720, last bus=1
Sep 20 19:23:48 localhost kernel: PCI: Using configuration type 1
Sep 20 19:23:48 localhost kernel: Setting up standard PCI resources
Sep 20 19:23:48 localhost kernel: ACPI: Interpreter enabled
Sep 20 19:23:48 localhost kernel: ACPI: Using PIC for interrupt routing
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12 14 *15)
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 7 9 10 11 12 14 15)
Sep 20 19:23:48 localhost kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Sep 20 19:23:48 localhost kernel: ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
Sep 20 19:23:48 localhost kernel: * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
Sep 20 19:23:48 localhost kernel: * this clock source is slow. Consider trying other clock sources
Sep 20 19:23:48 localhost kernel: PCI quirk: region e400-e43f claimed by PIIX4 ACPI
Sep 20 19:23:48 localhost kernel: PCI quirk: region e800-e80f claimed by PIIX4 SMB
Sep 20 19:23:48 localhost kernel: PIIX4 devres B PIO at 0290-0297
Sep 20 19:23:48 localhost kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Sep 20 19:23:48 localhost kernel: pnp: PnP ACPI init
Sep 20 19:23:48 localhost kernel: pnp: PnP ACPI: found 10 devices
Sep 20 19:23:48 localhost kernel: PnPBIOS: Disabled by ACPI PNP
Sep 20 19:23:48 localhost kernel: PCI: Using ACPI for IRQ routing
Sep 20 19:23:48 localhost kernel: PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
Sep 20 19:23:48 localhost kernel: pnp: 00:02: ioport range 0xe400-0xe43f could not be reserved
Sep 20 19:23:48 localhost kernel: pnp: 00:02: ioport range 0xe800-0xe80f has been reserved
Sep 20 19:23:48 localhost kernel: pnp: 00:02: ioport range 0x294-0x297 has been reserved
Sep 20 19:23:48 localhost kernel: PCI: Bridge: 0000:00:01.0
Sep 20 19:23:48 localhost kernel: IO window: d000-dfff
Sep 20 19:23:48 localhost kernel: MEM window: c6800000-c7efffff
Sep 20 19:23:48 localhost kernel: PREFETCH window: c8000000-e3ffffff
Sep 20 19:23:48 localhost kernel: NET: Registered protocol family 2
Sep 20 19:23:48 localhost kernel: IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Sep 20 19:23:48 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)Sep 20 19:23:48 localhost kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Sep 20 19:23:48 localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
Sep 20 19:23:48 localhost kernel: TCP reno registered
Sep 20 19:23:48 localhost kernel: Simple Boot Flag at 0x46 set to 0x1
Sep 20 19:23:48 localhost kernel: audit: initializing netlink socket (disabled)
Sep 20 19:23:48 localhost kernel: audit(1190308963.420:1): initialized
Sep 20 19:23:48 localhost kernel: VFS: Disk quotas dquot_6.5.1
Sep 20 19:23:48 localhost kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Sep 20 19:23:48 localhost kernel: Initializing Cryptographic API
Sep 20 19:23:48 localhost kernel: io scheduler noop registered
Sep 20 19:23:48 localhost kernel: io scheduler anticipatory registered
Sep 20 19:23:48 localhost kernel: io scheduler deadline registered
Sep 20 19:23:48 localhost kernel: io scheduler cfq registered (default)
Sep 20 19:23:48 localhost kernel: Limiting direct PCI/PCI transfers.
Sep 20 19:23:48 localhost kernel: isapnp: Scanning for PnP cards...
Sep 20 19:23:48 localhost kernel: isapnp: Card 'Analog Devices AD1815'
Sep 20 19:23:48 localhost kernel: isapnp: 1 Plug & Play card detected total
Sep 20 19:23:48 localhost kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Sep 20 19:23:48 localhost kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Sep 20 19:23:48 localhost kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Sep 20 19:23:48 localhost kernel: PNP: PS/2 controller doesn't have AUX irq; using default 12
Sep 20 19:23:48 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 20 19:23:48 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 20 19:23:48 localhost kernel: mice: PS/2 mouse device common for all mice
Sep 20 19:23:48 localhost kernel: TCP bic registered
Sep 20 19:23:48 localhost kernel: NET: Registered protocol family 1
Sep 20 19:23:48 localhost kernel: NET: Registered protocol family 17
Sep 20 19:23:48 localhost kernel: NET: Registered protocol family 8
Sep 20 19:23:48 localhost kernel: NET: Registered protocol family 20
Sep 20 19:23:48 localhost kernel: Using IPI No-Shortcut mode
Sep 20 19:23:48 localhost kernel: ACPI: (supports S0 S1 S4 S5)
Sep 20 19:23:48 localhost kernel: Time: tsc clocksource has been installed.
Sep 20 19:23:48 localhost kernel: Freeing unused kernel memory: 196k freed
Sep 20 19:23:48 localhost kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Sep 20 19:23:48 localhost kernel: ACPI: CPU0 (power states: C1[C1] C2[C2])
Sep 20 19:23:48 localhost kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Sep 20 19:23:48 localhost kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Sep 20 19:23:48 localhost kernel: PIIX4: IDE controller at PCI slot 0000:00:04.1
Sep 20 19:23:48 localhost kernel: PIIX4: chipset revision 1
Sep 20 19:23:48 localhost kernel: PIIX4: not 100%% native mode: will probe irqs later
Sep 20 19:23:48 localhost kernel: ide0: BM-DMA at 0xb800-0xb807, BIOS settings: hda:DMA, hdb:pio
Sep 20 19:23:48 localhost kernel: usbcore: registered new driver usbfs
Sep 20 19:23:48 localhost kernel: usbcore: registered new driver hub
Sep 20 19:23:48 localhost kernel: USB Universal Host Controller Interface driver v3.0
Sep 20 19:23:48 localhost kernel: SCSI subsystem initialized
Sep 20 19:23:48 localhost kernel: 3ware Storage Controller device driver for Linux v1.26.02.001.
Sep 20 19:23:48 localhost kernel: hda: IBM-DTTA-351010, ATA DISK drive
Sep 20 19:23:48 localhost kernel: Time: acpi_pm clocksource has been installed.
Sep 20 19:23:48 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 4
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt 0000:00:04.2[D] -> Link [LNKD] -> GSI 4 (level,
low) -> IRQ 4
Sep 20 19:23:48 localhost kernel: uhci_hcd 0000:00:04.2: UHCI Host Controller
Sep 20 19:23:48 localhost kernel: uhci_hcd 0000:00:04.2: new USB bus registered, assigned bus number 1Sep 20 19:23:48 localhost kernel: uhci_hcd 0000:00:04.2: irq 4, io base 0x0000b400
Sep 20 19:23:48 localhost kernel: usb usb1: configuration #1 chosen from 1 choice
Sep 20 19:23:48 localhost kernel: hub 1-0:1.0: USB hub found
Sep 20 19:23:48 localhost kernel: hub 1-0:1.0: 2 ports detected
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 15
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKC] -> GSI 15 (level, low) -> IRQ 15
Sep 20 19:23:48 localhost kernel: 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
Sep 20 19:23:48 localhost kernel: 0000:00:0a.0: 3Com PCI 3c905C Tornado at f0814000.
Sep 20 19:23:48 localhost kernel: r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 12
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKB] -> GSI 12 (level, low) -> IRQ 12
Sep 20 19:23:48 localhost kernel: eth1: RTL8169s/8110s at 0xf081a000, 00:15:e9:da:4e:65, IRQ 12
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [LNKD] -> GSI 4 (level,
low) -> IRQ 4
Sep 20 19:23:48 localhost kernel: 3w-xxxx: PCI Parity Error: clearing.
Sep 20 19:23:48 localhost kernel: usb 1-1: new low speed USB device using uhci_hcd and address 2
Sep 20 19:23:48 localhost kernel: usb 1-1: configuration #1 chosen from 1 choice
Sep 20 19:23:48 localhost kernel: usbcore: registered new driver hiddev
Sep 20 19:23:48 localhost kernel: input: NOVATEK USB Mouse STD. as /class/input/input1
Sep 20 19:23:48 localhost kernel: input: USB HID v1.00 Mouse [NOVATEK USB Mouse STD. ] on usb-0000:00:04.2-1
Sep 20 19:23:48 localhost kernel: usbcore: registered new driver usbhid
Sep 20 19:23:48 localhost kernel: drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Sep 20 19:23:48 localhost kernel: scsi0 : 3ware Storage Controller
Sep 20 19:23:48 localhost kernel: 3w-xxxx: scsi0: Found a 3ware Storage Controller at 0x9800, IRQ: 4.
Sep 20 19:23:48 localhost kernel: Vendor: 3ware Model: Logical Disk 0 Rev: 1.2
Sep 20 19:23:48 localhost kernel: Type: Direct-Access ANSI SCSI revision: 00
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
Sep 20 19:23:48 localhost kernel: SCSI device sda: 1875421056 512-byte hdwr sectors (960216 MB)
Sep 20 19:23:48 localhost kernel: sda: Write Protect is off
Sep 20 19:23:48 localhost kernel: SCSI device sda: drive cache: write back w/ FUA
Sep 20 19:23:48 localhost kernel: SCSI device sda: 1875421056 512-byte hdwr sectors (960216 MB)
Sep 20 19:23:48 localhost kernel: sda: Write Protect is off
Sep 20 19:23:48 localhost kernel: SCSI device sda: drive cache: write back w/ FUA
Sep 20 19:23:48 localhost kernel: sda: sda1 < sda5 sda6 >
Sep 20 19:23:48 localhost kernel: sd 0:0:0:0: Attached scsi disk sda
Sep 20 19:23:48 localhost kernel: scsi1 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
Sep 20 19:23:48 localhost kernel: <Adaptec 19160B Ultra160 SCSI adapter>
Sep 20 19:23:48 localhost kernel: aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
Sep 20 19:23:48 localhost kernel:
Sep 20 19:23:48 localhost kernel: Vendor: SEAGATE Model: ST318404LC Rev: HP01
Sep 20 19:23:48 localhost kernel: Type: Direct-Access ANSI SCSI revision: 03
Sep 20 19:23:48 localhost kernel: scsi1:A:1:0: Tagged Queuing enabled. Depth 8
Sep 20 19:23:48 localhost kernel: target1:0:1: Beginning Domain Validation
Sep 20 19:23:48 localhost kernel: target1:0:1: wide asynchronous
Sep 20 19:23:48 localhost kernel: target1:0:1: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 63)
Sep 20 19:23:48 localhost kernel: target1:0:1: Domain Validation skipping write tests
Sep 20 19:23:48 localhost kernel: target1:0:1: Ending Domain Validation
Sep 20 19:23:48 localhost kernel: SCSI device sdb: 35566480 512-byte hdwr sectors (18210 MB)
Sep 20 19:23:48 localhost kernel: sdb: Write Protect is off
Sep 20 19:23:48 localhost kernel: SCSI device sdb: drive cache: write back w/ FUA
Sep 20 19:23:48 localhost kernel: SCSI device sdb: 35566480 512-byte hdwr sectors (18210 MB)
Sep 20 19:23:48 localhost kernel: sdb: Write Protect is off
Sep 20 19:23:48 localhost kernel: SCSI device sdb: drive cache: write back w/ FUA
Sep 20 19:23:48 localhost kernel: sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 >
Sep 20 19:23:48 localhost kernel: sd 1:0:1:0: Attached scsi disk sdb
Sep 20 19:23:48 localhost kernel: Vendor: OEM Model: DCRS04U Rev: 0101
Sep 20 19:23:48 localhost kernel: Type: Direct-Access ANSI SCSI revision: 02
Sep 20 19:23:48 localhost kernel: scsi1:A:2:0: Tagged Queuing enabled. Depth 8
Sep 20 19:23:48 localhost kernel: target1:0:2: Beginning Domain Validation
Sep 20 19:23:48 localhost kernel: target1:0:2: wide asynchronous
Sep 20 19:23:48 localhost kernel: target1:0:2: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 15)
Sep 20 19:23:48 localhost kernel: target1:0:2: Domain Validation skipping write tests
Sep 20 19:23:48 localhost kernel: target1:0:2: Ending Domain Validation
Sep 20 19:23:48 localhost kernel: SCSI device sdc: 8888543 512-byte hdwr sectors (4551 MB)
Sep 20 19:23:48 localhost kernel: sdc: Write Protect is off
Sep 20 19:23:48 localhost kernel: SCSI device sdc: drive cache: write back w/ FUA
Sep 20 19:23:48 localhost kernel: SCSI device sdc: 8888543 512-byte hdwr sectors (4551 MB)
Sep 20 19:23:48 localhost kernel: sdc: Write Protect is off
Sep 20 19:23:48 localhost kernel: SCSI device sdc: drive cache: write back w/ FUA
Sep 20 19:23:48 localhost kernel: sdc: sdc1 < sdc5 >
Sep 20 19:23:48 localhost kernel: sd 1:0:2:0: Attached scsi disk sdc
Sep 20 19:23:48 localhost kernel: Vendor: TEAC Model: CD-ROM CD-532S Rev: 3.0A
Sep 20 19:23:48 localhost kernel: Type: CD-ROM ANSI SCSI revision: 02
Sep 20 19:23:48 localhost kernel: target1:0:4: Beginning Domain Validation
Sep 20 19:23:48 localhost kernel: target1:0:4: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 16)
Sep 20 19:23:48 localhost kernel: target1:0:4: Domain Validation skipping write tests
Sep 20 19:23:48 localhost kernel: target1:0:4: Ending Domain Validation
Sep 20 19:23:48 localhost kernel: hda: max request size: 128KiB
Sep 20 19:23:48 localhost kernel: hda: 19807200 sectors (10141 MB) w/466KiB Cache, CHS=19650/16/63, UDMA(33)
Sep 20 19:23:48 localhost kernel: hda: cache flushes not supported
Sep 20 19:23:48 localhost kernel: hda: hda1 hda2 < hda5 hda6 >
Sep 20 19:23:48 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 20 19:23:48 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 20 19:23:48 localhost kernel: ts: Compaq touchscreen protocol output
Sep 20 19:23:48 localhost kernel: sr0: scsi3-mmc drive: 0x/0x caddy
Sep 20 19:23:48 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Sep 20 19:23:48 localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Sep 20 19:23:48 localhost kernel: sd 1:0:1:0: Attached scsi generic sg1 type 0
Sep 20 19:23:48 localhost kernel: sd 1:0:2:0: Attached scsi generic sg2 type 0
Sep 20 19:23:48 localhost kernel: sr 1:0:4:0: Attached scsi generic sg3 type 5
Sep 20 19:23:48 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Sep 20 19:23:48 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 20 19:23:48 localhost kernel: Linux agpgart interface v0.101 (c) Dave Jones
Sep 20 19:23:48 localhost kernel: agpgart: Detected an Intel 440BX Chipset.
Sep 20 19:23:48 localhost kernel: agpgart: AGP aperture is 64M @ 0xe4000000
Sep 20 19:23:48 localhost kernel: CSLIP: code copyright 1989 Regents of the University of California
Sep 20 19:23:48 localhost kernel: ISDN subsystem Rev: 1.1.2.3/1.1.2.3/1.1.2.2/1.1.2.3/1.1.2.2/1.1.2.2
loaded
Sep 20 19:23:48 localhost kernel: HiSax: Linux Driver for passive ISDN cards
Sep 20 19:23:48 localhost kernel: HiSax: Version 3.5 (module)
Sep 20 19:23:48 localhost kernel: HiSax: Layer1 Revision 2.46.2.5
Sep 20 19:23:48 localhost kernel: HiSax: Layer2 Revision 2.30.2.4
Sep 20 19:23:48 localhost kernel: HiSax: TeiMgr Revision 2.20.2.3
Sep 20 19:23:48 localhost kernel: HiSax: Layer3 Revision 2.22.2.3
Sep 20 19:23:48 localhost kernel: HiSax: LinkLayer Revision 2.59.2.4
Sep 20 19:23:48 localhost kernel: hisax_isac: ISAC-S/ISAC-SX ISDN driver v0.1.0
Sep 20 19:23:48 localhost kernel: hisax_fcpcipnp: Fritz!Card PCI/PCIv2/PnP ISDN driver v0.0.1
Sep 20 19:23:48 localhost kernel: HiSax: Card 1 Protocol EDSS1 Id=fcpcipnp0 (0)
Sep 20 19:23:48 localhost kernel: HiSax: DSS1 Rev. 2.32.2.3
Sep 20 19:23:48 localhost kernel: HiSax: 2 channels added
Sep 20 19:23:48 localhost kernel: HiSax: MAX_WAITING_CALLS added
Sep 20 19:23:48 localhost kernel: ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LNKD] -> GSI 4 (level,
low) -> IRQ 4
Sep 20 19:23:48 localhost kernel: hisax_fcpcipnp: found adapter Fritz!Card PCI at 0000:00:09.0
Sep 20 19:23:48 localhost kernel: Real Time Clock Driver v1.12ac
Sep 20 19:23:48 localhost kernel: input: PC Speaker as /class/input/input2
Sep 20 19:23:48 localhost kernel: piix4_smbus 0000:00:04.3: Found 0000:00:04.3 device
Sep 20 19:23:48 localhost kernel: Floppy drive(s): fd0 is 1.44M
Sep 20 19:23:48 localhost kernel: FDC 0 is a post-1991 82077
Sep 20 19:23:48 localhost kernel: parport: PnPBIOS parport detected.
Sep 20 19:23:48 localhost kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
Sep 20 19:23:48 localhost kernel: pnp: Device 01:01.01 activated.
Sep 20 19:23:48 localhost kernel: Adding 1951856k swap on /dev/sdb1. Priority:-1 extents:1 across:1951856k
Sep 20 19:23:48 localhost kernel: EXT3 FS on sdb5, internal journal
Sep 20 19:23:48 localhost kernel: loop: loaded (max 8 devices)
Sep 20 19:23:48 localhost kernel: device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@xxxxxxxxxx
Sep 20 19:23:48 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 20 19:23:48 localhost kernel: EXT3 FS on hda1, internal journal
Sep 20 19:23:48 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 20 19:23:48 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 20 19:23:48 localhost kernel: EXT3 FS on hda5, internal journal
Sep 20 19:23:48 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 20 19:23:48 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 20 19:23:48 localhost kernel: EXT3 FS on hda6, internal journal
Sep 20 19:23:48 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 20 19:23:48 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 20 19:23:48 localhost kernel: EXT3 FS on sda5, internal journal
Sep 20 19:23:48 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 20 19:23:48 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 20 19:23:48 localhost kernel: EXT3 FS on sda6, internal journal
Sep 20 19:23:48 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 20 19:23:48 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 20 19:23:48 localhost kernel: EXT3 FS on sdb8, internal journal
Sep 20 19:23:48 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 20 19:23:48 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 20 19:23:48 localhost kernel: EXT3 FS on sdb6, internal journal
Sep 20 19:23:48 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 20 19:23:48 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 20 19:23:48 localhost kernel: EXT3 FS on sdc5, internal journal
Sep 20 19:23:48 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 20 19:23:48 localhost kernel: r8169: eth1: link up
Sep 20 19:23:48 localhost kernel: eth0: setting half-duplex.
Sep 20 19:23:48 localhost kernel: NET: Registered protocol family 10
Sep 20 19:23:48 localhost kernel: lo: Disabled Privacy Extensions
Sep 20 19:23:48 localhost kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
Sep 20 19:23:48 localhost kernel: IPv6 over IPv4 tunneling driver
Sep 20 19:23:49 localhost hpiod: 1.6.10 accepting connections at 2208...
Sep 20 19:23:56 localhost kernel: ACPI: Power Button (FF) [PWRF]
Sep 20 19:23:56 localhost kernel: ACPI: Power Button (CM) [PWRB]
Sep 20 19:23:57 localhost kernel: lp0: using parport0 (interrupt-driven).
Sep 20 19:23:57 localhost kernel: ppdev: user-space parallel port driver
Sep 20 19:24:05 localhost dhcdbd: Started up.
Sep 20 19:24:06 localhost dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.reason
Sep 20 19:24:06 localhost dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.reason
Sep 20 19:24:07 localhost kernel: NET: Registered protocol family 5
Sep 20 19:24:07 localhost papd[3098]: restart (2.0.3)
Sep 20 19:24:07 localhost papd[3098]: CUPS support enabled (1.1)
Sep 20 19:24:08 localhost kernel: Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
Sep 20 19:24:08 localhost kernel: NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
Sep 20 19:24:08 localhost kernel: NFSD: starting 90-second grace period
Sep 20 19:24:08 localhost dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.nis_domain
Sep 20 19:24:08 localhost dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.nis_servers
Sep 20 19:24:13 localhost kernel: [drm] Initialized drm 1.0.1 20051102
Sep 20 19:24:13 localhost kernel: ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
Sep 20 19:24:13 localhost kernel: [drm] Initialized radeon 1.25.0 20060524 on minor 0
Sep 20 19:24:14 localhost kernel: mtrr: 0xd8000000,0x8000000 overlaps existing 0xd8000000,0x4000000
Sep 20 19:24:14 localhost last message repeated 2 times
Sep 20 19:24:14 localhost kernel: agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
Sep 20 19:24:14 localhost kernel: agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
Sep 20 19:24:14 localhost kernel: agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
Sep 20 19:24:14 localhost kernel: [drm] Setting GART location based on new memory map
Sep 20 19:24:14 localhost kernel: [drm] Loading R200 Microcode
Sep 20 19:24:14 localhost kernel: [drm] writeback test succeeded in 1 usecs
Sep 20 19:24:35 localhost gconfd (quax-3463): (Version 2.16.1) wird gestartet, Prozesskennung 3463, Benutzer »quax«
Sep 20 19:24:36 localhost gconfd (quax-3463): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.mandatory« wurde an der Position 0 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Sep 20 19:24:36 localhost gconfd (quax-3463): Die Adresse »xml:readwrite:/home/quax/.gconf« wurde an der Position 1 zu einer schreibbaren Konfigurationsquelle aufgelöst
Sep 20 19:24:36 localhost gconfd (quax-3463): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.defaults« wurde an der Position 2 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Sep 20 19:24:36 localhost gconfd (quax-3463): Die Adresse »xml:readonly:/var/lib/gconf/debian.defaults« wurde an der Position 3 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Sep 20 19:24:36 localhost gconfd (quax-3463): Die Adresse »xml:readonly:/var/lib/gconf/defaults« wurde an der Position 4 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Sep 20 19:24:44 localhost gconfd (quax-3463): Die Adresse »xml:readwrite:/home/quax/.gconf« wurde an der Position 0 zu einer schreibbaren Konfigurationsquelle aufgelöst
Sep 20 19:43:48 localhost -- MARK --


--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/

--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/
.


Quantcast