[openSuse10.2] SATA mal wieder...

seim

seim

seim oder nicht seim?
Hi,
ich habe einen SATA Controler onboard (Asus A7N8X-E Deluxe) und der macht sohl ein bissel probleme...

Also ich habe über diesen Controler ein Fakeraid aus 2 Festplatten laufen, allerdings lässt sich der Controler erst per Eingabe von
Code:
dmraid -ay -i
zur Arbeit überreden.
Gut hab ich erstmal ein script erstellt und das in den Runlevel B 2 3 5 eingetragen (4 scheint es nicht zu geben^^) die runlevel hab ich einfach mal so ausgewählt weil ich ehrlich gesagt keine ahnung davon hab, könnt mir ja die richtigen posten (und vllt auch eine "stop" sequenz für das script):
Code:
#!/bin/sh

case "$1" in
   start)
     echo -n "Starting SATA..."
     dmraid -ay -i
   ;;
   stop)
     echo "SATA can not stop"
   ;;
   restart)
     echo "SATA can not restart"
   ;;
   *)
   echo "Usage {start}"
   ;;
esac
exit 0
soweit funktioniert das schonmal, nach dem booten zeigt der mir mein raid schon per
Code:
seim@localhost:~> ls /dev/mapper
control  sil_aebidhcbajba  sil_aebidhcbajba1  sil_aebidhcbajba_part1

beim autom. mounten der platte happert es allerdings noch ein bisschen sehr... ein Eintrag in die fstab scheint nich viel zu bewirken, da die fstab scheinbar vor meinem script geladen wird... also hab ich noch ein script gemacht welches mir die "platte" dann mountet:
Code:
#!/bin/sh

case "$1" in
   start)
     echo -n "Mount SATA-Hauptplatte..."
     mount /dev/mapper/sil_aebidhcbajba_part1 /media/HAUPTPLATTE -o umask=0222,nls=utf8
   ;;
   stop)
     echo "Umount SATA-Hauptplatte..."
     umount /dev/mapper/sil_aebidhcbajba_part1
   ;;
   *)
   echo "Usage {start|stop}"
   ;;
esac
exit 0
das steht im runlevel 3 und 5, funktioniert aber nicht^^


so das ist meine boot.msg/log... (evtl. kann mir jmd erklären warum der 100 zeilen wiederholt und was das zu bedeuten hat, sieht für mich nach einer art fehler aus..):
PHP:
Inspecting /boot/System.map-2.6.18.2-34-default
Loaded 23374 symbols from /boot/System.map-2.6.18.2-34-default.
Symbols match kernel version 2.6.18.
No module symbols loaded - kernel modules not enabled.

