お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2010-02-01 11:03:34

ynak
新しいメンバ
登録日: 2010-02-01

ubuntu 9.10の「GNOME電源管理」に関連する起動不可について

はじめまして。
ubuntu 9.10を利用しております。

PCを起動すると、通常のログイン画面よりシンプルな画面(GUI)が表示され
普段利用しているユーザ名を選択の上でパスワードを入力しても、
以下のようなメッセージを表示し、ubuntu 9.10にログインできなくなってしまいました。

---
インストールに問題があります!
GNOME電源管理のデフォルトの設定が正しくインストールされていないようです。
システム管理者に問い合わせてみて下さい。
---

直近に行った変更や普段と異なる作業は以下の通りです。

1. 新しい液晶モニタを購入したため、これを交換
   17インチ(アナログ接続)から24インチワイド(DVI接続)に交換した
2. 時間を指定のシャットダウン
    普段はGUIからシャットダウンしているが、コンソールから sudo shutdown -h 05:00 とした

1についてはモニタ交換後、再起動やシャットダウンを実施していますが
その時は前述のエラーメッセージは表示されず、通常通りに起動していました。

2については新しいモニタに交換してから時間指定のシャットダウンを行ったことはありませんが、
モニタ交換前に時間指定によるシャットダウンを行った際は特に問題は発生しませんでした。

このような場合の対処方法として考えられることはありますでしょうか。
なにとぞ、ご教示のほどをよろしくお願いいたします。

オフライン

 

#2 2010-02-01 14:16:08

hir0
メンバ
登録日: 2008-09-28

Re: ubuntu 9.10の「GNOME電源管理」に関連する起動不可について

起動後ログインが面から[ctrl]+[alt]+[F2]でログインしてみてください。(GUIではありません)

ログインできない場合のメッセージをお願いします。

ログインできた場合はそですね、、、
USBメモリを挿して
$ sudo fdisk -l

でUSBメモリのデバイスファイル名を調べて下さい(今は/dev/sdb1で有ったと仮定します)

マウントします。
$ sudo mount /dev/sdb1 /mnt

ログをUSBメモリにコピーします。
$ sudo cp /var/log/dmesg /mnt

別PCでネットに繋いで内容を教えて下さい、何かヒントがあるかも。


次にGNOME Power Manager の削除とインストールです。
$ sudo apt-get remove gnome-power-manager
$ sudo apt-get install gnome-power-manager

現在システムが認識しているモニタに関する情報をUSBメモリへ。
$ xrandr > /mnt

CLIでログイン後、GUIの画面が通常通り現れるかみてみる。
$ startx

gnome-power-managerの入れ替えも有るので再起動してみる。
GUI画面が不調なら[ctrl]+[alt]+[F2]をして、
$ sudo shutdown -r now

で結果を頂ければ何か打開策が出るかも。

オフライン

 

#3 2010-02-01 22:39:17

ynak
新しいメンバ
登録日: 2010-02-01

Re: ubuntu 9.10の「GNOME電源管理」に関連する起動不可について

hir0さん、丁寧なコメントをいただきありがとうございます。
早速ですが、dmesgの内容をはり付けさせていただきます。

