• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

OpenSuse KDE startet nicht mehr / unsauber

Alex1286

Newbie
Hallo zusammen,

vorab muss ich mich schonmal für mein gefährliches Halbwissen entschuldigen, da ich noch recht neu in der Linuxwelt bin. Seht es mir also bitte nach :)

Ich habe zu meinem Problem vorher schon einige Themen gelesen, nur war bisher das Richtige nicht dabei.

Zur Vorgeschichte:
OpenSuSe 11.1 lief (für meine Begriffe) problemlos. (geändert)
Neben Standardinstallation wurde noch ein Developmentkit für ein Eval-Board installiert und ein Intel C++ Pro Compiler, sowie systemeigener Updates, welche über das Updater Applet angezeigt wurden.
Das hat soweit auch alles funktioniert. Einziges Manko war, dass der Lizensserver für den Intel Compiler (FLEXlm) nicht beim Systemstart geladen wurde.
Softwareseitig stand dafür ein Shellskript zur Verfügung, welches ich per Softlink in /etc/rc.d/rc3.d/ eingebunden hatte.
Weiterhin habe ich in /etc/bash.bashrc.local die Zeile "source <datei>" mit absolutem Pfad angegeben, da die Compilerpfade scheinbar nicht fest in $PATH eingetragen wurden.

Direkte Folge davon war erstmal, dass sich kein Terminalfenster mehr öffnen lies. Nach einem Neustart ging auch die Systemanmeldung nicht mehr (Anmeldeschirm war da, Eingaben funktionierten auch, jedoch kam der Anmeldeschirm immer wieder). Booten im Failsafe-Modus half nicht.

Über eine Linux-Live-CD habe ich dann die 2 Einträge wieder entfernt. Die Anmeldung funktioniert wieder, jedoch kommt danach nicht der KDE Desktop, sondern nur ein schwarzer Hintergrund mit nem kleinen Terminal-Fenster in Ecke.
- startx gibt aus, dass der Server für display 0 bereits läuft
- startkde funktioniert, das Terminalfenster bleibt aber nachwievor offen
Das Fenster zu schließen hat den Effekt, dass der KDE Desktop auch beendet wird. Zudem werden darin irgendwie sämtliche Bootinfos dargestellt.
Es scheint auch kein normales Terminal zu sein, wie man es sonst öffnet. Als Symbol wird ein X mit nem Kreis drum angezeigt.

Die Systemreperatur mit der DVD hat danach auch nicht geholfen. Es wurden zwar Fehler in den Packeten hal, cups, ntp, postfix sowie im Bootloader angezeigt und auch "behoben", aber nach einem weiteren Durchgang mit dem Repair-Tool kamen die Fehler wieder.

Mit gestartetem KDE 'startkde' habe ich dann per Yast -> Software -> Online-Aktualisierung die Packete aktualisiert, die mir da angeboten wurden (nur benötigte).

Nachtrag:
Wenn ich SuSe dann beende, geht der PC nicht aus, sondern kehrt in dieses kleine Terminalfenster zurück, wo ich per Befehl dann neustarten muss oder ähnliches. Sudo wird in Kombination mit aufzurufenden Befehlen in dem Fenster auch nicht erkannt.


Tja das ist soweit Stand der Dinge und weiß nicht weiter.

Ich bin für jede Hilfe dankbar.


MfG Alex
 

spoensche

Moderator
Teammitglied
Alex1286 schrieb:
Hallo zusammen,vorab muss ich mich schonmal für mein gefährliches Halbwissen entschuldigen, da ich noch recht neu in der Linuxwelt bin. Seht es mir also bitte nach :)

Gefährlich ist es nicht.
Du brauchst dich nicht zu entschuldigen, jeder hat mal klein angefangen. Nimm es als Anreiz sich ein wenig einzuarbeiten, was mit ein bisschen Interesse ziemlich schnell geht.


Alex1286 schrieb:
Neben Standardinstallation wurde noch ein Developmentkit für ein Eval-Board installiert

Was hast du den für Evaluation Board? (Prozessorarchitektur, etc.)

Alex1286 schrieb:
Einziges Manko war, dass der Lizensserver für den Intel Compiler (FLEXlm) nicht beim Systemstart geladen wurde.
Softwareseitig stand dafür ein Shellskript zur Verfügung, welches ich per Softlink in /etc/rc.d/rc3.d/ eingebunden hatte.

Ich bin mir nicht zu 100% sicher, aber der Server inkl. Lizenz (für den Intel Compiler) wird i.d.R. verwendet für folgendes verwendet:

Wenn du einen Server mit dem Compiler im Netz arbeiten hast, der deinen Rechner in punkto Resourcen (CPU Rechenzeit bzw. Zusatzleistung) bei der Compilierung von Programmen unterstützt, damit das Compilieren schneller geht.

Da du vermutlich einen Desktop (X- Server mit einem WM, z.B. KDE o. Gnome) laufen hast, müsste der Server zusätzlich im Runlevel 5 gestartet werden, weil RL 5 für den Mehrbenutzerbetrieb mit Netzwerkverbindung u. grafischer Oberfläche verwendet wird.

Alex1286 schrieb:
Weiterhin habe ich in /etc/bash.bashrc.local die Zeile "source <datei>" mit absolutem Pfad angegeben, da die Compilerpfade scheinbar nicht fest in $PATH eingetragen wurden.

Welche Datei bindest du den damit ein? Die Ausführbaren Compilerdateien darfst du so nicht einbinden. Die "source" Anweisung in einem Bash- Script dient dazu, die in externe Dateien ausgelagerten Scriptanweisungen einzubinden und die Funktionen dem aktuellen Script bekannt zu machen.

Du musst in der bashrc deines Benutzers die Umgebungsvariable $PATH "erweitern", was du wie folgt machen kannst:

Code:
export PATH=$PATH:/pfad/zur/datei

Bevor du das machst, teile uns bitte mit, welche Datei du der $PATH Variable hinzufügen willst, damit wir dir sagen können, ob das wirklich notwendig ist.

Alex1286 schrieb:
Über eine Linux-Live-CD habe ich dann die 2 Einträge wieder entfernt.

Welche Einträge hast du wo entfernt?

Alex1286 schrieb:
Die Anmeldung funktioniert wieder, jedoch kommt danach nicht der KDE Desktop, sondern nur ein schwarzer Hintergrund mit nem kleinen Terminal-Fenster in Ecke.

Dein Rechner bootet also im RL 5, der X- Server wird gestartet und du bleibst in der Konsole mit einem Loginprompt. Hab ich das richtig verstanden?

Alex1286 schrieb:
startkde funktioniert, das Terminalfenster bleibt aber nachwievor offen

Das, wo du den Befehl startkde ausgeführt hast? Wenn ja, bekommst du Fehlermeldungen angezeigt?

Alex1286 schrieb:
Zudem werden darin irgendwie sämtliche Bootinfos dargestellt.
Es wäre gut, wenn du die Bootinfos mal posten würdest. Die Bootmeldungen des Kernels kannst du dir mit dem Befehl
Code:
dmesg
anzeigen lassen.

Alex1286 schrieb:
Es wurden zwar Fehler in den Packeten hal, cups, ntp, postfix sowie im Bootloader angezeigt und auch "behoben"

Kannst du die Fehlermeldungen, bezüglich der Pakete und Bootloader posten?

Logge dich ein (ohne KDE zu starten) und poste mal die Ausgabe von:

Code:
egrep "WW|EE" /var/log/Xorg.0.log
 
OP
A

Alex1286

Newbie
Guten Morgen,

spoensche schrieb:
Alex1286 schrieb:
Neben Standardinstallation wurde noch ein Developmentkit für ein Eval-Board installiert