klogd 1.4.1, log source = ksyslog started.
<5>Linux version 2.6.18.2-34-default (geeko@buildhost) (gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)) #1 SMP Mon Nov 27 11:46:27 UTC 2006
<6>BIOS-provided physical RAM map:
<4> BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
<4> BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
<4> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
<4> BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
<4> BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
<4> BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
<4> BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
<4> BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
<4> BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
<5>127MB HIGHMEM available.
<5>896MB LOWMEM available.
<7>On node 0 totalpages: 262128
<7>  DMA zone: 4096 pages, LIFO batch:0
<7>  Normal zone: 225280 pages, LIFO batch:31
<7>  HighMem zone: 32752 pages, LIFO batch:7
<6>DMI 2.2 present.
<6>Using APIC driver default
<6>IO/L-APIC allowed because system is MP or new enough
<7>ACPI: RSDP (v000 Nvidia                                ) @ 0x000f75e0
<7>ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x3fff3000
<7>ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x3fff3040
<7>ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x3fff7640
<7>ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
<6>Nvidia board detected. Ignoring ACPI timer override.
<6>If you got timer trouble try acpi_use_timer_override
<6>Nvidia board detected. Ignoring ACPI timer override.
<6>If you got timer trouble try acpi_use_timer_override
<6>ACPI: PM-Timer IO Port: 0x4008
<7>ACPI: Local APIC address 0xfee00000
<6>ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
<4>Processor #0 6:10 APIC version 16
<6>ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
<6>ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
<4>IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
<6>ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<4>ACPI: BIOS IRQ0 pin2 override ignored.
<6>ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
<6>ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
<6>ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
<7>ACPI: IRQ9 used by override.
<7>ACPI: IRQ14 used by override.
<7>ACPI: IRQ15 used by override.
<4>Enabling APIC mode:  Flat.  Using 1 I/O APICs
<6>Using ACPI (MADT) for SMP configuration information
<4>Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
<4>Detected 2091.724 MHz processor.
<4>Built 1 zonelists.  Total pages: 262128
<5>Kernel command line: root=/dev/hda6 vga=0x31a resume=/dev/hda8 splash=verbose
<6>bootsplash: verbose mode.
<7>mapped APIC to ffffd000 (fee00000)
<7>mapped IOAPIC to ffffc000 (fec00000)
<6>Enabling fast FPU save and restore... done.
<6>Enabling unmasked SIMD FPU exception support... done.
<6>Initializing CPU#0
<4>PID hash table entries: 4096 (order: 12, 16384 bytes)
<4>Console: colour dummy device 80x25
<4>Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
<4>Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>Memory: 1032260k/1048512k available (1697k kernel code, 15576k reserved, 968k data, 196k init, 131008k highmem)
<4>Checking if this processor honours the WP bit even in supervisor mode... Ok.
<4>Calibrating delay using timer specific routine.. 4186.47 BogoMIPS (lpj=8372951)
<6>Security Framework v1.0.0 initialized
<4>Mount-cache hash table entries: 512
<7>CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
<7>CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
<6>CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
<6>CPU: L2 Cache: 512K (64 bytes/line)
<7>CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
<6>Intel machine check architecture supported.
<6>Intel machine check reporting enabled on CPU#0.
<4>Compat vDSO mapped to ffffe000.
<6>Checking 'hlt' instruction... OK.
<6>SMP alternatives: switching to UP code
<6>Freeing SMP alternatives: 16k freed
<6>checking if image is initramfs... it is
<6>Freeing initrd memory: 3255k freed
<6>ACPI: Core revision 20060707
<4>CPU0: AMD Athlon(tm) XP 3000+ stepping 00
<6>Total of 1 processors activated (4186.47 BogoMIPS).
<4>ENABLING IO-APIC IRQs
<6>..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
<6>Brought up 1 CPUs
<4>migration_cost=0
<6>NET: Registered protocol family 16
<6>ACPI: bus type pci registered
<6>PCI: PCI BIOS revision 2.10 entry at 0xfb410, last bus=3
<6>PCI: Using configuration type 1
<4>Setting up standard PCI resources
<6>ACPI: Interpreter enabled
<6>ACPI: Using IOAPIC for interrupt routing
<6>ACPI: PCI Root Bridge [PCI0] (0000:00)
<7>PCI: Probing PCI hardware (bus 00)
<4>PCI: nForce2 C1 Halt Disconnect fixup
<7>Boot video device is 0000:03:00.0
<7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
<7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
<7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
<4>ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
<4>ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
<4>ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
<4>ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
<4>ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
<4>ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
<4>ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
<4>ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
<4>ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
<4>ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
<4>ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
<4>ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
<4>ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
<4>ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
<4>ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
<4>ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
<4>ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
<4>ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
<4>ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
<4>ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
<4>ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
<6>Linux Plug and Play Support v0.97 (c) Adam Belay
<6>pnp: PnP ACPI init
<6>pnp: PnP ACPI: found 16 devices
<6>PnPBIOS: Disabled by ACPI PNP
<6>PCI: Using ACPI for IRQ routing
<6>PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
<6>pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
<6>pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
<6>pnp: 00:00: ioport range 0x4400-0x447f has been reserved
<6>pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
<6>pnp: 00:00: ioport range 0x4200-0x427f has been reserved
<6>pnp: 00:00: ioport range 0x4280-0x42ff has been reserved
<6>pnp: 00:01: ioport range 0x5000-0x503f has been reserved
<6>pnp: 00:01: ioport range 0x5500-0x553f has been reserved
<6>PCI: Bridge: 0000:00:08.0
<6>  IO window: 9000-afff
<6>  MEM window: d4000000-d5ffffff
<6>  PREFETCH window: d0000000-d0ffffff
<6>PCI: Bridge: 0000:00:1e.0
<6>  IO window: c000-cfff
<6>  MEM window: d2000000-d3ffffff
<6>  PREFETCH window: b0000000-cfffffff
<7>PCI: Setting latency timer of device 0000:00:08.0 to 64
<6>NET: Registered protocol family 2
<4>IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
<4>TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
<4>TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
<6>TCP: Hash tables configured (established 131072 bind 65536)
<6>TCP reno registered
<6>Machine check exception polling timer started.
<6>apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
<5>apm: overridden by ACPI.
<6>audit: initializing netlink socket (disabled)
<5>audit(1172422865.800:1): initialized
<4>highmem bounce pool size: 64 pages
<4>Total HugeTLB memory allocated, 0
<5>VFS: Disk quotas dquot_6.5.1
<4>Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
<6>Initializing Cryptographic API
<6>io scheduler noop registered
<6>io scheduler anticipatory registered
<6>io scheduler deadline registered
<6>io scheduler cfq registered (default)
<6>vesafb: framebuffer at 0xb0000000, mapped to 0xf8880000, using 10240k, total 16384k
<6>vesafb: mode is 1280x1024x16, linelength=2560, pages=5
<6>vesafb: protected mode interface info at c000:5824
<6>vesafb: pmi: set display start = c00c58b8, set palette = c00c5904
<6>vesafb: pmi: ports = c010 c016 c054 c038 c03c c05c c000 c004 c0b0 c0b2 c0b4 
<6>vesafb: scrolling: redraw
<6>vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
<6>bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 107318 bytes,<6>...found (1280x1024, 59769 bytes, v3).
<4>Console: switching to colour frame buffer device 156x60
<6>fb0: VESA VGA frame buffer device
<6>isapnp: Scanning for PnP cards...
<6>isapnp: No Plug & Play device found
<6>Real Time Clock Driver v1.12ac
<6>Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
<6>serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
<6>serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
<6>00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
<6>00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
<6>Floppy drive(s): fd0 is 1.44M
<6>FDC 0 is a post-1991 82077
<4>RAMDISK driver initialized: 16 RAM disks of 64000K size 1024 blocksize
<6>PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
<4>PNP: PS/2 controller doesn't have AUX irq; using default 12
<6>serio: i8042 AUX port at 0x60,0x64 irq 12
<6>serio: i8042 KBD port at 0x60,0x64 irq 1
<6>mice: PS/2 mouse device common for all mice
<6>input: PC Speaker as /class/input/input0
<6>input: AT Translated Set 2 keyboard as /class/input/input1
<6>md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
<6>md: bitmap version 4.39
<6>NET: Registered protocol family 1
<4>Using IPI No-Shortcut mode
<6>ACPI: (supports S0 S1 S3 S4 S5)
<6>Freeing unused kernel memory: 196k freed
<6>Time: tsc clocksource has been installed.
<6>Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
<6>ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
<5>SCSI subsystem initialized
<6>NFORCE2: IDE controller at PCI slot 0000:00:09.0
<6>NFORCE2: chipset revision 162
<6>NFORCE2: not 100% native mode: will probe irqs later
<4>NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
<6>NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
<6>    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
<6>    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
<7>Probing IDE interface ide0...
<4>hda: WDC WD3200JB-00KFA0, ATA DISK drive
<4>ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
<6>hda: max request size: 512KiB
<6>hda: 625142448 sectors (320072 MB) w/8192KiB Cache, CHS=38913/255/63, UDMA(100)
<6>hda: cache flushes supported
<6> hda: hda1 hda2 < hda5 hda6 hda7 hda8 > hda3
<7>Probing IDE interface ide1...
<4>hdc: HL-DT-ST DVDRAM GSA-4167B, ATAPI CD/DVD-ROM drive
<4>hdd: LITE-ON LTR-48125S, ATAPI CD/DVD-ROM drive
<4>ide1 at 0x170-0x177,0x376 on irq 15
<7>libata version 2.00 loaded.
<7>sata_sil 0000:01:0b.0: version 2.0
<4>ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
<6>ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [APC3] -> GSI 18 (level, high) -> IRQ 177
<6>ata1: SATA max UDMA/100 cmd 0xF8828080 ctl 0xF882808A bmdma 0xF8828000 irq 177
<6>ata2: SATA max UDMA/100 cmd 0xF88280C0 ctl 0xF88280CA bmdma 0xF8828008 irq 177
<6>scsi0 : sata_sil
<6>ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
<6>ata1.00: ATA-6, max UDMA/133, 312581808 sectors: LBA48 
<6>ata1.00: ata1: dev 0 multi count 16
<6>ata1.00: configured for UDMA/100
<6>scsi1 : sata_sil
<6>ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
<6>ata2.00: ATA-6, max UDMA/133, 312581808 sectors: LBA48 
<6>ata2.00: ata2: dev 0 multi count 16
<6>ata2.00: configured for UDMA/100
<5>  Vendor: ATA       Model: WDC WD1600JD-55H  Rev: 08.0
<5>  Type:   Direct-Access                      ANSI SCSI revision: 05
<5>SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
<5>sda: Write Protect is off
<7>sda: Mode Sense: 00 3a 00 00
<5>SCSI device sda: drive cache: write back
<5>SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
<5>sda: Write Protect is off
<7>sda: Mode Sense: 00 3a 00 00
<5>SCSI device sda: drive cache: write back
<6> sda: unknown partition table
<5>sd 0:0:0:0: Attached scsi disk sda
<5>  Vendor: ATA       Model: WDC WD1600JD-55H  Rev: 08.0
<5>  Type:   Direct-Access                      ANSI SCSI revision: 05
<5>sd 0:0:0:0: Attached scsi generic sg0 type 0
<5>SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
<5>sdb: Write Protect is off
<7>sdb: Mode Sense: 00 3a 00 00
<5>SCSI device sdb: drive cache: write back
<5>SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
<5>sdb: Write Protect is off
<7>sdb: Mode Sense: 00 3a 00 00
<5>SCSI device sdb: drive cache: write back
<6> sdb: sdb1
<4> sdb: p1 exceeds device capacity
<5>sd 1:0:0:0: Attached scsi disk sdb
<5>sd 1:0:0:0: Attached scsi generic sg1 type 0
<6>BIOS EDD facility v0.16 2004-Jun-25, 2 devices found
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153216, limit=312581808
<3>Buffer I/O error on device sdb1, logical block 625153152
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153217, limit=312581808
<3>Buffer I/O error on device sdb1, logical block 625153153
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153218, limit=312581808
<3>Buffer I/O error on device sdb1, logical block 625153154
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153219, limit=312581808
<3>Buffer I/O error on device sdb1, logical block 625153155
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153220, limit=312581808
<3>Buffer I/O error on device sdb1, logical block 625153156
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153221, limit=312581808
<3>Buffer I/O error on device sdb1, logical block 625153157
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153222, limit=312581808
<3>Buffer I/O error on device sdb1, logical block 625153158
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153223, limit=312581808
<3>Buffer I/O error on device sdb1, logical block 625153159
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153216, limit=312581808
<3>Buffer I/O error on device sdb1, logical block 625153152
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153217, limit=312581808
<3>Buffer I/O error on device sdb1, logical block 625153153
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153218, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153219, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153220, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153221, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153222, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153223, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153344, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153345, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153346, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153347, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153348, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153349, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153350, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153351, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153400, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153401, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153402, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153403, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153404, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153405, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153406, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153407, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<4>Attempting manual resume
<6>kjournald starting.  Commit interval 5 seconds
<6>EXT3 FS on hda6, internal journal
<6>EXT3-fs: mounted filesystem with ordered data mode.
<6>parport: PnPBIOS parport detected.
<6>parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
<6>lp0: using parport0 (interrupt-driven).
<6>Linux agpgart interface v0.101 (c) Dave Jones
<7>ieee1394: Initialized config rom entry `ip1394'
<4>ACPI: PCI Interrupt Link [APCM] enabled at IRQ 22
<6>ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [APCM] -> GSI 22 (level, high) -> IRQ 185
<7>PCI: Setting latency timer of device 0000:00:0d.0 to 64
<6>ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[185]  MMIO=[d6084000-d60847ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
<6>agpgart: Detected NVIDIA nForce2 chipset
<6>pci_hotplug: PCI Hot Plug PCI Core version: 0.5
<6>agpgart: AGP aperture is 256M @ 0xa0000000
<6>i2c_adapter i2c-0: nForce2 SMBus adapter at 0x5000
<6>i2c_adapter i2c-1: nForce2 SMBus adapter at 0x5500
<6>usbcore: registered new driver usbfs
<6>usbcore: registered new driver hub
<7>ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
<4>ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21
<6>ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 21 (level, high) -> IRQ 193
<6>forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.56.
<7>PCI: Setting latency timer of device 0000:00:02.0 to 64
<6>ohci_hcd 0000:00:02.0: OHCI Host Controller
<6>ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
<6>ohci_hcd 0000:00:02.0: irq 193, io mem 0xd6086000
<6>usb usb1: new device found, idVendor=0000, idProduct=0000
<6>usb usb1: new device strings: Mfr=3, Product=2, SerialNumber=1
<6>usb usb1: Product: OHCI Host Controller
<6>usb usb1: Manufacturer: Linux 2.6.18.2-34-default ohci_hcd
<6>usb usb1: SerialNumber: 0000:00:02.0
<6>usb usb1: configuration #1 chosen from 1 choice
<6>hub 1-0:1.0: USB hub found
<6>hub 1-0:1.0: 3 ports detected
<4>ACPI: PCI Interrupt Link [APCG] enabled at IRQ 20
<6>ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [APCG] -> GSI 20 (level, high) -> IRQ 201
<7>PCI: Setting latency timer of device 0000:00:02.1 to 64
<6>ohci_hcd 0000:00:02.1: OHCI Host Controller
<6>ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
<6>ohci_hcd 0000:00:02.1: irq 201, io mem 0xd6081000
<6>usb usb2: new device found, idVendor=0000, idProduct=0000
<6>usb usb2: new device strings: Mfr=3, Product=2, SerialNumber=1
<6>usb usb2: Product: OHCI Host Controller
<6>usb usb2: Manufacturer: Linux 2.6.18.2-34-default ohci_hcd
<6>usb usb2: SerialNumber: 0000:00:02.1
<6>usb usb2: configuration #1 chosen from 1 choice
<6>hub 2-0:1.0: USB hub found
<6>hub 2-0:1.0: 3 ports detected
<6>shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
<4>ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
<6>ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 22 (level, high) -> IRQ 185
<7>PCI: Setting latency timer of device 0000:00:02.2 to 64
<6>ehci_hcd 0000:00:02.2: EHCI Host Controller
<6>ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
<6>ehci_hcd 0000:00:02.2: debug port 1
<7>PCI: cache line size of 64 is not supported by device 0000:00:02.2
<6>ehci_hcd 0000:00:02.2: irq 185, io mem 0xd6082000
<6>ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
<6>usb usb3: new device found, idVendor=0000, idProduct=0000
<6>usb usb3: new device strings: Mfr=3, Product=2, SerialNumber=1
<6>usb usb3: Product: EHCI Host Controller
<6>usb usb3: Manufacturer: Linux 2.6.18.2-34-default ehci_hcd
<6>usb usb3: SerialNumber: 0000:00:02.2
<6>usb 1-1: new full speed USB device using ohci_hcd and address 2
<6>usb usb3: configuration #1 chosen from 1 choice
<6>hub 3-0:1.0: USB hub found
<6>hub 3-0:1.0: 6 ports detected
<4>ACPI: PCI Interrupt Link [APCH] enabled at IRQ 21
<6>ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCH] -> GSI 21 (level, high) -> IRQ 193
<7>PCI: Setting latency timer of device 0000:00:04.0 to 64
<3>ohci1394: fw-host0: SelfID received outside of bus reset sequence
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153216, limit=312581808
<4>printk: 46 messages suppressed.
<3>Buffer I/O error on device sdb1, logical block 625153152
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153217, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153218, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153219, limit=312581808
<6>gameport: NS558 PnP Gameport is pnp00:0f/gameport0, io 0x201, speed 710kHz
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153220, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153221, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153222, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153223, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153216, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153217, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153218, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153219, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153220, limit=312581808
<7>ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e018000060f640]
<6>hdc: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
<6>Uniform CD-ROM driver Revision: 3.20
<6>hdd: ATAPI 48X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153221, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153222, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153223, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>eth0: forcedeth.c: subsystem: 01043:80a7 bound to 0000:00:04.0
<4>ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 20
<6>ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 20 (level, high) -> IRQ 201
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153344, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153345, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153346, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153347, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153348, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153349, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153350, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153351, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153400, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153401, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153402, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153403, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153404, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153405, limit=312581808
<6>usb 3-2: new high speed USB device using ehci_hcd and address 3
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153406, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153407, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153408, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153409, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153410, limit=312581808
<7>PCI: Setting latency timer of device 0000:00:06.0 to 64
<6>Linux video capture interface: v2.00
<6>usb 3-2: new device found, idVendor=05da, idProduct=3008
<6>usb 3-2: new device strings: Mfr=1, Product=2, SerialNumber=0
<6>usb 3-2: Product: USB Scanner               
<6>usb 3-2: Manufacturer: Prolific Technology Inc.
<6>usb 3-2: configuration #1 chosen from 1 choice
<6>bttv: driver version 0.9.16 loaded
<6>bttv: using 8 buffers with 2080k (520 pages) each for capture
<6>intel8x0_measure_ac97_clock: measured 56678 usecs
<6>intel8x0: clocking to 47452
<6>bttv: Bt8xx card found (0).
<4>ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
<6>ACPI: PCI Interrupt 0000:01:09.0[A] -> Link [APC2] -> GSI 17 (level, high) -> IRQ 209
<6>bttv0: Bt878 (rev 17) at 0000:01:09.0, irq: 209, latency: 32, mmio: 0xd0000000
<6>bttv0: detected: Pinnacle PCTV Sat [card=94], PCI subsystem ID is 11bd:001c
<6>bttv0: using: Pinnacle PCTV Sat [card=94,autodetected]
<7>bttv0: gpio: en=00000000, out=00000000 in=005f00fc [init]
<4>bttv0: using tuner=-1
<6>bttv0: registered device video0
<6>bttv0: registered device vbi0
<6>bttv0: PLL: 28636363 => 35468950 .. ok
<4>bttv0: add subdevice "dvb0"
<6>ACPI: PCI Interrupt 0000:01:04.0[A] -> Link [APC2] -> GSI 17 (level, high) -> IRQ 209
<6>bt878: AUDIO driver version 0.0.0 loaded
<4>eth1: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
<4>      PrefPort:A  RlmtMode:Check Link State
<6>bt878: Bt878 AUDIO function found (0).
<6>ACPI: PCI Interrupt 0000:01:09.1[A] -> Link [APC2] -> GSI 17 (level, high) -> IRQ 209
<4>bt878_probe: card id=[0x1c11bd],[ Pinnacle PCTV Sat ] has DVB functions.
<6>bt878(0): Bt878 (rev 17) at 01:09.1, irq: 209, latency: 32, memory: 0xd0001000
<6>usb 1-1: new full speed USB device using ohci_hcd and address 3
<6>usb 1-1: new device found, idVendor=04a9, idProduct=1094
<6>usb 1-1: new device strings: Mfr=1, Product=2, SerialNumber=3
<6>usb 1-1: Product: iP3000
<6>usb 1-1: Manufacturer: Canon
<6>usb 1-1: SerialNumber: 92BBC1
<6>usb 1-1: configuration #1 chosen from 1 choice
<6>ohci_hcd 0000:00:02.1: wakeup
<6>usb 2-2: new low speed USB device using ohci_hcd and address 2
<6>usb 2-2: new device found, idVendor=046d, idProduct=c01e
<6>usb 2-2: new device strings: Mfr=1, Product=2, SerialNumber=0
<6>usb 2-2: Product: USB-PS/2 Optical Mouse
<6>usb 2-2: Manufacturer: Logitech
<6>usb 2-2: configuration #1 chosen from 1 choice
<6>drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x04A9 pid 0x1094
<6>usbcore: registered new driver usblp
<6>drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
<6>usbcore: registered new driver hiddev
<6>input: Logitech USB-PS/2 Optical Mouse as /class/input/input2
<6>input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:02.1-2
<6>usbcore: registered new driver usbhid
<6>drivers/usb/input/hid-core.c: v2.6:USB HID core driver
<6>Adding 1060248k swap on /dev/hda8.  Priority:-1 extents:1 across:1060248k
<6>device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153216, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153217, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153218, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153219, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153220, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153221, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153222, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153223, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153216, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153217, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153218, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153219, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153220, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153221, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153222, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153223, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153392, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153393, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153394, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153395, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153396, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153397, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153398, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153399, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153392, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153393, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153394, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153395, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153396, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153397, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153398, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153399, limit=312581808
<6>attempt to access beyond end of device
<6>sdb: rw=0, want=625153216, limit=312581808
<6>loop: loaded (max 8 devices)
<6>NTFS driver 2.1.27 [Flags: R/W MODULE].
<6>NTFS volume version 3.1.
<6>NTFS volume version 3.1.
<4>printk: 87 messages suppressed.
<3>NTFS-fs error (device hda5): load_system_files(): Volume is dirty.  Mounting read-only.  Run chkdsk and mount in Windows.
<6>kjournald starting.  Commit interval 5 seconds
<6>EXT3 FS on hda7, internal journal
<6>EXT3-fs: mounted filesystem with ordered data mode.
<6>AppArmor: AppArmor initialized
<5>audit(1172422886.769:2): AppArmor initialized
<4>
Kernel logging (ksyslog) stopped.
Kernel log daemon terminating.

Boot logging started on /dev/tty1(/dev/console) at Sun Feb 25 17:01:06 2007

Trying manual resume from /dev/hda8
Creating device nodes with udev
Loading ide-core
Loading ide-disk
Loading scsi_mod
Loading sd_mod
Loading amd74xx
Loading libata
Loading sata_sil
Loading processor
Loading thermal
Loading fan
Loading edd
Loading jbd
Loading mbcache
Loading ext3
Invoking userspace resume from /dev/hda8
resume: Could not stat configuration file
resume: libgcrypt version: 1.2.3
resume: Could not read the image
Invoking in-kernel resume from /dev/hda8
Waiting for device /dev/hda6 to appear:  ok
fsck 1.39 (29-May-2006)
[/bin/fsck.ext3 (1) -- /] fsck.ext3 -a -C0 /dev/hda6 
/dev/hda6: clean, 197540/9404416 files, 1679096/18804074 blocks
fsck succeeded. Mounting root device read-write.
Mounting root /dev/hda6

Boot logging started on /dev/tty1(/dev/console (deleted)) at Sun Feb 25 18:01:15 2007

<notice>SATA start
Starting SATA...<notice>'SATA start' exits with status 0
<notice>boot.udev start
Starting udevd done
<notice>'boot.udev start' exits with status 0
<notice>boot.rootfsck start
Activating swap-devices in /etc/fstab...
done<notice>'boot.rootfsck start' exits with status 0
<notice>boot.loadmodules start
Loading required kernel modules
done<notice>'boot.loadmodules start' exits with status 0
<notice>boot.preload_early start
done
<notice>'boot.preload_early start' exits with status 0
<notice>boot.scpm start
<notice>'boot.scpm start' exits with status 0
<notice>boot.device-mapper start
Activating device mapper...
done
<notice>'boot.device-mapper start' exits with status 0
<notice>boot.md start
Starting MD Raid done
<notice>'boot.md start' exits with status 0
<notice>boot.lvm start
Waiting for udev to settle...
Scanning for LVM volume groups...
  Reading all physical volumes.  This may take a while...
  /dev/sdb1: read failed after 0 of 512 at 320078413824: Input/output error
  No volume groups found
  No volume groups found
Activating LVM volume groups...
  No volume groups found
done
<notice>'boot.lvm start' exits with status 0
<notice>boot.localfs start
Checking file systems...
fsck 1.39 (29-May-2006)
/dev/hda7: clean, 42/12048 files, 14753/48160 blocks
donedone
Mounting local file systems...
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/hda1 on /media/xp type ntfs (rw,umask=0222,nls=utf8)
/dev/hda5 on /media/SICHERUNG type ntfs (rw,umask=0222,nls=utf8)
/dev/hda7 on /boot type ext3 (rw,acl,user_xattr)
done<notice>'boot.localfs start' exits with status 0
<notice>boot.apparmor start
Loading AppArmor module done
Mounting securityfs on /sys/kernel/security done
Loading AppArmor profiles done
<notice>'boot.apparmor start' exits with status 0
<notice>boot.cleanup start
<notice>'boot.cleanup start' exits with status 0
<notice>boot.clock start
Setting up the hardware clockdone
<notice>'boot.clock start' exits with status 0
<notice>boot.klog start
Creating /var/log/boot.msg
done<notice>killproc: kill(949,29)
<notice>'boot.klog start' exits with status 0
<notice>boot.proc start
<notice>'boot.proc start' exits with status 0
<notice>boot.sysctl start
Setting current sysctl status from /etc/sysctl.conf
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.conf.all.rp_filter = 1
done
<notice>'boot.sysctl start' exits with status 0
<notice>boot.udev_retry start
<notice>'boot.udev_retry start' exits with status 0
<notice>boot.videobios start
<notice>'boot.videobios start' exits with status 0
<notice>boot.crypto start
<notice>'boot.crypto start' exits with status 0
<notice>boot.ipconfig start
Enabling syn flood protectiondone
Disabling IP forwardingdone
done
<notice>'boot.ipconfig start' exits with status 0
<notice>boot.localnet start
Setting up hostname 'Seim'done
Setting up loopback interface     lo        
    lo        IP address: 127.0.0.1/8   
done
<notice>'boot.localnet start' exits with status 0
<notice>boot.preload start
done
<notice>'boot.preload start' exits with status 0
<notice>boot.swap start
Activating remaining swap-devices in /etc/fstab...
done<notice>'boot.swap start' exits with status 0
<notice>SuSEfirewall2_init start
Starting Firewall Initialization (phase 1 of 2) SuSEfirewall2: Warning: ip6tables does not support state matching. Extended IPv6 support disabled.
done
<notice>'SuSEfirewall2_init start' exits with status 0
<notice>boot.ldconfig start
<notice>'boot.ldconfig start' exits with status 0
System Boot Control: The system has been set up
System Boot Control: Running /etc/init.d/boot.local
done<notice>killproc: kill(949,3)

INIT: 
Boot logging started on /dev/tty1(/dev/console) at Sun Feb 25 17:01:37 2007

Master Resource Control: previous runlevel: N, switching to runlevel: 5
Mount SATA-Hauptplatte...mount: special device /dev/mapper/sil_aebidhcbajba_part1 does not exist
Starting SATA...acpid: loading ACPI modules ( ac battery button ) done
acpid: will not skip unsupported modules
Entering runlevel: 5


<notice>startproc: execve (/sbin/acpid) [ /sbin/acpidacpid: loading ACPI laptop modules ( ) done
Starting acpid  ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/sbin/acpid ]
Loading AppArmor profiles - AppArmor already loaded with profiles.skipped
[acpid]: starting up


[acpid]: 0 rules loaded


done
done
<notice>startproc: execve (/sbin/syslog-ng) [ /sbin/syslog-ng ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 TERM=linux SHELL=/bin/sh ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PWD=/ PREVLEVEL=N LINES=60 SHLVL=2 HOME=/ SPLASH=yes splash=verbose ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/sbin/syslog-ng ]
<notice>startproc: execve (/usr/bin/dbus-daemon) [ /usr/bin/dbus-daemon --system ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/bin/dbus-daemon ]
<notice>startproc: execve (/sbin/klogd) [ /sbin/klogd -c 1 -x -x ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 TERM=linux SHELL=/bin/sh ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PWD=/ PREVLEVEL=N LINES=60 SHLVL=2 HOME=/ SPLASH=yes splash=verbose ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/sbin/klogd ]
Starting syslog servicesdone
Starting D-Bus daemondone
<notice>startproc: execve (/sbin/resmgrd) [ /sbin/resmgrd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/sbin/resmgrd ]
Initializing random number generatordone
Starting irqbalance unused
Starting resource managerdone
<notice>startproc: execve (/usr/sbin/polkitd) [ /usr/sbin/polkitd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/sbin/polkitd ]
Starting PolicyKit daemondone
<notice>startproc: execve (/usr/sbin/hald) [ /usr/sbin/hald --daemon=yes ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/sbin/hald ]
Loading keymap i386/qwertz/de-latin1-nodeadkeys.map.gz
doneLoading compose table latin1.adddone
Start Unicode mode
doneLoading console font lat9w-16.psfu  -m trivial G0:loadable
doneStarting HAL daemondone
Loading CPUFreq modules (CPUFreq not supported)
<notice>startproc: execve (/usr/sbin/dhcdbd) [ /usr/sbin/dhcdbd --system ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 OLDPWD=/etc/sysconfig/network LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/etc/sysconfig/network/scripts vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/sbin/dhcdbd ]
<notice>startproc: execve (/usr/sbin/NetworkManagerDispatcher) [ /usr/sbin/NetworkManagerDispatcher ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 OLDPWD=/etc/sysconfig/network LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/etc/sysconfig/network/scripts vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/sbin/NetworkManagerDispatcher ]
<notice>startproc: execve (/usr/sbin/NetworkManager) [ /usr/sbin/NetworkManager ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 OLDPWD=/etc/sysconfig/network LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/etc/sysconfig/network/scripts vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/sbin/NetworkManager ]
Starting the DHCP DBUS Daemondone
Starting the NetworkManagerDispatcherdone
Starting the NetworkManagerdone
<notice>startproc: execve (/sbin/auditd) [ /sbin/auditd -n ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/sbin/auditd ]
Starting auditd done
<notice>startproc: execve (/usr/sbin/nmbd) [ /usr/sbin/nmbd -D -s /etc/samba/smb.conf ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/sbin/nmbd ]
<notice>startproc: execve (/sbin/portmap) [ /sbin/portmap ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/sbin/portmap ]
Starting RPC portmap daemondone
Importing Net File System (NFS)unused
Starting Samba NMB daemon done
Checking/updating CPU microcode unused
Starting nfsboot (sm-notify) done
<notice>startproc: execve (/usr/sbin/nscd) [ /usr/sbin/nscd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/sbin/nscd ]
Starting Name Service Cache Daemondone
Starting ZENworks Management Daemondone
<notice>startproc: execve (/opt/kde3/bin/kdm) [ /opt/kde3/bin/kdm ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 TERM=linux SHELL=/bin/sh ROOTFS_FSCK=0 INIT_VERSION=sysvinit-2.86 KDEROOTHOME=/root/.kdm REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PWD=/ LANG=de_DE.UTF-8 PREVLEVEL=N LINES=60 QT_SYSTEM_DIR=/usr/share/desktop-data SHLVL=2 HOME=/ XCURSOR_THEME=crystalwhite WINDOWMANAGER=/usr/bin/kde SPLASH=yes splash=verbose ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/opt/kde3/bin/kdm ]
Starting service kdmdone
<notice>startproc: execve (/usr/sbin/cupsd) [ /usr/sbin/cupsd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/usr/bin/ionice DAEMON=/usr/sbin/cupsd ]
Starting cupsddone
<notice>startproc: execve (/usr/sbin/powersaved) [ /usr/sbin/powersaved -d -f /var/run/acpid.socket -v 3 ], [ HOME=/ PATH=/bin:/sbin:/usr/bin:/usr/sbin SHELL=/bin/sh RUNLEVEL=5 PREVLEVEL=N DAEMON=/usr/sbin/powersaved ]
Starting powersaved: done
<notice>startproc: execve (/usr/sbin/smbd) [ /usr/sbin/smbd -D -s /etc/samba/smb.conf ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 TMPDIR=/var/tmp LC_ALL= INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg LANG=de_DE.UTF-8 PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 LC_CTYPE= splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/sbin/smbd ]
Starting Samba SMB daemon done
Mount SMB/ CIFS File Systems unused
<notice>startproc: execve (/usr/sbin/sshd) [ /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/sbin/sshd ]
<notice>checkproc: /opt/kde3/bin/kdm 3603
Starting SSH daemondone
Starting mail service (Postfix)done
<notice>startproc: execve (/usr/sbin/cron) [ /usr/sbin/cron ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=verbose SPLASH=yes ROOTFS_BLKDEV=/dev/hda6 _=/sbin/startproc DAEMON=/usr/sbin/cron ]
Starting CRON daemondone
Starting Firewall Initialization (phase 2 of 2) SuSEfirewall2: Warning: ip6tables does not support state matching. Extended IPv6 support disabled.
SuSEfirewall2: Warning: no interface active
done
Master Resource Control: runlevel 5 has been reached
Skipped services in runlevel 5: irq_balancer nfs microcode smbfs
<notice>killproc: kill(2805,3)

ich glaub meine scripts stehen hier:
Code:
<notice>SATA start
Starting SATA...<notice>'SATA start' exits with status 0
...
Mount SATA-Hauptplatte...mount: special device /dev/mapper/sil_aebidhcbajba_part1 does not exist
 

Ähnliche Themen

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

ip6tables Problem

X startet nichtmehr

SSD auf einen (geringfügig) kleineren USB-Stick wiederherstellen

xrandr: cant open display

Zurück
Oben