I'm running Ubuntu on a Toshiba laptop:

Recently I had a major crash that resulting in me deciding to go from 8.04 to 8.10 with a fresh install CD and without formating the partion as to overwrite the problem files and preserve some of my data that I couldn't back up.

This worked for several days until suddenly I looked at the screen and it had blacked out, system froze. Couldn't telnet in, had to do a hard restart again, corrupted some files again, used e2fsck to get the filesystem straight again.

Repaired the corrupted filesystem several times

This time the corrupted nodes actually affected "sudo", thus affecting "dpkg" so I couldn't have it go through and repair any and all broken packages. If I use sudo in the terminal this is what I get:


nomad@Basquiat:/usr/bin$ sudo dpkg --configure -a
/usr/bin/sudo: line 1: ED: command not found
/usr/bin/sudo: line 2: IMPLIED: command not found
/usr/bin/sudo: line 3: ARE: command not found
/usr/bin/sudo: line 4: FOR: command not found
/usr/bin/sudo: line 5: syntax error near unexpected token `INCLUDING,'
/usr/bin/sudo: line 5: ` DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS'
nomad@Basquiat:/usr/bin$
If I tried to use Update Manager or anything else I got some variation of a "Failed to run as root" message with the following error: Failed to execute new process: Exec Format Error

(And before anyone mentions "su", last time I checked it was disabled with Ubuntu so even when I tried it I didn't expect it to work).

When I try to boot in recovery mode and use the repair feature it says that it can't connect to the remote sites to download the updates/packages, thus the repairs didn't work. I've even tried using Webmin from another Linux server on my network, hoping that maybe Webmin could execute as root without sudo. No luck.

Here's what I'm thinking is my next plan of action but I don't know how to proceed:

1) grab the basic system files from the CD so I can at least use "sudo" and "dpkg"

2) repair all other files through the "dpkg --configure -a" process.


My questions:

1) How can I refresh those basic system files from the Ubuntu 8.10 CD without doing a "soft" install and having to spend 8+ hours downloading updates?

2) Was there something I neglected to do to establish a network connection when I attempted to fix the files in recovery mode and it couldn't reach those (or any) sites?

Any and all help with this would be greatly appreciated!

Just in case, I've included a snapshot from the syslog:

