Deluge 1.1.0_RC3 Released!

Suggestions and discussion of future versions
JanAcc
Member
Member
Posts: 23
Joined: Mon Dec 22, 2008 1:42 am

Re: Deluge 1.1.0_RC3 Released!

Post by JanAcc »

Hi there,

I still have some problems with the label plugin on Ubuntu 8.10.
How I use label plugin:
All my torrents have a specific label.
Torrents that have not yet finished downloading will be stored in /torrent/incoming .
Torrents finished downloading, except those with a label, will be moved to /torrent/done .
Each label has a specific folder in /torrent/done . e.g.: /torrent/done/movies

I updated from RC2 to RC3 by uninstalling RC2 and then installing RC3 with the .deb package. But unfortunately my configuration of deluge (which was not not deleted by just uninstalling) seemed to be completely messed up.
After each new start of the daemon the downloaded files seemed randomly put in the locations incoming, done or their correct label specific location.

I decided then to completely remove the /home/user/.config/deluge directory and it looks like that solved the problem.

Nevertheless: If I'm trying to add an torrent I've already downloaded by adding it in paused state, selecting its proper label and then try doing a force recheck, it won't work...
I have to use "move storage" which is quite annoying to do for all torrents...

EDIT:
Ok, suddenly it worked with assigning the labels and then triggering a recheck...
But after a few torrents the rechecking process hung up, don't know why :cry:

After restarting the daemon a few times and fiddling arround with labels and rechecking I got everything messed up again :D
The annoying thing is I can't reproduce errors in a certain way.

This is always at the end of the daemon log:

Code: Select all

[WARNING ] 23:12:46 pluginmanager:95 Unable to deregister status field label
[WARNING ] 23:12:46 pluginmanager:120 Unable to deregister hook post_torrent_add
[WARNING ] 23:12:46 pluginmanager:120 Unable to deregister hook post_torrent_remove
[WARNING ] 23:12:46 init:52 Unable to disable plugin: 'label'
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: Deluge 1.1.0_RC3 Released!

Post by loki »

webui error message when trying to access login...

AttributeError at /login

Code: Select all

--Deluge Error--
AttributeError : no template named "login" in template-dirs:['C:\\Program Files\\Deluge\\lib\\site-packages\\deluge\\ui\\webui\\templates/white/', 'C:\\Program Files\\Deluge\\lib\\site-packages\\deluge\\ui\\webui\\templates/classic/']
path : /login
file : C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\render.py in __getattr__, line 85

--Input--
<Storage {}>

--Versions--
WebUi : 1.1.0-RC3r
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]:

--Traceback--
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\lib\webpy022\webapi.py", line 310, in wsgifunc
    result = func()
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\lib\webpy022\request.py", line 131, in <lambda>
    func = lambda: handle(inp, fvars)
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\lib\webpy022\request.py", line 61, in handle
    return tocall(*([x and urllib.unquote(x) for x in args] + fna))
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\page_decorators.py", line 48, in deco
    res = func(self, name) #deluge_page_noauth
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\pages.py", line 63, in GET
    return render.login(vars.error)
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\render.py", line 86, in __getattr__
    [r.loc for r in self.renderers + self.plugin_renderers] )



srv1973
New User
New User
Posts: 8
Joined: Fri Oct 10, 2008 8:19 am

Re: Deluge 1.1.0_RC3 Released!

Post by srv1973 »

Hi all,

For some reason I've got major trouble with the RCs on Ubuntu 8.10 / Intrepid. I've got hanging daemons (edit: kill -9 required!), deluge getting into a state where its only showing "Checking" for my torrents, Label Plugin doesn't seem to work at all (I try to create a new label, click "Add", and then it disappears again, and I can't see the label anymore).

In addition, deluge doesn't seem to connect to the trackers at all at times. I'm using a tracker proxy: a local socks5 proxy on port 9950 via an ssh-tunnel. Many times I see messages in deluge equivalent to "cannot resolve hostname" (can't remember the exact message).

I've also got uTorrent running with Wine, using the same proxy configuration, and it works flawlessly. There does seem to be one difference between deluge and utorrent though: deluge seems to do the DNS lookup for tracker hostnames before going through the proxy, utorrent passes the unresolved hostname to the proxy. However, there should not be any issue with hostname lookups for deluge either: if I do a manual nslookup it works correctly.

A couple of times I've managed to get deluge sort-of working again by deleting ~/.config/deluge, but it always started acting up again soon afterwards.

Do any of these symptoms sound familiar to anybody? Am I doing something wrong?
darude
Member
Member
Posts: 15
Joined: Mon Jan 05, 2009 1:02 am

Re: Deluge 1.1.0_RC3 Released!

Post by darude »

@ srv1973: I'm using ubuntu 8.10 and have exact the same problems with the daemon.
thanks for your reply, I thought, I misconfigured something.

bye, darude
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

Re: Deluge 1.1.0_RC3 Released!

Post by Ux64 »

I tried to search for answer. But it seems that New deluge uses different torrent creator than older ones. So to the point.

I'm unable to create torrents with larger piece size than 512 Kb, when I download large torrents usual piece size being used is 4 MB. If I got it right, 4 MB is non-standard size, old torrent creator plugin supported up to 2 MB.

Do I need to use separate torrent creator software to create those? I'm otherwise very happy with deluges torrent creator.

- Thanks
JanAcc
Member
Member
Posts: 23
Joined: Mon Dec 22, 2008 1:42 am

Re: Deluge 1.1.0_RC3 Released!

Post by JanAcc »

Hi Developers,

in my last posts I was reporting problems with the label plugin.
I know now what caused these problems :roll:

I am using deluge gtkui on another machine than the daemon but the filesystem the daemon is running on is mounted over sshfs into my local filesystem.
When I tried configuring the label directories (on my local machine with gtkui), I was not aware that I was using the file dialogue of my local machine and not the one of the machine the daemon is running on.

My Question/Request:
Is it possible to show the file dialogue of the remote machine deluged is running on? I think showing a file dialogue of the gtkui client's filesystem makes no sense here...
Correct me if I'm wrong

JanAcc
Mindzai
Member
Member
Posts: 47
Joined: Sat Oct 04, 2008 5:06 pm
Location: England

Re: Deluge 1.1.0_RC3 Released!

Post by Mindzai »

loki wrote:webui error message when trying to access login...

AttributeError at /login

Code: Select all

--Deluge Error--
AttributeError : no template named "login" in template-dirs:['C:\\Program Files\\Deluge\\lib\\site-packages\\deluge\\ui\\webui\\templates/white/', 'C:\\Program Files\\Deluge\\lib\\site-packages\\deluge\\ui\\webui\\templates/classic/']
path : /login
file : C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\render.py in __getattr__, line 85

--Input--
<Storage {}>

--Versions--
WebUi : 1.1.0-RC3r
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]:

--Traceback--
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\lib\webpy022\webapi.py", line 310, in wsgifunc
    result = func()
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\lib\webpy022\request.py", line 131, in <lambda>
    func = lambda: handle(inp, fvars)
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\lib\webpy022\request.py", line 61, in handle
    return tocall(*([x and urllib.unquote(x) for x in args] + fna))
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\page_decorators.py", line 48, in deco
    res = func(self, name) #deluge_page_noauth
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\pages.py", line 63, in GET
    return render.login(vars.error)
  File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\webui\render.py", line 86, in __getattr__
    [r.loc for r in self.renderers + self.plugin_renderers] )



Same here, XP pro. Any ideas on a fix?

EDIT: rolling back to RC2 fixed it.
srv1973
New User
New User
Posts: 8
Joined: Fri Oct 10, 2008 8:19 am

Re: Deluge 1.1.0_RC3 Released!

Post by srv1973 »

darude wrote:@ srv1973: I'm using ubuntu 8.10 and have exact the same problems with the daemon.
thanks for your reply, I thought, I misconfigured something.

bye, darude
No, thanks for your reply! I thought I was going crazy! At least now I know I'm not alone in this, or just plain stupid... Developers: does any of you use Ubuntu 8.10? What are your experiences with the RCs on that platform?

Rgds
abubin
Seeder
Seeder
Posts: 217
Joined: Thu Sep 13, 2007 6:03 am

Re: Deluge 1.1.0_RC3 Released!

Post by abubin »

When I delete torrent, the .torrent file doesn't get deleted anymore. I am using webui white theme.

RC3 is also very unstable since the last few version. The daemon keep on crashing. I am now back at RC2 and all seems stable now. But the problem is deleting torrent still does not delete the torrent file anymore despite I checked the delete torrent file and also make sure the torrent path is really correct.

Any idea?
darude
Member
Member
Posts: 15
Joined: Mon Jan 05, 2009 1:02 am

Re: Deluge 1.1.0_RC3 Released!

Post by darude »

@abubin: I downgraded to RC2 too, RC3 just keeps crashing the daemon and the (ajax)webui (bug reports are existing)
I'm looking forward to RC4. :)

bye, darude

PS: if there're any further questions to my system specs:

Code: Select all

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.27-9-server (buildd@yellow) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Nov 20 22:56:07 UTC 2008 (Ubuntu 2.6.27-9.19-server)
[    0.000000] Command line: root=/dev/mapper/system-root ro quiet splash 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    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: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007dfa0000 (usable)
[    0.000000]  BIOS-e820: 000000007dfa0000 - 000000007dfae000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007dfae000 - 000000007dfd0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007dfd0000 - 000000007dfde000 (reserved)
[    0.000000]  BIOS-e820: 000000007dfe0000 - 000000007e000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] last_pfn = 0x7dfa0 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping
[    0.000000]  0000000000 - 007de00000 page 2M
[    0.000000]  007de00000 - 007dfa0000 page 4k
[    0.000000] kernel direct mapping tables up to 7dfa0000 @ 8000-c000
[    0.000000] last_map_addr: 7dfa0000 end: 7dfa0000
[    0.000000] RAMDISK: 37716000 - 37fef73c
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP 000FB330, 0014 (r0 ACPIAM)
[    0.000000] ACPI: RSDT 7DFA0000, 003C (r1 A_M_I_ OEMRSDT  11000726 MSFT       97)
[    0.000000] ACPI: FACP 7DFA0200, 0084 (r2 A_M_I_ OEMFACP  11000726 MSFT       97)
[    0.000000] ACPI: DSDT 7DFA05C0, 6CD2 (r1  A0877 A0877000        0 INTL 20051117)
[    0.000000] ACPI: FACS 7DFAE000, 0040
[    0.000000] ACPI: APIC 7DFA0390, 006C (r1 A_M_I_ OEMAPIC  11000726 MSFT       97)
[    0.000000] ACPI: MCFG 7DFA0400, 003C (r1 A_M_I_ OEMMCFG  11000726 MSFT       97)
[    0.000000] ACPI: OEMB 7DFAE040, 0080 (r1 A_M_I_ AMI_OEM  11000726 MSFT       97)
[    0.000000] ACPI: HPET 7DFA72A0, 0038 (r1 A_M_I_ OEMHPET  11000726 MSFT       97)
[    0.000000] ACPI: SSDT 7DFA72E0, 01C4 (r1 A_M_I_ POWERNOW        1 AMD         1)
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000007dfa0000
[    0.000000] Bootmem setup node 0 0000000000000000-000000007dfa0000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [000000000000a000 -  0000000000019bf7] pages 10
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 007dfa0000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0000200000 - 00008b8f9c]    TEXT DATA BSS ==> [0000200000 - 00008b8f9c]
[    0.000000]   #3 [0037716000 - 0037fef73c]          RAMDISK ==> [0037716000 - 0037fef73c]
[    0.000000]   #4 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #5 [0000008000 - 000000a000]          PGTABLE ==> [0000008000 - 000000a000]
[    0.000000] found SMP MP-table at [ffff8800000ff780] 000ff780
[    0.000000]  [ffffe20000000000-ffffe20001ffffff] PMD -> [ffff880001200000-ffff8800031fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007dfa0
[    0.000000] On node 0 totalpages: 515903
[    0.000000]   DMA zone: 2112 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 503905 pages, LIFO batch:31
[    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[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 0, 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] Setting APIC routing to flat
[    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
[    0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 7e000000:81f00000)
[    0.000000] PERCPU: Allocating 64928 bytes of per cpu data
[    0.000000] NR_CPUS: 64, nr_cpu_ids: 4, nr_node_ids 1
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 506017
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/system-root ro quiet splash 
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] TSC: Unable to calibrate against PIT
[    0.000000] TSC: using PMTIMER reference calibration
[    0.000000] Detected 1994.993 MHz processor.
[    0.010000] Console: colour VGA+ 80x25
[    0.010000] console [tty0] enabled
[    0.010000] Checking aperture...
[    0.010000] No AGP bridge found
[    0.010000] Node 0: aperture @ 8400000000 size 32 MB
[    0.010000] Aperture beyond 4GB. Ignoring.
[    0.010000] Memory: 2014464k/2064000k available (3111k kernel code, 49148k reserved, 1577k data, 536k init)
[    0.010000] CPA: page pool initialized 1 of 1 pages preallocated
[    0.010000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.010000] hpet clockevent registered
[    0.010008] Calibrating delay loop (skipped), value calculated using timer frequency.. 3989.98 BogoMIPS (lpj=19949930)
[    0.010036] Security Framework initialized
[    0.010042] SELinux:  Disabled at boot.
[    0.010055] AppArmor: AppArmor initialized
[    0.010280] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.011440] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.011955] Mount-cache hash table entries: 256
[    0.012147] Initializing cgroup subsys ns
[    0.012150] Initializing cgroup subsys cpuacct
[    0.012153] Initializing cgroup subsys memory
[    0.012168] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.012170] CPU: L2 Cache: 512K (64 bytes/line)
[    0.012173] CPU 0/0 -> Node 0
[    0.012174] tseg: 0000000000
[    0.012187] CPU: Physical Processor ID: 0
[    0.012189] CPU: Processor Core ID: 0
[    0.012198] using C1E aware idle routine
[    0.013576] ACPI: Core revision 20080609
[    0.015627] ACPI: Checking initramfs for custom DSDT
[    0.381622] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.481876] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[    0.481880] Using local APIC timer interrupts.
[    0.490001] APIC timer calibration result 12468721
[    0.490003] Detected 12.468 MHz APIC timer.
[    0.490159] Booting processor 1/1 ip 6000
[    0.010000] Initializing CPU#1
[    0.010000] Calibrating delay using timer specific routine.. 3990.07 BogoMIPS (lpj=19950371)
[    0.010000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.010000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.010000] CPU 1/1 -> Node 0
[    0.010000] CPU: Physical Processor ID: 0
[    0.010000] CPU: Processor Core ID: 1
[    0.650193] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[    0.650210] Brought up 2 CPUs
[    0.650212] Total of 2 processors activated (7980.06 BogoMIPS).
[    0.650258] CPU0 attaching sched-domain:
[    0.650260]  domain 0: span 0-1 level CPU
[    0.650263]   groups: 0 1
[    0.650267]   domain 1: span 0-1 level NODE
[    0.650269]    groups: 0-1
[    0.650274] CPU1 attaching sched-domain:
[    0.650276]  domain 0: span 0-1 level CPU
[    0.650278]   groups: 1 0
[    0.650281]   domain 1: span 0-1 level NODE
[    0.650283]    groups: 0-1
[    0.650373] net_namespace: 1552 bytes
[    0.650373] Booting paravirtualized kernel on bare hardware
[    0.650373] Time: 11:53:32  Date: 01/07/09
[    0.650373] NET: Registered protocol family 16
[    0.650373] node 0 link 0: io port [1000, ffffff]
[    0.650373] TOM: 0000000080000000 aka 2048M
[    0.650373] node 0 link 0: mmio [fc000000, fdfeffff]
[    0.650373] node 0 link 0: mmio [e0000000, efffffff]
[    0.650373] node 0 link 0: mmio [80000000, dfffffff]
[    0.650373] node 0 link 0: mmio [a0000, bffff]
[    0.650373] node 0 link 0: mmio [fdff0000, ffffffff]
[    0.650373] bus: [00,07] on node 0 link 0
[    0.650373] bus: 00 index 0 io port: [0, ffff]
[    0.650373] bus: 00 index 1 mmio: [f0000000, fcffffffff]
[    0.650373] bus: 00 index 2 mmio: [80000000, efffffff]
[    0.650373] bus: 00 index 3 mmio: [a0000, bffff]
[    0.650373] ACPI: bus type pci registered
[    0.650373] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.650373] PCI: Not using MMCONFIG.
[    0.650373] PCI: Using configuration type 1 for base access
[    0.650756] ACPI: EC: Look up EC in DSDT
[    0.666750] ACPI: Interpreter enabled
[    0.666753] ACPI: (supports S0 S1 S3 S4 S5)
[    0.666774] ACPI: Using IOAPIC for interrupt routing
[    0.666851] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.673467] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.686227] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.693756] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.693756] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.693756] pci 0000:00:06.0: PME# disabled
[    0.693756] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.693756] pci 0000:00:07.0: PME# disabled
[    0.693756] PCI: 0000:00:12.0 reg 10 io port: [d000, d007]
[    0.693756] PCI: 0000:00:12.0 reg 14 io port: [c000, c003]
[    0.693756] PCI: 0000:00:12.0 reg 18 io port: [b000, b007]
[    0.693756] PCI: 0000:00:12.0 reg 1c io port: [a000, a003]
[    0.693756] PCI: 0000:00:12.0 reg 20 io port: [9000, 900f]
[    0.693756] PCI: 0000:00:12.0 reg 24 32bit mmio: [fe8ff800, fe8ffbff]
[    0.693756] PCI: 0000:00:13.0 reg 10 32bit mmio: [fe8fe000, fe8fefff]
[    0.693756] PCI: 0000:00:13.1 reg 10 32bit mmio: [fe8fd000, fe8fdfff]
[    0.693756] PCI: 0000:00:13.2 reg 10 32bit mmio: [fe8fc000, fe8fcfff]
[    0.693756] PCI: 0000:00:13.3 reg 10 32bit mmio: [fe8fb000, fe8fbfff]
[    0.693756] PCI: 0000:00:13.4 reg 10 32bit mmio: [fe8fa000, fe8fafff]
[    0.693756] PCI: 0000:00:13.5 reg 10 32bit mmio: [fe8ff000, fe8ff0ff]
[    0.693756] pci 0000:00:13.5: supports D1
[    0.693756] pci 0000:00:13.5: supports D2
[    0.693756] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
[    0.693756] pci 0000:00:13.5: PME# disabled
[    0.693756] PCI: 0000:00:14.0 reg 10 io port: [b00, b0f]
[    0.701122] PCI: 0000:00:14.1 reg 10 io port: [0, 7]
[    0.701129] PCI: 0000:00:14.1 reg 14 io port: [0, 3]
[    0.701136] PCI: 0000:00:14.1 reg 18 io port: [0, 7]
[    0.701143] PCI: 0000:00:14.1 reg 1c io port: [0, 3]
[    0.701151] PCI: 0000:00:14.1 reg 20 io port: [ff00, ff0f]
[    0.701381] PCI: 0000:01:05.0 reg 10 32bit mmio: [fc000000, fdffffff]
[    0.701389] PCI: 0000:01:05.0 reg 18 64bit mmio: [feaf0000, feafffff]
[    0.701394] PCI: 0000:01:05.0 reg 20 io port: [e000, e0ff]
[    0.701398] PCI: 0000:01:05.0 reg 24 32bit mmio: [fe900000, fe9fffff]
[    0.701408] pci 0000:01:05.0: supports D1
[    0.701410] pci 0000:01:05.0: supports D2
[    0.701426] PCI: bridge 0000:00:01.0 io port: [e000, efff]
[    0.701429] PCI: bridge 0000:00:01.0 32bit mmio: [fe900000, feafffff]
[    0.701434] PCI: bridge 0000:00:01.0 64bit mmio pref: [fc000000, fdffffff]
[    0.701536] PCI: 0000:03:00.0 reg 10 64bit mmio: [febc0000, febfffff]
[    0.701566] PCI: 0000:03:00.0 reg 30 32bit mmio: [feba0000, febbffff]
[    0.701588] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.701592] pci 0000:03:00.0: PME# disabled
[    0.701640] PCI: bridge 0000:00:07.0 32bit mmio: [feb00000, febfffff]
[    0.701705] pci 0000:00:14.4: transparent bridge
[    0.701735] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.702129] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.702282] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE6._PRT]
[    0.702425] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE7._PRT]
[    0.702592] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
[    0.721190] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.721190] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 7 10 11 12 14 15)
[    0.721190] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.721190] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.721190] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.721190] ACPI: PCI Interrupt Link [LNKF] (IRQs 9) *0, disabled.
[    0.721190] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 *11 12 14 15)
[    0.721318] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.721385] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - C7, should be BF [20080609]
[    0.721385] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.721385] pnp: PnP ACPI init
[    0.721385] ACPI: bus type pnp registered
[    0.731003] pnp: PnP ACPI: found 14 devices
[    0.731003] ACPI: ACPI bus type pnp unregistered
[    0.731003] PCI: Using ACPI for IRQ routing
[    0.780010] NET: Registered protocol family 8
[    0.780012] NET: Registered protocol family 20
[    0.780040] NetLabel: Initializing
[    0.780042] NetLabel:  domain hash size = 128
[    0.780044] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.780058] NetLabel:  unlabeled traffic allowed by default
[    0.780322] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.780327] hpet0: 4 32-bit timers, 14318180 Hz
[    0.784184] tracer: 1286 pages allocated for 65536 entries of 80 bytes
[    0.784187]    actual entries 65586
[    0.784316] AppArmor: AppArmor Filesystem Enabled
[    0.784340] ACPI: RTC can wake from S4
[    0.790017] Switched to high resolution mode on CPU 0
[    0.790155] Switched to high resolution mode on CPU 1
[    0.820048] system 00:01: iomem range 0x7e000000-0x7fffffff has been reserved
[    0.820060] system 00:07: ioport range 0x4d0-0x4d1 has been reserved
[    0.820063] system 00:07: ioport range 0x40b-0x40b has been reserved
[    0.820066] system 00:07: ioport range 0x4d6-0x4d6 has been reserved
[    0.820069] system 00:07: ioport range 0xc00-0xc01 has been reserved
[    0.820071] system 00:07: ioport range 0xc14-0xc14 has been reserved
[    0.820074] system 00:07: ioport range 0xc50-0xc51 has been reserved
[    0.820077] system 00:07: ioport range 0xc52-0xc52 has been reserved
[    0.820079] system 00:07: ioport range 0xc6c-0xc6c has been reserved
[    0.820082] system 00:07: ioport range 0xc6f-0xc6f has been reserved
[    0.820085] system 00:07: ioport range 0xcd0-0xcd1 has been reserved
[    0.820087] system 00:07: ioport range 0xcd2-0xcd3 has been reserved
[    0.820090] system 00:07: ioport range 0xcd4-0xcd5 has been reserved
[    0.820093] system 00:07: ioport range 0xcd6-0xcd7 has been reserved
[    0.820095] system 00:07: ioport range 0xcd8-0xcdf has been reserved
[    0.820098] system 00:07: ioport range 0x800-0x89f has been reserved
[    0.820101] system 00:07: ioport range 0xb10-0xb1f has been reserved
[    0.820104] system 00:07: ioport range 0x900-0x90f has been reserved
[    0.820106] system 00:07: ioport range 0x910-0x91f has been reserved
[    0.820110] system 00:07: ioport range 0xfe00-0xfefe has been reserved
[    0.820113] system 00:07: iomem range 0xffb80000-0xffbfffff has been reserved
[    0.820116] system 00:07: iomem range 0xfff00000-0xffffffff could not be reserved
[    0.820127] system 00:08: iomem range 0xfec00000-0xfec00fff has been reserved
[    0.820130] system 00:08: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.820133] system 00:08: iomem range 0xfef00000-0xfef0001f has been reserved
[    0.820141] system 00:0b: ioport range 0x230-0x23f has been reserved
[    0.820144] system 00:0b: ioport range 0x290-0x29f has been reserved
[    0.820146] system 00:0b: ioport range 0xa20-0xa2f has been reserved
[    0.820149] system 00:0b: ioport range 0xa30-0xa3f has been reserved
[    0.820158] system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
[    0.820165] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[    0.820168] system 00:0d: iomem range 0xc0000-0xcffff has been reserved
[    0.820171] system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
[    0.820173] system 00:0d: iomem range 0x100000-0x7dffffff could not be reserved
[    0.825649] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.825653] pci 0000:00:01.0:   IO window: 0xe000-0xefff
[    0.825657] pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
[    0.825660] pci 0000:00:01.0:   PREFETCH window: 0x000000fc000000-0x000000fdffffff
[    0.825665] pci 0000:00:06.0: PCI bridge, secondary bus 0000:02
[    0.825666] pci 0000:00:06.0:   IO window: disabled
[    0.825670] pci 0000:00:06.0:   MEM window: disabled
[    0.825672] pci 0000:00:06.0:   PREFETCH window: disabled
[    0.825676] pci 0000:00:07.0: PCI bridge, secondary bus 0000:03
[    0.825678] pci 0000:00:07.0:   IO window: disabled
[    0.825681] pci 0000:00:07.0:   MEM window: 0xfeb00000-0xfebfffff
[    0.825684] pci 0000:00:07.0:   PREFETCH window: disabled
[    0.825688] pci 0000:00:14.4: PCI bridge, secondary bus 0000:04
[    0.825690] pci 0000:00:14.4:   IO window: disabled
[    0.825695] pci 0000:00:14.4:   MEM window: disabled
[    0.825700] pci 0000:00:14.4:   PREFETCH window: disabled
[    0.825716] pci 0000:00:06.0: setting latency timer to 64
[    0.825722] pci 0000:00:07.0: setting latency timer to 64
[    0.825730] bus: 00 index 0 io port: [0, ffff]
[    0.825732] bus: 00 index 1 mmio: [0, ffffffffffffffff]
[    0.825734] bus: 01 index 0 io port: [e000, efff]
[    0.825736] bus: 01 index 1 mmio: [fe900000, feafffff]
[    0.825738] bus: 01 index 2 mmio: [fc000000, fdffffff]
[    0.825740] bus: 01 index 3 mmio: [0, 0]
[    0.825742] bus: 02 index 0 mmio: [0, 0]
[    0.825744] bus: 02 index 1 mmio: [0, 0]
[    0.825745] bus: 02 index 2 mmio: [0, 0]
[    0.825747] bus: 02 index 3 mmio: [0, 0]
[    0.825749] bus: 03 index 0 mmio: [0, 0]
[    0.825751] bus: 03 index 1 mmio: [feb00000, febfffff]
[    0.825753] bus: 03 index 2 mmio: [0, 0]
[    0.825754] bus: 03 index 3 mmio: [0, 0]
[    0.825756] bus: 04 index 0 mmio: [0, 0]
[    0.825758] bus: 04 index 1 mmio: [0, 0]
[    0.825760] bus: 04 index 2 mmio: [0, 0]
[    0.825761] bus: 04 index 3 io port: [0, ffff]
[    0.825763] bus: 04 index 4 mmio: [0, ffffffffffffffff]
[    0.825776] NET: Registered protocol family 2
[    0.910130] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.911033] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.912962] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.913462] TCP: Hash tables configured (established 262144 bind 65536)
[    0.913465] TCP reno registered
[    0.940124] NET: Registered protocol family 1
[    0.940245] checking if image is initramfs... it is
[    1.673490] Freeing initrd memory: 9061k freed
[    1.679873] audit: initializing netlink socket (disabled)
[    1.679886] type=2000 audit(1231329212.670:1): initialized
[    1.685819] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.689066] VFS: Disk quotas dquot_6.5.1
[    1.689165] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.689286] msgmni has been set to 3952
[    1.689420] io scheduler noop registered
[    1.689422] io scheduler anticipatory registered
[    1.689424] io scheduler deadline registered (default)
[    1.689572] io scheduler cfq registered
[    1.850049] pci 0000:01:05.0: Boot video device
[    1.850205] pcieport-driver 0000:00:06.0: setting latency timer to 64
[    1.850230] pcieport-driver 0000:00:06.0: found MSI capability
[    1.850257] pci_express 0000:00:06.0:pcie00: allocate port service
[    1.850325] pci_express 0000:00:06.0:pcie02: allocate port service
[    1.850389] pci_express 0000:00:06.0:pcie03: allocate port service
[    1.850488] pcieport-driver 0000:00:07.0: setting latency timer to 64
[    1.850510] pcieport-driver 0000:00:07.0: found MSI capability
[    1.850533] pci_express 0000:00:07.0:pcie00: allocate port service
[    1.850598] pci_express 0000:00:07.0:pcie03: allocate port service
[    1.896880] hpet_resources: 0xfed00000 is busy
[    1.896970] Linux agpgart interface v0.103
[    1.896974] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    1.900115] brd: module loaded
[    1.900202] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    1.900338] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.900341] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.900494] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.950437] mice: PS/2 mouse device common for all mice
[    1.950613] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.950642] rtc0: alarms up to one month, y3k, hpet irqs
[    1.950716] cpuidle: using governor ladder
[    1.950718] cpuidle: using governor menu
[    1.951123] TCP cubic registered
[    1.951403] registered taskstats version 1
[    1.951532]   Magic number: 9:996:882
[    1.951592] tty ptyx6: hash matches
[    1.951671] rtc_cmos 00:03: setting system clock to 2009-01-07 11:53:33 UTC (1231329213)
[    1.951674] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.951676] EDD information not available.
[    1.951717] Freeing unused kernel memory: 536k freed
[    1.952004] Write protecting the kernel read-only data: 4348k
[    2.077034] fuse init (API version 7.9)
[    2.096524] ACPI: duty_cycle spans bit 4
[    2.096615] processor ACPI0007:00: registered as cooling_device0
[    2.096706] processor ACPI0007:01: registered as cooling_device1
[    2.112662] device-mapper: uevent: version 1.0.3
[    2.112912] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    2.131606] md: linear personality registered for level -1
[    2.135566] md: multipath personality registered for level -4
[    2.139105] md: raid0 personality registered for level 0
[    2.144240] md: raid1 personality registered for level 1
[    2.147533] xor: automatically using best checksumming function: generic_sse
[    2.191259]    generic_sse:  6133.600 MB/sec
[    2.191261] xor: using function: generic_sse (6133.600 MB/sec)
[    2.192624] async_tx: api initialized (async)
[    2.361291] raid6: int64x1   1982 MB/s
[    2.531265] raid6: int64x2   2635 MB/s
[    2.701259] raid6: int64x4   2473 MB/s
[    2.871259] raid6: int64x8   1726 MB/s
[    3.041273] raid6: sse2x1    2763 MB/s
[    3.211272] raid6: sse2x2    3786 MB/s
[    3.381262] raid6: sse2x4    3880 MB/s
[    3.381264] raid6: using algorithm sse2x4 (3880 MB/s)
[    3.381268] md: raid6 personality registered for level 6
[    3.381270] md: raid5 personality registered for level 5
[    3.381272] md: raid4 personality registered for level 4
[    3.401693] md: raid10 personality registered for level 10
[    3.622223] No dock devices found.
[    3.636911] SCSI subsystem initialized
[    3.652309] libata version 3.00 loaded.
[    3.656720] ahci 0000:00:12.0: version 3.0
[    3.656743] ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    3.656767] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
[    3.656868] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[    3.656871] ahci 0000:00:12.0: flags: ncq sntf ilck led clo pmp pio 
[    3.657242] scsi0 : ahci
[    3.657395] scsi1 : ahci
[    3.657489] scsi2 : ahci
[    3.657577] scsi3 : ahci
[    3.657691] ata1: SATA max UDMA/133 abar m1024@0xfe8ff800 port 0xfe8ff900 irq 22
[    3.657695] ata2: SATA max UDMA/133 abar m1024@0xfe8ff800 port 0xfe8ff980 irq 22
[    3.657699] ata3: SATA max UDMA/133 abar m1024@0xfe8ff800 port 0xfe8ffa00 irq 22
[    3.657702] ata4: SATA max UDMA/133 abar m1024@0xfe8ff800 port 0xfe8ffa80 irq 22
[    3.691520] usbcore: registered new interface driver usbfs
[    3.691549] usbcore: registered new interface driver hub
[    3.691608] usbcore: registered new device driver usb
[    3.693800] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.181414] ata1: softreset failed (device not ready)
[    4.181456] ata1: failed due to HW bug, retry pmp=0
[    4.361287] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.363411] ata1.00: ATA-7: Maxtor 6B200M0, BANC1B70, max UDMA/133
[    4.363414] ata1.00: 398297088 sectors, multi 0: LBA48 NCQ (not used)
[    4.363420] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
[    4.366411] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
[    4.366414] ata1.00: configured for UDMA/133
[    4.890023] ata2: softreset failed (device not ready)
[    4.890064] ata2: failed due to HW bug, retry pmp=0
[    5.070033] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.078478] ata2.00: ATA-8: SAMSUNG HD501LJ, CR100-12, max UDMA7
[    5.078480] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    5.078488] ata2.00: SB600 AHCI: limiting to 255 sectors per cmd
[    5.080483] ata2.00: SB600 AHCI: limiting to 255 sectors per cmd
[    5.080486] ata2.00: configured for UDMA/133
[    5.610023] ata3: softreset failed (device not ready)
[    5.610063] ata3: failed due to HW bug, retry pmp=0
[    5.790033] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.810525] ata3.00: ATA-8: SAMSUNG HD501LJ, CR100-13, max UDMA7
[    5.810528] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    5.810535] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    5.812484] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    5.812487] ata3.00: configured for UDMA/133
[    6.341267] ata4: softreset failed (device not ready)
[    6.341307] ata4: failed due to HW bug, retry pmp=0
[    6.520031] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.540507] ata4.00: ATA-8: SAMSUNG HD501LJ, CR100-13, max UDMA7
[    6.540510] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    6.540518] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd
[    6.542472] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd
[    6.542475] ata4.00: configured for UDMA/133
[    6.542523] isa bounce pool size: 16 pages
[    6.542599] scsi 0:0:0:0: Direct-Access     ATA      Maxtor 6B200M0   BANC PQ: 0 ANSI: 5
[    6.542750] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HD501LJ  CR10 PQ: 0 ANSI: 5
[    6.542870] scsi 2:0:0:0: Direct-Access     ATA      SAMSUNG HD501LJ  CR10 PQ: 0 ANSI: 5
[    6.542989] scsi 3:0:0:0: Direct-Access     ATA      SAMSUNG HD501LJ  CR10 PQ: 0 ANSI: 5
[    6.549819] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.549835] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    6.549901] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1
[    6.549927] ohci_hcd 0000:00:13.0: irq 16, io mem 0xfe8fe000
[    6.605412] usb usb1: configuration #1 chosen from 1 choice
[    6.605441] hub 1-0:1.0: USB hub found
[    6.605452] hub 1-0:1.0: 2 ports detected
[    6.820285] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    6.820306] ohci_hcd 0000:00:13.1: OHCI Host Controller
[    6.820334] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 2
[    6.820359] ohci_hcd 0000:00:13.1: irq 17, io mem 0xfe8fd000
[    6.885431] usb usb2: configuration #1 chosen from 1 choice
[    6.885465] hub 2-0:1.0: USB hub found
[    6.885477] hub 2-0:1.0: 2 ports detected
[    6.991509] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.991525] ohci_hcd 0000:00:13.2: OHCI Host Controller
[    6.991565] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 3
[    6.991590] ohci_hcd 0000:00:13.2: irq 18, io mem 0xfe8fc000
[    6.992246] usb 1-1: new full speed USB device using ohci_hcd and address 2
[    7.055383] usb usb3: configuration #1 chosen from 1 choice
[    7.055416] hub 3-0:1.0: USB hub found
[    7.055426] hub 3-0:1.0: 2 ports detected
[    7.162809] ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    7.162824] ohci_hcd 0000:00:13.3: OHCI Host Controller
[    7.162862] ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 4
[    7.162879] ohci_hcd 0000:00:13.3: irq 17, io mem 0xfe8fb000
[    7.184378] usb 1-1: configuration #1 chosen from 1 choice
[    7.225383] usb usb4: configuration #1 chosen from 1 choice
[    7.225416] hub 4-0:1.0: USB hub found
[    7.225427] hub 4-0:1.0: 2 ports detected
[    7.331277] usb 1-2: new full speed USB device using ohci_hcd and address 3
[    7.332996] ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    7.333011] ohci_hcd 0000:00:13.4: OHCI Host Controller
[    7.333053] ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 5
[    7.333071] ohci_hcd 0000:00:13.4: irq 18, io mem 0xfe8fa000
[    7.394147] usb usb5: configuration #1 chosen from 1 choice
[    7.394180] hub 5-0:1.0: USB hub found
[    7.394191] hub 5-0:1.0: 2 ports detected
[    7.503002] ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    7.503018] ehci_hcd 0000:00:13.5: EHCI Host Controller
[    7.503055] ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 6
[    7.503094] ehci_hcd 0000:00:13.5: debug port 1
[    7.503113] ehci_hcd 0000:00:13.5: irq 19, io mem 0xfe8ff000
[    7.516294] usb 1-2: device descriptor read/all, error -62
[    7.521274] ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    7.521413] usb usb6: configuration #1 chosen from 1 choice
[    7.521442] hub 6-0:1.0: USB hub found
[    7.521450] hub 6-0:1.0: 10 ports detected
[    7.581271] hub 1-0:1.0: unable to enumerate USB device on port 2
[    7.581321] usb 1-1: USB disconnect, address 2
[    7.741542] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.741577] pata_atiixp 0000:00:14.1: setting latency timer to 64
[    7.743363] scsi4 : pata_atiixp
[    7.745198] scsi5 : pata_atiixp
[    7.746844] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[    7.746847] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[    7.920570] ata5.00: ATAPI: TOSHIBA DVD-ROM SD-M1712, 1004, max UDMA/33
[    7.960503] ata5.00: configured for UDMA/33
[    8.020022] usb 6-1: new high speed USB device using ehci_hcd and address 2
[    8.165647] scsi 4:0:0:0: CD-ROM            TOSHIBA  DVD-ROM SD-M1712 1004 PQ: 0 ANSI: 5
[    8.165981] atl1 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    8.165990] atl1 0000:03:00.0: setting latency timer to 64
[    8.166015] atl1 0000:03:00.0: version 2.1.3
[    8.172231] usb 6-1: configuration #1 chosen from 1 choice
[    8.181154] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[    8.181199] scsi 1:0:0:0: Attached scsi generic sg1 type 0
[    8.181239] scsi 2:0:0:0: Attached scsi generic sg2 type 0
[    8.181278] scsi 3:0:0:0: Attached scsi generic sg3 type 0
[    8.181322] scsi 4:0:0:0: Attached scsi generic sg4 type 5
[    8.226070] Driver 'sd' needs updating - please use bus_type methods
[    8.226211] sd 0:0:0:0: [sda] 398297088 512-byte hardware sectors (203928 MB)
[    8.226239] sd 0:0:0:0: [sda] Write Protect is off
[    8.226242] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    8.226289] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.226388] sd 0:0:0:0: [sda] 398297088 512-byte hardware sectors (203928 MB)
[    8.226413] sd 0:0:0:0: [sda] Write Protect is off
[    8.226415] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    8.226460] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.226464]  sda: sda1
[    8.245500] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.245610] sd 1:0:0:0: [sdb] 976773168 512-byte hardware sectors (500108 MB)
[    8.245638] sd 1:0:0:0: [sdb] Write Protect is off
[    8.245641] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    8.245690] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.245771] sd 1:0:0:0: [sdb] 976773168 512-byte hardware sectors (500108 MB)
[    8.245796] sd 1:0:0:0: [sdb] Write Protect is off
[    8.245799] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    8.245846] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.245850]  sdb: sdb1 sdb2
[    8.256798] sd 1:0:0:0: [sdb] Attached SCSI disk
[    8.256902] sd 2:0:0:0: [sdc] 976773168 512-byte hardware sectors (500108 MB)
[    8.256931] sd 2:0:0:0: [sdc] Write Protect is off
[    8.256934] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    8.256981] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.257058] sd 2:0:0:0: [sdc] 976773168 512-byte hardware sectors (500108 MB)
[    8.257083] sd 2:0:0:0: [sdc] Write Protect is off
[    8.257085] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    8.257131] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.257135]  sdc: sdc1
[    8.265671] sd 2:0:0:0: [sdc] Attached SCSI disk
[    8.265777] sd 3:0:0:0: [sdd] 976773168 512-byte hardware sectors (500108 MB)
[    8.265805] sd 3:0:0:0: [sdd] Write Protect is off
[    8.265807] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    8.265854] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.265942] sd 3:0:0:0: [sdd] 976773168 512-byte hardware sectors (500108 MB)
[    8.265967] sd 3:0:0:0: [sdd] Write Protect is off
[    8.265969] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    8.266015] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.266020]  sdd:<4>Driver 'sr' needs updating - please use bus_type methods
[    8.291327] usb 6-2: new high speed USB device using ehci_hcd and address 3
[    8.331504]  sdd1
[    8.331645] sd 3:0:0:0: [sdd] Attached SCSI disk
[    8.373806] sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
[    8.373811] Uniform CD-ROM driver Revision: 3.20
[    8.373926] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    8.452521] usb 6-2: configuration #1 chosen from 1 choice
[    8.453661] usbcore: registered new interface driver libusual
[    8.459421] Initializing USB Mass Storage driver...
[    8.459561] scsi6 : SCSI emulation for USB Mass Storage devices
[    8.459666] usb-storage: device found at 2
[    8.459670] usb-storage: waiting for device to settle before scanning
[    8.459750] scsi7 : SCSI emulation for USB Mass Storage devices
[    8.459842] usb-storage: device found at 3
[    8.459844] usb-storage: waiting for device to settle before scanning
[    8.459849] usbcore: registered new interface driver usb-storage
[    8.459852] USB Mass Storage support registered.
[   13.450248] usb-storage: device scan complete
[   13.450322] usb-storage: device scan complete
[   13.450719] scsi 6:0:0:0: Direct-Access     SanDisk  Cruzer Micro     8.02 PQ: 0 ANSI: 0 CCS
[   13.451063] scsi 7:0:0:0: Direct-Access     SanDisk  Cruzer Micro     8.02 PQ: 0 ANSI: 0 CCS
[   13.453818] sd 7:0:0:0: [sde] 7856127 512-byte hardware sectors (4022 MB)
[   13.454315] sd 7:0:0:0: [sde] Write Protect is off
[   13.454318] sd 7:0:0:0: [sde] Mode Sense: 45 00 00 08
[   13.454320] sd 7:0:0:0: [sde] Assuming drive cache: write through
[   13.456693] sd 7:0:0:0: [sde] 7856127 512-byte hardware sectors (4022 MB)
[   13.457189] sd 7:0:0:0: [sde] Write Protect is off
[   13.457192] sd 7:0:0:0: [sde] Mode Sense: 45 00 00 08
[   13.457194] sd 7:0:0:0: [sde] Assuming drive cache: write through
[   13.457234]  sde: sde1 < sde5 > sde2
[   13.458896] sd 7:0:0:0: [sde] Attached SCSI removable disk
[   13.459022] sd 7:0:0:0: Attached scsi generic sg5 type 0
[   13.465696] sd 6:0:0:0: [sdf] 7856127 512-byte hardware sectors (4022 MB)
[   13.466191] sd 6:0:0:0: [sdf] Write Protect is off
[   13.466195] sd 6:0:0:0: [sdf] Mode Sense: 45 00 00 08
[   13.466197] sd 6:0:0:0: [sdf] Assuming drive cache: write through
[   13.467943] sd 6:0:0:0: [sdf] 7856127 512-byte hardware sectors (4022 MB)
[   13.468441] sd 6:0:0:0: [sdf] Write Protect is off
[   13.468443] sd 6:0:0:0: [sdf] Mode Sense: 45 00 00 08
[   13.468445] sd 6:0:0:0: [sdf] Assuming drive cache: write through
[   13.468484]  sdf: sdf1 < sdf5 > sdf2
[   13.471284] sd 6:0:0:0: [sdf] Attached SCSI removable disk
[   13.471407] sd 6:0:0:0: Attached scsi generic sg6 type 0
[   13.572141] md: md0 stopped.
[   13.602340] md: bind<sdf5>
[   13.603467] md: bind<sde5>
[   13.610716] raid1: raid set md0 active with 2 out of 2 mirrors
[   13.873325] PM: Starting manual resume from disk
[   13.873329] PM: Resume from partition 254:1
[   13.873331] PM: Checking hibernation image.
[   13.874000] PM: Resume from disk failed.
[   13.902565] kjournald starting.  Commit interval 5 seconds
[   13.902576] EXT3-fs: mounted filesystem with ordered data mode.
[   15.165685] udevd version 124 started
[   15.404257] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   15.410648] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   15.600815] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[   15.671362] ACPI: Power Button (FF) [PWRF]
[   15.671502] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[   15.741314] ACPI: Power Button (CM) [PWRB]
[   16.335608] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   16.587642] input: PC Speaker as /devices/platform/pcspkr/input/input3
[   18.064842] loop: module loaded
[   18.106514] lp: driver loaded but no devices found
[   18.294986] Adding 634872k swap on /dev/mapper/system-swap.  Priority:-1 extents:1 across:634872k
[   18.455629] EXT3 FS on dm-0, internal journal
[   19.617436] kjournald starting.  Commit interval 5 seconds
[   19.618136] EXT3 FS on sdf2, internal journal
[   19.618142] EXT3-fs: mounted filesystem with ordered data mode.
[   19.646911] kjournald starting.  Commit interval 5 seconds
[   19.647089] EXT3 FS on sda1, internal journal
[   19.647094] EXT3-fs: mounted filesystem with ordered data mode.
[   19.816216] ip_tables: (C) 2000-2006 Netfilter Core Team
[   19.862289] atl1 0000:03:00.0: eth0 link is up 1000 Mbps full duplex
[   20.977734] NET: Registered protocol family 17
[   27.974181] NET: Registered protocol family 10
[   27.974665] lo: Disabled Privacy Extensions
Post Reply