Fehler beim booten nach Kernelupdate

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
michseel
Posts: 96
Joined: 2004-08-17 15:40
 

Fehler beim booten nach Kernelupdate

Post by michseel »

Hallo,

ich habe meinen Kernel von 2.6.13-15-default auf 2.6.20.1-default upgedated. SuSE an sich fährt noch hoch, jedoch kommt es beim starten von "network" immer zu einem Fehler, der Server bekommt also keine IP-Adresse und ich erhalte folgenden Text beim booten:
FATAL: Module ip_tables not found.
iptables v1.3.3: can´t initialize iptables table 'filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Was muss ich nun tun, um das wieder richtig zum Laufen zu kriegen?

Gruß
michseel
theomega
Userprojekt
Userprojekt
Posts: 696
Joined: 2003-01-27 14:36
 

Re: Fehler beim booten nach Kernelupdate

Post by theomega »

Wie hast du geupdatet? Mit Yast? Oder selber kompiliert?
michseel
Posts: 96
Joined: 2004-08-17 15:40
 

Re: Fehler beim booten nach Kernelupdate

Post by michseel »

Selbst kompiliert mit:

Code: Select all

cp /proc/config.gz .
gunzip config.gz
mv config .config
make oldconfig
make
make modules_install
make install
Hab ich da vllt Befehle in der Reihenfolge vertauscht?
theomega
Userprojekt
Userprojekt
Posts: 696
Joined: 2003-01-27 14:36
 

Re: Fehler beim booten nach Kernelupdate

Post by theomega »

puh schwierig, was sagt den ein
cat .config | grep NETFILTER
im 2.6.20er Verzecihniss nachdem du make oldconfig gemacht hast?
User avatar
daemotron
Administrator
Administrator
Posts: 2643
Joined: 2004-01-21 17:44
 

Re: Fehler beim booten nach Kernelupdate

Post by daemotron »

Das konnte so nicht funktionieren - Du hast eine Konfiguration eines 2.6.13er-Kernels für das bauen eines 2.6.20ers benutzt. Von 2.6.18 auf 2.6.19 wurden die Pfade für einige Module geändert, so dass sich die alte Konfiguration auch mit make oldconfig nicht übernehmen lässt.

Du wirst also nicht drumherum kommen, mit make menuconfig eine für den 2.6.20er passende saubere neue Konfiguration zu erstellen. Dabei kannst Du die alte sogar als Vorlage nutzen, musst aber durch alle Menüzweige einmal durchgehen, damit danach eine korrekte Konfigurationsdatei erzeugt wird.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Fehler beim booten nach Kernelupdate

Post by Joe User »

Und das Update des Initramfs nicht vergessen...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
michseel
Posts: 96
Joined: 2004-08-17 15:40
 

Re: Fehler beim booten nach Kernelupdate

Post by michseel »

Okay, werd ich mal testen. Vielen Dank.
michseel
Posts: 96
Joined: 2004-08-17 15:40
 

Re: Fehler beim booten nach Kernelupdate

Post by michseel »

menuconfig funktioniert aber leider nicht:
suse-cos:/usr/src/linux-2.6.20.1 # make menuconfig
HOSTCC scripts/kconfig/lxdialog/checklist.o
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:32:20: error: curses.h: No such file or directory
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:97: error: syntax error before âchtypeâ
scripts/kconfig/lxdialog/dialog.h:97: warning: no semicolon at end of struct or union
scripts/kconfig/lxdialog/dialog.h:101: error: syntax error before â}â token
scripts/kconfig/lxdialog/dialog.h:105: error: field âscreenâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:106: error: field âshadowâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:107: error: field âdialogâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:108: error: field âtitleâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:109: error: field âborderâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:110: error: field âbutton_activeâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:111: error: field âbutton_inactiveâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:112: error: field âbutton_key_activeâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:113: error: field âbutton_key_inactiveâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:114: error: field âbutton_label_activeâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:115: error: field âbutton_label_inactiveâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:116: error: field âinputboxâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:117: error: field âinputbox_borderâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:118: error: field âsearchboxâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:119: error: field âsearchbox_titleâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:120: error: field âsearchbox_borderâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:121: error: field âposition_indicatorâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:122: error: field âmenuboxâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:123: error: field âmenubox_borderâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:124: error: field âitemâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:125: error: field âitem_selectedâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:126: error: field âtagâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:127: error: field âtag_selectedâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:128: error: field âtag_keyâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:129: error: field âtag_key_selectedâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:130: error: field âcheckâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:131: error: field âcheck_selectedâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:132: error: field âuarrowâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:133: error: field âdarrowâ has incomplete type
scripts/kconfig/lxdialog/dialog.h:187: error: syntax error before â*â token
scripts/kconfig/lxdialog/dialog.h:187: warning: function declaration isnât a prototype
scripts/kconfig/lxdialog/dialog.h:193: error: syntax error before â*â token
scripts/kconfig/lxdialog/dialog.h:193: warning: function declaration isnât a prototype
scripts/kconfig/lxdialog/dialog.h:195: error: syntax error before â*â token
scripts/kconfig/lxdialog/dialog.h:195: warning: function declaration isnât a prototype
scripts/kconfig/lxdialog/dialog.h:196: error: syntax error before â*â token
scripts/kconfig/lxdialog/dialog.h:196: warning: function declaration isnât a prototype
scripts/kconfig/lxdialog/dialog.h:197: error: syntax error before â*â token
scripts/kconfig/lxdialog/dialog.h:197: warning: function declaration isnât a prototype
scripts/kconfig/lxdialog/dialog.h:198: error: syntax error before â*â token
scripts/kconfig/lxdialog/dialog.h:199: warning: function declaration isnât a prototype
scripts/kconfig/lxdialog/dialog.h:200: error: syntax error before â*â token
scripts/kconfig/lxdialog/dialog.h:200: warning: function declaration isnât a prototype
scripts/kconfig/lxdialog/checklist.c:31: error: syntax error before â*â token
scripts/kconfig/lxdialog/checklist.c:32: warning: function declaration isnât a prototype
scripts/kconfig/lxdialog/checklist.c: In function âprint_itemâ:
scripts/kconfig/lxdialog/checklist.c:36: warning: implicit declaration of function âwattrsetâ
scripts/kconfig/lxdialog/checklist.c:36: error: âwinâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:36: error: (Each undeclared identifier is reported only once
scripts/kconfig/lxdialog/checklist.c:36: error: for each function it appears in.)
scripts/kconfig/lxdialog/checklist.c:37: warning: implicit declaration of function âwmoveâ
scripts/kconfig/lxdialog/checklist.c:37: error: âchoiceâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:39: warning: implicit declaration of function âwaddchâ
scripts/kconfig/lxdialog/checklist.c:42: error: âselectedâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:44: warning: implicit declaration of function âwprintwâ
scripts/kconfig/lxdialog/checklist.c:47: warning: implicit declaration of function âmvwaddchâ
scripts/kconfig/lxdialog/checklist.c:49: warning: implicit declaration of function âwaddstrâ
scripts/kconfig/lxdialog/checklist.c:52: warning: implicit declaration of function âwrefreshâ
scripts/kconfig/lxdialog/checklist.c: At top level:
scripts/kconfig/lxdialog/checklist.c:59: error: syntax error before â*â token
scripts/kconfig/lxdialog/checklist.c:61: warning: function declaration isnât a prototype
scripts/kconfig/lxdialog/checklist.c: In function âprint_arrowsâ:
scripts/kconfig/lxdialog/checklist.c:62: error: âwinâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:62: error: âyâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:62: error: âxâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:64: error: âscrollâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:76: error: âheightâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:79: error: âitem_noâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:79: error: âchoiceâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c: At top level:
scripts/kconfig/lxdialog/checklist.c:95: error: syntax error before â*â token
scripts/kconfig/lxdialog/checklist.c:96: warning: function declaration isnât a prototype
scripts/kconfig/lxdialog/checklist.c: In function âprint_buttonsâ:
scripts/kconfig/lxdialog/checklist.c:97: error: âwidthâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:98: error: âheightâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:100: error: âdialogâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:100: error: âselectedâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c: In function âdialog_checklistâ:
scripts/kconfig/lxdialog/checklist.c:116: error: âWINDOWâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:116: error: âdialogâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:116: error: âlistâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:116: warning: left-hand operand of comma expression has no effect
scripts/kconfig/lxdialog/checklist.c:116: warning: statement with no effect
scripts/kconfig/lxdialog/checklist.c:129: warning: implicit declaration of function âgetmaxyâ
scripts/kconfig/lxdialog/checklist.c:129: error: âstdscrâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:130: error: âKEY_MAXâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:131: warning: implicit declaration of function âgetmaxxâ
scripts/kconfig/lxdialog/checklist.c:137: error: âCOLSâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:138: error: âLINESâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:142: warning: implicit declaration of function ânewwinâ
scripts/kconfig/lxdialog/checklist.c:143: warning: implicit declaration of function âkeypadâ
scripts/kconfig/lxdialog/checklist.c:143: error: âTRUEâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:164: warning: implicit declaration of function âsubwinâ
scripts/kconfig/lxdialog/checklist.c:197: warning: implicit declaration of function âwnoutrefreshâ
scripts/kconfig/lxdialog/checklist.c:199: warning: implicit declaration of function âdoupdateâ
scripts/kconfig/lxdialog/checklist.c:202: warning: implicit declaration of function âwgetchâ
scripts/kconfig/lxdialog/checklist.c:210: error: âKEY_UPâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:210: error: âKEY_DOWNâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:220: error: âFALSEâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:221: warning: implicit declaration of function âscrollokâ
scripts/kconfig/lxdialog/checklist.c:222: warning: implicit declaration of function âwscrlâ
scripts/kconfig/lxdialog/checklist.c:293: warning: implicit declaration of function âdelwinâ
scripts/kconfig/lxdialog/checklist.c:297: error: âKEY_LEFTâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:298: error: âKEY_RIGHTâ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:312: error: âKEY_RESIZEâ undeclared (first use in this function)
make[1]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1
make: *** [menuconfig] Error 2
suse-cos:/usr/src/linux-2.6.20.1 #
suse-cos:/usr/src/linux-2.6.20.1 #
Wie kann ich diesen Fehler beheben?
User avatar
daemotron
Administrator
Administrator
Posts: 2643
Joined: 2004-01-21 17:44
 