Was hast du den für Evaluation Board? (Prozessorarchitektur, etc.)

Das Eval Board ist ein Phycore Z510PT (Intel Atom mit erw. Temp.Bereich) von Phytec. Das Eval-Kit dazu beinhaltet den Crosscompiler, ne Eclipseumgebung mit ein paar Plugins (bisher nie genutzt) und das Terminalprogramm Microcom. Ich glaub das war es.

spoensche schrieb:
Alex1286 schrieb:
Einziges Manko war, dass der Lizensserver für den Intel Compiler (FLEXlm) nicht beim Systemstart geladen wurde.
Softwareseitig stand dafür ein Shellskript zur Verfügung, welches ich per Softlink in /etc/rc.d/rc3.d/ eingebunden hatte.

Ich bin mir nicht zu 100% sicher, aber der Server inkl. Lizenz (für den Intel Compiler) wird i.d.R. verwendet für folgendes verwendet:

Wenn du einen Server mit dem Compiler im Netz arbeiten hast, der deinen Rechner in punkto Resourcen (CPU Rechenzeit bzw. Zusatzleistung) bei der Compilierung von Programmen unterstützt, damit das Compilieren schneller geht.

Es hängt davon ab, was für ne Lizensdatei dem Compiler beiliegt, ob man einen Lizensserver braucht oder nicht. Normal geht das wohl auch ohne Lizensserver, hier wollte der halt partout nen Lizensserver sehen. So läuft halt auf der selben Maschine der Dienst.


spoensche schrieb:
Da du vermutlich einen Desktop (X- Server mit einem WM, z.B. KDE o. Gnome) laufen hast, müsste der Server zusätzlich im Runlevel 5 gestartet werden, weil RL 5 für den Mehrbenutzerbetrieb mit Netzwerkverbindung u. grafischer Oberfläche verwendet wird.

Alex1286 schrieb:
Weiterhin habe ich in /etc/bash.bashrc.local die Zeile "source <datei>" mit absolutem Pfad angegeben, da die Compilerpfade scheinbar nicht fest in $PATH eingetragen wurden.

Welche Datei bindest du den damit ein? Die Ausführbaren Compilerdateien darfst du so nicht einbinden. Die "source" Anweisung in einem Bash- Script dient dazu, die in externe Dateien ausgelagerten Scriptanweisungen einzubinden und die Funktionen dem aktuellen Script bekannt zu machen.

Du musst in der bashrc deines Benutzers die Umgebungsvariable $PATH "erweitern", was du wie folgt machen kannst:

Code:
export PATH=$PATH:/pfad/zur/datei

Bevor du das machst, teile uns bitte mit, welche Datei du der $PATH Variable hinzufügen willst, damit wir dir sagen können, ob das wirklich notwendig ist.

Hier wird nur ein paar Shellscripte aufgerufen, welche Einträge in $PATH vornehmen, sowie noch ein paar andere Einträge (die Compilerpfade so wie es aussieht). Nach dem ist halt der Compiler aus jeder Bash-shell ansprechbar, so wie es auch sein soll.
Code:
export PATH=$PATH:/pfad/...
kommt darin auch vor.

spoensche schrieb:
Alex1286 schrieb:
Über eine Linux-Live-CD habe ich dann die 2 Einträge wieder entfernt.

Welche Einträge hast du wo entfernt?

Die Einträge, die ich vorher in
Code:
/etc/bash.bashrc.local
und
Code:
/etc/rc.d/rc3.d/
gesetzt hatte.

spoensche schrieb:
Alex1286 schrieb:
Die Anmeldung funktioniert wieder, jedoch kommt danach nicht der KDE Desktop, sondern nur ein schwarzer Hintergrund mit nem kleinen Terminal-Fenster in Ecke.

Dein Rechner bootet also im RL 5, der X- Server wird gestartet und du bleibst in der Konsole mit einem Loginprompt. Hab ich das richtig verstanden?

Jein, normal kommt nur der Bootmanager (Grub wenn ich mich nicht irre) und es kann ohne Loginprompt gestartet werden. Jetzt wo du es sagst, kommt mir das auch ein wenig komisch vor. Wenn ich allerdings
Code:
logout
eingebe, wird auch die Anmeldemaske geladen, das sollte denk ich so normal sein. Nach der Bootauswahl kommt dann besagter schwarzer Bildschirm mit der kleinen Konsole. Da kann man dann
Code:
startkde
eingeben und es wird der Desktop normal geladen, mit dem Unterschied, dass dieses Fenster weiterhin offen bleibt. Wenn ich es schließe, wird auch der Desktop beendet.
Mausunterstützung ist auch geladen wie es aussieht (dieses Kreuz ist da, nur wenn ich über das Eingabefenster gehe wird ein Pfeil draus und auch erst dann kann ich was schreiben.. hatte ich vergessen).

In welchem Runlevel gestartet wird weiß ich nicht. Wo kann man das seinsehen? Ich nehme mal an, dass der X-Server gestartet wird, wenn mir
Code:
startx
schon sagt, dass der Server läuft.

spoensche schrieb:
Alex1286 schrieb:
startkde funktioniert, das Terminalfenster bleibt aber nachwievor offen

Das, wo du den Befehl startkde ausgeführt hast? Wenn ja, bekommst du Fehlermeldungen angezeigt?

Alex1286 schrieb:
Zudem werden darin irgendwie sämtliche Bootinfos dargestellt.
Es wäre gut, wenn du die Bootinfos mal posten würdest. Die Bootmeldungen des Kernels kannst du dir mit dem Befehl
Code:
dmesg
anzeigen lassen.

Hmm nach Fehlermeldungen sieht das nicht aus würde ich sagen, da stehen halt viele Infos drin :D
Ausgabe
Code:
dmesg
siehe Anhang.

spoensche schrieb:
Alex1286 schrieb:
Es wurden zwar Fehler in den Packeten hal, cups, ntp, postfix sowie im Bootloader angezeigt und auch "behoben"

Kannst du die Fehlermeldungen, bezüglich der Pakete und Bootloader posten?

Logge dich ein (ohne KDE zu starten) und poste mal die Ausgabe von:

Code:
egrep "WW|EE" /var/log/Xorg.0.log

Ausgabe im Anhang.
Ich habe gestern allerdings nochmal mit der Softwareaktualisierung von Yast diese 4 Packete nachinstalliert/aktualiesiert.
 
OP
A

Alex1286

Newbie
Hmm entweder man kann hier keine Anhänge mitgeben, oder ich find es nicht -.-

Dann halt so:
dmesg
Code:
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.27.39-0.2-pae (geeko@buildhost) (gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux) ) #1 SMP 2009-11-23 12:57:38 +0100
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 00000000bf770000 (usable)
 BIOS-e820: 00000000bf770000 - 00000000bf788000 (ACPI data)
 BIOS-e820: 00000000bf788000 - 00000000bf7dc000 (ACPI NVS)
 BIOS-e820: 00000000bf7dc000 - 00000000c0000000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