コード:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.31-17-generic (buildd@palmer) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 (Ubuntu 2.6.31-17.54-generic)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003ffc0000 (usable)
[    0.000000]  BIOS-e820: 000000003ffc0000 - 000000003ffce000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003ffce000 - 000000003fff0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff780000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.3 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x3ffc0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFC0000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] Scanning 0 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
[    0.000000]  modified: 0000000000010000 - 000000000009fc00 (usable)
[    0.000000]  modified: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000e6000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000003ffc0000 (usable)
[    0.000000]  modified: 000000003ffc0000 - 000000003ffce000 (ACPI data)
[    0.000000]  modified: 000000003ffce000 - 000000003fff0000 (ACPI NVS)
[    0.000000]  modified: 000000003fff0000 - 0000000040000000 (reserved)
[    0.000000]  modified: 00000000ff780000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 00c00000
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000] Using x86 segment limits to approximate NX protection
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 10000-15000
[    0.000000] RAMDISK: 2f888000 - 3000fdda
[    0.000000] ACPI: RSDP 000f9530 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 3ffc0000 00034 (v01 A M I  OEMRSDT  08000713 MSFT 00000097)
[    0.000000] ACPI: FACP 3ffc0200 00084 (v02 A M I  OEMFACP  08000713 MSFT 00000097)
[    0.000000] ACPI: DSDT 3ffc0430 0477C (v01   A32G A32GV11C 00000000 INTL 02002026)
[    0.000000] ACPI: FACS 3ffce000 00040
[    0.000000] ACPI: APIC 3ffc0390 0005C (v01 A M I  OEMAPIC  08000713 MSFT 00000097)
[    0.000000] ACPI: MCFG 3ffc03f0 0003C (v01 A M I  OEMMCFG  08000713 MSFT 00000097)
[    0.000000] ACPI: OEMB 3ffce040 00047 (v01 A M I  AMI_OEM  08000713 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 135MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000]   node 0 low ram: 00000000 - 377fe000
[    0.000000]   node 0 bootmap 00011000 - 00017f00
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0000100000 - 00008a80a0]    TEXT DATA BSS ==> [0000100000 - 00008a80a0]
[    0.000000]   #4 [002f888000 - 003000fdda]          RAMDISK ==> [002f888000 - 003000fdda]
[    0.000000]   #5 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #6 [00008a9000 - 00008ac119]              BRK ==> [00008a9000 - 00008ac119]
[    0.000000]   #7 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
[    0.000000]   #8 [0000011000 - 0000018000]          BOOTMAP ==> [0000011000 - 0000018000]
[    0.000000] found SMP MP-table at [c00ff780] ff780
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0003ffc0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0003ffc0
[    0.000000] On node 0 totalpages: 261967
[    0.000000] free_area_init_node: node 0, pgdat c0784960, node_mem_map c1000200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 272 pages used for memmap
[    0.000000]   HighMem zone: 34482 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 20, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e6000
[    0.000000] PM: Registered nosave memory: 00000000000e6000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bf780000)
[    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages at c1805000, static data 35612 bytes
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259919
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-17-generic root=UUID=bfc1c3a7-f619-4cb1-90e0-8c0e73d2e9b9 ro quiet splash
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] allocated 5241280 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0003ffc0)
[    0.000000] Memory: 1017556k/1048320k available (4566k kernel code, 29828k reserved, 2142k data, 540k init, 139016k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff1d000 - 0xfffff000   ( 904 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc078e000 - 0xc0815000   ( 540 kB)
[    0.000000]       .data : 0xc0575a64 - 0xc078d408   (2142 kB)
[    0.000000]       .text : 0xc0100000 - 0xc0575a64   (4566 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] NR_IRQS:2304 nr_irqs:424
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2200.391 MHz processor.
[    0.000011] spurious 8259A interrupt: IRQ7.
[    0.001205] Console: colour VGA+ 80x25
[    0.001208] console [tty0] enabled
[    0.001260] Calibrating delay loop (skipped), value calculated using timer frequency.. 4400.78 BogoMIPS (lpj=8801564)
[    0.001289] Security Framework initialized
[    0.001314] AppArmor: AppArmor initialized
[    0.001321] Mount-cache hash table entries: 512
[    0.001474] Initializing cgroup subsys ns
[    0.001479] Initializing cgroup subsys cpuacct
[    0.001483] Initializing cgroup subsys memory
[    0.001489] Initializing cgroup subsys freezer
[    0.001492] Initializing cgroup subsys net_cls
[    0.001505] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.001508] CPU: L2 Cache: 512K (64 bytes/line)
[    0.001512] mce: CPU supports 5 MCE banks
[    0.001530] Performance Counters: AMD PMU driver.
[    0.001537] ... version:                 0
[    0.001538] ... bit width:               48
[    0.001540] ... generic counters:        4
[    0.001542] ... value mask:              0000ffffffffffff
[    0.001544] ... max period:              00007fffffffffff
[    0.001546] ... fixed-purpose counters:  0
[    0.001547] ... counter mask:            000000000000000f
[    0.001552] Checking 'hlt' instruction... OK.
[    0.016642] SMP alternatives: switching to UP code
[    0.021858] ACPI: Core revision 20090521
[    0.028202] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.067892] CPU0: AMD Athlon(tm) 64 Processor 3200+ stepping 02
[    0.068001] Brought up 1 CPUs
[    0.068001] Total of 1 processors activated (4400.78 BogoMIPS).
[    0.068001] CPU0 attaching NULL sched-domain.
[    0.068001] Booting paravirtualized kernel on bare hardware
[    0.068001] regulator: core version 0.5
[    0.068001] Time: 22:08:41  Date: 02/01/10
[    0.068001] NET: Registered protocol family 16
[    0.068001] EISA bus registered
[    0.068001] ACPI: bus type pci registered
[    0.068001] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.068001] PCI: Not using MMCONFIG.
[    0.068001] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
[    0.068001] PCI: Using configuration type 1 for base access
[    0.068001] bio: create slab <bio-0> at 0
[    0.068001] ACPI: EC: Look up EC in DSDT
[    0.074704] ACPI: Interpreter enabled
[    0.074709] ACPI: (supports S0 S1 S3 S4 S5)
[    0.074729] ACPI: Using IOAPIC for interrupt routing
[    0.074769] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.082399] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.082401] PCI: Using MMCONFIG for extended config space
[    0.089519] ACPI Warning: Incorrect checksum in table [OEMB] - D2, should be CD 20090521 tbutils-246
[    0.089601] ACPI: No dock devices found.
[    0.089700] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.089744] pci 0000:00:00.0: reg 10 32bit mmio: [0xf0000000-0xf3ffffff]
[    0.089821] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.089825] pci 0000:00:01.0: PME# disabled
[    0.089883] pci 0000:00:02.5: reg 10 io port: [0x1f0-0x1f7]
[    0.089887] pci 0000:00:02.5: reg 14 io port: [0x3f4-0x3f7]
[    0.089892] pci 0000:00:02.5: reg 18 io port: [0x170-0x177]
[    0.089897] pci 0000:00:02.5: reg 1c io port: [0x374-0x377]
[    0.089902] pci 0000:00:02.5: reg 20 io port: [0xffa0-0xffaf]
[    0.089919] pci 0000:00:02.5: PME# supported from D3cold
[    0.089922] pci 0000:00:02.5: PME# disabled
[    0.089946] pci 0000:00:02.7: reg 10 io port: [0xd800-0xd8ff]
[    0.089951] pci 0000:00:02.7: reg 14 io port: [0xd400-0xd47f]
[    0.089977] pci 0000:00:02.7: supports D1 D2
[    0.089979] pci 0000:00:02.7: PME# supported from D3hot D3cold
[    0.089982] pci 0000:00:02.7: PME# disabled
[    0.089998] pci 0000:00:03.0: reg 10 32bit mmio: [0xfeaff000-0xfeafffff]
[    0.090030] pci 0000:00:03.1: reg 10 32bit mmio: [0xfeafe000-0xfeafefff]
[    0.090062] pci 0000:00:03.2: reg 10 32bit mmio: [0xfeafd000-0xfeafdfff]
[    0.090100] pci 0000:00:03.3: reg 10 32bit mmio: [0xfeafc000-0xfeafcfff]
[    0.090126] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[    0.090130] pci 0000:00:03.3: PME# disabled
[    0.090154] pci 0000:00:04.0: reg 10 32bit mmio: [0xfeafbc00-0xfeafbc7f]
[    0.090159] pci 0000:00:04.0: reg 14 io port: [0xd000-0xd07f]
[    0.090183] pci 0000:00:04.0: supports D1 D2
[    0.090185] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.090188] pci 0000:00:04.0: PME# disabled
[    0.090236] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.090239] pci 0000:00:06.0: PME# disabled
[    0.090291] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.090294] pci 0000:00:07.0: PME# disabled
[    0.090320] pci 0000:00:08.0: reg 10 io port: [0xc800-0xc807]
[    0.090325] pci 0000:00:08.0: reg 14 io port: [0xc400-0xc403]
[    0.090330] pci 0000:00:08.0: reg 18 io port: [0xc000-0xc007]
[    0.090334] pci 0000:00:08.0: reg 1c io port: [0xb800-0xb803]
[    0.090339] pci 0000:00:08.0: reg 20 io port: [0xb400-0xb40f]
[    0.090357] pci 0000:00:08.0: PME# supported from D3cold
[    0.090360] pci 0000:00:08.0: PME# disabled
[    0.090465] pci 0000:01:00.0: reg 10 64bit mmio: [0xd0000000-0xdfffffff]
[    0.090473] pci 0000:01:00.0: reg 18 64bit mmio: [0xfebf0000-0xfebfffff]
[    0.090478] pci 0000:01:00.0: reg 20 io port: [0xe000-0xe0ff]
[    0.090486] pci 0000:01:00.0: reg 30 32bit mmio: [0xfebc0000-0xfebdffff]
[    0.090501] pci 0000:01:00.0: supports D1 D2
[    0.090530] pci 0000:01:00.1: reg 10 64bit mmio: [0xfebec000-0xfebeffff]
[    0.090559] pci 0000:01:00.1: supports D1 D2
[    0.090584] pci 0000:00:01.0: bridge io port: [0xe000-0xefff]
[    0.090588] pci 0000:00:01.0: bridge 32bit mmio: [0xfeb00000-0xfebfffff]
[    0.090593] pci 0000:00:01.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
[    0.090676] pci_bus 0000:00: on NUMA node 0
[    0.090680] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.090886] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    0.090928] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
[    0.097486] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.097585] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.097675] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 *11 12 14 15)
[    0.097765] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.097854] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.097943] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 7 10 11 12 14 15)
[    0.098033] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.098123] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.098289] SCSI subsystem initialized
[    0.098351] libata version 3.00 loaded.
[    0.098425] usbcore: registered new interface driver usbfs
[    0.098439] usbcore: registered new interface driver hub
[    0.098460] usbcore: registered new device driver usb
[    0.098571] ACPI: WMI: Mapper loaded
[    0.098573] PCI: Using ACPI for IRQ routing
[    0.098695] Bluetooth: Core ver 2.15
[    0.098718] NET: Registered protocol family 31
[    0.098720] Bluetooth: HCI device and connection manager initialized
[    0.098723] Bluetooth: HCI socket layer initialized
[    0.098725] NetLabel: Initializing
[    0.098727] NetLabel:  domain hash size = 128
[    0.098728] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.098743] NetLabel:  unlabeled traffic allowed by default
[    0.100553] pnp: PnP ACPI init
[    0.100574] ACPI: bus type pnp registered
[    0.105839] pnp: PnP ACPI: found 14 devices
[    0.105841] ACPI: ACPI bus type pnp unregistered
[    0.105845] PnPBIOS: Disabled by ACPI PNP
[    0.105858] system 00:09: ioport range 0xa00-0xa0f has been reserved
[    0.105861] system 00:09: ioport range 0xa10-0xa1f has been reserved
[    0.105864] system 00:09: ioport range 0xa20-0xa2f has been reserved
[    0.105867] system 00:09: ioport range 0xa30-0xa3f has been reserved
[    0.105872] system 00:0a: ioport range 0x290-0x297 has been reserved
[    0.105875] system 00:0a: ioport range 0xc00-0xc05 has been reserved
[    0.105878] system 00:0a: ioport range 0xd00-0xd05 has been reserved
[    0.105881] system 00:0a: ioport range 0x480-0x48f has been reserved
[    0.105884] system 00:0a: ioport range 0x4d0-0x4d1 has been reserved
[    0.105886] system 00:0a: ioport range 0x800-0x8cf has been reserved
[    0.105889] system 00:0a: ioport range 0x8d0-0x8ff has been reserved
[    0.105893] system 00:0a: iomem range 0xffb80000-0xffbfffff has been reserved
[    0.105896] system 00:0a: iomem range 0xfff80000-0xffffffff has been reserved
[    0.105900] system 00:0a: iomem range 0xffee0000-0xffefffff has been reserved
[    0.105905] system 00:0b: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.105908] system 00:0b: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.105912] system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
[    0.105917] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[    0.105920] system 00:0d: iomem range 0xc0000-0xcffff could not be reserved
[    0.105923] system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
[    0.105926] system 00:0d: iomem range 0x100000-0x3fffffff could not be reserved
[    0.140560] AppArmor: AppArmor Filesystem Enabled
[    0.140591] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.140595] pci 0000:00:01.0:   IO window: 0xe000-0xefff
[    0.140599] pci 0000:00:01.0:   MEM window: 0xfeb00000-0xfebfffff
[    0.140603] pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    0.140608] pci 0000:00:06.0: PCI bridge, secondary bus 0000:02
[    0.140610] pci 0000:00:06.0:   IO window: disabled
[    0.140614] pci 0000:00:06.0:   MEM window: disabled
[    0.140617] pci 0000:00:06.0:   PREFETCH window: disabled
[    0.140620] pci 0000:00:07.0: PCI bridge, secondary bus 0000:03
[    0.140622] pci 0000:00:07.0:   IO window: disabled
[    0.140626] pci 0000:00:07.0:   MEM window: disabled
[    0.140629] pci 0000:00:07.0:   PREFETCH window: disabled
[    0.140640] pci 0000:00:01.0: setting latency timer to 64
[    0.140647] pci 0000:00:06.0: setting latency timer to 64
[    0.140653] pci 0000:00:07.0: setting latency timer to 64
[    0.140657] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.140660] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.140663] pci_bus 0000:01: resource 0 io:  [0xe000-0xefff]
[    0.140665] pci_bus 0000:01: resource 1 mem: [0xfeb00000-0xfebfffff]
[    0.140668] pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xdfffffff]
[    0.140705] NET: Registered protocol family 2
[    0.140796] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.141188] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.142329] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.142973] TCP: Hash tables configured (established 131072 bind 65536)
[    0.142975] TCP reno registered
[    0.143093] NET: Registered protocol family 1
[    0.143163] Trying to unpack rootfs image as initramfs...
[    0.144023] Switched to high resolution mode on CPU 0
[    0.347854] Freeing initrd memory: 7711k freed
[    0.356894] cpufreq-nforce2: No nForce2 chipset.
[    0.356919] Scanning for low memory corruption every 60 seconds
[    0.357036] audit: initializing netlink socket (disabled)
[    0.357053] type=2000 audit(1265062121.356:1): initialized
[    0.365317] highmem bounce pool size: 64 pages
[    0.365323] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.366521] VFS: Disk quotas dquot_6.5.2
[    0.366567] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.367024] fuse init (API version 7.12)
[    0.367095] msgmni has been set to 1731
[    0.367268] alg: No test for stdrng (krng)
[    0.367277] io scheduler noop registered
[    0.367279] io scheduler anticipatory registered
[    0.367281] io scheduler deadline registered
[    0.367320] io scheduler cfq registered (default)
[    0.367369] pci 0000:01:00.0: Boot video device
[    0.367491]   alloc irq_desc for 24 on node -1
[    0.367494]   alloc kstat_irqs on node -1
[    0.367503] pcieport-driver 0000:00:06.0: irq 24 for MSI/MSI-X
[    0.367510] pcieport-driver 0000:00:06.0: setting latency timer to 64
[    0.367590]   alloc irq_desc for 25 on node -1
[    0.367592]   alloc kstat_irqs on node -1
[    0.367597] pcieport-driver 0000:00:07.0: irq 25 for MSI/MSI-X
[    0.367604] pcieport-driver 0000:00:07.0: setting latency timer to 64
[    0.367662] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.367682] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.367788] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.367792] ACPI: Power Button [PWRF]
[    0.367839] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.367842] ACPI: Power Button [PWRB]
[    0.368067] processor LNXCPU:00: registered as cooling_device0
[    0.368070] ACPI: Processor [CPU0] (supports 8 throttling states)
[    0.372253] ACPI Exception: AE_OK, No or invalid critical threshold 20090521 thermal-384
[    0.372292] isapnp: Scanning for PnP cards...
[    0.725757] isapnp: No Plug & Play device found
[    0.726670] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.726767] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.727018] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.727914] brd: module loaded
[    0.728326] loop: module loaded
[    0.728391] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[    0.728538] sata_sis 0000:00:08.0: version 1.0
[    0.728555]   alloc irq_desc for 17 on node -1
[    0.728557]   alloc kstat_irqs on node -1
[    0.728564] sata_sis 0000:00:08.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.728569] sata_sis 0000:00:08.0: Detected SiS 182/965L chipset
[    0.728696] scsi0 : sata_sis
[    0.728787] scsi1 : sata_sis
[    0.729274] ata1: SATA max UDMA/133 cmd 0xc800 ctl 0xc400 bmdma 0xb400 irq 17
[    0.729279] ata2: SATA max UDMA/133 cmd 0xc000 ctl 0xb800 bmdma 0xb408 irq 17
[    0.729652] pata_sis 0000:00:02.5: version 0.5.2
[    0.729658]   alloc irq_desc for 16 on node -1
[    0.729660]   alloc kstat_irqs on node -1
[    0.729664] pata_sis 0000:00:02.5: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.729789] scsi2 : pata_sis
[    0.729846] scsi3 : pata_sis
[    0.730421] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    0.730424] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    0.730711] Fixed MDIO Bus: probed
[    0.730741] PPP generic driver version 2.4.2
[    0.730832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.730846]   alloc irq_desc for 23 on node -1
[    0.730848]   alloc kstat_irqs on node -1
[    0.730852] ehci_hcd 0000:00:03.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    0.730867] ehci_hcd 0000:00:03.3: EHCI Host Controller
[    0.730913] ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 1
[    0.730948] ehci_hcd 0000:00:03.3: cache line size of 64 is not supported
[    0.730959] ehci_hcd 0000:00:03.3: irq 23, io mem 0xfeafc000
[    0.740009] ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00
[    0.740091] usb usb1: configuration #1 chosen from 1 choice
[    0.740117] hub 1-0:1.0: USB hub found
[    0.740128] hub 1-0:1.0: 8 ports detected
[    0.740191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.740203]   alloc irq_desc for 20 on node -1
[    0.740205]   alloc kstat_irqs on node -1
[    0.740209] ohci_hcd 0000:00:03.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.740216] ohci_hcd 0000:00:03.0: OHCI Host Controller
[    0.740248] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
[    0.740266] ohci_hcd 0000:00:03.0: irq 20, io mem 0xfeaff000
[    0.798048] usb usb2: configuration #1 chosen from 1 choice
[    0.798070] hub 2-0:1.0: USB hub found
[    0.798079] hub 2-0:1.0: 3 ports detected
[    0.798122]   alloc irq_desc for 21 on node -1
[    0.798123]   alloc kstat_irqs on node -1
[    0.798127] ohci_hcd 0000:00:03.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.798134] ohci_hcd 0000:00:03.1: OHCI Host Controller
[    0.798166] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
[    0.798182] ohci_hcd 0000:00:03.1: irq 21, io mem 0xfeafe000
[    0.854046] usb usb3: configuration #1 chosen from 1 choice
[    0.854068] hub 3-0:1.0: USB hub found
[    0.854077] hub 3-0:1.0: 3 ports detected
[    0.854120]   alloc irq_desc for 22 on node -1
[    0.854122]   alloc kstat_irqs on node -1
[    0.854125] ohci_hcd 0000:00:03.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    0.854132] ohci_hcd 0000:00:03.2: OHCI Host Controller
[    0.854157] ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 4
[    0.854181] ohci_hcd 0000:00:03.2: irq 22, io mem 0xfeafd000
[    0.892322] ata3.00: ATAPI: HL-DT-STDVD-RAM GSA-H58N, 1.00, max UDMA/66
[    0.910051] usb usb4: configuration #1 chosen from 1 choice
[    0.910073] hub 4-0:1.0: USB hub found
[    0.910083] hub 4-0:1.0: 2 ports detected
[    0.910125] uhci_hcd: USB Universal Host Controller Interface driver
[    0.910207] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.910720] ata3.00: configured for UDMA/66
[    0.910832] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.910837] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.910886] mice: PS/2 mouse device common for all mice
[    0.910965] rtc_cmos 00:02: RTC can wake from S4
[    0.910994] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.911028] rtc0: alarms up to one year, 114 bytes nvram
[    0.911120] device-mapper: uevent: version 1.0.3
[    0.911205] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
[    0.911339] device-mapper: multipath: version 1.1.0 loaded
[    0.911342] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.911449] EISA: Probing bus 0 at eisa.0
[    0.911481] EISA: Detected 0 cards.
[    0.911521] cpuidle: using governor ladder
[    0.911523] cpuidle: using governor menu
[    0.912023] TCP cubic registered
[    0.912158] NET: Registered protocol family 10
[    0.912539] lo: Disabled Privacy Extensions
[    0.912808] NET: Registered protocol family 17
[    0.912823] Bluetooth: L2CAP ver 2.13
[    0.912825] Bluetooth: L2CAP socket layer initialized
[    0.912827] Bluetooth: SCO (Voice Link) ver 0.6
[    0.912829] Bluetooth: SCO socket layer initialized
[    0.912924] Bluetooth: RFCOMM TTY layer initialized
[    0.912926] Bluetooth: RFCOMM socket layer initialized
[    0.912928] Bluetooth: RFCOMM ver 1.11
[    0.912942] powernow-k8: Found 1 AMD Athlon(tm) 64 Processor 3200+ processors (1 cpu cores) (version 2.20.00)
[    0.912985] powernow-k8:    0 : fid 0xe (2200 MHz), vid 0x6
[    0.912987] powernow-k8:    1 : fid 0xc (2000 MHz), vid 0x8
[    0.912990] powernow-k8:    2 : fid 0xa (1800 MHz), vid 0xa
[    0.912992] powernow-k8:    3 : fid 0x2 (1000 MHz), vid 0x12
[    0.913031] Using IPI No-Shortcut mode
[    0.913084] PM: Resume from disk failed.
[    0.913097] registered taskstats version 1
[    0.913215]   Magic number: 14:447:147
[    0.913268] acpi device:18: hash matches
[    0.913307] rtc_cmos 00:02: setting system clock to 2010-02-01 22:08:42 UTC (1265062122)
[    0.913310] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.913312] EDD information not available.
[    0.943516] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.048051] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.052011] usb 1-1: new high speed USB device using ehci_hcd and address 2
[    1.093304] ata1.00: ATA-7: ST380815AS, 3.AAD, max UDMA/133
[    1.093307] ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.159961] ata1.00: configured for UDMA/133
[    1.160074] scsi 0:0:0:0: Direct-Access     ATA      ST380815AS       3.AA PQ: 0 ANSI: 5
[    1.160170] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.160205] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.160243] sd 0:0:0:0: [sda] Write Protect is off
[    1.160246] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.160265] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.160372]  sda:
[    1.185273] usb 1-1: configuration #1 chosen from 1 choice
[    1.185501] hub 1-1:1.0: USB hub found
[    1.185853] hub 1-1:1.0: 4 ports detected
[    1.207949]  sda1
[    1.208119] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.296015] usb 1-2: new high speed USB device using ehci_hcd and address 3
[    1.428896] usb 1-2: configuration #1 chosen from 1 choice
[    1.480048] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.488391] ata2.00: ATA-8: Hitachi HDP725050GLA360, GM4OA52A, max UDMA/133
[    1.488394] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.504390] ata2.00: configured for UDMA/133
[    1.504455] scsi 1:0:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
[    1.504542] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.504568] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.504603] sd 1:0:0:0: [sdb] Write Protect is off
[    1.504606] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.504624] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.504713]  sdb:
[    1.506094] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GSA-H58N 1.00 PQ: 0 ANSI: 5
[    1.510225] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.510228] Uniform CD-ROM driver Revision: 3.20
[    1.510298] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.510331] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    1.519196]  sdb1 sdb2 < sdb5 >
[    1.552988] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.652013] usb 1-7: new high speed USB device using ehci_hcd and address 5
[    1.664080] Freeing unused kernel memory: 540k freed
[    1.664514] Write protecting the kernel text: 4568k
[    1.664542] Write protecting the kernel read-only data: 1836k
[    1.798221] usb 1-7: configuration #1 chosen from 1 choice
[    1.914516] Initializing USB Mass Storage driver...
[    1.932121] scsi4 : SCSI emulation for USB Mass Storage devices
[    1.942817] usb-storage: device found at 3
[    1.942821] usb-storage: waiting for device to settle before scanning
[    1.942889] scsi5 : SCSI emulation for USB Mass Storage devices
[    1.943007] usbcore: registered new interface driver usb-storage
[    1.943010] USB Mass Storage support registered.
[    1.945200] usb-storage: device found at 5
[    1.945204] usb-storage: waiting for device to settle before scanning
[    2.108025] usb 4-1: new full speed USB device using ohci_hcd and address 2
[    2.372104] usb 4-1: configuration #1 chosen from 1 choice
[    2.470363] usb 1-1.1: new high speed USB device using ehci_hcd and address 6
[    2.561064] usb 1-1.1: configuration #1 chosen from 1 choice
[    2.562348] scsi6 : SCSI emulation for USB Mass Storage devices
[    2.562448] usb-storage: device found at 6
[    2.562450] usb-storage: waiting for device to settle before scanning
[    2.629729] xor: automatically using best checksumming function: pIII_sse
[    2.648005]    pIII_sse  :  6579.000 MB/sec
[    2.648008] xor: using function: pIII_sse (6579.000 MB/sec)
[    2.650945] usb 1-1.4: new high speed USB device using ehci_hcd and address 7
[    2.650988] device-mapper: dm-raid45: initialized v0.2594b
[    2.748822] usb 1-1.4: configuration #1 chosen from 1 choice
[    2.750174] scsi7 : SCSI emulation for USB Mass Storage devices
[    2.750295] usb-storage: device found at 7
[    2.750297] usb-storage: waiting for device to settle before scanning
[    2.911221] PM: Starting manual resume from disk
[    2.911226] PM: Resume from partition 8:21
[    2.911228] PM: Checking hibernation image.
[    2.911351] PM: Resume from disk failed.
[    2.949270] EXT4-fs (sdb1): barriers enabled
[    2.970505] kjournald2 starting: pid 400, dev sdb1:8, commit interval 5 seconds
[    2.970518] EXT4-fs (sdb1): delayed allocation enabled
[    2.970521] EXT4-fs: file extents enabled
[    2.971505] EXT4-fs: mballoc enabled
[    2.971523] EXT4-fs (sdb1): mounted filesystem with ordered data mode
[    3.491952] type=1505 audit(1265062125.074:2): operation="profile_load" pid=423 name=/usr/share/gdm/guest-session/Xsession
[    3.494189] type=1505 audit(1265062125.078:3): operation="profile_load" pid=424 name=/sbin/dhclient3
[    3.494459] type=1505 audit(1265062125.078:4): operation="profile_load" pid=424 name=/usr/lib/NetworkManager/nm-dhcp-client.action
[    3.494613] type=1505 audit(1265062125.078:5): operation="profile_load" pid=424 name=/usr/lib/connman/scripts/dhclient-script
[    3.540034] type=1505 audit(1265062125.126:6): operation="profile_load" pid=425 name=/usr/bin/evince
[    3.544892] type=1505 audit(1265062125.130:7): operation="profile_load" pid=425 name=/usr/bin/evince-previewer
[    3.547691] type=1505 audit(1265062125.130:8): operation="profile_load" pid=425 name=/usr/bin/evince-thumbnailer
[    3.573068] type=1505 audit(1265062125.158:9): operation="profile_load" pid=428 name=/usr/lib/cups/backend/cups-pdf
[    3.573404] type=1505 audit(1265062125.158:10): operation="profile_load" pid=428 name=/usr/sbin/cupsd
[    6.940292] usb-storage: device scan complete
[    6.940763] scsi 4:0:0:0: Direct-Access     I-O DATA HDC-U            1.05 PQ: 0 ANSI: 2
[    6.941139] sd 4:0:0:0: Attached scsi generic sg3 type 0
[    6.941740] sd 4:0:0:0: [sdc] 321672960 512-byte logical blocks: (164 GB/153 GiB)
[    6.942485] sd 4:0:0:0: [sdc] Write Protect is off
[    6.942488] sd 4:0:0:0: [sdc] Mode Sense: 53 00 00 08
[    6.942490] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[    6.943859] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[    6.943863]  sdc:
[    6.944120] usb-storage: device scan complete
[    6.944505] scsi 5:0:0:0: Direct-Access     Century  EX35QUAT         0100 PQ: 0 ANSI: 2
[    6.944810] sd 5:0:0:0: Attached scsi generic sg4 type 0
[    6.945488] sd 5:0:0:0: [sdd] 2191726656 512-byte logical blocks: (1.12 TB/1.02 TiB)
[    6.946234] sd 5:0:0:0: [sdd] Write Protect is off
[    6.946237] sd 5:0:0:0: [sdd] Mode Sense: 53 00 00 08
[    6.946239] sd 5:0:0:0: [sdd] Assuming drive cache: write through
[    6.947609] sd 5:0:0:0: [sdd] Assuming drive cache: write through
[    6.947612]  sdd: sdc1
[    6.962360] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[    6.962363] sd 4:0:0:0: [sdc] Attached SCSI disk
[    6.968996]  sdd1 sdd2 sdd3 sdd4
[    6.970485] sd 5:0:0:0: [sdd] Assuming drive cache: write through
[    6.970488] sd 5:0:0:0: [sdd] Attached SCSI disk
[    7.560286] usb-storage: device scan complete
[    7.560758] scsi 6:0:0:0: Direct-Access     Generic  External         2.12 PQ: 0 ANSI: 4
[    7.561131] sd 6:0:0:0: Attached scsi generic sg5 type 0
[    7.561739] sd 6:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    7.562236] sd 6:0:0:0: [sde] Write Protect is off
[    7.562239] sd 6:0:0:0: [sde] Mode Sense: 23 00 00 00
[    7.562242] sd 6:0:0:0: [sde] Assuming drive cache: write through
[    7.563360] sd 6:0:0:0: [sde] Assuming drive cache: write through
[    7.563363]  sde: sde1
[    7.570985] sd 6:0:0:0: [sde] Assuming drive cache: write through
[    7.570988] sd 6:0:0:0: [sde] Attached SCSI disk
[    7.748511] usb-storage: device scan complete
[    7.749503] scsi 7:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9451 PQ: 0 ANSI: 0
[    7.749821] sd 7:0:0:0: Attached scsi generic sg6 type 0
[    8.014372] sd 7:0:0:0: [sdf] 32235520 512-byte logical blocks: (16.5 GB/15.3 GiB)
[    8.015489] sd 7:0:0:0: [sdf] Write Protect is off
[    8.015492] sd 7:0:0:0: [sdf] Mode Sense: 03 00 00 00
[    8.015495] sd 7:0:0:0: [sdf] Assuming drive cache: write through
[    8.018863] sd 7:0:0:0: [sdf] Assuming drive cache: write through
[    8.018867]  sdf: sdf1
[    8.021985] sd 7:0:0:0: [sdf] Assuming drive cache: write through
[    8.021988] sd 7:0:0:0: [sdf] Attached SCSI removable disk
[   11.412435] udev: starting version 147
[   11.416875] Adding 3004112k swap on /dev/sdb5.  Priority:-1 extents:1 across:3004112k 
[   11.474472] sis190 Gigabit Ethernet driver 1.3 loaded.
[   11.474496]   alloc irq_desc for 19 on node -1
[   11.474499]   alloc kstat_irqs on node -1
[   11.474506] sis190 0000:00:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   11.474516] sis190 0000:00:04.0: setting latency timer to 64
[   11.474533] 0000:00:04.0: Read MAC address from EEPROM
[   11.474535] 0000:00:04.0: Error EEPROM read 0.
[   11.474538] 0000:00:04.0: Read MAC address from APC.
[   11.724269] parport_pc 00:08: reported by Plug and Play ACPI
[   11.724342] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[   11.756175] EXT4-fs (sdb1): internal journal on sdb1:8
[   11.797702] lp: driver loaded but no devices found
[   11.808561] lp0: using parport0 (interrupt-driven).
[   11.914027] ppdev: user-space parallel port driver
[   11.945640] usbcore: registered new interface driver snd-usb-audio
[   11.957036] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.146790] psmouse serio1: ID: 10 00 64
[   12.180024] 0000:00:04.0: Realtek PHY RTL8201 transceiver at address 31.
[   12.196009] 0000:00:04.0: Using transceiver at address 31 as default.
[   12.228633] 0000:00:04.0: SiS 190 PCI Fast Ethernet adapter at f83ecc00 (IRQ: 19), 00:1b:b9:ba:71:3f
[   12.228636] eth0: GMII mode.
[   12.228641] eth0: Enabling Auto-negotiation.
[   12.261640]   alloc irq_desc for 18 on node -1
[   12.261644]   alloc kstat_irqs on node -1
[   12.261653] Intel ICH 0000:00:02.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   12.581128] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.682708] __ratelimit: 6 callbacks suppressed
[   12.682713] type=1505 audit(1265029734.266:13): operation="profile_replace" pid=970 name=/usr/share/gdm/guest-session/Xsession
[   12.684448] type=1505 audit(1265029734.270:14): operation="profile_replace" pid=971 name=/sbin/dhclient3
[   12.684722] type=1505 audit(1265029734.270:15): operation="profile_replace" pid=971 name=/usr/lib/NetworkManager/nm-dhcp-client.action
[   12.684876] type=1505 audit(1265029734.270:16): operation="profile_replace" pid=971 name=/usr/lib/connman/scripts/dhclient-script
[   12.691946] type=1505 audit(1265029734.274:17): operation="profile_replace" pid=972 name=/usr/bin/evince
[   12.697680] type=1505 audit(1265029734.282:18): operation="profile_replace" pid=972 name=/usr/bin/evince-previewer
[   12.700855] type=1505 audit(1265029734.286:19): operation="profile_replace" pid=972 name=/usr/bin/evince-thumbnailer
[   12.707965] type=1505 audit(1265029734.290:20): operation="profile_replace" pid=975 name=/usr/lib/cups/backend/cups-pdf
[   12.708337] type=1505 audit(1265029734.294:21): operation="profile_replace" pid=975 name=/usr/sbin/cupsd
[   12.708843] intel8x0_measure_ac97_clock: measured 53984 usecs (2597 samples)
[   12.708846] intel8x0: clocking to 48000
[   12.711640] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   12.757559] Linux agpgart interface v0.103
[   12.774453] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[   12.774459] Disabling lock debugging due to kernel taint
[   12.780653] type=1505 audit(1265029734.366:22): operation="profile_replace" pid=998 name=/usr/sbin/mysqld-akonadi
[   12.781331] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
[   12.836040] [fglrx] Maximum main memory to use for locked dma buffers: 920 MBytes.
[   12.836119] [fglrx]   vendor: 1002 device: 954f count: 1
[   12.836260] [fglrx] ioport: bar 4, base 0xe000, size: 0x100
[   12.836276] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   12.836281] pci 0000:01:00.0: setting latency timer to 64
[   12.836382] [fglrx] Kernel PAT support is enabled
[   12.836408] [fglrx] module loaded - fglrx 8.66.10 [Sep  3 2009] with 1 minors
[   12.869710] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[   12.869735] HDA Intel 0000:01:00.1: setting latency timer to 64