Code:
Feb 18 08:31:53 Basquiat syslogd 1.5.0#2ubuntu6: restart.
Feb 18 08:31:53 Basquiat anacron[431]: Job `cron.daily' terminated (exit status: 1) (mailing output)
Feb 18 08:31:53 Basquiat anacron[431]: Can't find sendmail at /usr/sbin/sendmail, not mailing output
Feb 18 08:31:53 Basquiat anacron[431]: Normal exit (1 job run)
Feb 18 08:39:02 Basquiat /USR/SBIN/CRON[2790]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
Feb 18 09:04:20 Basquiat kernel: [140388.502997] nautilus[5790]: segfault at 8 ip 08115eaf sp bff66418 error 4 in nautilus[8048000+140000]
Feb 18 09:04:23 Basquiat kernel: [140390.764413] trashapplet[5818]: segfault at 117735a5 ip b77e31cf sp bff51fd0 error 4 in libglib-2.0.so.0.1800.2[b77a7000+b5000]
Feb 18 09:04:26 Basquiat kernel: [140394.689486] gdm[5190]: segfault at 0 ip 00000000 sp bfc7ccb0 error 4 in gdm[8048000+4d000]
Feb 18 09:04:30 Basquiat gdm[5187]: WARNING: gdm_cleanup_children: child 5190 crashed of signal 11 
Feb 18 09:04:30 Basquiat gdm[5187]: WARNING: gdm_cleanup_children: Slave crashed, killing its children 
Feb 18 09:04:34 Basquiat kernel: [140402.646963] /usr/share/reve[6203]: segfault at d ip 080f8970 sp bfc00c30 error 4 in python2.5[8048000+fc000]
Feb 18 09:04:37 Basquiat kernel: [140405.847760] mixer_applet2[5838]: segfault at 18 ip b782a4ce sp bfdebe80 error 4 in libglib-2.0.so.0.1800.2[b77fe000+b5000]
Feb 18 09:04:38 Basquiat kernel: [140406.160943] multiload-apple[5835]: segfault at 0 ip 00000000 sp bfc6946c error 4 in multiload-applet-2[8048000+a000]
Feb 18 09:04:44 Basquiat gdm[3662]: WARNING: Display :0 is busy. There is another X server running already. 
Feb 18 09:04:46 Basquiat gdm[3662]: WARNING: Display :0 is busy. There is another X server running already. 
Feb 18 09:05:02 Basquiat acpid: client has disconnected 
Feb 18 09:05:12 Basquiat kernel: [140441.121778] atd[5253]: segfault at 5 ip 00000005 sp bfe5735c error 4 in atd[8048000+4000]
Feb 18 09:06:14 Basquiat init: tty1 main process ended, respawning
Feb 18 09:07:16 Basquiat init: tty1 main process ended, respawning
Feb 18 09:09:01 Basquiat /USR/SBIN/CRON[3802]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
Feb 18 09:10:44 Basquiat init: tty4 main process (4057) killed by TERM signal
Feb 18 09:10:44 Basquiat init: tty5 main process (4058) killed by TERM signal
Feb 18 09:10:44 Basquiat init: tty2 main process (4064) killed by TERM signal
Feb 18 09:10:44 Basquiat init: tty3 main process (4065) killed by TERM signal
Feb 18 09:10:44 Basquiat init: tty6 main process (4066) killed by TERM signal
Feb 18 09:10:44 Basquiat init: tty1 main process (3726) killed by TERM signal
Feb 18 09:10:47 Basquiat kernel: [140775.164220] apache2[5468]: segfault at 647370 ip 00647370 sp bff25bdc error 4 in zero (deleted)[b5df5000+7e000]
Feb 18 09:10:47 Basquiat kernel: [140775.185840] apache2[24449]: segfault at 0 ip 00000000 sp bff25b9c error 4 in zero (deleted)[b5df5000+7e000]
Feb 18 09:10:47 Basquiat kernel: [140775.205732] apache2[24452]: segfault at 29 ip 00000029 sp bff258cc error 4 in zero (deleted)[b5df5000+7e000]
Feb 18 09:10:49 Basquiat kernel: [140777.479857] apache2[5340]: segfault at 725f6574 ip 725f6574 sp bff21ca0 error 4 in zero (deleted)[b5df5000+7e000]
Feb 18 09:10:52 Basquiat kernel: [140780.520328] apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16ac)
Feb 18 09:10:52 Basquiat kernel: [140780.520342] apm: disabled on user request.
Feb 18 09:10:57 Basquiat bluetoothd[5090]: bridge pan0 removed
Feb 18 09:10:57 Basquiat bluetoothd[5090]: Stopping SDP server
Feb 18 09:10:57 Basquiat bluetoothd[5090]: Exit
Feb 18 09:10:57 Basquiat avahi-daemon[4454]: Got SIGTERM, quitting.
Feb 18 09:10:57 Basquiat avahi-daemon[4454]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.1.204.
Feb 18 09:10:58 Basquiat exiting on signal 15
Feb 18 09:11:46 Basquiat syslogd 1.5.0#2ubuntu6: restart.
Feb 18 09:11:47 Basquiat kernel: Inspecting /boot/System.map-2.6.27-11-generic
Feb 18 09:11:47 Basquiat kernel: Cannot find map file.
Feb 18 09:11:47 Basquiat kernel: Loaded 47388 symbols from 86 modules.
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Initializing cgroup subsys cpuset
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Initializing cgroup subsys cpu
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Linux version 2.6.27-11-generic (buildd@rothera) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Jan 29 19:24:39 UTC 2009 (Ubuntu 2.6.27-11.27-generic)
Feb 18 09:11:47 Basquiat kernel: [    0.000000] BIOS-provided physical RAM map:
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 00000000000eee00 (reserved)
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000000eee00 - 00000000000ef000 (ACPI NVS)
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000000ef000 - 0000000000100000 (reserved)
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 000000001ffd0000 (usable)
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 000000001ffd0000 - 000000001ffe0000 (ACPI data)
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 000000001ffe0000 - 0000000020000000 (reserved)
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000feda0000 - 00000000fedc0000 (reserved)
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved)
Feb 18 09:11:47 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
Feb 18 09:11:47 Basquiat kernel: [    0.000000] DMI 2.3 present.
Feb 18 09:11:47 Basquiat kernel: [    0.000000] last_pfn = 0x1ffd0 max_arch_pfn = 0x100000
Feb 18 09:11:47 Basquiat kernel: [    0.000000] kernel direct mapping tables up to 1ffd0000 @ 7000-d000
Feb 18 09:11:47 Basquiat kernel: [    0.000000] RAMDISK: 1f7ef000 - 1ffbf850
Feb 18 09:11:47 Basquiat kernel: [    0.000000] ACPI: RSDP 000F0180, 0014 (r0 TOSHIB)
Feb 18 09:11:47 Basquiat kernel: [    0.000000] ACPI: RSDT 1FFD0000, 002C (r1 TOSHIB 750        970814 TASM  4010000)
Feb 18 09:11:47 Basquiat kernel: [    0.000000] ACPI: FACP 1FFD0058, 0084 (r2 TOSHIB 750        970814 TASM  4010000)
Feb 18 09:11:47 Basquiat kernel: [    0.000000] ACPI: DSDT 1FFD0110, 5487 (r1 TOSHIB 2410     20020918 MSFT  100000A)
Feb 18 09:11:47 Basquiat kernel: [    0.000000] ACPI: FACS 000EEE00, 0040
Feb 18 09:11:47 Basquiat kernel: [    0.000000] ACPI: DBGP 1FFD00DC, 0034 (r1 TOSHIB 750        970814 TASM  4010000)
Feb 18 09:11:47 Basquiat kernel: [    0.000000] ACPI: DMI detected: Toshiba
Feb 18 09:11:47 Basquiat kernel: [    0.000000] 0MB HIGHMEM available.
Feb 18 09:11:47 Basquiat kernel: [    0.000000] 511MB LOWMEM available.
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   mapped low ram: 0 - 1ffd0000
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   low ram: 00000000 - 1ffd0000
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   bootmap 00002000 - 00005ffc
Feb 18 09:11:47 Basquiat kernel: [    0.000000] (9 early reservations) ==> bootmem [0000000000 - 001ffd0000]
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   #3 [0000100000 - 00005c29e0]    TEXT DATA BSS ==> [0000100000 - 00005c29e0]
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   #4 [001f7ef000 - 001ffbf850]          RAMDISK ==> [001f7ef000 - 001ffbf850]
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   #5 [00005c3000 - 00005c6000]    INIT_PG_TABLE ==> [00005c3000 - 00005c6000]
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   #6 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   #7 [0000007000 - 0000009000]          PGTABLE ==> [0000007000 - 0000009000]
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   #8 [0000002000 - 0000006000]          BOOTMAP ==> [0000002000 - 0000006000]
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Zone PFN ranges:
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   DMA      0x00000000 -> 0x00001000
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   Normal   0x00001000 -> 0x0001ffd0
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   HighMem  0x0001ffd0 -> 0x0001ffd0
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Movable zone start PFN for each node
Feb 18 09:11:47 Basquiat kernel: [    0.000000] early_node_map[2] active PFN ranges
Feb 18 09:11:47 Basquiat kernel: [    0.000000]     0: 0x00000000 -> 0x0000009f
Feb 18 09:11:47 Basquiat kernel: [    0.000000]     0: 0x00000100 -> 0x0001ffd0
Feb 18 09:11:47 Basquiat kernel: [    0.000000] On node 0 totalpages: 130927
Feb 18 09:11:47 Basquiat kernel: [    0.000000] free_area_init_node: node 0, pgdat c048c680, node_mem_map c1000000
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   DMA zone: 3963 pages, LIFO batch:0
Feb 18 09:11:47 Basquiat kernel: [    0.000000]   Normal zone: 125812 pages, LIFO batch:31
Feb 18 09:11:47 Basquiat kernel: [    0.000000] ACPI: PM-Timer IO Port: 0xee08
Feb 18 09:11:47 Basquiat kernel: [    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
Feb 18 09:11:47 Basquiat kernel: [    0.000000] mapped APIC to ffffb000 (01482000)
Feb 18 09:11:47 Basquiat kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Feb 18 09:11:47 Basquiat kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Feb 18 09:11:47 Basquiat kernel: [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000ee000
Feb 18 09:11:47 Basquiat kernel: [    0.000000] PM: Registered nosave memory: 00000000000ee000 - 00000000000ef000
Feb 18 09:11:47 Basquiat kernel: [    0.000000] PM: Registered nosave memory: 00000000000ef000 - 0000000000100000
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:deda0000)
Feb 18 09:11:47 Basquiat kernel: [    0.000000] PERCPU: Allocating 41628 bytes of per cpu data
Feb 18 09:11:47 Basquiat kernel: [    0.000000] NR_CPUS: 64, nr_cpu_ids: 1, nr_node_ids 1
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129775
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Kernel command line: root=UUID=fca701e6-cab4-4b82-851a-d5389d1c687e ro quiet splash 
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Enabling fast FPU save and restore... done.
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Enabling unmasked SIMD FPU exception support... done.
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Initializing CPU#0
Feb 18 09:11:47 Basquiat kernel: [    0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
Feb 18 09:11:47 Basquiat kernel: [    0.000000] TSC: PIT calibration confirmed by PMTIMER.
Feb 18 09:11:47 Basquiat kernel: [    0.000000] TSC: using PMTIMER calibration value
Feb 18 09:11:47 Basquiat kernel: [    0.000000] Detected 1993.524 MHz processor.
Feb 18 09:11:47 Basquiat kernel: [    0.004000] Console: colour VGA+ 80x25
Feb 18 09:11:47 Basquiat kernel: [    0.004000] console [tty0] enabled
Feb 18 09:11:47 Basquiat kernel: [    0.004000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Feb 18 09:11:47 Basquiat kernel: [    0.004000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Feb 18 09:11:47 Basquiat kernel: [    0.004000] Memory: 505532k/524096k available (2576k kernel code, 17992k reserved, 1165k data, 424k init, 0k highmem)
Feb 18 09:11:47 Basquiat kernel: [    0.004000] virtual kernel memory layout:
Feb 18 09:11:47 Basquiat kernel: [    0.004000]     fixmap  : 0xffc77000 - 0xfffff000   (3616 kB)
Feb 18 09:11:47 Basquiat kernel: [    0.004000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
Feb 18 09:11:47 Basquiat kernel: [    0.004000]     vmalloc : 0xe0800000 - 0xff3fe000   ( 491 MB)
Feb 18 09:11:47 Basquiat kernel: [    0.004000]     lowmem  : 0xc0000000 - 0xdffd0000   ( 511 MB)
Feb 18 09:11:47 Basquiat kernel: [    0.004000]       .init : 0xc04ad000 - 0xc0517000   ( 424 kB)
Feb 18 09:11:47 Basquiat kernel: [    0.004000]       .data : 0xc03840da - 0xc04a7680   (1165 kB)
Feb 18 09:11:47 Basquiat kernel: [    0.004000]       .text : 0xc0100000 - 0xc03840da   (2576 kB)
Feb 18 09:11:47 Basquiat kernel: [    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
Feb 18 09:11:47 Basquiat kernel: [    0.004000] CPA: page pool initialized 1 of 1 pages preallocated
Feb 18 09:11:47 Basquiat kernel: [    0.004000] SLUB: Genslabs=12, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Feb 18 09:11:47 Basquiat kernel: [    0.004014] Calibrating delay loop (skipped), value calculated using timer frequency.. 3987.04 BogoMIPS (lpj=7974096)
Feb 18 09:11:47 Basquiat kernel: [    0.004043] Security Framework initialized
Feb 18 09:11:47 Basquiat kernel: [    0.004054] SELinux:  Disabled at boot.
Feb 18 09:11:47 Basquiat kernel: [    0.004085] AppArmor: AppArmor initialized
Feb 18 09:11:47 Basquiat kernel: [    0.004100] Mount-cache hash table entries: 512
Feb 18 09:11:47 Basquiat kernel: [    0.004369] Initializing cgroup subsys ns
Feb 18 09:11:47 Basquiat kernel: [    0.004377] Initializing cgroup subsys cpuacct
Feb 18 09:11:47 Basquiat kernel: [    0.004382] Initializing cgroup subsys memory
Feb 18 09:11:47 Basquiat kernel: [    0.004409] CPU: Trace cache: 12K uops, L1 D cache: 8K
Feb 18 09:11:47 Basquiat kernel: [    0.004415] CPU: L2 cache: 512K
Feb 18 09:11:47 Basquiat kernel: [    0.004419] CPU: Hyper-Threading is disabled
Feb 18 09:11:47 Basquiat kernel: [    0.004441] Checking 'hlt' instruction... OK.
Feb 18 09:11:47 Basquiat kernel: [    0.020724] SMP alternatives: switching to UP code
Feb 18 09:11:47 Basquiat kernel: [    0.031820] Freeing SMP alternatives: 11k freed
Feb 18 09:11:47 Basquiat kernel: [    0.031827] ACPI: Core revision 20080609
Feb 18 09:11:47 Basquiat kernel: [    0.036288] ACPI: Checking initramfs for custom DSDT
Feb 18 09:11:47 Basquiat kernel: [    0.513074] ACPI: setting ELCR to 0200 (from 0e00)
Feb 18 09:11:47 Basquiat kernel: [    0.513617] weird, boot CPU (#0) not listedby the BIOS.
Feb 18 09:11:47 Basquiat kernel: [    0.513622] SMP motherboard not detected.
Feb 18 09:11:47 Basquiat kernel: [    0.513626] Local APIC not detected. Using dummy APIC emulation.
Feb 18 09:11:47 Basquiat kernel: [    0.513629] SMP disabled
Feb 18 09:11:47 Basquiat kernel: [    0.513739] Brought up 1 CPUs
Feb 18 09:11:47 Basquiat kernel: [    0.513743] Total of 1 processors activated (3987.04 BogoMIPS).
Feb 18 09:11:47 Basquiat kernel: [    0.513761] CPU0 attaching NULL sched-domain.
Feb 18 09:11:47 Basquiat kernel: [    0.514131] net_namespace: 840 bytes
Feb 18 09:11:47 Basquiat kernel: [    0.514146] Booting paravirtualized kernel on bare hardware
Feb 18 09:11:47 Basquiat kernel: [    0.514469] Time: 14:11:18  Date: 02/18/09
Feb 18 09:11:47 Basquiat kernel: [    0.514598] NET: Registered protocol family 16
Feb 18 09:11:47 Basquiat kernel: [    0.515323] EISA bus registered
Feb 18 09:11:47 Basquiat kernel: [    0.515360] ACPI: bus type pci registered
Feb 18 09:11:47 Basquiat kernel: [    0.515639] PCI: PCI BIOS revision 2.10 entry at 0xfd4df, last bus=5
Feb 18 09:11:47 Basquiat kernel: [    0.515644] PCI: Using configuration type 1 for base access
Feb 18 09:11:47 Basquiat kernel: [    0.518473] ACPI: EC: Look up EC in DSDT
Feb 18 09:11:47 Basquiat kernel: [    0.528186] ACPI: Interpreter enabled
Feb 18 09:11:47 Basquiat kernel: [    0.528194] ACPI: (supports S0 S3 S4 S5)
Feb 18 09:11:47 Basquiat kernel: [    0.528219] ACPI: Using PIC for interrupt routing
Feb 18 09:11:47 Basquiat kernel: [    0.540261] ACPI: PCI Root Bridge [PCI0] (0000:00)
Feb 18 09:11:47 Basquiat kernel: [    0.540384] PCI: 0000:00:00.0 reg 10 32bit mmio: [e0000000, efffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.540527] PCI: 0000:00:1d.0 reg 20 io port: [efe0, efff]
Feb 18 09:11:47 Basquiat kernel: [    0.540591] PCI: 0000:00:1d.1 reg 20 io port: [ef80, ef9f]
Feb 18 09:11:47 Basquiat kernel: [    0.540710] HPET not enabled in BIOS. You might try hpet=force boot option
Feb 18 09:11:47 Basquiat kernel: [    0.540721] pci 0000:00:1f.0: quirk: region ee00-ee7f claimed by ICH4 ACPI/GPIO/TCO
Feb 18 09:11:47 Basquiat kernel: [    0.540727] pci 0000:00:1f.0: quirk: region eec0-eeff claimed by ICH4 GPIO
Feb 18 09:11:47 Basquiat kernel: [    0.540753] PCI: 0000:00:1f.1 reg 10 io port: [cff8, cfff]
Feb 18 09:11:47 Basquiat kernel: [    0.540763] PCI: 0000:00:1f.1 reg 14 io port: [cff4, cff7]
Feb 18 09:11:47 Basquiat kernel: [    0.540772] PCI: 0000:00:1f.1 reg 18 io port: [cfe8, cfef]
Feb 18 09:11:47 Basquiat kernel: [    0.540781] PCI: 0000:00:1f.1 reg 1c io port: [cfe4, cfe7]
Feb 18 09:11:47 Basquiat kernel: [    0.540789] PCI: 0000:00:1f.1 reg 20 io port: [cfa0, cfaf]
Feb 18 09:11:47 Basquiat kernel: [    0.540799] PCI: 0000:00:1f.1 reg 24 32bit mmio: [38000000, 380003ff]
Feb 18 09:11:47 Basquiat kernel: [    0.540843] PCI: 0000:00:1f.5 reg 10 io port: [ce00, ceff]
Feb 18 09:11:47 Basquiat kernel: [    0.540853] PCI: 0000:00:1f.5 reg 14 io port: [cdc0, cdff]
Feb 18 09:11:47 Basquiat kernel: [    0.540932] PCI: 0000:01:00.0 reg 10 32bit mmio: [fd000000, fdffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.540941] PCI: 0000:01:00.0 reg 14 32bit mmio: [dc000000, dfffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.540949] PCI: 0000:01:00.0 reg 18 32bit mmio: [dbf80000, dbffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.540970] PCI: 0000:01:00.0 reg 30 32bit mmio: [0, 1ffff]
Feb 18 09:11:47 Basquiat kernel: [    0.541028] PCI: bridge 0000:00:01.0 32bit mmio: [fd000000, fdffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.541033] PCI: bridge 0000:00:01.0 32bit mmio pref: [dbf00000, dfffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.541087] PCI: 0000:02:08.0 reg 10 32bit mmio: [fceff000, fcefffff]
Feb 18 09:11:47 Basquiat kernel: [    0.541096] PCI: 0000:02:08.0 reg 14 io port: [df40, df7f]
Feb 18 09:11:47 Basquiat kernel: [    0.541140] pci 0000:02:08.0: supports D1
Feb 18 09:11:47 Basquiat kernel: [    0.541142] pci 0000:02:08.0: supports D2
Feb 18 09:11:47 Basquiat kernel: [    0.541146] pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 18 09:11:47 Basquiat kernel: [    0.541152] pci 0000:02:08.0: PME# disabled
Feb 18 09:11:47 Basquiat kernel: [    0.541193] PCI: 0000:02:0b.0 reg 10 32bit mmio: [0, fff]
Feb 18 09:11:47 Basquiat kernel: [    0.541247] PCI: 0000:02:0b.1 reg 10 32bit mmio: [0, fff]
Feb 18 09:11:47 Basquiat kernel: [    0.541303] pci 0000:00:1e.0: transparent bridge
Feb 18 09:11:47 Basquiat kernel: [    0.541309] PCI: bridge 0000:00:1e.0 io port: [d000, dfff]
Feb 18 09:11:47 Basquiat kernel: [    0.541316] PCI: bridge 0000:00:1e.0 32bit mmio: [fce00000, fcefffff]
Feb 18 09:11:47 Basquiat kernel: [    0.541372] bus 00 -> node 0
Feb 18 09:11:47 Basquiat kernel: [    0.541384] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Feb 18 09:11:47 Basquiat kernel: [    0.541446] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
Feb 18 09:11:47 Basquiat kernel: [    0.541561] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
Feb 18 09:11:47 Basquiat kernel: [    0.544110] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *11)
Feb 18 09:11:47 Basquiat kernel: [    0.544369] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *11)
Feb 18 09:11:47 Basquiat kernel: [    0.544623] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *11)
Feb 18 09:11:47 Basquiat kernel: [    0.544877] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *11)
Feb 18 09:11:47 Basquiat kernel: [    0.545130] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *11)
Feb 18 09:11:47 Basquiat kernel: [    0.545385] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 *11)
Feb 18 09:11:47 Basquiat kernel: [    0.545640] ACPI: PCI Interrupt Link [LNKG] (IRQs *10)
Feb 18 09:11:47 Basquiat kernel: [    0.545893] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 *11)
Feb 18 09:11:47 Basquiat kernel: [    0.546396] ACPI: Power Resource [PFAN] (off)
Feb 18 09:11:47 Basquiat kernel: [    0.546535] Linux Plug and Play Support v0.97 (c) Adam Belay
Feb 18 09:11:47 Basquiat kernel: [    0.546602] pnp: PnP ACPI init
Feb 18 09:11:47 Basquiat kernel: [    0.546619] ACPI: bus type pnp registered
Feb 18 09:11:47 Basquiat kernel: [    0.556186] pnp: PnP ACPI: found 11 devices
Feb 18 09:11:47 Basquiat kernel: [    0.556192] ACPI: ACPI bus type pnp unregistered
Feb 18 09:11:47 Basquiat kernel: [    0.556199] PnPBIOS: Disabled by ACPI PNP
Feb 18 09:11:47 Basquiat kernel: [    0.556886] PCI: Using ACPI for IRQ routing
Feb 18 09:11:47 Basquiat kernel: [    0.557058] NET: Registered protocol family 8
Feb 18 09:11:47 Basquiat kernel: [    0.557058] NET: Registered protocol family 20
Feb 18 09:11:47 Basquiat kernel: [    0.557058] NetLabel: Initializing
Feb 18 09:11:47 Basquiat kernel: [    0.557058] NetLabel:  domain hash size = 128
Feb 18 09:11:47 Basquiat kernel: [    0.557058] NetLabel:  protocols = UNLABELED CIPSOv4
Feb 18 09:11:47 Basquiat kernel: [    0.557058] NetLabel:  unlabeled traffic allowed by default
Feb 18 09:11:47 Basquiat kernel: [    0.557058] tracer: 772 pages allocated for 65536 entries of 48 bytes
Feb 18 09:11:47 Basquiat kernel: [    0.557058]    actual entries 65620
Feb 18 09:11:47 Basquiat kernel: [    0.557058] AppArmor: AppArmor Filesystem Enabled
Feb 18 09:11:47 Basquiat kernel: [    0.557058] ACPI: RTC can wake from S4
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:00: iomem range 0x0-0x9ffff could not be reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:00: iomem range 0xe0000-0xeffff could not be reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:00: iomem range 0x100000-0x1ffcffff could not be reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:00: iomem range 0x1ffd0000-0x1ffdffff could not be reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:00: iomem range 0x1ffe0000-0x1fffffff could not be reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:00: iomem range 0xfeda0000-0xfedbffff could not be reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:00: iomem range 0xffb80000-0xffbfffff could not be reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:00: iomem range 0xfff00000-0xffffffff could not be reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0x1e0-0x1ef has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0x480-0x48f has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0x680-0x6ff has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xe000-0xe07f has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xe080-0xe0ff has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xe400-0xe47f has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xe480-0xe4ff has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xe800-0xe87f has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xe880-0xe8ff has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xec00-0xec7f has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xec80-0xecff has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xee00-0xee87 could not be reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xeeac-0xeeac has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xeeb0-0xeebf has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xeec0-0xeeff has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xef00-0xef1f has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.557058] system 00:08: ioport range 0xef20-0xef3f has been reserved
Feb 18 09:11:47 Basquiat kernel: [    0.593745] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
Feb 18 09:11:47 Basquiat kernel: [    0.593750] pci 0000:00:01.0:   IO window: disabled
Feb 18 09:11:47 Basquiat kernel: [    0.593756] pci 0000:00:01.0:   MEM window: 0xfd000000-0xfdffffff
Feb 18 09:11:47 Basquiat kernel: [    0.593762] pci 0000:00:01.0:   PREFETCH window: 0x000000dbf00000-0x000000dfffffff
Feb 18 09:11:47 Basquiat kernel: [    0.593783] pci 0000:02:0b.0: CardBus bridge, secondary bus 0000:03
Feb 18 09:11:47 Basquiat kernel: [    0.593787] pci 0000:02:0b.0:   IO window: 0x00d000-0x00d0ff
Feb 18 09:11:47 Basquiat kernel: [    0.593794] pci 0000:02:0b.0:   IO window: 0x00d400-0x00d4ff
Feb 18 09:11:47 Basquiat kernel: [    0.593800] pci 0000:02:0b.0:   PREFETCH window: 0x30000000-0x33ffffff
Feb 18 09:11:47 Basquiat kernel: [    0.593807] pci 0000:02:0b.0:   MEM window: 0x3c000000-0x3fffffff
Feb 18 09:11:47 Basquiat kernel: [    0.593814] pci 0000:02:0b.1: CardBus bridge, secondary bus 0000:05
Feb 18 09:11:47 Basquiat kernel: [    0.593817] pci 0000:02:0b.1:   IO window: 0x00d800-0x00d8ff
Feb 18 09:11:47 Basquiat kernel: [    0.593823] pci 0000:02:0b.1:   IO window: 0x00dc00-0x00dcff
Feb 18 09:11:47 Basquiat kernel: [    0.593830] pci 0000:02:0b.1:   PREFETCH window: 0x34000000-0x37ffffff
Feb 18 09:11:47 Basquiat kernel: [    0.593837] pci 0000:02:0b.1:   MEM window: 0x40000000-0x43ffffff
Feb 18 09:11:47 Basquiat kernel: [    0.593844] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
Feb 18 09:11:47 Basquiat kernel: [    0.593849] pci 0000:00:1e.0:   IO window: 0xd000-0xdfff
Feb 18 09:11:47 Basquiat kernel: [    0.593857] pci 0000:00:1e.0:   MEM window: 0xfce00000-0xfcefffff
Feb 18 09:11:47 Basquiat kernel: [    0.593863] pci 0000:00:1e.0:   PREFETCH window: 0x00000030000000-0x00000037ffffff
Feb 18 09:11:47 Basquiat kernel: [    0.593890] pci 0000:00:1e.0: setting latency timer to 64
Feb 18 09:11:47 Basquiat kernel: [    0.593902] pci 0000:02:0b.0: enabling device (0000 -> 0003)
Feb 18 09:11:47 Basquiat kernel: [    0.594373] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    0.594379] PCI: setting IRQ 11 as level-triggered
Feb 18 09:11:47 Basquiat kernel: [    0.594385] pci 0000:02:0b.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    0.594401] pci 0000:02:0b.1: enabling device (0000 -> 0003)
Feb 18 09:11:47 Basquiat kernel: [    0.594793] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    0.594799] pci 0000:02:0b.1: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    0.594809] bus: 00 index 0 io port: [0, ffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594813] bus: 00 index 1 mmio: [0, ffffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594816] bus: 01 index 0 mmio: [0, 0]
Feb 18 09:11:47 Basquiat kernel: [    0.594819] bus: 01 index 1 mmio: [fd000000, fdffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594822] bus: 01 index 2 mmio: [dbf00000, dfffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594825] bus: 01 index 3 mmio: [0, 0]
Feb 18 09:11:47 Basquiat kernel: [    0.594828] bus: 02 index 0 io port: [d000, dfff]
Feb 18 09:11:47 Basquiat kernel: [    0.594831] bus: 02 index 1 mmio: [fce00000, fcefffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594835] bus: 02 index 2 mmio: [30000000, 37ffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594838] bus: 02 index 3 io port: [0, ffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594841] bus: 02 index 4 mmio: [0, ffffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594844] bus: 03 index 0 io port: [d000, d0ff]
Feb 18 09:11:47 Basquiat kernel: [    0.594847] bus: 03 index 1 io port: [d400, d4ff]
Feb 18 09:11:47 Basquiat kernel: [    0.594850] bus: 03 index 2 mmio: [30000000, 33ffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594853] bus: 03 index 3 mmio: [3c000000, 3fffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594856] bus: 05 index 0 io port: [d800, d8ff]
Feb 18 09:11:47 Basquiat kernel: [    0.594859] bus: 05 index 1 io port: [dc00, dcff]
Feb 18 09:11:47 Basquiat kernel: [    0.594862] bus: 05 index 2 mmio: [34000000, 37ffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594866] bus: 05 index 3 mmio: [40000000, 43ffffff]
Feb 18 09:11:47 Basquiat kernel: [    0.594889] NET: Registered protocol family 2
Feb 18 09:11:47 Basquiat kernel: [    0.595137] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
Feb 18 09:11:47 Basquiat kernel: [    0.595525] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
Feb 18 09:11:47 Basquiat kernel: [    0.595644] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
Feb 18 09:11:47 Basquiat kernel: [    0.595751] TCP: Hash tables configured (established 16384 bind 16384)
Feb 18 09:11:47 Basquiat kernel: [    0.595756] TCP reno registered
Feb 18 09:11:47 Basquiat kernel: [    0.595898] NET: Registered protocol family 1
Feb 18 09:11:47 Basquiat kernel: [    0.596143] checking if image is initramfs... it is
Feb 18 09:11:47 Basquiat kernel: [    1.096091] Switched to high resolution mode on CPU 0
Feb 18 09:11:47 Basquiat kernel: [    1.587772] Freeing initrd memory: 8002k freed
Feb 18 09:11:47 Basquiat kernel: [    1.588848] audit: initializing netlink socket (disabled)
Feb 18 09:11:47 Basquiat kernel: [    1.588879] type=2000 audit(1234966279.588:1): initialized
Feb 18 09:11:47 Basquiat kernel: [    1.595430] HugeTLB registered 4 MB page size, pre-allocated 0 pages
Feb 18 09:11:47 Basquiat kernel: [    1.599143] VFS: Disk quotas dquot_6.5.1
Feb 18 09:11:47 Basquiat kernel: [    1.599304] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Feb 18 09:11:47 Basquiat kernel: [    1.599501] msgmni has been set to 1003
Feb 18 09:11:47 Basquiat kernel: [    1.599719] io scheduler noop registered
Feb 18 09:11:47 Basquiat kernel: [    1.599724] io scheduler anticipatory registered
Feb 18 09:11:47 Basquiat kernel: [    1.599728] io scheduler deadline registered
Feb 18 09:11:47 Basquiat kernel: [    1.599752] io scheduler cfq registered (default)
Feb 18 09:11:47 Basquiat kernel: [    1.599830] pci 0000:01:00.0: Boot video device
Feb 18 09:11:47 Basquiat kernel: [    1.599848] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
Feb 18 09:11:47 Basquiat kernel: [    1.600964] isapnp: Scanning for PnP cards...
Feb 18 09:11:47 Basquiat kernel: [    1.954013] isapnp: No Plug & Play device found
Feb 18 09:11:47 Basquiat kernel: [    2.026410] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
Feb 18 09:11:47 Basquiat kernel: [    2.030509] brd: module loaded
Feb 18 09:11:47 Basquiat kernel: [    2.030640] input: Macintosh mouse button emulation as /devices/virtual/input/input0
Feb 18 09:11:47 Basquiat kernel: [    2.030856] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Feb 18 09:11:47 Basquiat kernel: [    2.035581] serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 18 09:11:47 Basquiat kernel: [    2.035590] serio: i8042 AUX port at 0x60,0x64 irq 12
Feb 18 09:11:47 Basquiat kernel: [    2.036271] mice: PS/2 mouse device common for all mice
Feb 18 09:11:47 Basquiat kernel: [    2.036667] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
Feb 18 09:11:47 Basquiat kernel: [    2.036692] rtc0: alarms up to one year
Feb 18 09:11:47 Basquiat kernel: [    2.036972] EISA: Probing bus 0 at eisa.0
Feb 18 09:11:47 Basquiat kernel: [    2.037004] EISA: Detected 0 cards.
Feb 18 09:11:47 Basquiat kernel: [    2.037010] cpuidle: using governor ladder
Feb 18 09:11:47 Basquiat kernel: [    2.037013] cpuidle: using governor menu
Feb 18 09:11:47 Basquiat kernel: [    2.038123] TCP cubic registered
Feb 18 09:11:47 Basquiat kernel: [    2.038174] Using IPI No-Shortcut mode
Feb 18 09:11:47 Basquiat kernel: [    2.038705] registered taskstats version 1
Feb 18 09:11:47 Basquiat kernel: [    2.038856]   Magic number: 13:427:182
Feb 18 09:11:47 Basquiat kernel: [    2.038925] tty ttyr8: hash matches
Feb 18 09:11:47 Basquiat kernel: [    2.039079] rtc_cmos 00:07: setting system clock to 2009-02-18 14:11:20 UTC (1234966280)
Feb 18 09:11:47 Basquiat kernel: [    2.039085] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Feb 18 09:11:47 Basquiat kernel: [    2.039088] EDD information not available.
Feb 18 09:11:47 Basquiat kernel: [    2.039784] Freeing unused kernel memory: 424k freed
Feb 18 09:11:47 Basquiat kernel: [    2.039865] Write protecting the kernel text: 2580k
Feb 18 09:11:47 Basquiat kernel: [    2.039911] Write protecting the kernel read-only data: 940k
Feb 18 09:11:47 Basquiat kernel: [    2.068972] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Feb 18 09:11:47 Basquiat kernel: [    2.392077] fuse init (API version 7.9)
Feb 18 09:11:47 Basquiat kernel: [    2.592924] ACPI: Transitioning device [FAN] to D3
Feb 18 09:11:47 Basquiat kernel: [    2.600044] fan PNP0C0B:00: registered as cooling_device0
Feb 18 09:11:47 Basquiat kernel: [    2.600056] ACPI: Fan [FAN] (off)
Feb 18 09:11:47 Basquiat kernel: [    2.616895] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
Feb 18 09:11:47 Basquiat kernel: [    2.616981] processor ACPI0007:00: registered as cooling_device1
Feb 18 09:11:47 Basquiat kernel: [    2.621605] thermal LNXTHERM:01: registered as thermal_zone0
Feb 18 09:11:47 Basquiat kernel: [    2.622359] ACPI: Thermal Zone [THRM] (55 C)
Feb 18 09:11:47 Basquiat kernel: [    3.615339] usbcore: registered new interface driver usbfs
Feb 18 09:11:47 Basquiat kernel: [    3.615385] usbcore: registered new interface driver hub
Feb 18 09:11:47 Basquiat kernel: [    3.621643] No dock devices found.
Feb 18 09:11:47 Basquiat kernel: [    3.655888] usbcore: registered new device driver usb
Feb 18 09:11:47 Basquiat kernel: [    3.662173] SCSI subsystem initialized
Feb 18 09:11:47 Basquiat kernel: [    3.662296] USB Universal Host Controller Interface driver v3.0
Feb 18 09:11:47 Basquiat kernel: [    3.662353] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    3.662369] uhci_hcd 0000:00:1d.0: setting latency timer to 64
Feb 18 09:11:47 Basquiat kernel: [    3.662375] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Feb 18 09:11:47 Basquiat kernel: [    3.662454] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
Feb 18 09:11:47 Basquiat kernel: [    3.662489] uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000efe0
Feb 18 09:11:47 Basquiat kernel: [    3.662767] usb usb1: configuration #1 chosen from 1 choice
Feb 18 09:11:47 Basquiat kernel: [    3.662819] hub 1-0:1.0: USB hub found
Feb 18 09:11:47 Basquiat kernel: [    3.662835] hub 1-0:1.0: 2 ports detected
Feb 18 09:11:47 Basquiat kernel: [    3.678396] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
Feb 18 09:11:47 Basquiat kernel: [    3.678402] e100: Copyright(c) 1999-2006 Intel Corporation
Feb 18 09:11:47 Basquiat kernel: [    3.788849] libata version 3.00 loaded.
Feb 18 09:11:47 Basquiat kernel: [    3.869009] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    3.869018] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    3.869035] uhci_hcd 0000:00:1d.1: setting latency timer to 64
Feb 18 09:11:47 Basquiat kernel: [    3.869040] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Feb 18 09:11:47 Basquiat kernel: [    3.869090] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
Feb 18 09:11:47 Basquiat kernel: [    3.869125] uhci_hcd 0000:00:1d.1: irq 11, io base 0x0000ef80
Feb 18 09:11:47 Basquiat kernel: [    3.869328] usb usb2: configuration #1 chosen from 1 choice
Feb 18 09:11:47 Basquiat kernel: [    3.869379] hub 2-0:1.0: USB hub found
Feb 18 09:11:47 Basquiat kernel: [    3.869395] hub 2-0:1.0: 2 ports detected
Feb 18 09:11:47 Basquiat kernel: [    3.973021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    3.973029] pata_acpi 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    3.973086] pata_acpi 0000:00:1f.1: setting latency timer to 64
Feb 18 09:11:47 Basquiat kernel: [    3.973110] pata_acpi 0000:00:1f.1: PCI INT A disabled
Feb 18 09:11:47 Basquiat kernel: [    3.973547] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    3.973554] e100 0000:02:08.0: PCI INT A -> Link[LNKE] -> GSI 11 (level, low) -> IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    3.998055] e100 0000:02:08.0: PME# disabled
Feb 18 09:11:47 Basquiat kernel: [    3.998079] usb 1-1: new full speed USB device using uhci_hcd and address 2
Feb 18 09:11:47 Basquiat kernel: [    4.004342] e100: eth0: e100_probe: addr 0xfceff000, irq 11, MAC addr 00:00:39:f4:6a:8a
Feb 18 09:11:47 Basquiat kernel: [    4.010965] ata_piix 0000:00:1f.1: version 2.12
Feb 18 09:11:47 Basquiat kernel: [    4.010992] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
Feb 18 09:11:47 Basquiat kernel: [    4.011072] ata_piix 0000:00:1f.1: setting latency timer to 64
Feb 18 09:11:47 Basquiat kernel: [    4.011632] scsi0 : ata_piix
Feb 18 09:11:47 Basquiat kernel: [    4.013318] scsi1 : ata_piix
Feb 18 09:11:47 Basquiat kernel: [    4.014499] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xcfa0 irq 14
Feb 18 09:11:47 Basquiat kernel: [    4.014504] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xcfa8 irq 15
Feb 18 09:11:47 Basquiat kernel: [    4.176560] ata1.00: ATA-6: ST9120822A, 3.ALD, max UDMA/100
Feb 18 09:11:47 Basquiat kernel: [    4.176566] ata1.00: 234441648 sectors, multi 0: LBA48 
Feb 18 09:11:47 Basquiat kernel: [    4.190724] usb 1-1: configuration #1 chosen from 1 choice
Feb 18 09:11:47 Basquiat kernel: [    4.193481] ata1.00: configured for UDMA/100
Feb 18 09:11:47 Basquiat kernel: [    4.356913] ata2.00: ATAPI: DW-224E, 7.0A, max UDMA/33
Feb 18 09:11:47 Basquiat kernel: [    4.372394] ata2.00: configured for UDMA/33
Feb 18 09:11:47 Basquiat kernel: [    4.372595] scsi 0:0:0:0: Direct-Access     ATA      ST9120822A       3.AL PQ: 0 ANSI: 5
Feb 18 09:11:47 Basquiat kernel: [    4.373927] scsi 1:0:0:0: CD-ROM            TEAC     DW-224E          7.0A PQ: 0 ANSI: 5
Feb 18 09:11:47 Basquiat kernel: [    4.848513] scsi 0:0:0:0: Attached scsi generic sg0 type 0
Feb 18 09:11:47 Basquiat kernel: [    4.848580] scsi 1:0:0:0: Attached scsi generic sg1 type 5
Feb 18 09:11:47 Basquiat kernel: [    4.949441] Driver 'sd' needs updating - please use bus_type methods
Feb 18 09:11:47 Basquiat kernel: [    4.953946] sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
Feb 18 09:11:47 Basquiat kernel: [    4.953979] sd 0:0:0:0: [sda] Write Protect is off
Feb 18 09:11:47 Basquiat kernel: [    4.953984] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 18 09:11:47 Basquiat kernel: [    4.954035] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 18 09:11:47 Basquiat kernel: [    4.954169] sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
Feb 18 09:11:47 Basquiat kernel: [    4.954196] sd 0:0:0:0: [sda] Write Protect is off
Feb 18 09:11:47 Basquiat kernel: [    4.954201] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 18 09:11:47 Basquiat kernel: [    4.954250] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 18 09:11:47 Basquiat kernel: [    4.954257]  sda: sda1 sda2 <<4>Driver 'sr' needs updating - please use bus_type methods
Feb 18 09:11:47 Basquiat kernel: [    4.994934]  sda5 >
Feb 18 09:11:47 Basquiat kernel: [    4.995206] sd 0:0:0:0: [sda] Attached SCSI disk
Feb 18 09:11:47 Basquiat kernel: [    5.004382] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Feb 18 09:11:47 Basquiat kernel: [    5.004392] Uniform CD-ROM driver Revision: 3.20
Feb 18 09:11:47 Basquiat kernel: [    5.004575] sr 1:0:0:0: Attached scsi CD-ROM sr0
Feb 18 09:11:47 Basquiat kernel: [    5.074617] Marking TSC unstable due to TSC halts in idle
Feb 18 09:11:47 Basquiat kernel: [    5.357343] PM: Starting manual resume from disk
Feb 18 09:11:47 Basquiat kernel: [    5.357351] PM: Resume from partition 8:5
Feb 18 09:11:47 Basquiat kernel: [    5.357353] PM: Checking hibernation image.
Feb 18 09:11:47 Basquiat kernel: [    5.357600] PM: Resume from disk failed.
Feb 18 09:11:47 Basquiat kernel: [    5.439159] kjournald starting.  Commit interval 5 seconds
Feb 18 09:11:47 Basquiat kernel: [    5.439188] EXT3-fs: mounted filesystem with ordered data mode.
Feb 18 09:11:47 Basquiat kernel: [   13.867403] udevd version 124 started
Feb 18 09:11:47 Basquiat kernel: [   14.748356] Linux agpgart interface v0.103
Feb 18 09:11:47 Basquiat kernel: [   14.812905] agpgart-intel 0000:00:00.0: Intel 845G Chipset
Feb 18 09:11:47 Basquiat kernel: [   14.888291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Feb 18 09:11:47 Basquiat kernel: [   14.975529] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
Feb 18 09:11:47 Basquiat kernel: [   14.975769] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 18 09:11:47 Basquiat kernel: [   15.093479] intel_rng: FWH not detected
Feb 18 09:11:47 Basquiat kernel: [   15.552282] iTCO_vendor_support: vendor-support=0
Feb 18 09:11:47 Basquiat kernel: [   15.602686] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
Feb 18 09:11:47 Basquiat kernel: [   15.602848] iTCO_wdt: Found a ICH3-M TCO device (Version=1, TCOBASE=0xee60)
Feb 18 09:11:47 Basquiat kernel: [   15.603088] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Feb 18 09:11:47 Basquiat kernel: [   15.728416] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Feb 18 09:11:47 Basquiat kernel: [   15.740095] ACPI: Power Button (FF) [PWRF]
Feb 18 09:11:47 Basquiat kernel: [   15.740338] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
Feb 18 09:11:47 Basquiat kernel: [   15.740459] ACPI: Lid Switch [LID]
Feb 18 09:11:47 Basquiat kernel: [   15.782798] ACPI: AC Adapter [ADP1] (on-line)
Feb 18 09:11:47 Basquiat kernel: [   16.005882] ACPI: Battery Slot [BAT1] (battery present)
Feb 18 09:11:47 Basquiat kernel: [   16.300281] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19a-dev
Feb 18 09:11:47 Basquiat kernel: [   16.300287] toshiba_acpi:     HCI method: \_SB_.VALD.GHCI
Feb 18 09:11:47 Basquiat kernel: [   16.302189] toshiba_acpi: Toshiba hotkeys are sent as ACPI events
Feb 18 09:11:47 Basquiat kernel: [   16.302196] toshiba_acpi: ktoshkeyd will check 2 times per second
Feb 18 09:11:47 Basquiat kernel: [   16.303105] toshiba_acpi: Dropped 0 keys from the queue on startup
Feb 18 09:11:47 Basquiat kernel: [   16.944339] Yenta: CardBus bridge found at 0000:02:0b.0 [1179:0001]
Feb 18 09:11:47 Basquiat kernel: [   17.036828] input: PC Speaker as /devices/platform/pcspkr/input/input4
Feb 18 09:11:47 Basquiat kernel: [   17.072851] Yenta: ISA IRQ mask 0x04b8, PCI irq 11
Feb 18 09:11:47 Basquiat kernel: [   17.072858] Socket status: 30000007
Feb 18 09:11:47 Basquiat kernel: [   17.072864] pcmcia: parent PCI bridge I/O window: 0xd000 - 0xdfff
Feb 18 09:11:47 Basquiat kernel: [   17.072869] cs: IO port probe 0xd000-0xdfff: clean.
Feb 18 09:11:47 Basquiat kernel: [   17.073170] pcmcia: parent PCI bridge Memory window: 0xfce00000 - 0xfcefffff
Feb 18 09:11:47 Basquiat kernel: [   17.073175] pcmcia: parent PCI bridge Memory window: 0x30000000 - 0x37ffffff
Feb 18 09:11:47 Basquiat kernel: [   17.182339] Yenta: CardBus bridge found at 0000:02:0b.1 [1179:0001]
Feb 18 09:11:47 Basquiat kernel: [   17.308780] Yenta: ISA IRQ mask 0x04b8, PCI irq 11
Feb 18 09:11:47 Basquiat kernel: [   17.308787] Socket status: 30000007
Feb 18 09:11:47 Basquiat kernel: [   17.308792] Yenta: Raising subordinate bus# of parent bus (#02) from #05 to #08
Feb 18 09:11:47 Basquiat kernel: [   17.308801] pcmcia: parent PCI bridge I/O window: 0xd000 - 0xdfff
Feb 18 09:11:47 Basquiat kernel: [   17.308806] cs: IO port probe 0xd000-0xdfff: clean.
Feb 18 09:11:47 Basquiat kernel: [   17.309106] pcmcia: parent PCI bridge Memory window: 0xfce00000 - 0xfcefffff
Feb 18 09:11:47 Basquiat kernel: [   17.309111] pcmcia: parent PCI bridge Memory window: 0x30000000 - 0x37ffffff
Feb 18 09:11:47 Basquiat kernel: [   17.483489] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input5
Feb 18 09:11:47 Basquiat kernel: [   17.517917] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input6
Feb 18 09:11:47 Basquiat kernel: [   17.658683] parport_pc 00:0a: reported by Plug and Play ACPI
Feb 18 09:11:47 Basquiat kernel: [   17.658743] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
Feb 18 09:11:47 Basquiat kernel: [   18.025211] acpi device:1b: registered as cooling_device2
Feb 18 09:11:47 Basquiat kernel: [   18.025697] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:19/device:1a/input/input7
Feb 18 09:11:47 Basquiat kernel: [   18.036067] ACPI: Video Device [VGA] (multi-head: yes  rom: yes  post: no)
Feb 18 09:11:47 Basquiat kernel: [   18.364217] Intel ICH 0000:00:1f.5: power state changed by ACPI to D0
Feb 18 09:11:47 Basquiat kernel: [   18.364235] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
Feb 18 09:11:47 Basquiat kernel: [   18.364262] Intel ICH 0000:00:1f.5: setting latency timer to 64
Feb 18 09:11:47 Basquiat kernel: [   18.388461] usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3A11
Feb 18 09:11:47 Basquiat kernel: [   18.388504] usbcore: registered new interface driver usblp
Feb 18 09:11:47 Basquiat kernel: [   18.688066] intel8x0_measure_ac97_clock: measured 54851 usecs
Feb 18 09:11:47 Basquiat kernel: [   18.688073] intel8x0: clocking to 48000
Feb 18 09:11:47 Basquiat kernel: [   21.485613] cs: IO port probe 0x100-0x3af: clean.
Feb 18 09:11:47 Basquiat kernel: [   21.486823] cs: IO port probe 0x3e0-0x4ff: clean.
Feb 18 09:11:47 Basquiat kernel: [   21.487346] cs: IO port probe 0x820-0x8ff: clean.
Feb 18 09:11:47 Basquiat kernel: [   21.487809] cs: IO port probe 0xc00-0xcf7: clean.
Feb 18 09:11:47 Basquiat kernel: [   21.488550] cs: IO port probe 0xa00-0xaff: clean.
Feb 18 09:11:47 Basquiat kernel: [   21.489410] cs: IO port probe 0x100-0x3af: clean.
Feb 18 09:11:47 Basquiat kernel: [   21.490619] cs: IO port probe 0x3e0-0x4ff: clean.
Feb 18 09:11:47 Basquiat kernel: [   21.491142] cs: IO port probe 0x820-0x8ff: clean.
Feb 18 09:11:47 Basquiat kernel: [   21.491606] cs: IO port probe 0xc00-0xcf7: clean.
Feb 18 09:11:47 Basquiat kernel: [   21.492380] cs: IO port probe 0xa00-0xaff: clean.
Feb 18 09:11:47 Basquiat kernel: [   21.846759] lp0: using parport0 (interrupt-driven).
Feb 18 09:11:47 Basquiat kernel: [   22.089895] Adding 1510068k swap on /dev/sda5.  Priority:-1 extents:1 across:1510068k
Feb 18 09:11:47 Basquiat kernel: [   22.667446] EXT3 FS on sda1, internal journal
Feb 18 09:11:47 Basquiat kernel: [   24.307818] type=1505 audit(1234966302.639:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=3865
Feb 18 09:11:47 Basquiat kernel: [   24.608697] type=1505 audit(1234966302.943:3): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=3870
Feb 18 09:11:47 Basquiat kernel: [   24.609159] type=1505 audit(1234966302.943:4): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=3870
Feb 18 09:11:47 Basquiat kernel: [   24.690439] type=1505 audit(1234966303.023:5): operation="profile_load" name="/usr/sbin/mysqld" name2="default" pid=3874
Feb 18 09:11:47 Basquiat kernel: [   24.932879] ip_tables: (C) 2000-2006 Netfilter Core Team
Feb 18 09:11:47 Basquiat kernel: [   27.932834] ACPI: WMI: Mapper loaded
Feb 18 09:11:47 Basquiat kernel: [   29.327222] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
Feb 18 09:11:47 Basquiat avahi-daemon[4459]: Found user 'avahi' (UID 110) and group 'avahi' (GID 121).
Feb 18 09:11:47 Basquiat avahi-daemon[4459]: Successfully dropped root privileges.
Feb 18 09:11:47 Basquiat avahi-daemon[4459]: avahi-daemon 0.6.23 starting up.
Feb 18 09:11:47 Basquiat avahi-daemon[4459]: Successfully called chroot().
Feb 18 09:11:47 Basquiat avahi-daemon[4459]: Successfully dropped remaining capabilities.
Feb 18 09:11:47 Basquiat avahi-daemon[4459]: No service file found in /etc/avahi/services.
Feb 18 09:11:47 Basquiat avahi-daemon[4459]: Network interface enumeration completed.
Feb 18 09:11:47 Basquiat avahi-daemon[4459]: Registering HINFO record with values 'I686'/'LINUX'.
Feb 18 09:11:47 Basquiat avahi-daemon[4459]: Server startup complete. Host name is Basquiat.local. Local service cookie is 3608702661.
Feb 18 09:11:47 Basquiat kernel: [   29.437840] apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16ac)
Feb 18 09:11:47 Basquiat kernel: [   29.437849] apm: overridden by ACPI.
Feb 18 09:11:47 Basquiat kernel: [   29.637372] ppdev: user-space parallel port driver
Feb 18 09:11:49 Basquiat kernel: [   31.592061] Clocksource tsc unstable (delta = -176072120 ns)
Feb 18 09:11:50 Basquiat kernel: [   31.969095] vboxdrv: Trying to deactivate the NMI watchdog permanently...
Feb 18 09:11:50 Basquiat kernel: [   31.969110] vboxdrv: Successfully done.
Feb 18 09:11:50 Basquiat kernel: [   31.969116] vboxdrv: Found 1 processor cores.
Feb 18 09:11:50 Basquiat kernel: [   31.972836] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
Feb 18 09:11:50 Basquiat kernel: [   31.972854] vboxdrv: Successfully loaded version 2.0.4_OSE (interface 0x00090000).
Feb 18 09:11:50 Basquiat kernel: [   32.334352] NET: Registered protocol family 10
Feb 18 09:11:50 Basquiat kernel: [   32.337112] lo: Disabled Privacy Extensions
Feb 18 09:11:52 Basquiat acpid: client connected from 4845[111:122] 
Feb 18 09:11:52 Basquiat bluetoothd[4906]: Bluetooth daemon
Feb 18 09:11:53 Basquiat kernel: [   34.706903] Bluetooth: Core ver 2.13
Feb 18 09:11:53 Basquiat kernel: [   34.709772] NET: Registered protocol family 31
Feb 18 09:11:53 Basquiat kernel: [   34.709781] Bluetooth: HCI device and connection manager initialized
Feb 18 09:11:53 Basquiat kernel: [   34.709788] Bluetooth: HCI socket layer initialized
Feb 18 09:11:53 Basquiat bluetoothd[4906]: Starting SDP server
Feb 18 09:11:53 Basquiat kernel: [   34.748968] Bluetooth: L2CAP ver 2.11
Feb 18 09:11:53 Basquiat kernel: [   34.748977] Bluetooth: L2CAP socket layer initialized
Feb 18 09:11:53 Basquiat kernel: [   34.798195] Bluetooth: SCO (Voice Link) ver 0.6
Feb 18 09:11:53 Basquiat kernel: [   34.798204] Bluetooth: SCO socket layer initialized
Feb 18 09:11:53 Basquiat bluetoothd[4906]: Starting experimental netlink support
Feb 18 09:11:53 Basquiat bluetoothd[4906]: Failed to find Bluetooth netlink family
Feb 18 09:11:53 Basquiat bluetoothd[4906]: Can't init plugin /usr/lib/bluetooth/plugins/netlink.so
Feb 18 09:11:53 Basquiat kernel: [   34.973657] Bluetooth: RFCOMM socket layer initialized
Feb 18 09:11:53 Basquiat kernel: [   34.974079] Bluetooth: RFCOMM TTY layer initialized
Feb 18 09:11:53 Basquiat kernel: [   34.974087] Bluetooth: RFCOMM ver 1.10
Feb 18 09:11:53 Basquiat kernel: [   34.986452] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 18 09:11:53 Basquiat kernel: [   34.986462] Bluetooth: BNEP filters: protocol multicast
Feb 18 09:11:53 Basquiat kernel: [   35.243682] Bridge firewalling registered
Feb 18 09:11:53 Basquiat bluetoothd[4906]: bridge pan0 created
Feb 18 09:11:53 Basquiat NetworkManager: <info>  starting... 
Feb 18 09:11:53 Basquiat NetworkManager: <info>  eth0: driver is 'e100'. 
Feb 18 09:11:53 Basquiat NetworkManager: <info>  Found new Ethernet device 'eth0'. 
Feb 18 09:11:53 Basquiat NetworkManager: <info>  (eth0): exported as /org/freedesktop/Hal/devices/net_00_00_39_f4_6a_8a 
Feb 18 09:11:53 Basquiat NetworkManager: <info>  Trying to start the supplicant... 
Feb 18 09:11:53 Basquiat NetworkManager: <info>  Trying to start the system settings daemon... 
Feb 18 09:11:53 Basquiat nm-system-settings:    SCPlugin-Ifupdown: init!
Feb 18 09:11:53 Basquiat nm-system-settings:    SCPlugin-Ifupdown: update_system_hostname
Feb 18 09:11:53 Basquiat nm-system-settings:    SCPluginIfupdown: management mode: unmanaged
Feb 18 09:11:53 Basquiat nm-system-settings:    SCPlugin-Ifupdown: device added (udi: /org/freedesktop/Hal/devices/net_00_00_39_f4_6a_8a, iface: eth0): not well known
Feb 18 09:11:53 Basquiat nm-system-settings:    SCPlugin-Ifupdown: end _init.
Feb 18 09:11:53 Basquiat nm-system-settings: Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Feb 18 09:11:53 Basquiat nm-system-settings: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Feb 18 09:11:53 Basquiat nm-system-settings:    SCPlugin-Ifupdown: (159912168) ... get_connections.
Feb 18 09:11:53 Basquiat nm-system-settings:    SCPlugin-Ifupdown: (159912168) ... get_connections (managed=false): return empty list.
Feb 18 09:11:54 Basquiat nm-system-settings:    Ifupdown: get unmanaged devices count: 0
Feb 18 09:11:54 Basquiat hal_lpadmin: Running hal_lpadmin
Feb 18 09:11:54 Basquiat hal_lpadmin: Running hal_lpadmin
Feb 18 09:11:55 Basquiat hal_lpadmin: hal_lpadmin triggered by low-level USB device
Feb 18 09:11:55 Basquiat hal_lpadmin: Polling device ID from the printer
Feb 18 09:11:55 Basquiat hal_lpadmin: hal_lpadmin triggered by usblp kernel module
Feb 18 09:11:55 Basquiat hal_lpadmin: Using device ID from HAL database entry
Feb 18 09:11:55 Basquiat hal_lpadmin: add
Feb 18 09:11:55 Basquiat hal_lpadmin: Device 001:002: /org/freedesktop/Hal/devices/usb_device_3f0_3a11_MY417F30QY96_if1
Feb 18 09:11:55 Basquiat hal_lpadmin: Stopping hal_lpadmin triggered by low-level USB device
Feb 18 09:11:56 Basquiat acpid: client connected from 5011[0:0] 
Feb 18 09:11:57 Basquiat python: hp-makeuri[5004]: warning: hp-makeuri should not be run as root.
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): device state change: 1 -> 2 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): bringing up device. 
Feb 18 09:11:57 Basquiat kernel: [   39.466086] ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 18 09:11:57 Basquiat kernel: [   39.468282] e100: eth0: e100_watchdog: link up, 10Mbps, half-duplex
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): preparing device. 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): deactivating device (reason: 2). 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): carrier now ON (device state 2) 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): device state change: 2 -> 3 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): carrier now OFF (device state 3) 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): device state change: 3 -> 2 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): deactivating device (reason: 0). 
Feb 18 09:11:57 Basquiat kernel: [   39.481775] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): carrier now ON (device state 2) 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): device state change: 2 -> 3 
Feb 18 09:11:57 Basquiat hal_lpadmin: URIs: ['hp:/usb/officejet_5500_series?serial=MY417F30QY96', 'usb://hp/officejet%205500%20series?serial=MY417F30QY96', 'hal:///org/freedesktop/Hal/devices/usb_device_3f0_3a11_MY417F30QY96_if1_printer_MY417F30QY96']
Feb 18 09:11:57 Basquiat nm-system-settings: Adding default connection 'Auto eth0' for /org/freedesktop/Hal/devices/net_00_00_39_f4_6a_8a
Feb 18 09:11:57 Basquiat NetworkManager: <info>  Activation (eth0) starting connection 'Auto eth0' 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): device state change: 3 -> 4 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  Activation (eth0) Stage 1 of 5 (Device Prepare) started... 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  Activation (eth0) Stage 1 of 5 (Device Prepare) complete. 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  Activation (eth0) Stage 2 of 5 (Device Configure) starting... 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  (eth0): device state change: 4 -> 5 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  Activation (eth0) Stage 2 of 5 (Device Configure) successful. 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. 
Feb 18 09:11:57 Basquiat NetworkManager: <info>  Activation (eth0) Stage 2 of 5 (Device Configure) complete. 
Feb 18 09:11:58 Basquiat NetworkManager: <info>  Activation (eth0) Stage 3 of 5 (IP Configure Start) started... 
Feb 18 09:11:58 Basquiat NetworkManager: <info>  (eth0): device state change: 5 -> 7 
Feb 18 09:11:58 Basquiat NetworkManager: <info>  Activation (eth0) Beginning DHCP transaction. 
Feb 18 09:11:58 Basquiat NetworkManager: <info>  dhclient started with pid 5048 
Feb 18 09:11:58 Basquiat NetworkManager: <info>  Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. 
Feb 18 09:11:58 Basquiat dhclient: Internet Systems Consortium DHCP Client V3.1.1
Feb 18 09:11:58 Basquiat dhclient: Copyright 2004-2008 Internet Systems Consortium.
Feb 18 09:11:58 Basquiat dhclient: All rights reserved.
Feb 18 09:11:58 Basquiat dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Feb 18 09:11:58 Basquiat dhclient: 
Feb 18 09:11:58 Basquiat NetworkManager: <info>  DHCP: device eth0 state changed (null) -> preinit 
Feb 18 09:11:58 Basquiat kernel: [   39.815683] NET: Registered protocol family 17
Feb 18 09:11:58 Basquiat dhclient: Listening on LPF/eth0/00:00:39:f4:6a:8a
Feb 18 09:11:58 Basquiat dhclient: Sending on   LPF/eth0/00:00:39:f4:6a:8a
Feb 18 09:11:58 Basquiat dhclient: Sending on   Socket/fallback
Feb 18 09:11:58 Basquiat python: hp-makeuri[5051]: warning: hp-makeuri should not be run as root.
Feb 18 09:11:58 Basquiat hal_lpadmin: HPLIP Fax URIs: ['hpfax:/usb/officejet_5500_series?serial=MY417F30QY96']
Feb 18 09:11:58 Basquiat hal_lpadmin: Not adding printer: officejet-5500-series already exists
Feb 18 09:11:58 Basquiat hal_lpadmin: Not adding fax printer: officejet-5500-series_fax already exists
Feb 18 09:11:58 Basquiat mysqld_safe[5120]: started
Feb 18 09:11:59 Basquiat dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
Feb 18 09:11:59 Basquiat avahi-daemon[4459]: Registering new address record for fe80::200:39ff:fef4:6a8a on eth0.*.
Feb 18 09:11:59 Basquiat mysqld[5124]: 090218  9:11:59  InnoDB: Started; log sequence number 0 43655
Feb 18 09:11:59 Basquiat dhclient: DHCPOFFER of 192.168.1.204 from 192.168.1.1
Feb 18 09:11:59 Basquiat dhclient: DHCPREQUEST of 192.168.1.204 on eth0 to 255.255.255.255 port 67
Feb 18 09:12:00 Basquiat dhclient: DHCPACK of 192.168.1.204 from 192.168.1.1
Feb 18 09:12:00 Basquiat NetworkManager: <info>  DHCP: device eth0 state changed preinit -> bound 
Feb 18 09:12:00 Basquiat NetworkManager: <info>  Activation (eth0) Stage 4 of 5 (IP Configure Get) scheduled... 
Feb 18 09:12:00 Basquiat NetworkManager: <info>  Activation (eth0) Stage 4 of 5 (IP Configure Get) started... 
Feb 18 09:12:00 Basquiat NetworkManager: <info>    address 192.168.1.204 
Feb 18 09:12:00 Basquiat NetworkManager: <info>    prefix 24 (255.255.255.0) 
Feb 18 09:12:00 Basquiat NetworkManager: <info>    gateway 192.168.1.1 
Feb 18 09:12:00 Basquiat NetworkManager: <info>    hostname 'Basquiat' 
Feb 18 09:12:00 Basquiat NetworkManager: <info>    nameserver '68.105.28.11' 
Feb 18 09:12:00 Basquiat NetworkManager: <info>    nameserver '68.105.29.11' 
Feb 18 09:12:00 Basquiat NetworkManager: <info>    nameserver '68.105.28.12' 
Feb 18 09:12:00 Basquiat NetworkManager: <info>    domain name 'cox.net' 
Feb 18 09:12:00 Basquiat NetworkManager: <info>  Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled... 
Feb 18 09:12:00 Basquiat NetworkManager: <info>  Activation (eth0) Stage 4 of 5 (IP Configure Get) complete. 
Feb 18 09:12:00 Basquiat NetworkManager: <info>  Activation (eth0) Stage 5 of 5 (IP Configure Commit) started... 
Feb 18 09:12:00 Basquiat avahi-daemon[4459]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.204.
Feb 18 09:12:00 Basquiat avahi-daemon[4459]: New relevant interface eth0.IPv4 for mDNS.
Feb 18 09:12:00 Basquiat avahi-daemon[4459]: Registering new address record for 192.168.1.204 on eth0.IPv4.
Feb 18 09:12:00 Basquiat dhclient: bound to 192.168.1.204 -- renewal in 42054 seconds.
Feb 18 09:12:00 Basquiat mysqld[5124]: 090218  9:12:00 [ERROR] /usr/sbin/mysqld: Table './mysql/user' is marked as crashed and should be repaired
Feb 18 09:12:00 Basquiat mysqld[5124]: 090218  9:12:00 [Warning] Checking table:   './mysql/user'
Feb 18 09:12:00 Basquiat mysqld[5124]: 090218  9:12:00 [ERROR] 1 client is using or hasn't closed the table properly
Feb 18 09:12:00 Basquiat mysqld[5124]: 090218  9:12:00 [Note] /usr/sbin/mysqld: ready for connections.
Feb 18 09:12:00 Basquiat mysqld[5124]: Version: '5.0.67-0ubuntu6'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
Feb 18 09:12:01 Basquiat NetworkManager: <info>  (eth0): device state change: 7 -> 8 
Feb 18 09:12:01 Basquiat /etc/mysql/debian-start[5183]: Upgrading MySQL tables if necessary.
Feb 18 09:12:01 Basquiat NetworkManager: <info>  Policy set 'Auto eth0' (eth0) as default for routing and DNS. 
Feb 18 09:12:01 Basquiat NetworkManager: <info>  Activation (eth0) successful, device activated. 
Feb 18 09:12:01 Basquiat NetworkManager: <info>  Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete. 
Feb 18 09:12:01 Basquiat /etc/mysql/debian-start[5188]: Looking for 'mysql' in: /usr/bin/mysql
Feb 18 09:12:01 Basquiat /etc/mysql/debian-start[5188]: Looking for 'mysqlcheck' in: /usr/bin/mysqlcheck
Feb 18 09:12:01 Basquiat /etc/mysql/debian-start[5188]: Running 'mysqlcheck'...
Feb 18 09:12:01 Basquiat /etc/mysql/debian-start[5188]: /usr/bin/mysqlcheck: Got error: 1045: Access denied for user 'debian-sys-maint'@'localhost' (using password: YES) when trying to connect
Feb 18 09:12:01 Basquiat /etc/mysql/debian-start[5188]: FATAL ERROR: Upgrade failed
Feb 18 09:12:01 Basquiat /etc/mysql/debian-start[5217]: Checking for insecure root accounts.
Feb 18 09:12:02 Basquiat anacron[5297]: Anacron 2.3 started on 2009-02-18
Feb 18 09:12:02 Basquiat anacron[5297]: Normal exit (0 jobs run)
Feb 18 09:12:05 Basquiat ntpdate[5273]: step time server 91.189.94.4 offset 3.221258 sec
Feb 18 09:12:05 Basquiat /usr/sbin/cron[5341]: (CRON) INFO (pidfile fd = 3)
Feb 18 09:12:05 Basquiat /usr/sbin/cron[5342]: (CRON) STARTUP (fork ok)
Feb 18 09:12:05 Basquiat /usr/sbin/cron[5342]: (CRON) INFO (Running @reboot jobs)
Feb 18 09:12:12 Basquiat kernel: [   50.448041] eth0: no IPv6 routers present
Feb 18 09:13:41 Basquiat gdm[5501]: Gtk-WARNING: Ignoring the separator setting 
Feb 18 09:13:48 Basquiat pulseaudio[5638]: ltdl-bind-now.c: Failed to find original dlopen loader.
Feb 18 09:13:48 Basquiat pulseaudio[5640]: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
Feb 18 09:13:48 Basquiat pulseaudio[5640]: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
Feb 18 09:13:48 Basquiat pulseaudio[5640]: alsa-util.c: Device front:0 doesn't support 44100 Hz, changed to 48000 Hz.
Feb 18 09:13:48 Basquiat pulseaudio[5640]: alsa-util.c: Device front:0 doesn't support 44100 Hz, changed to 48000 Hz.
Feb 18 09:13:51 Basquiat x-session-manager[5512]: WARNING: Unable to find provider 'gnome-wm' of required component 'windowmanager' 
Feb 18 09:14:03 Basquiat x-session-manager[5512]: WARNING: Application 'libcanberra-login-sound.desktop' failed to register before timeout 
Feb 18 09:14:05 Basquiat pulseaudio[5640]: module-x11-xsmp.c: X11 session manager not running.
Feb 18 09:14:05 Basquiat pulseaudio[5640]: module.c: Failed to load  module "module-x11-xsmp" (argument: ""): initialization failed.
Feb 18 09:14:08 Basquiat anacron[5860]: Anacron 2.3 started on 2009-02-18
Feb 18 09:14:08 Basquiat anacron[5860]: Normal exit (0 jobs run)
Feb 18 09:15:14 Basquiat kernel: [  233.320161] ppdev0: registered pardevice
Feb 18 09:15:14 Basquiat kernel: [  233.368079] ppdev0: unregistered pardevice
Feb 18 09:15:15 Basquiat kernel: [  234.273007] ppdev0: registered pardevice
Feb 18 09:15:15 Basquiat python: io/hpmud/pp.c 627: unable to read device-id ret=-1 
Feb 18 09:15:15 Basquiat kernel: [  234.320274] ppdev0: unregistered pardevice
Feb 18 09:15:15 Basquiat kernel: [  234.382128] ppdev0: registered pardevice
Feb 18 09:15:15 Basquiat hp: io/hpmud/pp.c 627: unable to read device-id ret=-1 
Feb 18 09:15:15 Basquiat kernel: [  234.428402] ppdev0: unregistered pardevice
Feb 18 09:17:01 Basquiat /USR/SBIN/CRON[6128]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Feb 18 09:31:50 Basquiat -- MARK --
Feb 18 09:39:02 Basquiat /USR/SBIN/CRON[6721]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
Feb 18 09:45:42 Basquiat kernel: [ 2060.948628] usblp0: removed
Feb 18 09:45:44 Basquiat hal_lpadmin: Running hal_lpadmin
Feb 18 09:45:45 Basquiat hal_lpadmin: hal_lpadmin triggered by usblp kernel module
Feb 18 09:45:45 Basquiat hal_lpadmin: Using device ID from HAL database entry
Feb 18 09:45:45 Basquiat hal_lpadmin: remove
Feb 18 09:45:45 Basquiat hal_lpadmin: Found configured printer: officejet-5500-series
Feb 18 09:45:46 Basquiat python: hp-makeuri[7014]: warning: hp-makeuri should not be run as root.
Feb 18 09:45:46 Basquiat kernel: [ 2065.110693] type=1503 audit(1234968346.664:6): operation="inode_permission" requested_mask="::rw" denied_mask="::rw" fsuid=7 name="/dev/tty" pid=7017 profile="/usr/sbin/cupsd"
Feb 18 09:45:46 Basquiat hal_lpadmin: Found configured printer: officejet-5500-series_fax
Feb 18 09:45:47 Basquiat python: hp-makeuri[7024]: warning: hp-makeuri should not be run as root.
Feb 18 09:45:48 Basquiat python: hp-makeuri[7028]: warning: hp-makeuri should not be run as root.
Feb 18 09:59:30 Basquiat console-kit-daemon[4755]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL 
Feb 18 09:59:31 Basquiat init: tty4 main process (4062) killed by TERM signal
Feb 18 09:59:31 Basquiat init: tty5 main process (4063) killed by TERM signal
Feb 18 09:59:31 Basquiat init: tty2 main process (4072) killed by TERM signal
Feb 18 09:59:31 Basquiat init: tty3 main process (4074) killed by TERM signal
Feb 18 09:59:31 Basquiat init: tty6 main process (4076) killed by TERM signal
Feb 18 09:59:31 Basquiat init: tty1 main process (5457) killed by TERM signal
Feb 18 09:59:33 Basquiat console-kit-daemon[4755]: GLib-GObject-WARNING: instance of invalid non-instantiatable type `(null)' 
Feb 18 09:59:33 Basquiat console-kit-daemon[4755]: GLib-GObject-CRITICAL: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed 
Feb 18 09:59:33 Basquiat console-kit-daemon[4755]: GLib-GObject-CRITICAL: g_object_unref: assertion `G_IS_OBJECT (object)' failed 
Feb 18 09:59:35 Basquiat acpid: client has disconnected 
Feb 18 09:59:38 Basquiat bonobo-activation-server (nomad-11866): could not associate with desktop session: Failed to connect to socket /tmp/dbus-vNmJsoODYr: Connection refused
Feb 18 09:59:40 Basquiat kernel: [ 2898.962342] apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16ac)
Feb 18 09:59:40 Basquiat kernel: [ 2898.962356] apm: disabled on user request.
Feb 18 09:59:45 Basquiat bluetoothd[4906]: bridge pan0 removed
Feb 18 09:59:45 Basquiat bluetoothd[4906]: Stopping SDP server
Feb 18 09:59:45 Basquiat bluetoothd[4906]: Exit
Feb 18 09:59:45 Basquiat avahi-daemon[4459]: Got SIGTERM, quitting.
Feb 18 09:59:45 Basquiat avahi-daemon[4459]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.1.204.
Feb 18 09:59:46 Basquiat exiting on signal 15
Feb 18 10:30:57 Basquiat syslogd 1.5.0#2ubuntu6: restart.
Feb 18 10:30:57 Basquiat kernel: Inspecting /boot/System.map-2.6.27-11-generic
Feb 18 10:30:58 Basquiat kernel: Cannot find map file.
Feb 18 10:30:58 Basquiat kernel: Loaded 47388 symbols from 86 modules.
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Initializing cgroup subsys cpuset
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Initializing cgroup subsys cpu
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Linux version 2.6.27-11-generic (buildd@rothera) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Jan 29 19:24:39 UTC 2009 (Ubuntu 2.6.27-11.27-generic)
Feb 18 10:30:58 Basquiat kernel: [    0.000000] BIOS-provided physical RAM map:
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 00000000000eee00 (reserved)
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000000eee00 - 00000000000ef000 (ACPI NVS)
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000000ef000 - 0000000000100000 (reserved)
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 000000001ffd0000 (usable)
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 000000001ffd0000 - 000000001ffe0000 (ACPI data)
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 000000001ffe0000 - 0000000020000000 (reserved)
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000feda0000 - 00000000fedc0000 (reserved)
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved)
Feb 18 10:30:58 Basquiat kernel: [    0.000000]  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
Feb 18 10:30:58 Basquiat kernel: [    0.000000] DMI 2.3 present.
Feb 18 10:30:58 Basquiat kernel: [    0.000000] last_pfn = 0x1ffd0 max_arch_pfn = 0x100000
Feb 18 10:30:58 Basquiat kernel: [    0.000000] kernel direct mapping tables up to 1ffd0000 @ 7000-d000
Feb 18 10:30:58 Basquiat kernel: [    0.000000] RAMDISK: 1f7ef000 - 1ffbf850
Feb 18 10:30:58 Basquiat kernel: [    0.000000] ACPI: RSDP 000F0180, 0014 (r0 TOSHIB)
Feb 18 10:30:58 Basquiat kernel: [    0.000000] ACPI: RSDT 1FFD0000, 002C (r1 TOSHIB 750        970814 TASM  4010000)
Feb 18 10:30:58 Basquiat kernel: [    0.000000] ACPI: FACP 1FFD0058, 0084 (r2 TOSHIB 750        970814 TASM  4010000)
Feb 18 10:30:58 Basquiat kernel: [    0.000000] ACPI: DSDT 1FFD0110, 5487 (r1 TOSHIB 2410     20020918 MSFT  100000A)
Feb 18 10:30:58 Basquiat kernel: [    0.000000] ACPI: FACS 000EEE00, 0040
Feb 18 10:30:58 Basquiat kernel: [    0.000000] ACPI: DBGP 1FFD00DC, 0034 (r1 TOSHIB 750        970814 TASM  4010000)
Feb 18 10:30:58 Basquiat kernel: [    0.000000] ACPI: DMI detected: Toshiba
Feb 18 10:30:58 Basquiat kernel: [    0.000000] 0MB HIGHMEM available.
Feb 18 10:30:58 Basquiat kernel: [    0.000000] 511MB LOWMEM available.
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   mapped low ram: 0 - 1ffd0000
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   low ram: 00000000 - 1ffd0000
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   bootmap 00002000 - 00005ffc
Feb 18 10:30:58 Basquiat kernel: [    0.000000] (9 early reservations) ==> bootmem [0000000000 - 001ffd0000]
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   #3 [0000100000 - 00005c29e0]    TEXT DATA BSS ==> [0000100000 - 00005c29e0]
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   #4 [001f7ef000 - 001ffbf850]          RAMDISK ==> [001f7ef000 - 001ffbf850]
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   #5 [00005c3000 - 00005c6000]    INIT_PG_TABLE ==> [00005c3000 - 00005c6000]
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   #6 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   #7 [0000007000 - 0000009000]          PGTABLE ==> [0000007000 - 0000009000]
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   #8 [0000002000 - 0000006000]          BOOTMAP ==> [0000002000 - 0000006000]
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Zone PFN ranges:
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   DMA      0x00000000 -> 0x00001000
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   Normal   0x00001000 -> 0x0001ffd0
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   HighMem  0x0001ffd0 -> 0x0001ffd0
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Movable zone start PFN for each node
Feb 18 10:30:58 Basquiat kernel: [    0.000000] early_node_map[2] active PFN ranges
Feb 18 10:30:58 Basquiat kernel: [    0.000000]     0: 0x00000000 -> 0x0000009f
Feb 18 10:30:58 Basquiat kernel: [    0.000000]     0: 0x00000100 -> 0x0001ffd0
Feb 18 10:30:58 Basquiat kernel: [    0.000000] On node 0 totalpages: 130927
Feb 18 10:30:58 Basquiat kernel: [    0.000000] free_area_init_node: node 0, pgdat c048c680, node_mem_map c1000000
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   DMA zone: 3963 pages, LIFO batch:0
Feb 18 10:30:58 Basquiat kernel: [    0.000000]   Normal zone: 125812 pages, LIFO batch:31
Feb 18 10:30:58 Basquiat kernel: [    0.000000] ACPI: PM-Timer IO Port: 0xee08
Feb 18 10:30:58 Basquiat kernel: [    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
Feb 18 10:30:58 Basquiat kernel: [    0.000000] mapped APIC to ffffb000 (01482000)
Feb 18 10:30:58 Basquiat kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Feb 18 10:30:58 Basquiat kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Feb 18 10:30:58 Basquiat kernel: [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000ee000
Feb 18 10:30:58 Basquiat kernel: [    0.000000] PM: Registered nosave memory: 00000000000ee000 - 00000000000ef000
Feb 18 10:30:58 Basquiat kernel: [    0.000000] PM: Registered nosave memory: 00000000000ef000 - 0000000000100000
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:deda0000)
Feb 18 10:30:58 Basquiat kernel: [    0.000000] PERCPU: Allocating 41628 bytes of per cpu data
Feb 18 10:30:58 Basquiat kernel: [    0.000000] NR_CPUS: 64, nr_cpu_ids: 1, nr_node_ids 1
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129775
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Kernel command line: root=UUID=fca701e6-cab4-4b82-851a-d5389d1c687e ro quiet splash 
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Enabling fast FPU save and restore... done.
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Enabling unmasked SIMD FPU exception support... done.
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Initializing CPU#0
Feb 18 10:30:58 Basquiat kernel: [    0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
Feb 18 10:30:58 Basquiat kernel: [    0.000000] TSC: PIT calibration confirmed by PMTIMER.
Feb 18 10:30:58 Basquiat kernel: [    0.000000] TSC: using PMTIMER calibration value
Feb 18 10:30:58 Basquiat kernel: [    0.000000] Detected 1993.530 MHz processor.
Feb 18 10:30:58 Basquiat kernel: [    0.004000] Console: colour VGA+ 80x25
Feb 18 10:30:58 Basquiat kernel: [    0.004000] console [tty0] enabled
Feb 18 10:30:58 Basquiat kernel: [    0.004000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Feb 18 10:30:58 Basquiat kernel: [    0.004000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Feb 18 10:30:58 Basquiat kernel: [    0.004000] Memory: 505532k/524096k available (2576k kernel code, 17992k reserved, 1165k data, 424k init, 0k highmem)
Feb 18 10:30:58 Basquiat kernel: [    0.004000] virtual kernel memory layout:
Feb 18 10:30:58 Basquiat kernel: [    0.004000]     fixmap  : 0xffc77000 - 0xfffff000   (3616 kB)
Feb 18 10:30:58 Basquiat kernel: [    0.004000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
Feb 18 10:30:58 Basquiat kernel: [    0.004000]     vmalloc : 0xe0800000 - 0xff3fe000   ( 491 MB)
Feb 18 10:30:58 Basquiat kernel: [    0.004000]     lowmem  : 0xc0000000 - 0xdffd0000   ( 511 MB)
Feb 18 10:30:58 Basquiat kernel: [    0.004000]       .init : 0xc04ad000 - 0xc0517000   ( 424 kB)
Feb 18 10:30:58 Basquiat kernel: [    0.004000]       .data : 0xc03840da - 0xc04a7680   (1165 kB)
Feb 18 10:30:58 Basquiat kernel: [    0.004000]       .text : 0xc0100000 - 0xc03840da   (2576 kB)
Feb 18 10:30:58 Basquiat kernel: [    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
Feb 18 10:30:58 Basquiat kernel: [    0.004000] CPA: page pool initialized 1 of 1 pages preallocated
Feb 18 10:30:58 Basquiat kernel: [    0.004000] SLUB: Genslabs=12, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Feb 18 10:30:58 Basquiat kernel: [    0.004014] Calibrating delay loop (skipped), value calculated using timer frequency.. 3987.06 BogoMIPS (lpj=7974120)
Feb 18 10:30:58 Basquiat kernel: [    0.004044] Security Framework initialized
Feb 18 10:30:58 Basquiat kernel: [    0.004055] SELinux:  Disabled at boot.
Feb 18 10:30:58 Basquiat kernel: [    0.004085] AppArmor: AppArmor initialized
Feb 18 10:30:58 Basquiat kernel: [    0.004101] Mount-cache hash table entries: 512
Feb 18 10:30:58 Basquiat kernel: [    0.004373] Initializing cgroup subsys ns
Feb 18 10:30:58 Basquiat kernel: [    0.004381] Initializing cgroup subsys cpuacct
Feb 18 10:30:58 Basquiat kernel: [    0.004386] Initializing cgroup subsys memory
Feb 18 10:30:58 Basquiat kernel: [    0.004412] CPU: Trace cache: 12K uops, L1 D cache: 8K
Feb 18 10:30:58 Basquiat kernel: [    0.004419] CPU: L2 cache: 512K
Feb 18 10:30:58 Basquiat kernel: [    0.004423] CPU: Hyper-Threading is disabled
Feb 18 10:30:58 Basquiat kernel: [    0.004445] Checking 'hlt' instruction... OK.
Feb 18 10:30:58 Basquiat kernel: [    0.020724] SMP alternatives: switching to UP code
Feb 18 10:30:58 Basquiat kernel: [    0.031942] Freeing SMP alternatives: 11k freed
Feb 18 10:30:58 Basquiat kernel: [    0.031951] ACPI: Core revision 20080609
Feb 18 10:30:58 Basquiat kernel: [    0.036412] ACPI: Checking initramfs for custom DSDT
Feb 18 10:30:58 Basquiat kernel: [    0.514506] ACPI: setting ELCR to 0200 (from 0e00)
Feb 18 10:30:58 Basquiat kernel: [    0.515048] weird, boot CPU (#0) not listedby the BIOS.
Feb 18 10:30:58 Basquiat kernel: [    0.515053] SMP motherboard not detected.
Feb 18 10:30:58 Basquiat kernel: [    0.515057] Local APIC not detected. Using dummy APIC emulation.
Feb 18 10:30:58 Basquiat kernel: [    0.515060] SMP disabled
Feb 18 10:30:58 Basquiat kernel: [    0.515170] Brought up 1 CPUs
Feb 18 10:30:58 Basquiat kernel: [    0.515174] Total of 1 processors activated (3987.06 BogoMIPS).
Feb 18 10:30:58 Basquiat kernel: [    0.515191] CPU0 attaching NULL sched-domain.
Feb 18 10:30:58 Basquiat kernel: [    0.515562] net_namespace: 840 bytes
Feb 18 10:30:58 Basquiat kernel: [    0.515576] Booting paravirtualized kernel on bare hardware
Feb 18 10:30:58 Basquiat kernel: [    0.515891] Time: 15:30:30  Date: 02/18/09
Feb 18 10:30:58 Basquiat kernel: [    0.516042] NET: Registered protocol family 16
Feb 18 10:30:58 Basquiat kernel: [    0.516611] EISA bus registered
Feb 18 10:30:58 Basquiat kernel: [    0.516646] ACPI: bus type pci registered
Feb 18 10:30:58 Basquiat kernel: [    0.516927] PCI: PCI BIOS revision 2.10 entry at 0xfd4df, last bus=5
Feb 18 10:30:58 Basquiat kernel: [    0.516932] PCI: Using configuration type 1 for base access
Feb 18 10:30:58 Basquiat kernel: [    0.519802] ACPI: EC: Look up EC in DSDT
Feb 18 10:30:58 Basquiat kernel: [    0.529318] ACPI: Interpreter enabled
Feb 18 10:30:58 Basquiat kernel: [    0.529398] ACPI: (supports S0 S3 S4 S5)
Feb 18 10:30:58 Basquiat kernel: [    0.529424] ACPI: Using PIC for interrupt routing
Feb 18 10:30:58 Basquiat kernel: [    0.541658] ACPI: PCI Root Bridge [PCI0] (0000:00)
Feb 18 10:30:58 Basquiat kernel: [    0.541783] PCI: 0000:00:00.0 reg 10 32bit mmio: [e0000000, efffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.541926] PCI: 0000:00:1d.0 reg 20 io port: [efe0, efff]
Feb 18 10:30:58 Basquiat kernel: [    0.541990] PCI: 0000:00:1d.1 reg 20 io port: [ef80, ef9f]
Feb 18 10:30:58 Basquiat kernel: [    0.542110] HPET not enabled in BIOS. You might try hpet=force boot option
Feb 18 10:30:58 Basquiat kernel: [    0.542120] pci 0000:00:1f.0: quirk: region ee00-ee7f claimed by ICH4 ACPI/GPIO/TCO
Feb 18 10:30:58 Basquiat kernel: [    0.542126] pci 0000:00:1f.0: quirk: region eec0-eeff claimed by ICH4 GPIO
Feb 18 10:30:58 Basquiat kernel: [    0.542153] PCI: 0000:00:1f.1 reg 10 io port: [cff8, cfff]
Feb 18 10:30:58 Basquiat kernel: [    0.542162] PCI: 0000:00:1f.1 reg 14 io port: [cff4, cff7]
Feb 18 10:30:58 Basquiat kernel: [    0.542171] PCI: 0000:00:1f.1 reg 18 io port: [cfe8, cfef]
Feb 18 10:30:58 Basquiat kernel: [    0.542180] PCI: 0000:00:1f.1 reg 1c io port: [cfe4, cfe7]
Feb 18 10:30:58 Basquiat kernel: [    0.542189] PCI: 0000:00:1f.1 reg 20 io port: [cfa0, cfaf]
Feb 18 10:30:58 Basquiat kernel: [    0.542198] PCI: 0000:00:1f.1 reg 24 32bit mmio: [38000000, 380003ff]
Feb 18 10:30:58 Basquiat kernel: [    0.542243] PCI: 0000:00:1f.5 reg 10 io port: [ce00, ceff]
Feb 18 10:30:58 Basquiat kernel: [    0.542252] PCI: 0000:00:1f.5 reg 14 io port: [cdc0, cdff]
Feb 18 10:30:58 Basquiat kernel: [    0.542332] PCI: 0000:01:00.0 reg 10 32bit mmio: [fd000000, fdffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.542340] PCI: 0000:01:00.0 reg 14 32bit mmio: [dc000000, dfffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.542348] PCI: 0000:01:00.0 reg 18 32bit mmio: [dbf80000, dbffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.542369] PCI: 0000:01:00.0 reg 30 32bit mmio: [0, 1ffff]
Feb 18 10:30:58 Basquiat kernel: [    0.542427] PCI: bridge 0000:00:01.0 32bit mmio: [fd000000, fdffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.542433] PCI: bridge 0000:00:01.0 32bit mmio pref: [dbf00000, dfffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.542486] PCI: 0000:02:08.0 reg 10 32bit mmio: [fceff000, fcefffff]
Feb 18 10:30:58 Basquiat kernel: [    0.542495] PCI: 0000:02:08.0 reg 14 io port: [df40, df7f]
Feb 18 10:30:58 Basquiat kernel: [    0.542538] pci 0000:02:08.0: supports D1
Feb 18 10:30:58 Basquiat kernel: [    0.542541] pci 0000:02:08.0: supports D2
Feb 18 10:30:58 Basquiat kernel: [    0.542545] pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 18 10:30:58 Basquiat kernel: [    0.542551] pci 0000:02:08.0: PME# disabled
Feb 18 10:30:58 Basquiat kernel: [    0.542591] PCI: 0000:02:0b.0 reg 10 32bit mmio: [0, fff]
Feb 18 10:30:58 Basquiat kernel: [    0.542645] PCI: 0000:02:0b.1 reg 10 32bit mmio: [0, fff]
Feb 18 10:30:58 Basquiat kernel: [    0.542702] pci 0000:00:1e.0: transparent bridge
Feb 18 10:30:58 Basquiat kernel: [    0.542708] PCI: bridge 0000:00:1e.0 io port: [d000, dfff]
Feb 18 10:30:58 Basquiat kernel: [    0.542715] PCI: bridge 0000:00:1e.0 32bit mmio: [fce00000, fcefffff]
Feb 18 10:30:58 Basquiat kernel: [    0.542772] bus 00 -> node 0
Feb 18 10:30:58 Basquiat kernel: [    0.542784] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Feb 18 10:30:58 Basquiat kernel: [    0.542844] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
Feb 18 10:30:58 Basquiat kernel: [    0.542958] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
Feb 18 10:30:58 Basquiat kernel: [    0.545548] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *11)
Feb 18 10:30:58 Basquiat kernel: [    0.545806] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *11)
Feb 18 10:30:58 Basquiat kernel: [    0.546060] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *11)
Feb 18 10:30:58 Basquiat kernel: [    0.546314] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *11)
Feb 18 10:30:58 Basquiat kernel: [    0.546569] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *11)
Feb 18 10:30:58 Basquiat kernel: [    0.546823] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 *11)
Feb 18 10:30:58 Basquiat kernel: [    0.547076] ACPI: PCI Interrupt Link [LNKG] (IRQs *10)
Feb 18 10:30:58 Basquiat kernel: [    0.547327] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 *11)
Feb 18 10:30:58 Basquiat kernel: [    0.547808] ACPI: Power Resource [PFAN] (off)
Feb 18 10:30:58 Basquiat kernel: [    0.547944] Linux Plug and Play Support v0.97 (c) Adam Belay
Feb 18 10:30:58 Basquiat kernel: [    0.548011] pnp: PnP ACPI init
Feb 18 10:30:58 Basquiat kernel: [    0.548054] ACPI: bus type pnp registered
Feb 18 10:30:58 Basquiat kernel: [    0.557607] pnp: PnP ACPI: found 11 devices
Feb 18 10:30:58 Basquiat kernel: [    0.557613] ACPI: ACPI bus type pnp unregistered
Feb 18 10:30:58 Basquiat kernel: [    0.557621] PnPBIOS: Disabled by ACPI PNP
Feb 18 10:30:58 Basquiat kernel: [    0.558300] PCI: Using ACPI for IRQ routing
Feb 18 10:30:58 Basquiat kernel: [    0.558475] NET: Registered protocol family 8
Feb 18 10:30:58 Basquiat kernel: [    0.558475] NET: Registered protocol family 20
Feb 18 10:30:58 Basquiat kernel: [    0.558475] NetLabel: Initializing
Feb 18 10:30:58 Basquiat kernel: [    0.558475] NetLabel:  domain hash size = 128
Feb 18 10:30:58 Basquiat kernel: [    0.558475] NetLabel:  protocols = UNLABELED CIPSOv4
Feb 18 10:30:58 Basquiat kernel: [    0.558475] NetLabel:  unlabeled traffic allowed by default
Feb 18 10:30:58 Basquiat kernel: [    0.558475] tracer: 772 pages allocated for 65536 entries of 48 bytes
Feb 18 10:30:58 Basquiat kernel: [    0.558475]    actual entries 65620
Feb 18 10:30:58 Basquiat kernel: [    0.558475] AppArmor: AppArmor Filesystem Enabled
Feb 18 10:30:58 Basquiat kernel: [    0.558475] ACPI: RTC can wake from S4
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:00: iomem range 0x0-0x9ffff could not be reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:00: iomem range 0xe0000-0xeffff could not be reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:00: iomem range 0x100000-0x1ffcffff could not be reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:00: iomem range 0x1ffd0000-0x1ffdffff could not be reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:00: iomem range 0x1ffe0000-0x1fffffff could not be reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:00: iomem range 0xfeda0000-0xfedbffff could not be reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:00: iomem range 0xffb80000-0xffbfffff could not be reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:00: iomem range 0xfff00000-0xffffffff could not be reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0x1e0-0x1ef has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0x480-0x48f has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0x680-0x6ff has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xe000-0xe07f has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xe080-0xe0ff has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xe400-0xe47f has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xe480-0xe4ff has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xe800-0xe87f has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xe880-0xe8ff has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xec00-0xec7f has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xec80-0xecff has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xee00-0xee87 could not be reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xeeac-0xeeac has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xeeb0-0xeebf has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xeec0-0xeeff has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xef00-0xef1f has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.558475] system 00:08: ioport range 0xef20-0xef3f has been reserved
Feb 18 10:30:58 Basquiat kernel: [    0.595251] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
Feb 18 10:30:58 Basquiat kernel: [    0.595256] pci 0000:00:01.0:   IO window: disabled
Feb 18 10:30:58 Basquiat kernel: [    0.595263] pci 0000:00:01.0:   MEM window: 0xfd000000-0xfdffffff
Feb 18 10:30:58 Basquiat kernel: [    0.595269] pci 0000:00:01.0:   PREFETCH window: 0x000000dbf00000-0x000000dfffffff
Feb 18 10:30:58 Basquiat kernel: [    0.595290] pci 0000:02:0b.0: CardBus bridge, secondary bus 0000:03
Feb 18 10:30:58 Basquiat kernel: [    0.595294] pci 0000:02:0b.0:   IO window: 0x00d000-0x00d0ff
Feb 18 10:30:58 Basquiat kernel: [    0.595300] pci 0000:02:0b.0:   IO window: 0x00d400-0x00d4ff
Feb 18 10:30:58 Basquiat kernel: [    0.595307] pci 0000:02:0b.0:   PREFETCH window: 0x30000000-0x33ffffff
Feb 18 10:30:58 Basquiat kernel: [    0.595313] pci 0000:02:0b.0:   MEM window: 0x3c000000-0x3fffffff
Feb 18 10:30:58 Basquiat kernel: [    0.595320] pci 0000:02:0b.1: CardBus bridge, secondary bus 0000:05
Feb 18 10:30:58 Basquiat kernel: [    0.595323] pci 0000:02:0b.1:   IO window: 0x00d800-0x00d8ff
Feb 18 10:30:58 Basquiat kernel: [    0.595330] pci 0000:02:0b.1:   IO window: 0x00dc00-0x00dcff
Feb 18 10:30:58 Basquiat kernel: [    0.595336] pci 0000:02:0b.1:   PREFETCH window: 0x34000000-0x37ffffff
Feb 18 10:30:58 Basquiat kernel: [    0.595343] pci 0000:02:0b.1:   MEM window: 0x40000000-0x43ffffff
Feb 18 10:30:58 Basquiat kernel: [    0.595350] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
Feb 18 10:30:58 Basquiat kernel: [    0.595355] pci 0000:00:1e.0:   IO window: 0xd000-0xdfff
Feb 18 10:30:58 Basquiat kernel: [    0.595363] pci 0000:00:1e.0:   MEM window: 0xfce00000-0xfcefffff
Feb 18 10:30:58 Basquiat kernel: [    0.595369] pci 0000:00:1e.0:   PREFETCH window: 0x00000030000000-0x00000037ffffff
Feb 18 10:30:58 Basquiat kernel: [    0.595395] pci 0000:00:1e.0: setting latency timer to 64
Feb 18 10:30:58 Basquiat kernel: [    0.595407] pci 0000:02:0b.0: enabling device (0000 -> 0003)
Feb 18 10:30:58 Basquiat kernel: [    0.595884] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    0.595889] PCI: setting IRQ 11 as level-triggered
Feb 18 10:30:58 Basquiat kernel: [    0.595896] pci 0000:02:0b.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    0.595912] pci 0000:02:0b.1: enabling device (0000 -> 0003)
Feb 18 10:30:58 Basquiat kernel: [    0.596322] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    0.596328] pci 0000:02:0b.1: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    0.596339] bus: 00 index 0 io port: [0, ffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596342] bus: 00 index 1 mmio: [0, ffffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596345] bus: 01 index 0 mmio: [0, 0]
Feb 18 10:30:58 Basquiat kernel: [    0.596348] bus: 01 index 1 mmio: [fd000000, fdffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596351] bus: 01 index 2 mmio: [dbf00000, dfffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596354] bus: 01 index 3 mmio: [0, 0]
Feb 18 10:30:58 Basquiat kernel: [    0.596357] bus: 02 index 0 io port: [d000, dfff]
Feb 18 10:30:58 Basquiat kernel: [    0.596360] bus: 02 index 1 mmio: [fce00000, fcefffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596364] bus: 02 index 2 mmio: [30000000, 37ffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596367] bus: 02 index 3 io port: [0, ffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596370] bus: 02 index 4 mmio: [0, ffffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596373] bus: 03 index 0 io port: [d000, d0ff]
Feb 18 10:30:58 Basquiat kernel: [    0.596376] bus: 03 index 1 io port: [d400, d4ff]
Feb 18 10:30:58 Basquiat kernel: [    0.596379] bus: 03 index 2 mmio: [30000000, 33ffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596382] bus: 03 index 3 mmio: [3c000000, 3fffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596386] bus: 05 index 0 io port: [d800, d8ff]
Feb 18 10:30:58 Basquiat kernel: [    0.596388] bus: 05 index 1 io port: [dc00, dcff]
Feb 18 10:30:58 Basquiat kernel: [    0.596392] bus: 05 index 2 mmio: [34000000, 37ffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596395] bus: 05 index 3 mmio: [40000000, 43ffffff]
Feb 18 10:30:58 Basquiat kernel: [    0.596417] NET: Registered protocol family 2
Feb 18 10:30:58 Basquiat kernel: [    0.596648] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
Feb 18 10:30:58 Basquiat kernel: [    0.597032] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
Feb 18 10:30:58 Basquiat kernel: [    0.597151] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
Feb 18 10:30:58 Basquiat kernel: [    0.597260] TCP: Hash tables configured (established 16384 bind 16384)
Feb 18 10:30:58 Basquiat kernel: [    0.597265] TCP reno registered
Feb 18 10:30:58 Basquiat kernel: [    0.597411] NET: Registered protocol family 1
Feb 18 10:30:58 Basquiat kernel: [    0.597617] checking if image is initramfs... it is
Feb 18 10:30:58 Basquiat kernel: [    1.096091] Switched to high resolution mode on CPU 0
Feb 18 10:30:58 Basquiat kernel: [    1.589202] Freeing initrd memory: 8002k freed
Feb 18 10:30:58 Basquiat kernel: [    1.590209] audit: initializing netlink socket (disabled)
Feb 18 10:30:58 Basquiat kernel: [    1.590243] type=2000 audit(1234971030.588:1): initialized
Feb 18 10:30:58 Basquiat kernel: [    1.596768] HugeTLB registered 4 MB page size, pre-allocated 0 pages
Feb 18 10:30:58 Basquiat kernel: [    1.600511] VFS: Disk quotas dquot_6.5.1
Feb 18 10:30:58 Basquiat kernel: [    1.600680] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Feb 18 10:30:58 Basquiat kernel: [    1.600864] msgmni has been set to 1003
Feb 18 10:30:58 Basquiat kernel: [    1.601082] io scheduler noop registered
Feb 18 10:30:58 Basquiat kernel: [    1.601087] io scheduler anticipatory registered
Feb 18 10:30:58 Basquiat kernel: [    1.601091] io scheduler deadline registered
Feb 18 10:30:58 Basquiat kernel: [    1.601115] io scheduler cfq registered (default)
Feb 18 10:30:58 Basquiat kernel: [    1.601193] pci 0000:01:00.0: Boot video device
Feb 18 10:30:58 Basquiat kernel: [    1.601213] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
Feb 18 10:30:58 Basquiat kernel: [    1.601806] isapnp: Scanning for PnP cards...
Feb 18 10:30:58 Basquiat kernel: [    1.955000] isapnp: No Plug & Play device found
Feb 18 10:30:58 Basquiat kernel: [    2.032826] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
Feb 18 10:30:58 Basquiat kernel: [    2.036829] brd: module loaded
Feb 18 10:30:58 Basquiat kernel: [    2.036959] input: Macintosh mouse button emulation as /devices/virtual/input/input0
Feb 18 10:30:58 Basquiat kernel: [    2.037171] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Feb 18 10:30:58 Basquiat kernel: [    2.042836] serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 18 10:30:58 Basquiat kernel: [    2.042846] serio: i8042 AUX port at 0x60,0x64 irq 12
Feb 18 10:30:58 Basquiat kernel: [    2.043539] mice: PS/2 mouse device common for all mice
Feb 18 10:30:58 Basquiat kernel: [    2.043948] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
Feb 18 10:30:58 Basquiat kernel: [    2.043973] rtc0: alarms up to one year
Feb 18 10:30:58 Basquiat kernel: [    2.044271] EISA: Probing bus 0 at eisa.0
Feb 18 10:30:58 Basquiat kernel: [    2.044303] EISA: Detected 0 cards.
Feb 18 10:30:58 Basquiat kernel: [    2.044309] cpuidle: using governor ladder
Feb 18 10:30:58 Basquiat kernel: [    2.044313] cpuidle: using governor menu
Feb 18 10:30:58 Basquiat kernel: [    2.045337] TCP cubic registered
Feb 18 10:30:58 Basquiat kernel: [    2.045387] Using IPI No-Shortcut mode
Feb 18 10:30:58 Basquiat kernel: [    2.045890] registered taskstats version 1
Feb 18 10:30:58 Basquiat kernel: [    2.046037]   Magic number: 13:395:538
Feb 18 10:30:58 Basquiat kernel: [    2.046257] rtc_cmos 00:07: setting system clock to 2009-02-18 15:30:32 UTC (1234971032)
Feb 18 10:30:58 Basquiat kernel: [    2.046262] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Feb 18 10:30:58 Basquiat kernel: [    2.046265] EDD information not available.
Feb 18 10:30:58 Basquiat kernel: [    2.046963] Freeing unused kernel memory: 424k freed
Feb 18 10:30:58 Basquiat kernel: [    2.047043] Write protecting the kernel text: 2580k
Feb 18 10:30:58 Basquiat kernel: [    2.047089] Write protecting the kernel read-only data: 940k
Feb 18 10:30:58 Basquiat kernel: [    2.073063] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Feb 18 10:30:58 Basquiat kernel: [    2.412078] fuse init (API version 7.9)
Feb 18 10:30:58 Basquiat kernel: [    2.618405] ACPI: Transitioning device [FAN] to D3
Feb 18 10:30:58 Basquiat kernel: [    2.618521] fan PNP0C0B:00: registered as cooling_device0
Feb 18 10:30:58 Basquiat kernel: [    2.618533] ACPI: Fan [FAN] (off)
Feb 18 10:30:58 Basquiat kernel: [    2.631518] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
Feb 18 10:30:58 Basquiat kernel: [    2.631607] processor ACPI0007:00: registered as cooling_device1
Feb 18 10:30:58 Basquiat kernel: [    2.636263] thermal LNXTHERM:01: registered as thermal_zone0
Feb 18 10:30:58 Basquiat kernel: [    2.637025] ACPI: Thermal Zone [THRM] (55 C)
Feb 18 10:30:58 Basquiat kernel: [    3.636711] usbcore: registered new interface driver usbfs
Feb 18 10:30:58 Basquiat kernel: [    3.636758] usbcore: registered new interface driver hub
Feb 18 10:30:58 Basquiat kernel: [    3.639311] No dock devices found.
Feb 18 10:30:58 Basquiat kernel: [    3.668402] usbcore: registered new device driver usb
Feb 18 10:30:58 Basquiat kernel: [    3.698346] SCSI subsystem initialized
Feb 18 10:30:58 Basquiat kernel: [    3.698473] USB Universal Host Controller Interface driver v3.0
Feb 18 10:30:58 Basquiat kernel: [    3.698530] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    3.698548] uhci_hcd 0000:00:1d.0: setting latency timer to 64
Feb 18 10:30:58 Basquiat kernel: [    3.698554] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Feb 18 10:30:58 Basquiat kernel: [    3.698635] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
Feb 18 10:30:58 Basquiat kernel: [    3.698671] uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000efe0
Feb 18 10:30:58 Basquiat kernel: [    3.698945] usb usb1: configuration #1 chosen from 1 choice
Feb 18 10:30:58 Basquiat kernel: [    3.698998] hub 1-0:1.0: USB hub found
Feb 18 10:30:58 Basquiat kernel: [    3.699015] hub 1-0:1.0: 2 ports detected
Feb 18 10:30:58 Basquiat kernel: [    3.706909] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
Feb 18 10:30:58 Basquiat kernel: [    3.706915] e100: Copyright(c) 1999-2006 Intel Corporation
Feb 18 10:30:58 Basquiat kernel: [    3.805461] libata version 3.00 loaded.
Feb 18 10:30:58 Basquiat kernel: [    3.904962] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    3.904972] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    3.904988] uhci_hcd 0000:00:1d.1: setting latency timer to 64
Feb 18 10:30:58 Basquiat kernel: [    3.904994] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Feb 18 10:30:58 Basquiat kernel: [    3.905042] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
Feb 18 10:30:58 Basquiat kernel: [    3.905077] uhci_hcd 0000:00:1d.1: irq 11, io base 0x0000ef80
Feb 18 10:30:58 Basquiat kernel: [    3.905311] usb usb2: configuration #1 chosen from 1 choice
Feb 18 10:30:58 Basquiat kernel: [    3.905359] hub 2-0:1.0: USB hub found
Feb 18 10:30:58 Basquiat kernel: [    3.905377] hub 2-0:1.0: 2 ports detected
Feb 18 10:30:58 Basquiat kernel: [    4.009073] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    4.009081] pata_acpi 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    4.009141] pata_acpi 0000:00:1f.1: setting latency timer to 64
Feb 18 10:30:58 Basquiat kernel: [    4.009165] pata_acpi 0000:00:1f.1: PCI INT A disabled
Feb 18 10:30:58 Basquiat kernel: [    4.010645] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    4.010652] e100 0000:02:08.0: PCI INT A -> Link[LNKE] -> GSI 11 (level, low) -> IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    4.035116] e100 0000:02:08.0: PME# disabled
Feb 18 10:30:58 Basquiat kernel: [    4.035141] usb 1-1: new full speed USB device using uhci_hcd and address 2
Feb 18 10:30:58 Basquiat kernel: [    4.038727] e100: eth0: e100_probe: addr 0xfceff000, irq 11, MAC addr 00:00:39:f4:6a:8a
Feb 18 10:30:58 Basquiat kernel: [    4.044463] ata_piix 0000:00:1f.1: version 2.12
Feb 18 10:30:58 Basquiat kernel: [    4.044489] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
Feb 18 10:30:58 Basquiat kernel: [    4.044566] ata_piix 0000:00:1f.1: setting latency timer to 64
Feb 18 10:30:58 Basquiat kernel: [    4.045887] scsi0 : ata_piix
Feb 18 10:30:58 Basquiat kernel: [    4.046076] scsi1 : ata_piix
Feb 18 10:30:58 Basquiat kernel: [    4.047223] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xcfa0 irq 14
Feb 18 10:30:58 Basquiat kernel: [    4.047229] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xcfa8 irq 15
Feb 18 10:30:58 Basquiat kernel: [    4.208561] ata1.00: ATA-6: ST9120822A, 3.ALD, max UDMA/100
Feb 18 10:30:58 Basquiat kernel: [    4.208569] ata1.00: 234441648 sectors, multi 0: LBA48 
Feb 18 10:30:58 Basquiat kernel: [    4.224486] ata1.00: configured for UDMA/100
Feb 18 10:30:58 Basquiat kernel: [    4.233904] usb 1-1: configuration #1 chosen from 1 choice
Feb 18 10:30:58 Basquiat kernel: [    4.388451] ata2.00: ATAPI: DW-224E, 7.0A, max UDMA/33
Feb 18 10:30:58 Basquiat kernel: [    4.404397] ata2.00: configured for UDMA/33
Feb 18 10:30:58 Basquiat kernel: [    4.404599] scsi 0:0:0:0: Direct-Access     ATA      ST9120822A       3.AL PQ: 0 ANSI: 5
Feb 18 10:30:58 Basquiat kernel: [    4.405816] scsi 1:0:0:0: CD-ROM            TEAC     DW-224E          7.0A PQ: 0 ANSI: 5
Feb 18 10:30:58 Basquiat kernel: [    4.858235] scsi 0:0:0:0: Attached scsi generic sg0 type 0
Feb 18 10:30:58 Basquiat kernel: [    4.858306] scsi 1:0:0:0: Attached scsi generic sg1 type 5
Feb 18 10:30:58 Basquiat kernel: [    4.957570] Driver 'sd' needs updating - please use bus_type methods
Feb 18 10:30:58 Basquiat kernel: [    4.961082] sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
Feb 18 10:30:58 Basquiat kernel: [    4.961116] sd 0:0:0:0: [sda] Write Protect is off
Feb 18 10:30:58 Basquiat kernel: [    4.961121] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 18 10:30:58 Basquiat kernel: [    4.961173] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 18 10:30:58 Basquiat kernel: [    4.961308] sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
Feb 18 10:30:58 Basquiat kernel: [    4.961336] sd 0:0:0:0: [sda] Write Protect is off
Feb 18 10:30:58 Basquiat kernel: [    4.961340] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 18 10:30:58 Basquiat kernel: [    4.961390] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 18 10:30:58 Basquiat kernel: [    4.961397]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
Feb 18 10:30:58 Basquiat kernel: [    4.971490]  sda1 sda2 <Marking TSC unstable due to TSC halts in idle
Feb 18 10:30:58 Basquiat kernel: [    5.000445]  sda5 >
Feb 18 10:30:58 Basquiat kernel: [    5.000726] sd 0:0:0:0: [sda] Attached SCSI disk
Feb 18 10:30:58 Basquiat kernel: [    5.008347] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Feb 18 10:30:58 Basquiat kernel: [    5.008356] Uniform CD-ROM driver Revision: 3.20
Feb 18 10:30:58 Basquiat kernel: [    5.008530] sr 1:0:0:0: Attached scsi CD-ROM sr0
Feb 18 10:30:58 Basquiat kernel: [    5.288705] PM: Starting manual resume from disk
Feb 18 10:30:58 Basquiat kernel: [    5.288713] PM: Resume from partition 8:5
Feb 18 10:30:58 Basquiat kernel: [    5.288715] PM: Checking hibernation image.
Feb 18 10:30:58 Basquiat kernel: [    5.288965] PM: Resume from disk failed.
Feb 18 10:30:58 Basquiat kernel: [    5.355928] kjournald starting.  Commit interval 5 seconds
Feb 18 10:30:58 Basquiat kernel: [    5.355951] EXT3-fs: mounted filesystem with ordered data mode.
Feb 18 10:30:58 Basquiat kernel: [   14.182718] udevd version 124 started
Feb 18 10:30:58 Basquiat kernel: [   15.204275] Linux agpgart interface v0.103
Feb 18 10:30:58 Basquiat kernel: [   15.296276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Feb 18 10:30:58 Basquiat kernel: [   15.357251] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 18 10:30:58 Basquiat kernel: [   15.449072] intel_rng: FWH not detected
Feb 18 10:30:58 Basquiat kernel: [   15.463080] agpgart-intel 0000:00:00.0: Intel 845G Chipset
Feb 18 10:30:58 Basquiat kernel: [   15.485829] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
Feb 18 10:30:58 Basquiat kernel: [   15.810534] iTCO_vendor_support: vendor-support=0
Feb 18 10:30:58 Basquiat kernel: [   15.876282] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
Feb 18 10:30:58 Basquiat kernel: [   15.876443] iTCO_wdt: Found a ICH3-M TCO device (Version=1, TCOBASE=0xee60)
Feb 18 10:30:58 Basquiat kernel: [   15.876664] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Feb 18 10:30:58 Basquiat kernel: [   15.966018] input: PC Speaker as /devices/platform/pcspkr/input/input2
Feb 18 10:30:58 Basquiat kernel: [   16.456530] ACPI: AC Adapter [ADP1] (on-line)
Feb 18 10:30:58 Basquiat kernel: [   16.502672] ACPI: Battery Slot [BAT1] (battery present)
Feb 18 10:30:58 Basquiat kernel: [   16.511424] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Feb 18 10:30:58 Basquiat kernel: [   16.520085] ACPI: Power Button (FF) [PWRF]
Feb 18 10:30:58 Basquiat kernel: [   16.520297] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
Feb 18 10:30:58 Basquiat kernel: [   16.520415] ACPI: Lid Switch [LID]
Feb 18 10:30:58 Basquiat kernel: [   16.937756] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19a-dev
Feb 18 10:30:58 Basquiat kernel: [   16.937762] toshiba_acpi:     HCI method: \_SB_.VALD.GHCI
Feb 18 10:30:58 Basquiat kernel: [   16.938837] toshiba_acpi: Toshiba hotkeys are sent as ACPI events
Feb 18 10:30:58 Basquiat kernel: [   16.938844] toshiba_acpi: ktoshkeyd will check 2 times per second
Feb 18 10:30:58 Basquiat kernel: [   16.939706] toshiba_acpi: Dropped 0 keys from the queue on startup
Feb 18 10:30:58 Basquiat kernel: [   17.289620] parport_pc 00:0a: reported by Plug and Play ACPI
Feb 18 10:30:58 Basquiat kernel: [   17.289679] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
Feb 18 10:30:58 Basquiat kernel: [   17.529586] acpi device:1b: registered as cooling_device2
Feb 18 10:30:58 Basquiat kernel: [   17.530017] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:19/device:1a/input/input5
Feb 18 10:30:58 Basquiat kernel: [   17.544062] ACPI: Video Device [VGA] (multi-head: yes  rom: yes  post: no)
Feb 18 10:30:58 Basquiat kernel: [   17.744517] Yenta: CardBus bridge found at 0000:02:0b.0 [1179:0001]
Feb 18 10:30:58 Basquiat kernel: [   17.872903] Yenta: ISA IRQ mask 0x0438, PCI irq 11
Feb 18 10:30:58 Basquiat kernel: [   17.872910] Socket status: 30000007
Feb 18 10:30:58 Basquiat kernel: [   17.872916] pcmcia: parent PCI bridge I/O window: 0xd000 - 0xdfff
Feb 18 10:30:58 Basquiat kernel: [   17.872921] cs: IO port probe 0xd000-0xdfff: clean.
Feb 18 10:30:58 Basquiat kernel: [   17.873229] pcmcia: parent PCI bridge Memory window: 0xfce00000 - 0xfcefffff
Feb 18 10:30:58 Basquiat kernel: [   17.873234] pcmcia: parent PCI bridge Memory window: 0x30000000 - 0x37ffffff
Feb 18 10:30:58 Basquiat kernel: [   17.909937] Yenta: CardBus bridge found at 0000:02:0b.1 [1179:0001]
Feb 18 10:30:58 Basquiat kernel: [   18.036765] Yenta: ISA IRQ mask 0x0438, PCI irq 11
Feb 18 10:30:58 Basquiat kernel: [   18.036772] Socket status: 30000007
Feb 18 10:30:58 Basquiat kernel: [   18.036776] Yenta: Raising subordinate bus# of parent bus (#02) from #05 to #08
Feb 18 10:30:58 Basquiat kernel: [   18.036787] pcmcia: parent PCI bridge I/O window: 0xd000 - 0xdfff
Feb 18 10:30:58 Basquiat kernel: [   18.036792] cs: IO port probe 0xd000-0xdfff: clean.
Feb 18 10:30:58 Basquiat kernel: [   18.037099] pcmcia: parent PCI bridge Memory window: 0xfce00000 - 0xfcefffff
Feb 18 10:30:58 Basquiat kernel: [   18.037104] pcmcia: parent PCI bridge Memory window: 0x30000000 - 0x37ffffff
Feb 18 10:30:58 Basquiat kernel: [   18.195111] Intel ICH 0000:00:1f.5: power state changed by ACPI to D0
Feb 18 10:30:58 Basquiat kernel: [   18.195127] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
Feb 18 10:30:58 Basquiat kernel: [   18.195151] Intel ICH 0000:00:1f.5: setting latency timer to 64
Feb 18 10:30:58 Basquiat kernel: [   18.307886] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input6
Feb 18 10:30:58 Basquiat kernel: [   18.340297] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input7
Feb 18 10:30:58 Basquiat kernel: [   18.512065] intel8x0_measure_ac97_clock: measured 52603 usecs
Feb 18 10:30:58 Basquiat kernel: [   18.512071] intel8x0: clocking to 48000
Feb 18 10:30:58 Basquiat kernel: [   18.632947] usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3A11
Feb 18 10:30:58 Basquiat kernel: [   18.632985] usbcore: registered new interface driver usblp
Feb 18 10:30:58 Basquiat kernel: [   22.033100] cs: IO port probe 0x100-0x3af: clean.
Feb 18 10:30:58 Basquiat kernel: [   22.034312] cs: IO port probe 0x3e0-0x4ff: clean.
Feb 18 10:30:58 Basquiat kernel: [   22.034834] cs: IO port probe 0x820-0x8ff: clean.
Feb 18 10:30:58 Basquiat kernel: [   22.035296] cs: IO port probe 0xc00-0xcf7: clean.
Feb 18 10:30:58 Basquiat kernel: [   22.035984] cs: IO port probe 0xa00-0xaff: clean.
Feb 18 10:30:58 Basquiat kernel: [   22.086074] cs: IO port probe 0x100-0x3af: clean.
Feb 18 10:30:58 Basquiat kernel: [   22.087285] cs: IO port probe 0x3e0-0x4ff: clean.
Feb 18 10:30:58 Basquiat kernel: [   22.087808] cs: IO port probe 0x820-0x8ff: clean.
Feb 18 10:30:58 Basquiat kernel: [   22.088331] cs: IO port probe 0xc00-0xcf7: clean.
Feb 18 10:30:58 Basquiat kernel: [   22.089021] cs: IO port probe 0xa00-0xaff: clean.
Feb 18 10:30:58 Basquiat kernel: [   23.161771] lp0: using parport0 (interrupt-driven).
Feb 18 10:30:58 Basquiat kernel: [   23.402516] Adding 1510068k swap on /dev/sda5.  Priority:-1 extents:1 across:1510068k
Feb 18 10:30:58 Basquiat kernel: [   23.981317] EXT3 FS on sda1, internal journal
Feb 18 10:30:58 Basquiat kernel: [   25.231700] type=1505 audit(1234971055.255:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=3859
Feb 18 10:30:58 Basquiat kernel: [   25.512867] type=1505 audit(1234971055.539:3): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=3864
Feb 18 10:30:58 Basquiat kernel: [   25.513322] type=1505 audit(1234971055.539:4): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=3864
Feb 18 10:30:58 Basquiat kernel: [   25.602326] type=1505 audit(1234971055.627:5): operation="profile_load" name="/usr/sbin/mysqld" name2="default" pid=3868
Feb 18 10:30:58 Basquiat kernel: [   25.960059] ip_tables: (C) 2000-2006 Netfilter Core Team
Feb 18 10:30:58 Basquiat kernel: [   27.011174] ACPI: WMI: Mapper loaded
Feb 18 10:30:58 Basquiat kernel: [   28.387892] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
Feb 18 10:30:58 Basquiat avahi-daemon[4452]: Found user 'avahi' (UID 110) and group 'avahi' (GID 121).
Feb 18 10:30:58 Basquiat avahi-daemon[4452]: Successfully dropped root privileges.
Feb 18 10:30:58 Basquiat avahi-daemon[4452]: avahi-daemon 0.6.23 starting up.
Feb 18 10:30:58 Basquiat avahi-daemon[4452]: Successfully called chroot().
Feb 18 10:30:58 Basquiat avahi-daemon[4452]: Successfully dropped remaining capabilities.
Feb 18 10:30:58 Basquiat avahi-daemon[4452]: No service file found in /etc/avahi/services.
Feb 18 10:30:58 Basquiat avahi-daemon[4452]: Network interface enumeration completed.
Feb 18 10:30:58 Basquiat avahi-daemon[4452]: Registering HINFO record with values 'I686'/'LINUX'.
Feb 18 10:30:58 Basquiat avahi-daemon[4452]: Server startup complete. Host name is Basquiat.local. Local service cookie is 3104179072.
Feb 18 10:30:58 Basquiat kernel: [   28.498880] apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16ac)
Feb 18 10:30:58 Basquiat kernel: [   28.498890] apm: overridden by ACPI.
Feb 18 10:30:58 Basquiat kernel: [   28.698657] ppdev: user-space parallel port driver
Feb 18 10:31:00 Basquiat kernel: [   30.592062] Clocksource tsc unstable (delta = -73673272 ns)
Feb 18 10:31:01 Basquiat kernel: [   31.136471] vboxdrv: Trying to deactivate the NMI watchdog permanently...
Feb 18 10:31:01 Basquiat kernel: [   31.136487] vboxdrv: Successfully done.
Feb 18 10:31:01 Basquiat kernel: [   31.136493] vboxdrv: Found 1 processor cores.
Feb 18 10:31:01 Basquiat kernel: [   31.140197] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
Feb 18 10:31:01 Basquiat kernel: [   31.140214] vboxdrv: Successfully loaded version 2.0.4_OSE (interface 0x00090000).
Feb 18 10:31:01 Basquiat kernel: [   31.483764] NET: Registered protocol family 10
Feb 18 10:31:01 Basquiat kernel: [   31.487813] lo: Disabled Privacy Extensions
Feb 18 10:31:02 Basquiat acpid: client connected from 4838[111:122] 
Feb 18 10:31:04 Basquiat bluetoothd[4901]: Bluetooth daemon
Feb 18 10:31:04 Basquiat kernel: [   34.556204] Bluetooth: Core ver 2.13
Feb 18 10:31:04 Basquiat kernel: [   34.559084] NET: Registered protocol family 31
Feb 18 10:31:04 Basquiat kernel: [   34.559093] Bluetooth: HCI device and connection manager initialized
Feb 18 10:31:04 Basquiat kernel: [   34.559102] Bluetooth: HCI socket layer initialized
Feb 18 10:31:04 Basquiat bluetoothd[4901]: Starting SDP server
Feb 18 10:31:04 Basquiat kernel: [   34.608176] Bluetooth: L2CAP ver 2.11
Feb 18 10:31:04 Basquiat kernel: [   34.608185] Bluetooth: L2CAP socket layer initialized
Feb 18 10:31:04 Basquiat kernel: [   34.645566] Bluetooth: SCO (Voice Link) ver 0.6
Feb 18 10:31:04 Basquiat kernel: [   34.645576] Bluetooth: SCO socket layer initialized
Feb 18 10:31:04 Basquiat bluetoothd[4901]: Starting experimental netlink support
Feb 18 10:31:04 Basquiat bluetoothd[4901]: Failed to find Bluetooth netlink family
Feb 18 10:31:04 Basquiat bluetoothd[4901]: Can't init plugin /usr/lib/bluetooth/plugins/netlink.so
Feb 18 10:31:04 Basquiat kernel: [   34.677323] Bluetooth: RFCOMM socket layer initialized
Feb 18 10:31:04 Basquiat kernel: [   34.677743] Bluetooth: RFCOMM TTY layer initialized
Feb 18 10:31:04 Basquiat kernel: [   34.677751] Bluetooth: RFCOMM ver 1.10
Feb 18 10:31:04 Basquiat hal_lpadmin: Running hal_lpadmin
Feb 18 10:31:04 Basquiat hal_lpadmin: Running hal_lpadmin
Feb 18 10:31:04 Basquiat kernel: [   34.735986] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 18 10:31:04 Basquiat kernel: [   34.735996] Bluetooth: BNEP filters: protocol multicast
Feb 18 10:31:04 Basquiat kernel: [   34.805761] Bridge firewalling registered
Feb 18 10:31:04 Basquiat bluetoothd[4901]: bridge pan0 created
Feb 18 10:31:04 Basquiat NetworkManager: <info>  starting... 
Feb 18 10:31:04 Basquiat NetworkManager: <info>  eth0: driver is 'e100'. 
Feb 18 10:31:04 Basquiat NetworkManager: <info>  Found new Ethernet device 'eth0'. 
Feb 18 10:31:04 Basquiat NetworkManager: <info>  (eth0): exported as /org/freedesktop/Hal/devices/net_00_00_39_f4_6a_8a 
Feb 18 10:31:04 Basquiat NetworkManager: <info>  Trying to start the supplicant... 
Feb 18 10:31:04 Basquiat NetworkManager: <info>  Trying to start the system settings daemon... 
Feb 18 10:31:04 Basquiat nm-system-settings:    SCPlugin-Ifupdown: init!
Feb 18 10:31:04 Basquiat nm-system-settings:    SCPlugin-Ifupdown: update_system_hostname
Feb 18 10:31:04 Basquiat nm-system-settings:    SCPluginIfupdown: management mode: unmanaged
Feb 18 10:31:04 Basquiat nm-system-settings:    SCPlugin-Ifupdown: device added (udi: /org/freedesktop/Hal/devices/net_00_00_39_f4_6a_8a, iface: eth0): not well known
Feb 18 10:31:04 Basquiat nm-system-settings:    SCPlugin-Ifupdown: end _init.
Feb 18 10:31:04 Basquiat nm-system-settings: Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Feb 18 10:31:04 Basquiat nm-system-settings: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Feb 18 10:31:04 Basquiat nm-system-settings:    SCPlugin-Ifupdown: (157634792) ... get_connections.
Feb 18 10:31:04 Basquiat nm-system-settings:    SCPlugin-Ifupdown: (157634792) ... get_connections (managed=false): return empty list.
Feb 18 10:31:04 Basquiat nm-system-settings:    Ifupdown: get unmanaged devices count: 0
Feb 18 10:31:05 Basquiat hal_lpadmin: hal_lpadmin triggered by low-level USB device
Feb 18 10:31:05 Basquiat hal_lpadmin: Polling device ID from the printer
Feb 18 10:31:05 Basquiat hal_lpadmin: Device 001:002: /org/freedesktop/Hal/devices/usb_device_3f0_3a11_MY417F30QY96_if1
Feb 18 10:31:05 Basquiat hal_lpadmin: Stopping hal_lpadmin triggered by low-level USB device
Feb 18 10:31:05 Basquiat hal_lpadmin: hal_lpadmin triggered by usblp kernel module
Feb 18 10:31:05 Basquiat hal_lpadmin: Using device ID from HAL database entry
Feb 18 10:31:05 Basquiat hal_lpadmin: add
Feb 18 10:31:07 Basquiat acpid: client connected from 5006[0:0] 
Feb 18 10:31:08 Basquiat python: hp-makeuri[4996]: warning: hp-makeuri should not be run as root.
Feb 18 10:31:08 Basquiat hal_lpadmin: URIs: ['hp:/usb/officejet_5500_series?serial=MY417F30QY96', 'usb://hp/officejet%205500%20series?serial=MY417F30QY96', 'hal:///org/freedesktop/Hal/devices/usb_device_3f0_3a11_MY417F30QY96_if1_printer_MY417F30QY96']
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): device state change: 1 -> 2 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): bringing up device. 
Feb 18 10:31:08 Basquiat kernel: [   38.881901] ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 18 10:31:08 Basquiat kernel: [   38.884265] e100: eth0: e100_watchdog: link up, 10Mbps, half-duplex
Feb 18 10:31:08 Basquiat python: hp-makeuri[5044]: warning: hp-makeuri should not be run as root.
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): preparing device. 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): deactivating device (reason: 2). 
Feb 18 10:31:08 Basquiat kernel: [   38.891757] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): carrier now ON (device state 2) 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): device state change: 2 -> 3 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): carrier now OFF (device state 3) 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): device state change: 3 -> 2 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): deactivating device (reason: 0). 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): carrier now ON (device state 2) 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): device state change: 2 -> 3 
Feb 18 10:31:08 Basquiat nm-system-settings: Adding default connection 'Auto eth0' for /org/freedesktop/Hal/devices/net_00_00_39_f4_6a_8a
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) starting connection 'Auto eth0' 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): device state change: 3 -> 4 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) Stage 1 of 5 (Device Prepare) started... 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) Stage 1 of 5 (Device Prepare) complete. 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) Stage 2 of 5 (Device Configure) starting... 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): device state change: 4 -> 5 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) Stage 2 of 5 (Device Configure) successful. 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) Stage 2 of 5 (Device Configure) complete. 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) Stage 3 of 5 (IP Configure Start) started... 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  (eth0): device state change: 5 -> 7 
Feb 18 10:31:08 Basquiat NetworkManager: <info>  Activation (eth0) Beginning DHCP transaction. 
Feb 18 10:31:09 Basquiat hal_lpadmin: HPLIP Fax URIs: ['hpfax:/usb/officejet_5500_series?serial=MY417F30QY96']
Feb 18 10:31:09 Basquiat hal_lpadmin: Not adding printer: officejet-5500-series already exists
Feb 18 10:31:09 Basquiat hal_lpadmin: Not adding fax printer: officejet-5500-series_fax already exists
Feb 18 10:31:09 Basquiat NetworkManager: <info>  dhclient started with pid 5046 
Feb 18 10:31:09 Basquiat NetworkManager: <info>  Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. 
Feb 18 10:31:09 Basquiat dhclient: Internet Systems Consortium DHCP Client V3.1.1
Feb 18 10:31:09 Basquiat dhclient: Copyright 2004-2008 Internet Systems Consortium.
Feb 18 10:31:09 Basquiat dhclient: All rights reserved.
Feb 18 10:31:09 Basquiat dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Feb 18 10:31:09 Basquiat dhclient: 
Feb 18 10:31:09 Basquiat NetworkManager: <info>  DHCP: device eth0 state changed (null) -> preinit 
Feb 18 10:31:09 Basquiat kernel: [   39.185817] NET: Registered protocol family 17
Feb 18 10:31:09 Basquiat dhclient: Listening on LPF/eth0/00:00:39:f4:6a:8a
Feb 18 10:31:09 Basquiat dhclient: Sending on   LPF/eth0/00:00:39:f4:6a:8a
Feb 18 10:31:09 Basquiat dhclient: Sending on   Socket/fallback
Feb 18 10:31:09 Basquiat mysqld_safe[5117]: started
Feb 18 10:31:10 Basquiat dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
Feb 18 10:31:10 Basquiat avahi-daemon[4452]: Registering new address record for fe80::200:39ff:fef4:6a8a on eth0.*.
Feb 18 10:31:11 Basquiat dhclient: DHCPOFFER of 192.168.1.204 from 192.168.1.1
Feb 18 10:31:11 Basquiat dhclient: DHCPREQUEST of 192.168.1.204 on eth0 to 255.255.255.255 port 67
Feb 18 10:31:11 Basquiat dhclient: DHCPACK of 192.168.1.204 from 192.168.1.1
Feb 18 10:31:11 Basquiat NetworkManager: <info>  DHCP: device eth0 state changed preinit -> bound 
Feb 18 10:31:11 Basquiat NetworkManager: <info>  Activation (eth0) Stage 4 of 5 (IP Configure Get) scheduled... 
Feb 18 10:31:11 Basquiat NetworkManager: <info>  Activation (eth0) Stage 4 of 5 (IP Configure Get) started... 
Feb 18 10:31:11 Basquiat NetworkManager: <info>    address 192.168.1.204 
Feb 18 10:31:11 Basquiat NetworkManager: <info>    prefix 24 (255.255.255.0) 
Feb 18 10:31:11 Basquiat NetworkManager: <info>    gateway 192.168.1.1 
Feb 18 10:31:11 Basquiat NetworkManager: <info>    hostname 'Basquiat' 
Feb 18 10:31:11 Basquiat NetworkManager: <info>    nameserver '68.105.28.11' 
Feb 18 10:31:11 Basquiat NetworkManager: <info>    nameserver '68.105.29.11' 
Feb 18 10:31:11 Basquiat NetworkManager: <info>    nameserver '68.105.28.12' 
Feb 18 10:31:11 Basquiat NetworkManager: <info>    domain name 'cox.net' 
Feb 18 10:31:11 Basquiat NetworkManager: <info>  Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled... 
Feb 18 10:31:11 Basquiat NetworkManager: <info>  Activation (eth0) Stage 4 of 5 (IP Configure Get) complete. 
Feb 18 10:31:11 Basquiat NetworkManager: <info>  Activation (eth0) Stage 5 of 5 (IP Configure Commit) started... 
Feb 18 10:31:11 Basquiat avahi-daemon[4452]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.204.
Feb 18 10:31:11 Basquiat avahi-daemon[4452]: New relevant interface eth0.IPv4 for mDNS.
Feb 18 10:31:11 Basquiat avahi-daemon[4452]: Registering new address record for 192.168.1.204 on eth0.IPv4.
Feb 18 10:31:11 Basquiat dhclient: bound to 192.168.1.204 -- renewal in 35011 seconds.
Feb 18 10:31:11 Basquiat mysqld[5121]: 090218 10:31:11  InnoDB: Started; log sequence number 0 43655
Feb 18 10:31:11 Basquiat mysqld[5121]: 090218 10:31:11 [Note] /usr/sbin/mysqld: ready for connections.
Feb 18 10:31:11 Basquiat mysqld[5121]: Version: '5.0.67-0ubuntu6'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
Feb 18 10:31:11 Basquiat /etc/mysql/debian-start[5185]: Upgrading MySQL tables if necessary.
Feb 18 10:31:12 Basquiat NetworkManager: <info>  (eth0): device state change: 7 -> 8 
Feb 18 10:31:12 Basquiat NetworkManager: <info>  Policy set 'Auto eth0' (eth0) as default for routing and DNS. 
Feb 18 10:31:12 Basquiat NetworkManager: <info>  Activation (eth0) successful, device activated. 
Feb 18 10:31:12 Basquiat NetworkManager: <info>  Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete. 
Feb 18 10:31:12 Basquiat /etc/mysql/debian-start[5190]: Looking for 'mysql' in: /usr/bin/mysql
Feb 18 10:31:12 Basquiat /etc/mysql/debian-start[5190]: Looking for 'mysqlcheck' in: /usr/bin/mysqlcheck
Feb 18 10:31:12 Basquiat /etc/mysql/debian-start[5190]: Running 'mysqlcheck'...
Feb 18 10:31:12 Basquiat /etc/mysql/debian-start[5190]: /usr/bin/mysqlcheck: Got error: 1045: Access denied for user 'debian-sys-maint'@'localhost' (using password: YES) when trying to connect
Feb 18 10:31:12 Basquiat /etc/mysql/debian-start[5190]: FATAL ERROR: Upgrade failed
Feb 18 10:31:12 Basquiat /etc/mysql/debian-start[5233]: Checking for insecure root accounts.
Feb 18 10:31:12 Basquiat anacron[5292]: Anacron 2.3 started on 2009-02-18
Feb 18 10:31:13 Basquiat anacron[5292]: Normal exit (0 jobs run)
Feb 18 10:31:13 Basquiat ntpdate[5273]: adjust time server 91.189.94.4 offset 0.115210 sec
Feb 18 10:31:13 Basquiat /usr/sbin/cron[5336]: (CRON) INFO (pidfile fd = 3)
Feb 18 10:31:13 Basquiat /usr/sbin/cron[5337]: (CRON) STARTUP (fork ok)
Feb 18 10:31:13 Basquiat /usr/sbin/cron[5337]: (CRON) INFO (Running @reboot jobs)
Feb 18 10:31:19 Basquiat kernel: [   49.684057] eth0: no IPv6 routers present
Feb 18 10:31:21 Basquiat gdm[5461]: Gtk-WARNING: Ignoring the separator setting 
Feb 18 10:31:28 Basquiat pulseaudio[5610]: ltdl-bind-now.c: Failed to find original dlopen loader.
Feb 18 10:31:28 Basquiat pulseaudio[5612]: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
Feb 18 10:31:28 Basquiat pulseaudio[5612]: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
Feb 18 10:31:28 Basquiat pulseaudio[5612]: alsa-util.c: Device front:0 doesn't support 44100 Hz, changed to 48000 Hz.
Feb 18 10:31:28 Basquiat pulseaudio[5612]: alsa-util.c: Device front:0 doesn't support 44100 Hz, changed to 48000 Hz.
Feb 18 10:31:34 Basquiat x-session-manager[5472]: WARNING: Unable to find provider 'gnome-wm' of required component 'windowmanager' 
Feb 18 10:31:41 Basquiat kernel: [   71.901861] UDF-fs: No VRS found
Feb 18 10:31:42 Basquiat kernel: [   71.975078] ISO 9660 Extensions: Microsoft Joliet Level 3
Feb 18 10:31:42 Basquiat kernel: [   72.070871] ISO 9660 Extensions: RRIP_1991A
Feb 18 10:31:46 Basquiat x-session-manager[5472]: WARNING: Application 'libcanberra-login-sound.desktop' failed to register before timeout 
Feb 18 10:31:48 Basquiat pulseaudio[5612]: module-x11-xsmp.c: X11 session manager not running.
Feb 18 10:31:48 Basquiat pulseaudio[5612]: module.c: Failed to load  module "module-x11-xsmp" (argument: ""): initialization failed.
Feb 18 10:31:53 Basquiat anacron[5855]: Anacron 2.3 started on 2009-02-18
Feb 18 10:31:53 Basquiat anacron[5855]: Normal exit (0 jobs run)
Feb 18 10:32:57 Basquiat kernel: [  147.344178] ppdev0: registered pardevice
Feb 18 10:32:57 Basquiat kernel: [  147.392092] ppdev0: unregistered pardevice
Feb 18 10:32:58 Basquiat kernel: [  148.325493] ppdev0: registered pardevice
Feb 18 10:32:58 Basquiat python: io/hpmud/pp.c 627: unable to read device-id ret=-1 
Feb 18 10:32:58 Basquiat kernel: [  148.372274] ppdev0: unregistered pardevice
Feb 18 10:32:58 Basquiat kernel: [  148.427875] ppdev0: registered pardevice
Feb 18 10:32:58 Basquiat hp: io/hpmud/pp.c 627: unable to read device-id ret=-1 
Feb 18 10:32:58 Basquiat kernel: [  148.476468] ppdev0: unregistered pardevice
Feb 18 10:39:01 Basquiat /USR/SBIN/CRON[6327]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
Feb 18 10:50:57 Basquiat -- MARK --
Feb 18 11:09:02 Basquiat /USR/SBIN/CRON[7938]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
Feb 18 11:17:01 Basquiat /USR/SBIN/CRON[8361]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Thanks again!