Re: Fehler beim booten nach Kernelupdate

Post by daemotron »

ncurses installieren:

Code: Select all

scripts/kconfig/lxdialog/dialog.h:32:20: error: curses.h: No such file or directory 
twisterchen
Anbieter
Posts: 232
Joined: 2005-07-14 14:13
 

Re: Fehler beim booten nach Kernelupdate

Post by twisterchen »

@ michseel
menuconfig funktioniert aber leider nicht:
kuk mal ob dir das paket fehlt wenn ja installier das mal mit yast

Code: Select all

ncurses


jfreund
Das konnte so nicht funktionieren - Du hast eine Konfiguration eines 2.6.13er-Kernels für das bauen eines 2.6.20ers benutzt. Von 2.6.18 auf 2.6.19 wurden die Pfade für einige Module geändert, so dass sich die alte Konfiguration auch mit make oldconfig nicht übernehmen lässt.

Du wirst also nicht drumherum kommen, mit make menuconfig eine für den 2.6.20er passende saubere neue Konfiguration zu erstellen. Dabei kannst Du die alte sogar als Vorlage nutzen, musst aber durch alle Menüzweige einmal durchgehen, damit danach eine korrekte Konfigurationsdatei erzeugt wird.
Hmm musst du das jetzt schreiben :?: :wink: ich habe von dem Standartsuse kernel
2.6.16.27-0.9-smp auf den 2.6.20-cks1 (gepatcht und selbst compiliert) upgedatet.

Heist das jetzt ich muss alles nochmal machen zuerst auf den 2.6.18 und dann auf den 2.6.20 ?

imo kommt folgendes bootlog dabei raus

wobei mich diese Einträge etwas stutzig machen

Code: Select all

<7>PM: Adding info for No Bus:ptypd
<7>PM: Adding info for No Bus:ptype
<7>PM: Adding info for No Bus:ptypf
<7>PM: Adding info for No Bus:ptyq0
<7>PM: Adding info for No Bus:ptyq1
<7>PM: Adding info for No Bus:ptyq2
<7>PM: Adding info for No Bus:ptyq3
<7>PM: Adding info for No Bus:ptyq4
<7>PM: Adding info for No Bus:ptyq5
<7>PM: Adding info for No Bus:ptyq6
<7>PM: Adding info for No Bus:ptyq7

Code: Select all

Inspecting /boot/System.map-2.6.20-cks1-Twister
Loaded 26103 symbols from /boot/System.map-2.6.20-cks1-Twister.
Symbols match kernel version 2.6.20.
No module symbols loaded - kernel modules not enabled.