ちなみにrecovery modeで起動を試してみました。
startxすると普段と同じGNOMEの画面が表示されたものの、メニューなどが英語でした。

以上、よろしくお願いいたします。

オフライン

 

#4 2010-02-02 00:27:32

kiyop
拒否
From: http://kiyoandkei.bbs.fc2.com/
登録日: 2010-01-23

Re: ubuntu 9.10の「GNOME電源管理」に関連する起動不可について

※規約違反により追放されたユーザの投稿は、ログインユーザにのみ表示されます。

オフライン

 

#5 2010-02-02 01:05:49

ynak
新しいメンバ
登録日: 2010-02-01

Re: ubuntu 9.10の「GNOME電源管理」に関連する起動不可について

結論を先に申し上げますと、解決できました。

原因はおそらくHDD残量の不足かと思います。
当方のとんでもないケアレスミスでした。

hir0さん による投稿:

次にGNOME Power Manager の削除とインストールです。
$ sudo apt-get remove gnome-power-manager
$ sudo apt-get install gnome-power-manager

dmesgをUSBメモリに保存したのち、上記コマンドを実行しましたが状況に変化はありませんでした。

kiyopさん による投稿:

$ xrandr > /mnt/xrandr_log
とすると、xrandrの結果がUSBメモリにxrandr_logというファイル名で保存(?)されます。

多分、そういうことだろうと思いkiyopさんご指摘のようにファイルにリダイレクトしました。
この時、ふと気になってdfコマンドでHDDの使用状況を確認したところ、残量がない状況でした・・・
SBackupが生成するバックアップファイルがいくつも蓄積してあったためです。

不要なバックアップファイルを削除し、HDDの空き容量を確保したのちに再起動したところ、
普段どおり、一般ユーザでGUIにログインできました!

この度はお騒がせして申し訳ありませんでした。
お力添えに感謝しております。
今後ともよろしくお願いいたします。

オフライン

 

Board footer

Powered by FluxBB