DMI 2.6 present.
AMI BIOS detected: BIOS may corrupt low RAM, working it around.
last_pfn = 0x140000 max_arch_pfn = 0x1000000
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
kernel direct mapping tables up to 38000000 @ 10000-18000
NX (Execute Disable) protection: active
RAMDISK: 37a7c000 - 37fef2af
ACPI: RSDP 000FB030, 0014 (r0 ACPIAM)
ACPI: RSDT BF770000, 003C (r1 082109 RSDT2004 20090821 MSFT       97)
ACPI: FACP BF770200, 0084 (r1 082109 FACP2004 20090821 MSFT       97)
ACPI: DSDT BF7704A0, EAD3 (r1  A1334 A1334001        1 INTL 20060113)
ACPI: FACS BF788000, 0040
ACPI: APIC BF770390, 00CC (r1 082109 APIC2004 20090821 MSFT       97)
ACPI: MCFG BF770460, 003C (r1 082109 OEMMCFG  20090821 MSFT       97)
ACPI: OEMB BF788040, 0072 (r1 082109 OEMB2004 20090821 MSFT       97)
ACPI: HPET BF77F4A0, 0038 (r1 082109 OEMHPET  20090821 MSFT       97)
ACPI: SSDT BF78A510, 0363 (r1 DpgPmm    CpuPm       12 INTL 20060113)
ACPI: Local APIC address 0xfee00000
NUMA - single node, flat memory mode
Node: 0, start_pfn: 0, end_pfn: 140000
  Setting physnode_map array to node 0 for pfns:
  0 4000 8000 c000 10000 14000 18000 1c000 20000 24000 28000 2c000 30000 34000 38000 3c000 40000 44000 48000 4c000 50000 54000 58000 5c000 60000 64000 68000 6c000 70000 74000 78000 7c000 80000 84000 88000 8c000 90000 94000 98000 9c000 a0000 a4000 a8000 ac000 b0000 b4000 b8000 bc000 c0000 c4000 c8000 cc000 d0000 d4000 d8000 dc000 e0000 e4000 e8000 ec000 f0000 f4000 f8000 fc000 100000 104000 108000 10c000 110000 114000 118000 11c000 120000 124000 128000 12c000 130000 134000 138000 13c000 
node 0 pfn: [0 - 140000]
Reserving 11776 pages of KVA for lmem_map of node 0 at 13d200
remove_active_range (0, 1298944, 1310720)
Reserving total of 2e00 pages for numa KVA remap
kva_start_pfn ~ 34c00 max_low_pfn ~ 38000
max_pfn = 140000
4224MB HIGHMEM available.
896MB LOWMEM available.
max_low_pfn = 38000, highstart_pfn = 38000
Low memory ends at vaddr f8000000
node 0 will remap to vaddr f4c00000 - f7a00000
allocate_pgdat: node 0 NODE_DATA f4c00000
remap_numa_kva: node 0
remap_numa_kva: f4c00000 to pfn 0013d200
remap_numa_kva: f4e00000 to pfn 0013d400
remap_numa_kva: f5000000 to pfn 0013d600
remap_numa_kva: f5200000 to pfn 0013d800
remap_numa_kva: f5400000 to pfn 0013da00
remap_numa_kva: f5600000 to pfn 0013dc00
remap_numa_kva: f5800000 to pfn 0013de00
remap_numa_kva: f5a00000 to pfn 0013e000
remap_numa_kva: f5c00000 to pfn 0013e200
remap_numa_kva: f5e00000 to pfn 0013e400
remap_numa_kva: f6000000 to pfn 0013e600
remap_numa_kva: f6200000 to pfn 0013e800
remap_numa_kva: f6400000 to pfn 0013ea00
remap_numa_kva: f6600000 to pfn 0013ec00
remap_numa_kva: f6800000 to pfn 0013ee00
remap_numa_kva: f6a00000 to pfn 0013f000
remap_numa_kva: f6c00000 to pfn 0013f200
remap_numa_kva: f6e00000 to pfn 0013f400
remap_numa_kva: f7000000 to pfn 0013f600
remap_numa_kva: f7200000 to pfn 0013f800
remap_numa_kva: f7400000 to pfn 0013fa00
remap_numa_kva: f7600000 to pfn 0013fc00
remap_numa_kva: f7800000 to pfn 0013fe00
High memory starts at vaddr f8000000
  mapped low ram: 0 - 38000000
  low ram: 00000000 - 38000000
  bootmap 00014000 - 0001b000