klogd 1.4.1, log source = ksyslog started.
<5>Linux version 2.6.20-cks1-Twister (root@xxxxxx) (gcc version 4.1.0 (SUSE Linux)) #4 SMP PREEMPT Wed Mar 7 14:47:50 CET 2007
<6>BIOS-provided physical RAM map:
<4>sanitize start
<4>sanitize end
<4>copy_e820_map() start: 0000000000000000 size: 000000000009ec00 end: 000000000009ec00 type: 1
<4>copy_e820_map() type is E820_RAM
<4>copy_e820_map() start: 000000000009ec00 size: 0000000000001400 end: 00000000000a0000 type: 2
<4>copy_e820_map() start: 00000000000f0000 size: 0000000000010000 end: 0000000000100000 type: 2
<4>copy_e820_map() start: 0000000000100000 size: 000000007fdf0000 end: 000000007fef0000 type: 1
<4>copy_e820_map() type is E820_RAM
<4>copy_e820_map() start: 000000007fef0000 size: 0000000000003000 end: 000000007fef3000 type: 4
<4>copy_e820_map() start: 000000007fef3000 size: 000000000000d000 end: 000000007ff00000 type: 3
<4>copy_e820_map() start: 00000000fec00000 size: 0000000001400000 end: 0000000100000000 type: 2
<4> BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
<4> BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
<4> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
<4> BIOS-e820: 0000000000100000 - 000000007fef0000 (usable)
<4> BIOS-e820: 000000007fef0000 - 000000007fef3000 (ACPI NVS)
<4> BIOS-e820: 000000007fef3000 - 000000007ff00000 (ACPI data)
<4> BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
<5>1150MB HIGHMEM available.
<5>896MB LOWMEM available.
<6>found SMP MP-table at 000f4f60
<7>Entering add_active_range(0, 0, 524016) 0 entries of 256 used
<4>Zone PFN ranges:
<4>  DMA             0 ->     4096
<4>  Normal       4096 ->   229376
<4>  HighMem    229376 ->   524016
<4>early_node_map[1] active PFN ranges
<4>    0:        0 ->   524016
<7>On node 0 totalpages: 524016
<7>  DMA zone: 32 pages used for memmap
<7>  DMA zone: 0 pages reserved
<7>  DMA zone: 4064 pages, LIFO batch:0
<7>  Normal zone: 1760 pages used for memmap
<7>  Normal zone: 223520 pages, LIFO batch:31
<7>  HighMem zone: 2301 pages used for memmap
<7>  HighMem zone: 292339 pages, LIFO batch:31
<6>DMI 2.3 present.
<6>Using APIC driver default
<7>ACPI: RSDP (v000 VIAK8T                                ) @ 0x000f8dc0
<7>ACPI: RSDT (v001 VIAK8T AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fef3040
<7>ACPI: FADT (v001 VIAK8T AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fef30c0
<7>ACPI: SRAT (v001 AMD    HAMMER   0x00000001 AMD  0x00000001) @ 0x7fef8400
<7>ACPI: MADT (v001 VIAK8T AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fef8100
<7>ACPI: DSDT (v001 VIAK8T AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
<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 15:11 APIC version 16
<6>ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
<4>Processor #1 15:11 APIC version 16
<6>ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
<6>ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
<6>ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
<4>IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
<6>ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<6>ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
<7>ACPI: IRQ0 used by override.
<7>ACPI: IRQ2 used by override.
<7>ACPI: IRQ9 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 80000000 (gap: 7ff00000:7ed00000)
<4>Detected 2199.855 MHz processor.
<4>Built 1 zonelists.  Total pages: 519923
<5>Kernel command line: root=/dev/sda2  auto   resume=/dev/sda1  splash=silent showopts
<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 VGA+ 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: 2069284k/2096064k available (1873k kernel code, 25428k reserved, 806k data, 196k init, 1178560k highmem)
<4>virtual kernel memory layout:
<4>    fixmap  : 0xffe16000 - 0xfffff000   (1956 kB)
<4>    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
<4>    vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
<4>    lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
<4>      .init : 0xc03a5000 - 0xc03d6000   ( 196 kB)
<4>      .data : 0xc02d4797 - 0xc039e314   ( 806 kB)
<4>      .text : 0xc0100000 - 0xc02d4797   (1873 kB)
<4>Checking if this processor honours the WP bit even in supervisor mode... Ok.
<4>Calibrating delay using timer specific routine.. 4402.88 BogoMIPS (lpj=2201444)
<6>Security Framework v1.0.0 initialized
<6>Capability LSM initialized
<4>Mount-cache hash table entries: 512
<7>CPU: After generic identify, caps: 178bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000003
<6>CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
<6>CPU: L2 Cache: 512K (64 bytes/line)
<6>CPU 0(2) -> Core 0
<7>CPU: After all inits, caps: 178bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000003
<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>ACPI: Core revision 20060707
<4>CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 01
<6>SMP alternatives: switching to SMP code
<4>Booting processor 1/1 eip 3000
<6>Initializing CPU#1
<4>Calibrating delay using timer specific routine.. 4398.89 BogoMIPS (lpj=2199449)
<7>CPU: After generic identify, caps: 178bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000003
<6>CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
<6>CPU: L2 Cache: 512K (64 bytes/line)
<6>CPU 1(2) -> Core 1
<7>CPU: After all inits, caps: 178bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000003
<6>Intel machine check architecture supported.
<6>Intel machine check reporting enabled on CPU#1.
<4>CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 01
<6>Total of 2 processors activated (8801.78 BogoMIPS).
<4>ENABLING IO-APIC IRQs
<6>..TIMER: vector=0x31 apic1=0 pin1=2 apic2=0 pin2=0
<6>checking TSC synchronization across 2 CPUs: 
<6>CPU#0 had -997 usecs TSC skew, fixed it up.
<6>CPU#1 had 997 usecs TSC skew, fixed it up.
<6>Brought up 2 CPUs
<4>migration_cost=151
<7>PM: Adding info for No Bus:platform
<6>NET: Registered protocol family 16
<7>PM: Adding info for No Bus:vtcon0
<6>ACPI: bus type pci registered
<6>PCI: PCI BIOS revision 2.10 entry at 0xfb050, last bus=1
<6>PCI: Using configuration type 1
<4>Setting up standard PCI resources
<6>ACPI: Interpreter enabled
<6>ACPI: Using IOAPIC for interrupt routing
<7>PM: Adding info for acpi:acpi
<6>ACPI: PCI Root Bridge [PCI0] (0000:00)
<7>PCI: Probing PCI hardware (bus 00)
<7>PM: Adding info for No Bus:pci0000:00
<7>Boot video device is 0000:01:00.0
<7>ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
<7>PM: Adding info for pci:0000:00:00.0
<7>PM: Adding info for pci:0000:00:00.1
<7>PM: Adding info for pci:0000:00:00.2
<7>PM: Adding info for pci:0000:00:00.3
<7>PM: Adding info for pci:0000:00:00.4
<7>PM: Adding info for pci:0000:00:00.7
<7>PM: Adding info for pci:0000:00:01.0
<7>PM: Adding info for pci:0000:00:0a.0
<7>PM: Adding info for pci:0000:00:0f.0
<7>PM: Adding info for pci:0000:00:0f.1
<7>PM: Adding info for pci:0000:00:10.0
<7>PM: Adding info for pci:0000:00:10.1
<7>PM: Adding info for pci:0000:00:10.2
<7>PM: Adding info for pci:0000:00:10.3
<7>PM: Adding info for pci:0000:00:10.4
<7>PM: Adding info for pci:0000:00:11.0
<7>PM: Adding info for pci:0000:00:18.0
<7>PM: Adding info for pci:0000:00:18.1
<7>PM: Adding info for pci:0000:00:18.2
<7>PM: Adding info for pci:0000:00:18.3
<7>PM: Adding info for pci:0000:01:00.0
<4>ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 11 *12)
<4>ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
<4>ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 *10 11 12)
<4>ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
<4>ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
<4>ACPI: PCI Interrupt Link [ALKA] (IRQs *20)
<4>ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
<4>ACPI: PCI Interrupt Link [ALKC] (IRQs *22), disabled.
<4>ACPI: PCI Interrupt Link [ALKD] (IRQs *23), disabled.
<6>Linux Plug and Play Support v0.97 (c) Adam Belay
<6>pnp: PnP ACPI init
<7>PM: Adding info for No Bus:pnp0
<7>PM: Adding info for pnp:00:00
<7>PM: Adding info for pnp:00:01
<7>PM: Adding info for pnp:00:02
<7>PM: Adding info for pnp:00:03
<7>PM: Adding info for pnp:00:04
<7>PM: Adding info for pnp:00:05
<7>PM: Adding info for pnp:00:06
<7>PM: Adding info for pnp:00:07
<7>PM: Adding info for pnp:00:08
<7>PM: Adding info for pnp:00:09
<7>PM: Adding info for pnp:00:0a
<7>PM: Adding info for pnp:00:0b
<7>PM: Adding info for pnp:00:0c
<6>pnp: PnP ACPI: found 13 devices
<5>SCSI subsystem initialized
<7>libata version 2.00 loaded.
<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:02: ioport range 0x4000-0x407f could not be reserved
<6>pnp: 00:02: ioport range 0x5000-0x500f has been reserved
<7>PM: Adding info for No Bus:mem
<7>PM: Adding info for No Bus:kmem
<7>PM: Adding info for No Bus:null
<7>PM: Adding info for No Bus:port
<7>PM: Adding info for No Bus:zero
<7>PM: Adding info for No Bus:full
<7>PM: Adding info for No Bus:random
<7>PM: Adding info for No Bus:urandom
<7>PM: Adding info for No Bus:kmsg
<6>PCI: Bridge: 0000:00:01.0
<6>  IO window: d000-dfff
<6>  MEM window: f8000000-f80fffff
<6>  PREFETCH window: f0000000-f7ffffff
<7>PCI: Setting latency timer of device 0000:00:01.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, 1572864 bytes)
<4>TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
<6>TCP: Hash tables configured (established 131072 bind 65536)
<6>TCP reno registered
<6>checking if image is initramfs... it is
<6>Freeing initrd memory: 4824k freed
<7>PM: Adding info for platform:pcspkr
<6>apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
<5>apm: disabled - APM is not SMP safe.
<7>PM: Adding info for No Bus:snapshot
<6>audit: initializing netlink socket (disabled)
<5>audit(1173279440.038: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>io scheduler noop registered
<6>io scheduler anticipatory registered
<6>io scheduler deadline registered
<6>io scheduler cfq registered (default)
<7>PM: Adding info for platform:vesafb.0
<7>PM: Adding info for No Bus:pnp1
<6>isapnp: Scanning for PnP cards...
<6>isapnp: No Plug & Play device found
<7>PM: Adding info for No Bus:tty
<7>PM: Adding info for No Bus:console
<7>PM: Adding info for No Bus:ptmx
<7>PM: Adding info for No Bus:tty0
<7>PM: Adding info for No Bus:vcs
<7>PM: Adding info for No Bus:vcsa
<7>PM: Adding info for No Bus:tty1
<7>PM: Adding info for No Bus:tty2
<7>PM: Adding info for No Bus:tty3
<7>PM: Adding info for No Bus:tty4
<7>PM: Adding info for No Bus:tty5
<7>PM: Adding info for No Bus:tty6
<7>PM: Adding info for No Bus:tty7
<7>PM: Adding info for No Bus:tty8
<7>PM: Adding info for No Bus:tty9
<7>PM: Adding info for No Bus:tty10
<7>PM: Adding info for No Bus:tty11
<7>PM: Adding info for No Bus:tty12
<7>PM: Adding info for No Bus:tty13
<7>PM: Adding info for No Bus:tty14
<7>PM: Adding info for No Bus:tty15
<7>PM: Adding info for No Bus:tty16
<7>PM: Adding info for No Bus:tty17
<7>PM: Adding info for No Bus:tty18
<7>PM: Adding info for No Bus:tty19
<7>PM: Adding info for No Bus:tty20
<7>PM: Adding info for No Bus:tty21
<7>PM: Adding info for No Bus:tty22
<7>PM: Adding info for No Bus:tty23
<7>PM: Adding info for No Bus:tty24
<7>PM: Adding info for No Bus:tty25
<7>PM: Adding info for No Bus:tty26
<7>PM: Adding info for No Bus:tty27
<7>PM: Adding info for No Bus:tty28
<7>PM: Adding info for No Bus:tty29
<7>PM: Adding info for No Bus:tty30
<7>PM: Adding info for No Bus:tty31
<7>PM: Adding info for No Bus:tty32
<7>PM: Adding info for No Bus:tty33
<7>PM: Adding info for No Bus:tty34
<7>PM: Adding info for No Bus:tty35
<7>PM: Adding info for No Bus:tty36
<7>PM: Adding info for No Bus:tty37
<7>PM: Adding info for No Bus:tty38
<7>PM: Adding info for No Bus:tty39
<7>PM: Adding info for No Bus:tty40
<7>PM: Adding info for No Bus:tty41
<7>PM: Adding info for No Bus:tty42
<7>PM: Adding info for No Bus:tty43
<7>PM: Adding info for No Bus:tty44
<7>PM: Adding info for No Bus:tty45
<7>PM: Adding info for No Bus:tty46
<7>PM: Adding info for No Bus:tty47
<7>PM: Adding info for No Bus:tty48
<7>PM: Adding info for No Bus:tty49
<7>PM: Adding info for No Bus:tty50
<7>PM: Adding info for No Bus:tty51
<7>PM: Adding info for No Bus:tty52
<7>PM: Adding info for No Bus:tty53
<7>PM: Adding info for No Bus:tty54
<7>PM: Adding info for No Bus:tty55
<7>PM: Adding info for No Bus:tty56
<7>PM: Adding info for No Bus:tty57
<7>PM: Adding info for No Bus:tty58
<7>PM: Adding info for No Bus:tty59
<7>PM: Adding info for No Bus:tty60
<7>PM: Adding info for No Bus:tty61
<7>PM: Adding info for No Bus:tty62
<7>PM: Adding info for No Bus:tty63
<7>PM: Adding info for No Bus:ptyp0
<7>PM: Adding info for No Bus:ptyp1
<7>PM: Adding info for No Bus:ptyp2
<7>PM: Adding info for No Bus:ptyp3
<7>PM: Adding info for No Bus:ptyp4
<7>PM: Adding info for No Bus:ptyp5
<7>PM: Adding info for No Bus:ptyp6
<7>PM: Adding info for No Bus:ptyp7
<7>PM: Adding info for No Bus:ptyp8
<7>PM: Adding info for No Bus:ptyp9
<7>PM: Adding info for No Bus:ptypa
<7>PM: Adding info for No Bus:ptypb
<7>PM: Adding info for No Bus:ptypc
<7>PM: Adding info for No Bus:ptypd
<7>PM: Adding info for No Bus:ptype
<7>PM: Adding info for No Bus:ptypf
<7>PM: Adding info for No Bus:ptyq0
<7>PM: Adding info for No Bus:ptyq1
<7>PM: Adding info for No Bus:ptyq2
<7>PM: Adding info for No Bus:ptyq3
<7>PM: Adding info for No Bus:ptyq4
<7>PM: Adding info for No Bus:ptyq5
<7>PM: Adding info for No Bus:ptyq6
<7>PM: Adding info for No Bus:ptyq7
<7>PM: Adding info for No Bus:ptyq8
<7>PM: Adding info for No Bus:ptyq9
<7>PM: Adding info for No Bus:ptyqa
<7>PM: Adding info for No Bus:ptyqb
<7>PM: Adding info for No Bus:ptyqc
<7>PM: Adding info for No Bus:ptyqd
<7>PM: Adding info for No Bus:ptyqe
<7>PM: Adding info for No Bus:ptyqf
<7>PM: Adding info for No Bus:ptyr0
<7>PM: Adding info for No Bus:ptyr1
<7>PM: Adding info for No Bus:ptyr2
<7>PM: Adding info for No Bus:ptyr3
<7>PM: Adding info for No Bus:ptyr4
<7>PM: Adding info for No Bus:ptyr5
<7>PM: Adding info for No Bus:ptyr6
<7>PM: Adding info for No Bus:ptyr7
<7>PM: Adding info for No Bus:ptyr8
<7>PM: Adding info for No Bus:ptyr9
<7>PM: Adding info for No Bus:ptyra
<7>PM: Adding info for No Bus:ptyrb
<7>PM: Adding info for No Bus:ptyrc
<7>PM: Adding info for No Bus:ptyrd
<7>PM: Adding info for No Bus:ptyre
<7>PM: Adding info for No Bus:ptyrf
<7>PM: Adding info for No Bus:ptys0
<7>PM: Adding info for No Bus:ptys1
<7>PM: Adding info for No Bus:ptys2
<7>PM: Adding info for No Bus:ptys3
<7>PM: Adding info for No Bus:ptys4
<7>PM: Adding info for No Bus:ptys5
<7>PM: Adding info for No Bus:ptys6
<7>PM: Adding info for No Bus:ptys7
<7>PM: Adding info for No Bus:ptys8
<7>PM: Adding info for No Bus:ptys9
<7>PM: Adding info for No Bus:ptysa
<7>PM: Adding info for No Bus:ptysb
<7>PM: Adding info for No Bus:ptysc
<7>PM: Adding info for No Bus:ptysd
<7>PM: Adding info for No Bus:ptyse
<7>PM: Adding info for No Bus:ptysf
<7>PM: Adding info for No Bus:ttyp0
<7>PM: Adding info for No Bus:ttyp1
<7>PM: Adding info for No Bus:ttyp2
<7>PM: Adding info for No Bus:ttyp3
<7>PM: Adding info for No Bus:ttyp4
<7>PM: Adding info for No Bus:ttyp5
<7>PM: Adding info for No Bus:ttyp6
<7>PM: Adding info for No Bus:ttyp7
<7>PM: Adding info for No Bus:ttyp8
<7>PM: Adding info for No Bus:ttyp9
<7>PM: Adding info for No Bus:ttypa
<7>PM: Adding info for No Bus:ttypb
<7>PM: Adding info for No Bus:ttypc
<7>PM: Adding info for No Bus:ttypd
<7>PM: Adding info for No Bus:ttype
<7>PM: Adding info for No Bus:ttypf
<7>PM: Adding info for No Bus:ttyq0
<7>PM: Adding info for No Bus:ttyq1
<7>PM: Adding info for No Bus:ttyq2
<7>PM: Adding info for No Bus:ttyq3
<7>PM: Adding info for No Bus:ttyq4
<7>PM: Adding info for No Bus:ttyq5
<7>PM: Adding info for No Bus:ttyq6
<7>PM: Adding info for No Bus:ttyq7
<7>PM: Adding info for No Bus:ttyq8
<7>PM: Adding info for No Bus:ttyq9
<7>PM: Adding info for No Bus:ttyqa
<7>PM: Adding info for No Bus:ttyqb
<7>PM: Adding info for No Bus:ttyqc
<7>PM: Adding info for No Bus:ttyqd
<7>PM: Adding info for No Bus:ttyqe
<7>PM: Adding info for No Bus:ttyqf
<7>PM: Adding info for No Bus:ttyr0
<7>PM: Adding info for No Bus:ttyr1
<7>PM: Adding info for No Bus:ttyr2
<7>PM: Adding info for No Bus:ttyr3
<7>PM: Adding info for No Bus:ttyr4
<7>PM: Adding info for No Bus:ttyr5
<7>PM: Adding info for No Bus:ttyr6
<7>PM: Adding info for No Bus:ttyr7
<7>PM: Adding info for No Bus:ttyr8
<7>PM: Adding info for No Bus:ttyr9
<7>PM: Adding info for No Bus:ttyra
<7>PM: Adding info for No Bus:ttyrb
<7>PM: Adding info for No Bus:ttyrc
<7>PM: Adding info for No Bus:ttyrd
<7>PM: Adding info for No Bus:ttyre
<7>PM: Adding info for No Bus:ttyrf
<7>PM: Adding info for No Bus:ttys0
<7>PM: Adding info for No Bus:ttys1
<7>PM: Adding info for No Bus:ttys2
<7>PM: Adding info for No Bus:ttys3
<7>PM: Adding info for No Bus:ttys4
<7>PM: Adding info for No Bus:ttys5
<7>PM: Adding info for No Bus:ttys6
<7>PM: Adding info for No Bus:ttys7
<7>PM: Adding info for No Bus:ttys8
<7>PM: Adding info for No Bus:ttys9
<7>PM: Adding info for No Bus:ttysa
<7>PM: Adding info for No Bus:ttysb
<7>PM: Adding info for No Bus:ttysc
<7>PM: Adding info for No Bus:ttysd
<7>PM: Adding info for No Bus:ttyse
<7>PM: Adding info for No Bus:ttysf
<7>PM: Adding info for No Bus:rtc
<6>Real Time Clock Driver v1.12ac
<7>PM: Adding info for No Bus:hpet
<6>Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
<7>PM: Adding info for platform:serial8250
<6>serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
<7>PM: Adding info for No Bus:ttyS0
<6>serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
<7>PM: Adding info for No Bus:ttyS1
<7>PM: Adding info for No Bus:ttyS2
<7>PM: Adding info for No Bus:ttyS3
<7>PM: Removing info for No Bus:ttyS0
<6>00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
<7>PM: Adding info for No Bus:ttyS0
<7>PM: Removing info for No Bus:ttyS1
<6>00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
<7>PM: Adding info for No Bus:ttyS1
<7>PM: Adding info for No Bus:isa
<6>FDC 0 is a post-1991 82077
<4>RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
<7>sata_via 0000:00:0f.0: version 2.0
<4>ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
<6>ACPI: PCI Interrupt 0000:00:0f.0[B] -> Link [ALKA] -> GSI 20 (level, low) -> IRQ 16
<6>sata_via 0000:00:0f.0: routed to hard irq line 11
<6>ata1: SATA max UDMA/133 cmd 0xE200 ctl 0xE302 bmdma 0xE600 irq 16
<6>ata2: SATA max UDMA/133 cmd 0xE400 ctl 0xE502 bmdma 0xE608 irq 16
<6>scsi0 : sata_via
<7>PM: Adding info for No Bus:host0
<6>ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<4>ATA: abnormal status 0x7F on port 0xE207
<4>ATA: abnormal status 0x7F on port 0xE207
<6>ata1.00: ATA-8, max UDMA7, 625142448 sectors: LBA48 NCQ (depth 0/32)
<6>ata1.00: ata1: dev 0 multi count 16
<6>ata1.00: configured for UDMA/133
<6>scsi1 : sata_via
<7>PM: Adding info for No Bus:host1
<6>ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<4>ATA: abnormal status 0x7F on port 0xE407
<4>ATA: abnormal status 0x7F on port 0xE407
<6>ata2.00: ATA-8, max UDMA7, 625142448 sectors: LBA48 NCQ (depth 0/32)
<6>ata2.00: ata2: dev 0 multi count 16
<6>ata2.00: configured for UDMA/133
<7>PM: Adding info for No Bus:target0:0:0
<5>scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD321KJ  CP10 PQ: 0 ANSI: 5
<7>PM: Adding info for scsi:0:0:0:0
<7>PM: Adding info for No Bus:target1:0:0
<5>scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HD321KJ  CP10 PQ: 0 ANSI: 5
<7>PM: Adding info for scsi:1:0:0:0
<7>pata_via 0000:00:0f.1: version 0.2.1
<6>ACPI: PCI Interrupt 0000:00:0f.1[A] -> Link [ALKA] -> GSI 20 (level, low) -> IRQ 16
<6>ata3: PATA max UDMA/133 cmd 0x1F0 ctl 0x3F6 bmdma 0xE800 irq 14
<6>ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xE808 irq 15
<6>scsi2 : pata_via
<7>PM: Adding info for No Bus:host2
<4>ATA: abnormal status 0x8 on port 0x1F7
<6>scsi3 : pata_via
<7>PM: Adding info for No Bus:host3
<4>ATA: abnormal status 0x8 on port 0x177
<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
<7>PM: Adding info for platform:i8042
<6>serio: i8042 KBD port at 0x60,0x64 irq 1
<7>PM: Adding info for serio:serio0
<7>PM: Adding info for No Bus:psaux
<6>mice: PS/2 mouse device common for all mice
<6>input: AT Translated Set 2 keyboard as /class/input/input0
<6>input: PC Speaker as /class/input/input1
<4>ip_tables: (C) 2000-2006 Netfilter Core Team
<6>NET: Registered protocol family 1
<6>powernow-k8: Found 2 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ processors (version 2.00.00)
<3>powernow-k8: MP systems not supported by PSB BIOS structure
<3>powernow-k8: MP systems not supported by PSB BIOS structure
<4>Using IPI No-Shortcut mode
<7>swsusp: Resume From Partition /dev/sda1
<7>PM: Checking swsusp image.
<7>swsusp: Error -6 check for resume file
<7>PM: Resume from disk failed.
<6>ACPI: (supports S0 S1 S4 S5)
<6>Freeing unused kernel memory: 196k freed
<7>PM: Adding info for No Bus:vcs1
<7>PM: Adding info for No Bus:vcsa1
<6>Time: acpi_pm clocksource has been installed.
<5>SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
<5>sda: Write Protect is off
<7>sda: Mode Sense: 00 3a 00 00
<5>SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<5>SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
<5>sda: Write Protect is off
<7>sda: Mode Sense: 00 3a 00 00
<5>SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<6> sda: sda1 sda2
<5>sd 0:0:0:0: Attached scsi disk sda
<5>SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
<5>sdb: Write Protect is off
<7>sdb: Mode Sense: 00 3a 00 00
<5>SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<5>SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
<5>sdb: Write Protect is off
<7>sdb: Mode Sense: 00 3a 00 00
<5>SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<6> sdb:
<5>sd 1:0:0:0: Attached scsi disk sdb
<5>sd 0:0:0:0: Attached scsi generic sg0 type 0
<5>sd 1:0:0:0: Attached scsi generic sg1 type 0
<6>Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
<6>ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
<4>Attempting manual resume
<7>swsusp: Resume From Partition 8:1
<7>PM: Checking swsusp image.
<7>PM: Resume from disk failed.
<6>kjournald starting.  Commit interval 5 seconds
<6>EXT3 FS on sda2, internal journal
<6>EXT3-fs: mounted filesystem with ordered data mode.
<7>PM: Removing info for No Bus:vcs1
<7>PM: Removing info for No Bus:vcsa1
<7>PM: Adding info for No Bus:vcs1
<7>PM: Adding info for No Bus:vcsa1
<7>PM: Removing info for No Bus:vcs1
<7>PM: Removing info for No Bus:vcsa1
<7>PM: Adding info for No Bus:vcs1
<7>PM: Adding info for No Bus:vcsa1
<7>PM: Removing info for No Bus:vcs1
<7>PM: Removing info for No Bus:vcsa1
<7>PM: Adding info for No Bus:vcs1
<7>PM: Adding info for No Bus:vcsa1
<7>PM: Removing info for No Bus:vcs1
<7>PM: Removing info for No Bus:vcsa1
<7>PM: Adding info for No Bus:vcs1
<7>PM: Adding info for No Bus:vcsa1
<7>PM: Removing info for No Bus:vcs1
<7>PM: Removing info for No Bus:vcsa1
<7>PM: Adding info for No Bus:vcs1
<7>PM: Adding info for No Bus:vcsa1
<6>Adding 2104504k swap on /dev/sda1.  Priority:-1 extents:1 across:2104504k
<6>8139too Fast Ethernet driver 0.9.28
<6>ACPI: PCI Interrupt 0000:00:0a.0[A] -> GSI 18 (level, low) -> IRQ 17
<6>eth0: RealTek RTL8139 at 0xf8884000, 00:11:6b:3c:5c:a7, IRQ 17
<7>eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
<6>usbcore: registered new interface driver usbfs
<6>usbcore: registered new interface driver hub
<6>usbcore: registered new device driver usb
<6>parport: PnPBIOS parport detected.
<6>parport0: PC-style at 0x378, irq 7 [PCSPP]
<6>USB Universal Host Controller Interface driver v3.0
<4>ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
<6>ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
<6>uhci_hcd 0000:00:10.0: UHCI Host Controller
<6>uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
<6>uhci_hcd 0000:00:10.0: irq 18, io base 0x0000e900
<7>PM: Adding info for usb:usb1
<7>PM: Adding info for No Bus:usbdev1.1_ep00
<6>usb usb1: configuration #1 chosen from 1 choice
<7>PM: Adding info for usb:1-0:1.0
<6>hub 1-0:1.0: USB hub found
<6>hub 1-0:1.0: 2 ports detected
<6>Linux agpgart interface v0.101 (c) Dave Jones
<7>PM: Adding info for No Bus:usbdev1.1_ep81
<6>ACPI: PCI Interrupt 0000:00:10.1[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
<6>uhci_hcd 0000:00:10.1: UHCI Host Controller
<6>uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
<6>uhci_hcd 0000:00:10.1: irq 18, io base 0x0000ea00
<7>PM: Adding info for usb:usb2
<7>PM: Adding info for No Bus:usbdev2.1_ep00
<6>usb usb2: configuration #1 chosen from 1 choice
<7>PM: Adding info for usb:2-0:1.0
<6>hub 2-0:1.0: USB hub found
<6>hub 2-0:1.0: 2 ports detected
<6>pci_hotplug: PCI Hot Plug PCI Core version: 0.5
<7>PM: Adding info for No Bus:usbdev2.1_ep81
<6>ACPI: PCI Interrupt 0000:00:10.2[B] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
<6>uhci_hcd 0000:00:10.2: UHCI Host Controller
<6>uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
<6>uhci_hcd 0000:00:10.2: irq 18, io base 0x0000eb00
<7>PM: Adding info for usb:usb3
<7>PM: Adding info for No Bus:usbdev3.1_ep00
<6>usb usb3: configuration #1 chosen from 1 choice
<7>PM: Adding info for usb:3-0:1.0
<6>hub 3-0:1.0: USB hub found
<6>hub 3-0:1.0: 2 ports detected
<7>PM: Adding info for No Bus:usbdev3.1_ep81
<6>ACPI: PCI Interrupt 0000:00:10.3[B] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
<6>uhci_hcd 0000:00:10.3: UHCI Host Controller
<6>uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
<6>uhci_hcd 0000:00:10.3: irq 18, io base 0x0000ec00
<7>PM: Adding info for usb:usb4
<7>PM: Adding info for No Bus:usbdev4.1_ep00
<6>usb usb4: configuration #1 chosen from 1 choice
<7>PM: Adding info for usb:4-0:1.0
<6>hub 4-0:1.0: USB hub found
<6>hub 4-0:1.0: 2 ports detected
<7>PM: Adding info for No Bus:usbdev4.1_ep81
<6>agpgart: Detected AGP bridge 0
<7>PM: Adding info for No Bus:agpgart
<6>agpgart: AGP aperture is 128M @ 0xe8000000
<7>PM: Adding info for No Bus:i2c-0
<6>ACPI: PCI Interrupt 0000:00:10.4[C] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
<6>ehci_hcd 0000:00:10.4: EHCI Host Controller
<6>ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 5
<6>ehci_hcd 0000:00:10.4: irq 18, io mem 0xf8121000
<6>ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
<7>PM: Adding info for usb:usb5
<7>PM: Adding info for No Bus:usbdev5.1_ep00
<6>usb usb5: configuration #1 chosen from 1 choice
<7>PM: Adding info for usb:5-0:1.0
<6>hub 5-0:1.0: USB hub found
<6>hub 5-0:1.0: 8 ports detected
<7>PM: Adding info for No Bus:usbdev5.1_ep81
<6>shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
<7>PM: Adding info for No Bus:device-mapper
<6>device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
<6>loop: loaded (max 8 devices)
Kernel logging (ksyslog) stopped.
Kernel log daemon terminating.

Boot logging started on /dev/tty1(/dev/console) at Wed Mar  7 14:57:27 2007

Master Resource Control: previous runlevel: N, switching to runlevel: 3
<notice>startproc: execve (/usr/bin/dbus-daemon) [ /usr/bin/dbus-daemon --system ], [ 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 AUTOBOOT=YES COLUMNS=80 PATH=/bin:/usr/bin:/sbin:/usr/sbin RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=25 SHLVL=2 HOME=/ splash=silent SPLASH=no ROOTFS_BLKDEV=/dev/sda2 _=/sbin/startproc DAEMON=/usr/bin/dbus-daemon ]
Starting D-BUS daemondone
<notice>startproc: execve (/sbin/resmgrd) [ /sbin/resmgrd ], [ 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 AUTOBOOT=YES COLUMNS=80 PATH=/bin:/usr/bin:/sbin:/usr/sbin RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=25 SHLVL=2 HOME=/ splash=silent SPLASH=no ROOTFS_BLKDEV=/dev/sda2 _=/sbin/startproc DAEMON=/sbin/resmgrd ]
Initializing random number generatordone
Starting irqbalance unused
Starting resource managerdone
acpid: loading ACPI modules ( ac battery button ) done
Starting acpid <notice>startproc: execve (/sbin/acpid) [ /sbin/acpid ], [ 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 AUTOBOOT=YES COLUMNS=80 PATH=/bin:/usr/bin:/sbin:/usr/sbin RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=25 SHLVL=2 HOME=/ splash=silent SPLASH=no ROOTFS_BLKDEV=/dev/sda2 _=/sbin/startproc DAEMON=/sbin/acpid ]
[acpid]: starting up


[acpid]: 0 rules loaded


done
Starting HAL daemon<notice>startproc: execve (/usr/sbin/hald) [ /usr/sbin/hald --daemon=yes --retain-privileges ], [ 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 AUTOBOOT=YES COLUMNS=80 PATH=/bin:/usr/bin:/sbin:/usr/sbin RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=25 SHLVL=2 HOME=/ splash=silent SPLASH=no ROOTFS_BLKDEV=/dev/sda2 _=/sbin/startproc DAEMON=/usr/sbin/hald ]
done
Setting up network interfaces:
[acpid]: client connected from 2323[0:0]


[acpid]: 1 client rule loaded


    lo        
    lo        IP address: 127.0.0.1/8   
done    eth0      device: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
    eth0      configuration: eth-id-00:11:6b:3c:5c:a7
    eth0      IP address: xxx.xxx.xxx.xxx/27   
doneSetting up service network  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .done
Starting syslog services<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 AUTOBOOT=YES COLUMNS=80 PATH=/bin:/usr/bin:/sbin:/usr/sbin RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=25 SHLVL=2 HOME=/ splash=silent SPLASH=no ROOTFS_BLKDEV=/dev/sda2 _=/sbin/startproc DAEMON=/sbin/syslog-ng ]
<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 AUTOBOOT=YES COLUMNS=80 PATH=/bin:/usr/bin:/sbin:/usr/sbin RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=25 SHLVL=2 HOME=/ splash=silent SPLASH=no ROOTFS_BLKDEV=/dev/sda2 _=/sbin/startproc DAEMON=/sbin/klogd ]
done
<notice>startproc: execve (/sbin/portmap) [ /sbin/portmap ], [ 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 AUTOBOOT=YES COLUMNS=80 PATH=/bin:/usr/bin:/sbin:/usr/sbin RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=25 SHLVL=2 HOME=/ splash=silent SPLASH=no ROOTFS_BLKDEV=/dev/sda2 _=/sbin/startproc DAEMON=/sbin/portmap ]
Starting RPC portmap daemondone
Importing Net File System (NFS)unused
Starting nfsboot (sm-notify) done
<notice>startproc: execve (/usr/sbin/nscd) [ /usr/sbin/nscd ], [ 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 AUTOBOOT=YES COLUMNS=80 PATH=/bin:/usr/bin:/sbin:/usr/sbin RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=25 SHLVL=2 HOME=/ splash=silent SPLASH=no ROOTFS_BLKDEV=/dev/sda2 _=/sbin/startproc DAEMON=/usr/sbin/nscd ]
<notice>startproc: execve (/usr/sbin/sshd) [ /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid ], [ 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 AUTOBOOT=YES COLUMNS=80 PATH=/bin:/usr/bin:/sbin:/usr/sbin RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=25 SHLVL=2 HOME=/ splash=silent SPLASH=no ROOTFS_BLKDEV=/dev/sda2 _=/sbin/startproc DAEMON=/usr/sbin/sshd ]
Starting Name Service Cache Daemondone
Starting SSH daemondone
<notice>startproc: execve (/usr/sbin/powersaved) [ /usr/sbin/powersaved -d -f /var/run/acpid.socket -v 3 ], [ HOME=/ PATH=/bin:/usr/bin:/sbin:/usr/sbin SHELL=/bin/sh RUNLEVEL=3 PREVLEVEL=N DAEMON=/usr/sbin/powersaved ]
Starting powersaved: done
Loading keymap i386/qwertz/de-latin1-nodeadkeys.map.gz
doneLoading compose table winkeys shiftctrl latin1.adddone
Start Unicode mode
doneLoading console font lat9w-16.psfu  -m trivial G0:loadable
doneMaster Resource Control: runlevel 3 has been reached
Skipped services in runlevel 3: irq_balancer nfs
<notice>killproc: kill(2122,3)
Gruss
Twisterchen
twisterchen
Anbieter
Posts: 232
Joined: 2005-07-14 14:13
 

Re: Fehler beim booten nach Kernelupdate

Post by twisterchen »

OH da war jfreund etwas schneller mit ncurses
User avatar
daemotron
Administrator
Administrator
Posts: 2643
Joined: 2004-01-21 17:44
 

Re: Fehler beim booten nach Kernelupdate

Post by daemotron »

AFAIR war das ein Thema mit den SATA-Treibern... Wenn Du Deine Platten noch ansprechen kannst, hat's bei Dir wohl funktioniert - aber grade mit dem Via-Treiber hab ich beim Upgrade von 2.6.17 auf 2.6.18 ganz gut nachhelfen müssen :wink:

Das netfilter-Modul hat sich aber soviel ich weiß seit 2.6.13 noch mal kräftig geschüttelt, da ist ne ganze Unterstruktur entstanden (IMHO mit 2.6.17, bin mir aber nicht sicher) - daher die Aussage...
twisterchen
Anbieter
Posts: 232
Joined: 2005-07-14 14:13
 

Re: Fehler beim booten nach Kernelupdate

Post by twisterchen »

Wie gesagt das ist der aktuelle Bootlog der Server fährt so wie ich sehe sauber hoch.

Code: Select all

<7>PM: Adding info for No Bus:ptypd
<7>PM: Adding info for No Bus:ptype
<7>PM: Adding info for No Bus:ptypf
<7>PM: Adding info for No Bus:ptyq0
<7>PM: Adding info for No Bus:ptyq1
<7>PM: Adding info for No Bus:ptyq2
<7>PM: Adding info for No Bus:ptyq3
<7>PM: Adding info for No Bus:ptyq4
<7>PM: Adding info for No Bus:ptyq5
<7>PM: Adding info for No Bus:ptyq6
<7>PM: Adding info for No Bus:ptyq7 
Nur unter diesen Einträgen kann ich mir nichts drunter vorstellen.
IPTABLES habe ich fest mit ein kompiliert.

Gruss
Twisterchen
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Fehler beim booten nach Kernelupdate

Post by Roger Wilco »

michseel wrote:FATAL: Module ip_tables not found.
iptables v1.3.3: can´t initialize iptables table 'filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Fürs Protokoll (und die Suchfunktion): Seit Kernel 2.6.16 heißt der Basisumfang von Netfilter nicht mehr iptables sondern xtables. Der Name des CLI für Netfilter lautet natürlich immer noch "iptables".

Die Konfigurationsoptionen im Kernel wurden entsprechend umbenannt (CONFIG_NETFILTER_XTABLES etc.).
Twisterchen wrote:

Code: Select all

<7>PM: Adding info for No Bus:ptypd
<7>PM: Adding info for No Bus:ptype
<7>PM: Adding info for No Bus:ptypf
<7>PM: Adding info for No Bus:ptyq0
<7>PM: Adding info for No Bus:ptyq1
<7>PM: Adding info for No Bus:ptyq2
<7>PM: Adding info for No Bus:ptyq3
<7>PM: Adding info for No Bus:ptyq4
<7>PM: Adding info for No Bus:ptyq5
<7>PM: Adding info for No Bus:ptyq6
<7>PM: Adding info for No Bus:ptyq7 
Das sind Meldungen vom Power Management Interface (ACPI, APM usw.). Das könntest du in deinem Kernel eigentlich deaktivieren. Wenn du das nicht willst, reicht es, wenn du den Debug Output deaktivierst (ebenfalls in der Kernelkonfiguration).
twisterchen
Anbieter
Posts: 232
Joined: 2005-07-14 14:13
 

Re: Fehler beim booten nach Kernelupdate

Post by twisterchen »

Vielen Dank

Roger

Gehört vielleicht nicht hier her aber dein Name Roger Wilco wie kommst du zu dem Namen da gabs (gibt/s) doch ein Voiceprogramm aus der Zeit von DeltaForce 1 rogerwilco.

Hat das was mit zu tun ?
Last edited by twisterchen on 2007-03-08 13:23, edited 1 time in total.
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
 

Re: Fehler beim booten nach Kernelupdate

Post by captaincrunch »

Ich hätte ja jetzt eher auf eine Verbindung zu den guten alten Sierra-Adventures getippt. ;)
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
twisterchen
Anbieter
Posts: 232
Joined: 2005-07-14 14:13
 

Re: Fehler beim booten nach Kernelupdate

Post by twisterchen »

CC meinst du vielleicht Civilistaion I :wink:
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Fehler beim booten nach Kernelupdate

Post by Roger Wilco »

Twisterchen wrote:Gehört vielleicht nicht hier her aber dein Name Roger Wilco wie kommst du zu dem Namen da gabs (gibt/s) doch ein Voiceprogramm aus der Zeit von DeltaForce 1 rogerwilco.
Das Frühstücksflocken-Maskottchen :twisted: hat Recht. Den Nick habe ich mir aus Space Quest geklaut.
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
 

Re: Fehler beim booten nach Kernelupdate

Post by captaincrunch »

Warte du mal ab bis zum nächsten "talk like a pirate day". Arrr... ;)
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Fehler beim booten nach Kernelupdate

Post by Joe User »

/me: Eines der ersten Listings im C64'er-Magazin, waren das noch Zeiten...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.