(11 early reservations) ==> bootmem [0000000000 - 0038000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
  #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
  #3 [0000100000 - 000065645c]    TEXT DATA BSS ==> [0000100000 - 000065645c]
  #4 [0037a7c000 - 0037fef2af]          RAMDISK ==> [0037a7c000 - 0037fef2af]
  #5 [0000657000 - 000065f000]    INIT_PG_TABLE ==> [0000657000 - 000065f000]
  #6 [000009f800 - 0000100000]    BIOS reserved ==> [000009f800 - 0000100000]
  #7 [0000010000 - 0000014000]          PGTABLE ==> [0000010000 - 0000014000]
  #8 [013d200000 - 0140000000]          KVA RAM
  #9 [0034c00000 - 0037a00000]           KVA PG ==> [0034c00000 - 0037a00000]
  #10 [0000014000 - 000001b000]          BOOTMAP ==> [0000014000 - 000001b000]
found SMP MP-table at [c00ff780] 000ff780
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  Normal   0x00001000 -> 0x00038000
  HighMem  0x00038000 -> 0x00140000
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x000bf770
    0: 0x00100000 -> 0x0013d200
On node 0 totalpages: 1034495
free_area_init_node: node 0, pgdat f4c00000, node_mem_map f4c02240
  DMA zone: 3947 pages, LIFO batch:0
  Normal zone: 223300 pages, LIFO batch:31
  HighMem zone: 795831 pages, LIFO batch:31
Using APIC driver default
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled)
ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled)
ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
ACPI: HPET id: 0x8086a701 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
SMP: Allowing 16 CPUs, 8 hotplug CPUs
mapped APIC to ffffb000 (fee00000)
mapped IOAPIC to ffffa000 (fec00000)
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
Allocating PCI resources starting at c4000000 (gap: c0000000:3ee00000)
PERCPU: Allocating 38556 bytes of per cpu data
NR_CPUS: 128, nr_cpu_ids: 16, nr_node_ids 8
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023078
Policy zone: HighMem
Kernel command line: root=/dev/disk/by-id/ata-WDC_WD3200AAKS-75L9A0_WD-WCAV28280167-part2    repair=1 resume=/dev/disk/by-id/ata-WDC_WD3200AAKS-75L9A0_WD-WCAV28280167-part1 splash=silent vga=0x31a
bootsplash: silent mode.
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
TSC: Unable to calibrate against PIT
TSC: using PMTIMER reference calibration
Detected 2808.706 MHz processor.
Console: colour dummy device 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Initializing HighMem for node 0 (00038000:0013d200)
Memory: 4078264k/5242880k available (2363k kernel code, 59716k reserved, 1933k data, 292k init, 3220928k highmem)
virtual kernel memory layout:
    fixmap  : 0xff8b7000 - 0xfffff000   (7456 kB)
    pkmap   : 0xff400000 - 0xff600000   (2048 kB)
    vmalloc : 0xf8800000 - 0xff3fe000   ( 107 MB)
    lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
      .init : 0xc053b000 - 0xc0584000   ( 292 kB)
      .data : 0xc034edc3 - 0xc05321d0   (1933 kB)
      .text : 0xc0100000 - 0xc034edc3   (2363 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
CPA: page pool initialized 1 of 1 pages preallocated
hpet clockevent registered
Calibrating delay loop (skipped), value calculated using timer frequency.. 5617.41 BogoMIPS (lpj=11234824)
kdb version 4.4 by Keith Owens, Scott Lurndal. Copyright SGI, All Rights Reserved
Security Framework initialized
AppArmor: AppArmor initialized
Mount-cache hash table entries: 512
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
using mwait in idle threads.
Checking 'hlt' instruction... OK.
ACPI: Core revision 20080609
ACPI: Checking initramfs for custom DSDT
Parsing all Control Methods:
Table [DSDT](id 0001) - 1480 Objects with 84 Devices 376 Methods 37 Regions
Parsing all Control Methods:
Table [SSDT](id 0002) - 26 Objects with 0 Devices 2 Methods 1 Regions
 tbxface-0596 [00] tb_load_namespace     : ACPI Tables successfully acquired
evxfevnt-0091 [00] enable                : Transition to ACPI mode successful
Mapping cpu 0 to node 0
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz stepping 05
Booting processor 1/2 ip 6000
Initializing CPU#1
Mapping cpu 1 to node 0
Calibrating delay using timer specific routine.. 5617.13 BogoMIPS (lpj=11234270)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Booting processor 2/4 ip 6000
Initializing CPU#2
Mapping cpu 2 to node 0
Calibrating delay using timer specific routine.. 5617.13 BogoMIPS (lpj=11234274)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#2.
x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
CPU2: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz stepping 05
checking TSC synchronization [CPU#1 -> CPU#2]: passed.
Booting processor 3/6 ip 6000
Initializing CPU#3
Mapping cpu 3 to node 0
Calibrating delay using timer specific routine.. 5617.13 BogoMIPS (lpj=11234270)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 3
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#3.
x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
CPU3: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz stepping 05
checking TSC synchronization [CPU#2 -> CPU#3]: passed.
Booting processor 4/1 ip 6000
Initializing CPU#4
Mapping cpu 4 to node 0
Calibrating delay using timer specific routine.. 5617.13 BogoMIPS (lpj=11234266)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#4.
x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
CPU4: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz stepping 05
checking TSC synchronization [CPU#3 -> CPU#4]: passed.
Booting processor 5/3 ip 6000
Initializing CPU#5
Mapping cpu 5 to node 0
Calibrating delay using timer specific routine.. 5617.13 BogoMIPS (lpj=11234266)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#5.
x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
CPU5: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz stepping 05
checking TSC synchronization [CPU#4 -> CPU#5]: passed.
Booting processor 6/5 ip 6000
Initializing CPU#6
Mapping cpu 6 to node 0
Calibrating delay using timer specific routine.. 5617.13 BogoMIPS (lpj=11234264)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#6.
x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
CPU6: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz stepping 05
checking TSC synchronization [CPU#5 -> CPU#6]: passed.
Booting processor 7/7 ip 6000
Initializing CPU#7
Mapping cpu 7 to node 0
Calibrating delay using timer specific routine.. 5617.13 BogoMIPS (lpj=11234261)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 3
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#7.
x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
CPU7: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz stepping 05
checking TSC synchronization [CPU#6 -> CPU#7]: passed.
Brought up 8 CPUs
Total of 8 processors activated (44937.34 BogoMIPS).
CPU0 attaching sched-domain:
 domain 0: span 0,4 level SIBLING
  groups: 0 4
  domain 1: span 0-7 level MC
   groups: 0,4 1,5 2,6 3,7
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU1 attaching sched-domain:
 domain 0: span 1,5 level SIBLING
  groups: 1 5
  domain 1: span 0-7 level MC
   groups: 1,5 2,6 3,7 0,4
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU2 attaching sched-domain:
 domain 0: span 2,6 level SIBLING
  groups: 2 6
  domain 1: span 0-7 level MC
   groups: 2,6 3,7 0,4 1,5
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU3 attaching sched-domain:
 domain 0: span 3,7 level SIBLING
  groups: 3 7
  domain 1: span 0-7 level MC
   groups: 3,7 0,4 1,5 2,6
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU4 attaching sched-domain:
 domain 0: span 0,4 level SIBLING
  groups: 4 0
  domain 1: span 0-7 level MC
   groups: 0,4 1,5 2,6 3,7
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU5 attaching sched-domain:
 domain 0: span 1,5 level SIBLING
  groups: 5 1
  domain 1: span 0-7 level MC
   groups: 1,5 2,6 3,7 0,4
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU6 attaching sched-domain:
 domain 0: span 2,6 level SIBLING
  groups: 6 2
  domain 1: span 0-7 level MC
   groups: 2,6 3,7 0,4 1,5
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU7 attaching sched-domain:
 domain 0: span 3,7 level SIBLING
  groups: 7 3
  domain 1: span 0-7 level MC
   groups: 3,7 0,4 1,5 2,6
   domain 2: span 0-7 level NODE
    groups: 0-7
net_namespace: 1044 bytes
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=10
PCI: Using configuration type 1 for base access
perfmon: version 2.82
perfmon: CPU hotplug support enabled
evgpeblk-0957 [00] ev_create_gpe_block   : GPE 00 to 3F [_GPE] 8 regs on int 0x9
ACPI: EC: Look up EC in DSDT
Completing Region/Field/Buffer/Package initialization:........................................................................................................................................................................................................................................................................................................................................................
Initialized 37/38 Regions 70/71 Fields 69/70 Buffers 168/168 Packages (1515 nodes)
Initializing Device/Processor/Thermal objects by executing _INI methods:.
Executed 1 _INI methods requiring 1 _STA executions (examined 102 objects)
evgpeblk-1054 [00] ev_initialize_gpe_bloc: Found 14 Wake, Enabled 1 Runtime GPEs in this block
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
ACPI: EC: driver started in poll mode
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
PCI: 0000:00:1a.0 reg 10 32bit mmio: [f9ffe000, f9ffe3ff]
pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.0: PME# disabled
PCI: 0000:00:1b.0 reg 10 64bit mmio: [f9ff8000, f9ffbfff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: PME# disabled
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.6: PME# disabled
pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.7: PME# disabled
PCI: 0000:00:1d.0 reg 10 32bit mmio: [f9ffd000, f9ffd3ff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PME# disabled
PCI: 0000:00:1f.2 reg 10 io port: [8c00, 8c07]
PCI: 0000:00:1f.2 reg 14 io port: [8880, 8883]
PCI: 0000:00:1f.2 reg 18 io port: [8800, 8807]
PCI: 0000:00:1f.2 reg 1c io port: [8480, 8483]
PCI: 0000:00:1f.2 reg 20 io port: [8400, 840f]
PCI: 0000:00:1f.2 reg 24 io port: [8080, 808f]
PCI: 0000:00:1f.3 reg 10 64bit mmio: [f9ffc000, f9ffc0ff]
PCI: 0000:00:1f.3 reg 20 io port: [400, 41f]
PCI: 0000:00:1f.5 reg 10 io port: [9c00, 9c07]
PCI: 0000:00:1f.5 reg 14 io port: [9880, 9883]
PCI: 0000:00:1f.5 reg 18 io port: [9800, 9807]
PCI: 0000:00:1f.5 reg 1c io port: [9480, 9483]
PCI: 0000:00:1f.5 reg 20 io port: [9400, 940f]
PCI: 0000:00:1f.5 reg 24 io port: [9080, 908f]
PCI: 0000:01:00.0 reg 10 32bit mmio: [fa000000, faffffff]
PCI: 0000:01:00.0 reg 14 64bit mmio: [d0000000, dfffffff]
PCI: 0000:01:00.0 reg 1c 64bit mmio: [ce000000, cfffffff]
PCI: 0000:01:00.0 reg 24 io port: [ac00, ac7f]
PCI: 0000:01:00.0 reg 30 32bit mmio: [fba00000, fba7ffff]
PCI: 0000:01:00.1 reg 10 32bit mmio: [fbafc000, fbafffff]
PCI: bridge 0000:00:03.0 io port: [a000, afff]
PCI: bridge 0000:00:03.0 32bit mmio: [fa000000, fbafffff]
PCI: bridge 0000:00:03.0 64bit mmio pref: [ce000000, dfffffff]
PCI: 0000:06:00.0 reg 10 32bit mmio: [fbce0000, fbcfffff]
pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
pci 0000:06:00.0: PME# disabled
PCI: bridge 0000:00:1c.0 io port: [d000, dfff]
PCI: bridge 0000:00:1c.0 32bit mmio: [fbc00000, fbdfffff]
pci 0000:07:01.0: PME# supported from D0 D3hot D3cold
pci 0000:07:01.0: PME# disabled
pci 0000:07:02.0: PME# supported from D0 D3hot D3cold
pci 0000:07:02.0: PME# disabled
PCI: bridge 0000:06:00.0 io port: [d000, dfff]
PCI: bridge 0000:06:00.0 32bit mmio: [fbd00000, fbdfffff]
PCI: 0000:08:00.0 reg 10 io port: [dc00, dc07]
PCI: 0000:08:00.0 reg 14 io port: [d880, d883]
PCI: 0000:08:00.0 reg 18 io port: [d800, d807]
PCI: 0000:08:00.0 reg 1c io port: [d480, d483]
PCI: 0000:08:00.0 reg 20 io port: [d400, d40f]
PCI: 0000:08:00.0 reg 24 32bit mmio: [fbdff800, fbdfffff]
PCI: 0000:08:00.0 reg 30 32bit mmio: [fbde0000, fbdeffff]
pci 0000:08:00.0: PME# supported from D3hot
pci 0000:08:00.0: PME# disabled
PCI: bridge 0000:07:01.0 io port: [d000, dfff]
PCI: bridge 0000:07:01.0 32bit mmio: [fbd00000, fbdfffff]
PCI: 0000:03:00.0 reg 10 io port: [cc00, cc07]
PCI: 0000:03:00.0 reg 14 io port: [c880, c883]
PCI: 0000:03:00.0 reg 18 io port: [c800, c807]
PCI: 0000:03:00.0 reg 1c io port: [c480, c483]
PCI: 0000:03:00.0 reg 20 io port: [c400, c40f]
Pre-1.1 PCIe device detected, disable ASPM for 0000:00:1c.6. It can be enabled forcedly with 'pcie_aspm=force'
PCI: bridge 0000:00:1c.6 io port: [c000, cfff]
PCI: 0000:02:00.0 reg 10 io port: [b800, b8ff]
PCI: 0000:02:00.0 reg 18 64bit mmio: [f8fff000, f8ffffff]
PCI: 0000:02:00.0 reg 20 64bit mmio: [f8ff8000, f8ffbfff]
PCI: 0000:02:00.0 reg 30 32bit mmio: [fbbe0000, fbbeffff]
pci 0000:02:00.0: supports D1
pci 0000:02:00.0: supports D2
pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:02:00.0: PME# disabled
PCI: bridge 0000:00:1c.7 io port: [b000, bfff]
PCI: bridge 0000:00:1c.7 32bit mmio: [fbb00000, fbbfffff]
PCI: bridge 0000:00:1c.7 64bit mmio pref: [f8f00000, f8ffffff]
PCI: 0000:0a:03.0 reg 10 32bit mmio: [fbeff800, fbefffff]
PCI: 0000:0a:03.0 reg 14 io port: [ec00, ec7f]
pci 0000:0a:03.0: supports D2
pci 0000:0a:03.0: PME# supported from D2 D3hot D3cold
pci 0000:0a:03.0: PME# disabled
PCI: 0000:0a:04.0 reg 10 io port: [e800, e8ff]
PCI: 0000:0a:04.0 reg 14 32bit mmio: [fbeff400, fbeff4ff]
PCI: 0000:0a:04.0 reg 30 32bit mmio: [fbec0000, fbedffff]
pci 0000:0a:04.0: supports D1
pci 0000:0a:04.0: supports D2
pci 0000:0a:04.0: PME# supported from D1 D2 D3hot D3cold
pci 0000:0a:04.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
PCI: bridge 0000:00:1e.0 io port: [e000, efff]
PCI: bridge 0000:00:1e.0 32bit mmio: [fbe00000, fbefffff]
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR1E._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20.BR40._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20.BR40.BR41._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR24._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR25._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR26._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR27._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12 14 *15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 *14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 *7 10 11 12 14 15)
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 16, should be 15 [20080609]
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 17 devices
ACPI: ACPI bus type pnp unregistered
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
hpet0: 8 64-bit timers, 14318180 Hz
AppArmor: AppArmor Filesystem Enabled
ACPI: RTC can wake from S4
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 3
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 2
Switched to high resolution mode on CPU 6
Switched to high resolution mode on CPU 4
Switched to high resolution mode on CPU 7
Switched to high resolution mode on CPU 5
system 00:01: iomem range 0xfc000000-0xfcffffff has been reserved
system 00:01: iomem range 0xfd000000-0xfdffffff has been reserved
system 00:01: iomem range 0xfe000000-0xfebfffff has been reserved
system 00:01: iomem range 0xfed14000-0xfed19fff has been reserved
system 00:06: ioport range 0x290-0x29f has been reserved
system 00:07: ioport range 0x4d0-0x4d1 has been reserved
system 00:07: ioport range 0x800-0x87f has been reserved
system 00:07: ioport range 0x500-0x57f has been reserved
system 00:07: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:07: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:07: iomem range 0xfed40000-0xfed8ffff has been reserved
system 00:0a: iomem range 0xffc00000-0xffdfffff has been reserved
system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
system 00:0c: iomem range 0xfee00000-0xfee00fff could not be reserved
system 00:0f: iomem range 0xe0000000-0xefffffff has been reserved
system 00:10: iomem range 0x0-0x9ffff could not be reserved
system 00:10: iomem range 0xc0000-0xcffff could not be reserved
system 00:10: iomem range 0xe0000-0xfffff could not be reserved
system 00:10: iomem range 0x100000-0xbfffffff could not be reserved
system 00:10: iomem range 0xfed90000-0xffffffff could not be reserved
pci 0000:00:03.0: PCI bridge, secondary bus 0000:01
pci 0000:00:03.0:   IO window: 0xa000-0xafff
pci 0000:00:03.0:   MEM window: 0xfa000000-0xfbafffff
pci 0000:00:03.0:   PREFETCH window: 0x000000ce000000-0x000000dfffffff
pci 0000:07:01.0: PCI bridge, secondary bus 0000:08
pci 0000:07:01.0:   IO window: 0xd000-0xdfff
pci 0000:07:01.0:   MEM window: 0xfbd00000-0xfbdfffff
pci 0000:07:01.0:   PREFETCH window: disabled
pci 0000:07:02.0: PCI bridge, secondary bus 0000:09
pci 0000:07:02.0:   IO window: disabled
pci 0000:07:02.0:   MEM window: disabled
pci 0000:07:02.0:   PREFETCH window: disabled
pci 0000:06:00.0: PCI bridge, secondary bus 0000:07
pci 0000:06:00.0:   IO window: 0xd000-0xdfff
pci 0000:06:00.0:   MEM window: 0xfbd00000-0xfbdfffff
pci 0000:06:00.0:   PREFETCH window: disabled
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:06
pci 0000:00:1c.0:   IO window: 0xd000-0xdfff
pci 0000:00:1c.0:   MEM window: 0xfbc00000-0xfbdfffff
pci 0000:00:1c.0:   PREFETCH window: disabled
pci 0000:00:1c.4: PCI bridge, secondary bus 0000:05
pci 0000:00:1c.4:   IO window: disabled
pci 0000:00:1c.4:   MEM window: disabled
pci 0000:00:1c.4:   PREFETCH window: disabled
pci 0000:00:1c.5: PCI bridge, secondary bus 0000:04
pci 0000:00:1c.5:   IO window: disabled
pci 0000:00:1c.5:   MEM window: disabled
pci 0000:00:1c.5:   PREFETCH window: disabled
pci 0000:00:1c.6: PCI bridge, secondary bus 0000:03
pci 0000:00:1c.6:   IO window: 0xc000-0xcfff
pci 0000:00:1c.6:   MEM window: disabled
pci 0000:00:1c.6:   PREFETCH window: disabled
pci 0000:00:1c.7: PCI bridge, secondary bus 0000:02
pci 0000:00:1c.7:   IO window: 0xb000-0xbfff
pci 0000:00:1c.7:   MEM window: 0xfbb00000-0xfbbfffff
pci 0000:00:1c.7:   PREFETCH window: 0x000000f8f00000-0x000000f8ffffff
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0a
pci 0000:00:1e.0:   IO window: 0xe000-0xefff
pci 0000:00:1e.0:   MEM window: 0xfbe00000-0xfbefffff
pci 0000:00:1e.0:   PREFETCH window: 0x000000c4000000-0x000000c40fffff
pci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:03.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.0: setting latency timer to 64
vendor=8086 device=3b42
pci 0000:06:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:06:00.0: setting latency timer to 64
vendor=10b5 device=8613
vendor=8086 device=3b42
pci 0000:07:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:07:01.0: setting latency timer to 64
vendor=10b5 device=8613
vendor=8086 device=3b42
pci 0000:07:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
pci 0000:07:02.0: setting latency timer to 64
pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.4: setting latency timer to 64
pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.5: setting latency timer to 64
pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.6: setting latency timer to 64
pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1c.7: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
bus: 00 index 0 io port: [0, ffff]
bus: 00 index 1 mmio: [0, ffffffffffffffff]
bus: 01 index 0 io port: [a000, afff]
bus: 01 index 1 mmio: [fa000000, fbafffff]
bus: 01 index 2 mmio: [ce000000, dfffffff]
bus: 01 index 3 mmio: [0, 0]
bus: 06 index 0 io port: [d000, dfff]
bus: 06 index 1 mmio: [fbc00000, fbdfffff]
bus: 06 index 2 mmio: [0, 0]
bus: 06 index 3 mmio: [0, 0]
bus: 07 index 0 io port: [d000, dfff]
bus: 07 index 1 mmio: [fbd00000, fbdfffff]
bus: 07 index 2 mmio: [0, 0]
bus: 07 index 3 mmio: [0, 0]
bus: 08 index 0 io port: [d000, dfff]
bus: 08 index 1 mmio: [fbd00000, fbdfffff]
bus: 08 index 2 mmio: [0, 0]
bus: 08 index 3 mmio: [0, 0]
bus: 09 index 0 mmio: [0, 0]
bus: 09 index 1 mmio: [0, 0]
bus: 09 index 2 mmio: [0, 0]
bus: 09 index 3 mmio: [0, 0]
bus: 05 index 0 mmio: [0, 0]
bus: 05 index 1 mmio: [0, 0]
bus: 05 index 2 mmio: [0, 0]
bus: 05 index 3 mmio: [0, 0]
bus: 04 index 0 mmio: [0, 0]
bus: 04 index 1 mmio: [0, 0]
bus: 04 index 2 mmio: [0, 0]
bus: 04 index 3 mmio: [0, 0]
bus: 03 index 0 io port: [c000, cfff]
bus: 03 index 1 mmio: [0, 0]
bus: 03 index 2 mmio: [0, 0]
bus: 03 index 3 mmio: [0, 0]
bus: 02 index 0 io port: [b000, bfff]
bus: 02 index 1 mmio: [fbb00000, fbbfffff]
bus: 02 index 2 mmio: [f8f00000, f8ffffff]
bus: 02 index 3 mmio: [0, 0]
bus: 0a index 0 io port: [e000, efff]
bus: 0a index 1 mmio: [fbe00000, fbefffff]
bus: 0a index 2 mmio: [c4000000, c40fffff]
bus: 0a index 3 io port: [0, ffff]
bus: 0a index 4 mmio: [0, ffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Unpacking initramfs... done
Freeing initrd memory: 5580k freed
Machine check exception polling timer started.
audit: initializing netlink socket (disabled)
type=2000 audit(1260953979.216:1): initialized
highmem bounce pool size: 64 pages
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 421
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
perfmon: added sampling format default
pci 0000:01:00.0: Boot video device
pcieport-driver 0000:00:03.0: setting latency timer to 64
pcieport-driver 0000:00:03.0: found MSI capability
pci_express 0000:00:03.0:pcie00: allocate port service
pci_express 0000:00:03.0:pcie01: allocate port service
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: found MSI capability
pci_express 0000:00:1c.0:pcie00: allocate port service
pci_express 0000:00:1c.0:pcie02: allocate port service
pcieport-driver 0000:00:1c.4: setting latency timer to 64
pcieport-driver 0000:00:1c.4: found MSI capability
pci_express 0000:00:1c.4:pcie00: allocate port service
pci_express 0000:00:1c.4:pcie02: allocate port service
pcieport-driver 0000:00:1c.5: setting latency timer to 64
pcieport-driver 0000:00:1c.5: found MSI capability
pci_express 0000:00:1c.5:pcie00: allocate port service
pci_express 0000:00:1c.5:pcie02: allocate port service
pcieport-driver 0000:00:1c.6: setting latency timer to 64
pcieport-driver 0000:00:1c.6: found MSI capability
pci_express 0000:00:1c.6:pcie00: allocate port service
pci_express 0000:00:1c.6:pcie02: allocate port service
pcieport-driver 0000:00:1c.7: setting latency timer to 64
pcieport-driver 0000:00:1c.7: found MSI capability
pci_express 0000:00:1c.7:pcie00: allocate port service
pci_express 0000:00:1c.7:pcie02: allocate port service
pcieport-driver 0000:06:00.0: setting latency timer to 64
pcieport-driver 0000:06:00.0: found MSI capability
pcieport-driver 0000:07:01.0: setting latency timer to 64
pcieport-driver 0000:07:01.0: found MSI capability
pcieport-driver 0000:07:02.0: setting latency timer to 64
pcieport-driver 0000:07:02.0: found MSI capability
aer 0000:00:03.0:pcie01: AER service couldn't init device: no _OSC support
vesafb: framebuffer at 0xcf000000, mapped to 0xf8880000, using 10240k, total 14336k
vesafb: mode is 1280x1024x16, linelength=2560, pages=1
vesafb: protected mode interface info at c000:c6a0
vesafb: pmi: set display start = c00cc703, set palette = c00cc75e
vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da 
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
bootsplash 3.1.6-2004/03/31: looking for picture...
bootsplash: silentjpeg size 113709 bytes
bootsplash: ...found (1280x1024, 43709 bytes, v3).
Console: switching to colour frame buffer device 156x60
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
hpet_resources: 0xfed00000 is busy
Serial: 8250/16550 driver8 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
Using IPI No-Shortcut mode
registered taskstats version 1
Freeing unused kernel memory: 292k freed
Write protecting the kernel text: 2364k
Write protecting the kernel read-only data: 1752k
ACPI: No dock devices found.
SCSI subsystem initialized
libata version 3.00 loaded.
vendor=8086 device=3b4e
pata_jmicron 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
pata_jmicron 0000:03:00.0: setting latency timer to 64
scsi0 : pata_jmicron
scsi1 : pata_jmicron
ata1: PATA max UDMA/100 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 18
ata2: PATA max UDMA/100 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 18
ata_piix 0000:00:1f.2: version 2.12
ata_piix 0000:00:1f.2: PCI INT D -> GSI 21 (level, low) -> IRQ 21
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi2 : ata_piix
scsi3 : ata_piix
ata3: SATA max UDMA/133 cmd 0x8c00 ctl 0x8880 bmdma 0x8400 irq 21
ata4: SATA max UDMA/133 cmd 0x8800 ctl 0x8480 bmdma 0x8408 irq 21
input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input1
ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: ATA-8: WDC WD3200AAKS-75L9A0, 02.03E02, max UDMA/133
ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata3.01: ATAPI: Optiarc DVD RW AD-7241S, 1.02, max UDMA/100
ata3.00: configured for UDMA/133
ata3.01: configured for UDMA/100
ata4.00: SATA link down (SStatus 0 SControl 300)
ata4.01: SATA link down (SStatus 0 SControl 300)
scsi 2:0:0:0: Direct-Access     ATA      WDC WD3200AAKS-7 02.0 PQ: 0 ANSI: 5
scsi 2:0:1:0: CD-ROM            Optiarc  DVD RW AD-7241S  1.02 PQ: 0 ANSI: 5
ata_piix 0000:00:1f.5: PCI INT D -> GSI 21 (level, low) -> IRQ 21
ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
ata_piix 0000:00:1f.5: setting latency timer to 64
scsi4 : ata_piix
scsi5 : ata_piix
ata5: SATA max UDMA/133 cmd 0x9c00 ctl 0x9880 bmdma 0x9400 irq 21
ata6: SATA max UDMA/133 cmd 0x9800 ctl 0x9480 bmdma 0x9408 irq 21
ata5: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
Uniform Multi-Platform E-IDE driver
BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
udevd version 128 started
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
sd 2:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 2:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB)
ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ehci_hcd 0000:00:1a.0: setting latency timer to 64
ehci_hcd 0000:00:1a.0: EHCI Host Controller
ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.0: debug port 2
ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf9ffe000
ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.27.39-0.2-pae ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.0
ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.0: setting latency timer to 64
ehci_hcd 0000:00:1d.0: EHCI Host Controller
ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.0: debug port 2
ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf9ffd000
usb 1-1: new high speed USB device using ehci_hcd and address 2
ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 6 ports detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.27.39-0.2-pae ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.0
usb 1-1: New USB device found, idVendor=8087, idProduct=0020
usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
 sda: sda1 sda2 sda3
usb 2-1: new high speed USB device using ehci_hcd and address 2
sd 2:0:0:0: [sda] Attached SCSI disk
usb 2-1: configuration #1 chosen from 1 choice
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 8 ports detected
usb 2-1: New USB device found, idVendor=8087, idProduct=0020
usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 1-1.5: new full speed USB device using ehci_hcd and address 3
PM: Starting manual resume from disk
usb 1-1.5: configuration #1 chosen from 1 choice
usb 1-1.5: New USB device found, idVendor=067b, idProduct=2303
usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1.5: Product: USB-Serial Controller
usb 1-1.5: Manufacturer: Prolific Technology Inc.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
udevd version 128 started
sd 2:0:0:0: Attached scsi generic sg0 type 0
scsi 2:0:1:0: Attached scsi generic sg1 type 5
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 2:0:1:0: Attached scsi CD-ROM sr0
input: PC Speaker as /devices/platform/pcspkr/input/input3
ACPI: Power Button (FF) [PWRF]
usbcore: registered new interface driver usbserial
usbserial: USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
vendor=8086 device=3b50
r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
r8169 0000:02:00.0: setting latency timer to 64
r8169 0000:02:00.0: unknown MAC (2b3000c0)
eth0: RTL8169 at 0xf962c000, 90:e6:ba:31:7c:50, XID 283000c0 IRQ 214
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
vendor=8086 device=244e
r8169 0000:0a:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
r8169 0000:0a:04.0: no PCI Express capability
eth1: RTL8169sc/8110sc at 0xf962e400, 90:e6:ba:31:78:29, XID 18000000 IRQ 19
ACPI: Power Button (CM) [PWRB]
ACPI: WMI: Mapper loaded
vendor=8086 device=244e
ohci1394 0000:0a:03.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18]  MMIO=[fbeff800-fbefffff]  Max Packet=[2048]  IR/IT contexts=[4/8]
usbserial: USB Serial support registered for pl2303
pl2303 1-1.5:1.0: pl2303 converter detected
usb 1-1.5: pl2303 converter now attached to ttyUSB0
usbcore: registered new interface driver pl2303
pl2303: Prolific PL2303 USB to serial adaptor driver
ACPI: SSDT BF7880C0, 244C (r1 DpgPmm  P001Ist       11 INTL 20060113)
Parsing all Control Methods:
Table [SSDT](id 00BA) - 48 Objects with 0 Devices 32 Methods 0 Regions
processor ACPI_CPU:00: registered as cooling_device0
processor ACPI_CPU:01: registered as cooling_device1
processor ACPI_CPU:02: registered as cooling_device2
processor ACPI_CPU:03: registered as cooling_device3
processor ACPI_CPU:04: registered as cooling_device4
processor ACPI_CPU:05: registered as cooling_device5
processor ACPI_CPU:06: registered as cooling_device6
processor ACPI_CPU:07: registered as cooling_device7
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, hpet irqs
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: setting latency timer to 64
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[001e8c0000ada20a]
Adding 2104472k swap on /dev/sda1.  Priority:-1 extents:1 across:2104472k
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
loop: module loaded
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda3, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
fuse init (API version 7.9)
type=1505 audit(1260953992.652:2): operation="profile_load" name="/bin/ping" name2="default" pid=2393
type=1505 audit(1260953992.688:3): operation="profile_load" name="/sbin/klogd" name2="default" pid=2443
type=1505 audit(1260953992.744:4): operation="profile_load" name="/sbin/syslog-ng" name2="default" pid=2451
type=1505 audit(1260953992.876:5): operation="profile_load" name="/sbin/syslogd" name2="default" pid=2460
type=1505 audit(1260953992.932:6): operation="profile_load" name="/usr/sbin/avahi-daemon" name2="default" pid=2461
type=1505 audit(1260953992.980:7): operation="profile_load" name="/usr/sbin/identd" name2="default" pid=2462
type=1505 audit(1260953993.028:8): operation="profile_load" name="/usr/sbin/mdnsd" name2="default" pid=2463
type=1505 audit(1260953993.084:9): operation="profile_load" name="/usr/sbin/nscd" name2="default" pid=2464
type=1505 audit(1260953993.160:10): operation="profile_load" name="/usr/sbin/ntpd" name2="default" pid=2465
type=1505 audit(1260953993.208:11): operation="profile_load" name="/usr/sbin/traceroute" name2="default" pid=2466
powernow: This module only works with AMD K7 CPUs
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ip6_tables: (C) 2000-2006 Netfilter Core Team
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plase use
nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
r8169: eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
r8169: eth1: link up
NET: Registered protocol family 17
eth1: no IPv6 routers present
bootsplash: status on console 0 changed to on
SFW2-INext-DROP-DEFLT IN=eth1 OUT= MAC= SRC=193.175.33.188 DST=224.0.0.251 LEN=414 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=394 
SFW2-INext-DROP-DEFLT IN=eth1 OUT= MAC= SRC=193.175.33.188 DST=224.0.0.251 LEN=202 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=182 
SFW2-INext-DROP-DEFLT IN=eth1 OUT= MAC= SRC=193.175.33.188 DST=224.0.0.251 LEN=414 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=394 
SFW2-INext-DROP-DEFLT IN=eth1 OUT= MAC= SRC=193.175.33.188 DST=224.0.0.251 LEN=246 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=226 
SFW2-INext-DROP-DEFLT IN=eth1 OUT= MAC= SRC=193.175.33.188 DST=224.0.0.251 LEN=414 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=394 
CPU0 attaching NULL sched-domain.
CPU1 attaching NULL sched-domain.
CPU2 attaching NULL sched-domain.
CPU3 attaching NULL sched-domain.
CPU4 attaching NULL sched-domain.
CPU5 attaching NULL sched-domain.
CPU6 attaching NULL sched-domain.
CPU7 attaching NULL sched-domain.
CPU0 attaching sched-domain:
 domain 0: span 0,4 level SIBLING
  groups: 0 4
  domain 1: span 0-7 level MC
   groups: 0,4 1,5 2,6 3,7
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU1 attaching sched-domain:
 domain 0: span 1,5 level SIBLING
  groups: 1 5
  domain 1: span 0-7 level MC
   groups: 1,5 2,6 3,7 0,4
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU2 attaching sched-domain:
 domain 0: span 2,6 level SIBLING
  groups: 2 6
  domain 1: span 0-7 level MC
   groups: 2,6 3,7 0,4 1,5
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU3 attaching sched-domain:
 domain 0: span 3,7 level SIBLING
  groups: 3 7
  domain 1: span 0-7 level MC
   groups: 3,7 0,4 1,5 2,6
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU4 attaching sched-domain:
 domain 0: span 0,4 level SIBLING
  groups: 4 0
  domain 1: span 0-7 level MC
   groups: 0,4 1,5 2,6 3,7
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU5 attaching sched-domain:
 domain 0: span 1,5 level SIBLING
  groups: 5 1
  domain 1: span 0-7 level MC
   groups: 1,5 2,6 3,7 0,4
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU6 attaching sched-domain:
 domain 0: span 2,6 level SIBLING
  groups: 6 2
  domain 1: span 0-7 level MC
   groups: 2,6 3,7 0,4 1,5
   domain 2: span 0-7 level NODE
    groups: 0-7
CPU7 attaching sched-domain:
 domain 0: span 3,7 level SIBLING
  groups: 7 3
  domain 1: span 0-7 level MC
   groups: 3,7 0,4 1,5 2,6
   domain 2: span 0-7 level NODE
    groups: 0-7

Xorg.0.log
Code:
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/local" does not exist.
(WW) The directory "/usr/share/fonts/PEX" does not exist.
(WW) The directory "/usr/share/fonts/latin2/misc" does not exist.
(WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.
(WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/baekmuk" does not exist.
(WW) The directory "/usr/share/fonts/japanese" does not exist.
(WW) The directory "/usr/share/fonts/kwintv" does not exist.
(WW) The directory "/usr/share/fonts/uni" does not exist.
(WW) The directory "/usr/share/fonts/CID" does not exist.
(WW) The directory "/usr/share/fonts/ucs/misc" does not exist.
(WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/misc" does not exist.
(WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.
(WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
(WW) The directory "/usr/share/fonts/xtest" does not exist.
(II) Loading extension MIT-SCREEN-SAVER
 

lOtz1009

Moderator
Teammitglied
Die Ausgaben sind soweit ich sehen kann i.O.
Nächstes Mal bitte so riesige Ausgaben nach http://www.nopaste.info verschieben.

Wie sieht die derzeitige /etc/sysconfig/displaymanager, /etc/sysconfig/windowmanager und /etc/inittab aus (bitte ohne die #-Kommentarzeilen)?
 

warpi

Hacker
lOtz1009 schrieb:
Wie sieht die derzeitige /etc/sysconfig/displaymanager, /etc/sysconfig/windowmanager und /etc/inittab aus
Ich denke auch, dass der KDM nicht als Displaymanager geladen wird, sondern der XFCE oder so. Das würde die Shell, die beim hochfahren aufgeht auch erklären. Hab mal so ein ähnliches Problem gehabt. Kann man unter Suse auch im Yast einstellen bzw. nachschauen.
 

lOtz1009

Moderator
Teammitglied
Hmm das sieht soweit sauber aus.
Ich würde zu Anfang mal den Autologin rausnehmen.
Was liefert denn noch rpm -qa | grep -i kdm
 
OP
A

Alex1286

Newbie
Wie entferne ich den Autologin?

rpm -qa | grep -i kdm gibt Folgendes:
kde4-kdm-branding-openSUSE-11.1-66.4
kde4-kdm-4.1.3-10.3.7
 

lOtz1009

Moderator
Teammitglied
Sicher dass du OS 11.2 einsetzt?
Da passt die KDE-Version jedenfalls nicht.

Für den Autologin nimm einfach den user aus der Variable in der /etc/sysconfig/displaymanager (ich glaub mtc?) so dass da nur noch "" steht.

Falls du wirklich OS 11.2 benutzt, bitte noch die Ausgabe von zypper lr -uP
 
OP
A

Alex1286

Newbie
Hm mein Fehler oder dessen, der die DVD beschriftet hat :D

Es ist Version 11.1 (laut sysinfo:/)
Ich werde das oben gleich mal ändern.
 

lOtz1009

Moderator
Teammitglied
Dann passt jedenfalls die Version (ein Update auf KDE 4.3.4 ist zwar schon allein aus Performancegründen empfehlenswert, wird hier aber nicht das Problem sein).

Leg doch mal zum Test einfach einen neuen Benutzer an und - nachdem du den Autologin deaktiviert hast und der Loginmanager hoffentlich erstmal startet - melde dich dann mit dem neuen Benutzer mal an.
 
OP
A

Alex1286

Newbie
So, habe den neuen Nutzer angelegt. Die Gruppen sind die gleichen wie beim anderen und was sonst noch einzustellen wäre wüsste ich nicht.

Der Loginmanager wird jetzt auch geladen.

Beim neuen Nutzer sieht der Login übrigends genau so aus.
 
OP
A

Alex1286

Newbie
Nabend,

hat denn Niemand mehr ne Idee? Ich sehe ansonsten nur noch ne Neuinstallation als Lösung :(
Achso: was ich noch nicht versucht habe ist das KDE Update auf 4.3.4.
Mache ich das einfach über Yast -> Software installieren und dann nach KDE suchen?
 

Jägerschlürfer

Moderator
Teammitglied
interessant wäre, welche Quellen du eingebunden hast.
Zeige uns doch mal die Ausgabe von
Code:
zypper lr -P

und ja, wenn du die richtigen Quellen eingetragen hast, kannst du die neue KDE Version einfach mittels yast installieren. Dazu kannst du z.B. hergehen, die das Repo aussuchen und dann diese Pakete einfach installieren. ist kein großes Hexenwerk ;)
 
OP
A

Alex1286

Newbie
Ok, dann wird das mein nächster Schritt.
Vllt komme ich morgen an dem Rechner vorbei, ansonsten wird es erst Montag was.
 
OP
A

Alex1286

Newbie
Guten Morgen,

hoffe alle hatten nen schönen Advent ^^

hier mal die Ausgabe von zypper lr -P
Code:
# | Alias           | Name                  | Aktiviert | Aktualisieren | Priorität
--+-----------------+-----------------------+-----------+---------------+----------
6 | repo-update     | openSUSE-11.1-Update  | Ja        | Ja            |   20
1 | openSUSE 11.1-0 | openSUSE 11.1-0       | Ja        | Nein          |   99
2 | repo-debug      | openSUSE-11.1-Debug   | Nein      | Ja            |  100
3 | repo-non-oss    | openSUSE-11.1-Non-Oss | Ja        | Ja            |  100
4 | repo-oss        | openSUSE-11.1-Oss     | Ja        | Ja            |  100
5 | repo-source     | openSUSE-11.1-Source  | Nein      | Ja            |  100
 

spoensche

Moderator
Teammitglied
Wie du das Update auf KDE 4.3 machst findest du unter http://www.linux-club.de/viewtopic.php?f=24&t=104743
 
Oben