You are not logged in.

#1 2012-10-07 13:26:02

thinkanish
Member
Registered: 2012-08-12
Posts: 39

Access permissions in arch

Dear friends,
I was working with linux for past 2 years, but left a gap of about 3 years and forgot most of the thing. I start with opensuse. But I installed arch now.
My arch config: arch core, libreoffice, x11, openbox, xfe, opera, mocp, mplayer, pidgin.

Now, in my arch system, i have created a user account named "anish"
now, it seems i have no permission over "/home/anish/.config" folder.
Actually, since i am logging in using the username "anish" i have some questions:

1. Since the folder ".config" is withing the "anish" folder, dont i have permission over it?
2. whenever i open xfe file manager, i get a series of  error messages stating,
"cant create xfe config folder /home/anish/.config/xfe : Permission denied"
"cant create trash can 'files' folder /home/anish/.local/share/Trash/files : Permission denied"
"cant create trash can 'info' folder /home/anish/.local/share/Trash/files : Permission denied"

I get similar error for several apps. How to fix these. I hope if i fix for this, it can be fixed for all apps.

PS: Sorry if my english was not nice. Its not my first language sad

Thanks in advance.

Last edited by thinkanish (2012-10-07 13:26:37)

Offline

#2 2012-10-07 14:03:03

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: Access permissions in arch

Not quite sure what you're asking but make sure that /home/anish is owned by anish.

# chown -R anish:users /home/anish

CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2012-10-07 14:40:31

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Access permissions in arch

Just because something is within your home directory does not mean that the permissions are correct. Do

$ ls -l /home/anish 

and theck out the stuff that looks like "drwxr-xr-x" as those are the permissions.

As far as deciphering what that means, I think you should be the one to figure that out, as maybe then it will stick.

Offline

#4 2012-10-07 14:52:05

thinkanish
Member
Registered: 2012-08-12
Posts: 39

Re: Access permissions in arch

Thanks for your replies guys,
My bad. I thought that when a user is created in arch (or any other linux) all the files and folders inside the user home is owned by the user. Now this taught me a lesson. smile

Offline

#5 2012-10-07 23:31:08

Barrucadu
Member
From: York, England
Registered: 2008-03-30
Posts: 1,158
Website

Re: Access permissions in arch

Everything is owned within the home folder by your user, if you create it as your user. If you use `su` or something to create a file inside $HOME, root will of course own that file.

Offline

#6 2012-10-11 19:11:32

ackt1c
Banned
From: Visalia, California
Registered: 2012-10-10
Posts: 241

Re: Access permissions in arch

I found these arguments all around helpful...

useradd -m -G users,audio,video,wheel,storage,optical,power,network,log -s /bin/bash usernamehere

or to an existing user

usermod -a -G users,audio,video,wheel,storage,optical,power,network,log -s /bin/bash usernamehere

might not be relevant in your case.

Offline

#7 2012-10-14 05:33:51

jazzcat
Member
Registered: 2012-10-10
Posts: 25

Re: Access permissions in arch

I just made a silly mistake and thought it was worth mentioning in case others have this issue.

Remember to unmount any network shares you have in your home directory (ie via smb4k) before running

chown -R yourusername:users /home/yourhomedirectory

Here's hoping I haven't messed up anything on my NAS

Edit: ok so running the chown -R command appears to have caused my samba shares to no longer unmount on shutdown, so the system hangs. I had this issue previously when nmbd.service wasn't running, but it looks ok now. Will post a fix if I find one.

systemctl status nmbd.service
nmbd.service - Samba NetBIOS name server
          Loaded: loaded (/usr/lib/systemd/system/nmbd.service; enabled)
          Active: active (running) since Sun, 14 Oct 2012 17:08:15 +1030; 4min 47s ago
        Main PID: 347 (nmbd)
          CGroup: name=systemd:/system/nmbd.service
                  └ 347 /usr/sbin/nmbd -F

Oct 14 17:08:15 jazzcat systemd[1]: Started Samba NetBIOS name server.

Last edited by jazzcat (2012-10-14 06:47:48)

Offline

#8 2012-10-14 11:12:33

jazzcat
Member
Registered: 2012-10-10
Posts: 25

Re: Access permissions in arch

Ok, so a little more info.

When I manually unmount my samba shares via smb4k or the command line, reboot is fine. Once I reboot and mount them manually shutdown is fine.

The issue appears to be only when the shares are mounted automatically on boot. After this, the system hangs on shutdown/reboot.

I initially cancelled

chown -R yourusername:users /home/homedirectory

because I still had my share mounted in /home/myhomedirectory/smb4k/

I then unmounted my shares and re-ran the chown command and now my network has some traffic upon boot that it did not have before.

I'm using network manager, will post logs shortly

Offline

#9 2012-10-14 13:51:45

jazzcat
Member
Registered: 2012-10-10
Posts: 25

Re: Access permissions in arch

Ok, here is the log from everything.log on a reboot.

Oct 15 00:02:30 jazzcat dbus-daemon[245]: dbus[245]: [system] Activating service name='de.berlios.smb4k.mounthelper' (using servicehelper)
Oct 15 00:02:30 jazzcat dbus[245]: [system] Activating service name='de.berlios.smb4k.mounthelper' (using servicehelper)
Oct 15 00:02:30 jazzcat de.berlios.smb4k.mounthelper: QDBusConnection: system D-Bus connection created before QCoreApplication. Application may misbehave.
Oct 15 00:02:30 jazzcat dbus-daemon[245]: dbus[245]: [system] Successfully activated service 'de.berlios.smb4k.mounthelper'
Oct 15 00:02:30 jazzcat dbus[245]: [system] Successfully activated service 'de.berlios.smb4k.mounthelper'
Oct 15 00:02:31 jazzcat udisks-daemon[456]: **** /proc/self/mountinfo changed
Oct 15 00:02:32 jazzcat systemd[1]: Deactivating swap /dev/sda9...
Oct 15 00:02:32 jazzcat systemd[1]: Deactivating swap /dev/sda9...
Oct 15 00:02:32 jazzcat systemd[1]: Deactivating swap /dev/sda9...
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Sound Card.
Oct 15 00:02:32 jazzcat systemd[1]: Stopped target Sound Card.
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Stop Read-Ahead Data Collection 10s After Completed Startup.
Oct 15 00:02:32 jazzcat systemd[1]: Stopped Stop Read-Ahead Data Collection 10s After Completed Startup.
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Storage Daemon...
Oct 15 00:02:32 jazzcat systemd[1]: Stopping UDisks...
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Daemon for power management...
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Graphical Interface.
Oct 15 00:02:32 jazzcat systemd[1]: Stopped target Graphical Interface.
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Multi-User.
Oct 15 00:02:32 jazzcat systemd[1]: Stopped target Multi-User.
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Samba NetBIOS name server...
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Apply cpupower configuration...
Oct 15 00:02:32 jazzcat systemd[1]: Stopped Apply cpupower configuration.
Oct 15 00:02:32 jazzcat systemd[1]: Stopping WPA supplicant...
Oct 15 00:02:32 jazzcat systemd[1]: Stopping System Logger Daemon...
Oct 15 00:02:32 jazzcat kernel: [11643.694573] wlan0: deauthenticating from b0:48:7a:de:19:98 by local choice (reason=3)
Oct 15 00:02:32 jazzcat syslog-ng[241]: syslog-ng shutting down; version='3.3.6'
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Periodic Command Scheduler...
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Arch Daemons.
Oct 15 00:02:32 jazzcat systemd[1]: Stopped target Arch Daemons.
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Login Prompts.
Oct 15 00:02:32 jazzcat systemd[1]: Stopped target Login Prompts.
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Getty on tty1...
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Login Service...
Oct 15 00:02:32 jazzcat systemd[1]: Stopping K Display Manager...
Oct 15 00:02:32 jazzcat kernel: [11643.713096] cfg80211: Calling CRDA to update world regulatory domain
Oct 15 00:02:32 jazzcat wpa_supplicant[240]: wlan0: SME: Trying to authenticate with b0:48:7a:de:19:98 (SSID='fetta' freq=2447 MHz)
Oct 15 00:02:32 jazzcat wpa_supplicant[240]: wlan0: Trying to associate with b0:48:7a:de:19:98 (SSID='fetta' freq=2447 MHz)
Oct 15 00:02:32 jazzcat wpa_supplicant[240]: wlan0: Associated with b0:48:7a:de:19:98
Oct 15 00:02:32 jazzcat wpa_supplicant[240]: wlan0: WPA: Key negotiation completed with b0:48:7a:de:19:98 [PTK=CCMP GTK=CCMP]
Oct 15 00:02:32 jazzcat wpa_supplicant[240]: wlan0: CTRL-EVENT-CONNECTED - Connection to b0:48:7a:de:19:98 completed (auth) [id=0 id_str=]
Oct 15 00:02:32 jazzcat wpa_supplicant[240]: wlan0: CTRL-EVENT-TERMINATING - signal 15 received
Oct 15 00:02:32 jazzcat NetworkManager[238]: <info> wpa_supplicant stopped
Oct 15 00:02:32 jazzcat NetworkManager[238]: <info> (wlan0): supplicant interface state: completed -> down
Oct 15 00:02:32 jazzcat dbus[245]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Oct 15 00:02:32 jazzcat NetworkManager[238]: <info> (wlan0): device state change: activated -> unavailable (reason 'supplicant-failed') [100 20 10]
Oct 15 00:02:32 jazzcat dbus-daemon[245]: dbus[245]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Oct 15 00:02:32 jazzcat systemd[1]: Stopping D-Bus System Message Bus...
Oct 15 00:02:32 jazzcat systemd[1]: Stopping Console Manager...
Oct 15 00:02:32 jazzcat systemd[1]: Starting Store Sound Card State...
Oct 15 00:02:32 jazzcat systemd[1]: Stopped WPA supplicant.
Oct 15 00:02:32 jazzcat systemd[1]: Stopped Periodic Command Scheduler.
Oct 15 00:02:32 jazzcat systemd[1]: Stopped Login Service.
Oct 15 00:02:32 jazzcat systemd[1]: Stopped D-Bus System Message Bus.
Oct 15 00:05:17 jazzcat systemd[1]: Started Replay Read-Ahead Data.
Oct 15 00:05:17 jazzcat systemd[1]: Started File System Check on Root Device.
Oct 15 00:05:17 jazzcat systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 15 00:05:17 jazzcat systemd[1]: Starting Setup Virtual Console...
Oct 15 00:05:17 jazzcat systemd[1]: Started Load Kernel Modules.
Oct 15 00:05:17 jazzcat systemd[1]: Mounted FUSE Control File System.
Oct 15 00:05:17 jazzcat systemd[1]: Mounted Configuration File System.
Oct 15 00:05:17 jazzcat systemd[1]: Starting Apply Kernel Variables...
Oct 15 00:05:17 jazzcat systemd[1]: Started Set Up Additional Binary Formats.
Oct 15 00:05:17 jazzcat systemd[1]: Started udev Coldplug all Devices.
Oct 15 00:05:26 jazzcat kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 15 00:05:26 jazzcat kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 15 00:05:26 jazzcat kernel: [    0.000000] Linux version 3.5.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Oct 7 19:30:49 CEST 2012
Oct 15 00:05:26 jazzcat kernel: [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda11
Oct 15 00:05:26 jazzcat kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Oct 15 00:05:26 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
Oct 15 00:05:26 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
Oct 15 00:05:26 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
Oct 15 00:05:26 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
Oct 15 00:05:26 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b5aa0fff] usable
Oct 15 00:05:26 jazzcat syslog-ng[251]: syslog-ng starting up; version='3.3.6'
Oct 15 00:05:17 jazzcat systemd[1]: Started Setup Virtual Console.
Oct 15 00:05:26 jazzcat /usr/sbin/crond[252]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
Oct 15 00:05:27 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5aa1000-0x00000000b5aa6fff] reserved
Oct 15 00:05:27 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5aa7000-0x00000000b5bcffff] usable
Oct 15 00:05:27 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5bd0000-0x00000000b5c0efff] reserved
Oct 15 00:05:27 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5c0f000-0x00000000b5d08fff] usable
Oct 15 00:05:27 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5d09000-0x00000000b5f0efff] reserved
Oct 15 00:05:27 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5f0f000-0x00000000b5f18fff] usable
Oct 15 00:05:27 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5f19000-0x00000000b5f1efff] reserved
Oct 15 00:05:27 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5f1f000-0x00000000b5f64fff] usable
Oct 15 00:05:27 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5f65000-0x00000000b5f9efff] ACPI NVS
Oct 15 00:05:27 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5f9f000-0x00000000b5fdcfff] usable
Oct 15 00:05:27 jazzcat /usr/sbin/crond[252]: (CRON) INFO (running with inotify support)
Oct 15 00:05:27 jazzcat NetworkManager[248]: <info> NetworkManager (version 0.9.6.0) is starting...
Oct 15 00:05:27 jazzcat NetworkManager[248]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
Oct 15 00:05:27 jazzcat NetworkManager[248]: <info> WEXT support is enabled
Oct 15 00:05:27 jazzcat systemd[1]: Started Apply cpupower configuration.
Oct 15 00:05:28 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5fdd000-0x00000000b5ffefff] ACPI data
Oct 15 00:05:28 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x00000000b5fff000-0x00000000b5ffffff] usable
Oct 15 00:05:28 jazzcat kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
Oct 15 00:05:28 jazzcat kernel: [    0.000000] NX (Execute Disable) protection: active
Oct 15 00:05:28 jazzcat kernel: [    0.000000] DMI present.
Oct 15 00:05:28 jazzcat kernel: [    0.000000] DMI: TOSHIBA Satellite P505/Satellite P505, BIOS V3.10    11/30/2009
Oct 15 00:05:28 jazzcat kernel: [    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
Oct 15 00:05:28 jazzcat kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 15 00:05:28 jazzcat kernel: [    0.000000] No AGP bridge found
Oct 15 00:05:28 jazzcat kernel: [    0.000000] e820: last_pfn = 0x240000 max_arch_pfn = 0x400000000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] MTRR default type: uncachable
Oct 15 00:05:28 jazzcat kernel: [    0.000000] MTRR fixed ranges enabled:
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   00000-9FFFF write-back
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   A0000-BFFFF uncachable
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   C0000-D3FFF write-protect
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   D4000-DFFFF uncachable
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   E0000-FFFFF write-protect
Oct 15 00:05:28 jazzcat kernel: [    0.000000] MTRR variable ranges enabled:
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   0 base 000000000 mask F80000000 write-back
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   1 base 080000000 mask FC0000000 write-back
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   2 base 100000000 mask F00000000 write-back
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   3 base 200000000 mask FC0000000 write-back
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   4 base 0B8000000 mask FF8000000 uncachable
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   5 base 0B7E00000 mask FFFE00000 uncachable
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   6 disabled
Oct 15 00:05:28 jazzcat kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct 15 00:05:28 jazzcat kernel: [    0.000000] e820: update [mem 0xb7e00000-0xffffffff] usable ==> reserved
Oct 15 00:05:28 jazzcat kernel: [    0.000000] e820: last_pfn = 0xb6000 max_arch_pfn = 0x400000000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] found SMP MP-table at [mem 0x000f6a70-0x000f6a7f] mapped at [ffff8800000f6a70]
Oct 15 00:05:28 jazzcat kernel: [    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
Oct 15 00:05:28 jazzcat kernel: [    0.000000] init_memory_mapping: [mem 0x00000000-0xb5ffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]  [mem 0x00000000-0xb5ffffff] page 2M
Oct 15 00:05:28 jazzcat kernel: [    0.000000] kernel direct mapping tables up to 0xb5ffffff @ [mem 0x1fa4c000-0x1fffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000] init_memory_mapping: [mem 0x100000000-0x23fffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]  [mem 0x100000000-0x23fffffff] page 2M
Oct 15 00:05:28 jazzcat kernel: [    0.000000] kernel direct mapping tables up to 0x23fffffff @ [mem 0xb5fd3000-0xb5fdcfff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000] RAMDISK: [mem 0x37a24000-0x37d09fff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: RSDP 00000000000f69b0 00024 (v02 TOSQCI)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: XSDT 00000000b5ff161b 00074 (v01 TOSQCI TOSQCI00 06040000  LTP 00000000)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: FACP 00000000b5fe1000 000F4 (v03 T0SQCI TOSQCI00 06040000 ALAN 00000001)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: DSDT 00000000b5fe2000 0D3D1 (v02 TOSQCI CANTIGA  06040000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: FACS 00000000b5f9efc0 00040
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: HPET 00000000b5ffed86 00038 (v01 TOSQCI TOSQCI00 06040000 LOHR 0000005A)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: MCFG 00000000b5ffedbe 0003C (v01 TOSQCI TOSQCI00 06040000 LOHR 0000005A)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: APIC 00000000b5ffedfa 00068 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: BOOT 00000000b5ffee62 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: SLIC 00000000b5ffee8a 00176 (v01 TOSQCI TOSQCI00 06040000  LTP 00000000)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: SSDT 00000000b5ff16b7 00196 (v01 SataRe SataAhci 00001000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: SSDT 00000000b5fe0000 00655 (v01  PmRef    CpuPm 00003000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: SSDT 00000000b5fdf000 00259 (v01  PmRef  Cpu0Tst 00003000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: SSDT 00000000b5fde000 0020F (v01  PmRef    ApTst 00003000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] No NUMA configuration found
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Initmem setup node 0 [mem 0x00000000-0x23fffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   NODE_DATA [mem 0x23fffc000-0x23fffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]  [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237800000-ffff88023f5fffff] on node 0
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Zone ranges:
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   Normal   [mem 0x100000000-0x23fffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Movable zone start for each node
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Early memory node ranges
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   node   0: [mem 0x00010000-0x0009efff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   node   0: [mem 0x00100000-0xb5aa0fff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   node   0: [mem 0xb5aa7000-0xb5bcffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   node   0: [mem 0xb5c0f000-0xb5d08fff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   node   0: [mem 0xb5f0f000-0xb5f18fff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   node   0: [mem 0xb5f1f000-0xb5f64fff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   node   0: [mem 0xb5f9f000-0xb5fdcfff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   node   0: [mem 0xb5fff000-0xb5ffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   node   0: [mem 0x100000000-0x23fffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.000000] On node 0 totalpages: 2055394
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   DMA zone: 64 pages used for memmap
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   DMA zone: 6 pages reserved
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   DMA zone: 3913 pages, LIFO batch:0
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   DMA32 zone: 16320 pages used for memmap
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   DMA32 zone: 724371 pages, LIFO batch:31
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   Normal zone: 20480 pages used for memmap
Oct 15 00:05:28 jazzcat kernel: [    0.000000]   Normal zone: 1290240 pages, LIFO batch:31
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x408
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Oct 15 00:05:28 jazzcat kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: IRQ0 used by override.
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: IRQ2 used by override.
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: IRQ9 used by override.
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Oct 15 00:05:28 jazzcat kernel: [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
Oct 15 00:05:28 jazzcat kernel: [    0.000000] nr_irqs_gsi: 40
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000b5aa1000 - 00000000b5aa7000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000b5bd0000 - 00000000b5c0f000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000b5d09000 - 00000000b5f0f000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000b5f19000 - 00000000b5f1f000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000b5f65000 - 00000000b5f9f000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000b5fdd000 - 00000000b5fff000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PM: Registered nosave memory: 00000000b6000000 - 0000000100000000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] e820: [mem 0xb6000000-0xffffffff] available for PCI devices
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Oct 15 00:05:28 jazzcat kernel: [    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88023fc00000 s83392 r8192 d23104 u1048576
Oct 15 00:05:28 jazzcat kernel: [    0.000000] pcpu-alloc: s83392 r8192 d23104 u1048576 alloc=1*2097152
Oct 15 00:05:28 jazzcat kernel: [    0.000000] pcpu-alloc: [0] 0 1 
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2018524
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Policy zone: Normal
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda11
Oct 15 00:05:28 jazzcat kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] __ex_table already sorted, skipping sort
Oct 15 00:05:28 jazzcat kernel: [    0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Checking aperture...
Oct 15 00:05:28 jazzcat kernel: [    0.000000] No AGP bridge found
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Memory: 8012064k/9437184k available (4661k kernel code, 1215608k absent, 209512k reserved, 4191k data, 760k init)
Oct 15 00:05:28 jazzcat kernel: [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Oct 15 00:05:28 jazzcat kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
Oct 15 00:05:28 jazzcat kernel: [    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
Oct 15 00:05:28 jazzcat kernel: [    0.000000] NR_IRQS:4352 nr_irqs:512 16
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Extended CMOS year: 2000
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Console: colour VGA+ 80x25
Oct 15 00:05:28 jazzcat kernel: [    0.000000] console [tty0] enabled
Oct 15 00:05:28 jazzcat kernel: [    0.000000] allocated 33030144 bytes of page_cgroup
Oct 15 00:05:28 jazzcat kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Oct 15 00:05:28 jazzcat kernel: [    0.000000] hpet clockevent registered
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Fast TSC calibration using PIT
Oct 15 00:05:28 jazzcat kernel: [    0.000000] Detected 2194.531 MHz processor.
Oct 15 00:05:28 jazzcat kernel: [    0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 4390.93 BogoMIPS (lpj=7315103)
Oct 15 00:05:28 jazzcat kernel: [    0.003341] pid_max: default: 32768 minimum: 301
Oct 15 00:05:28 jazzcat kernel: [    0.003371] Security Framework initialized
Oct 15 00:05:28 jazzcat kernel: [    0.003376] AppArmor: AppArmor disabled by boot time parameter
Oct 15 00:05:28 jazzcat kernel: [    0.004031] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Oct 15 00:05:28 jazzcat kernel: [    0.009253] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Oct 15 00:05:28 jazzcat kernel: [    0.011324] Mount-cache hash table entries: 256
Oct 15 00:05:28 jazzcat kernel: [    0.011580] Initializing cgroup subsys cpuacct
Oct 15 00:05:28 jazzcat kernel: [    0.011583] Initializing cgroup subsys memory
Oct 15 00:05:28 jazzcat kernel: [    0.011595] Initializing cgroup subsys devices
Oct 15 00:05:28 jazzcat kernel: [    0.011597] Initializing cgroup subsys freezer
Oct 15 00:05:28 jazzcat kernel: [    0.011598] Initializing cgroup subsys net_cls
Oct 15 00:05:28 jazzcat kernel: [    0.011600] Initializing cgroup subsys blkio
Oct 15 00:05:28 jazzcat kernel: [    0.011630] CPU: Physical Processor ID: 0
Oct 15 00:05:28 jazzcat kernel: [    0.011631] CPU: Processor Core ID: 0
Oct 15 00:05:28 jazzcat kernel: [    0.011633] mce: CPU supports 6 MCE banks
Oct 15 00:05:28 jazzcat kernel: [    0.011642] CPU0: Thermal monitoring enabled (TM2)
Oct 15 00:05:28 jazzcat kernel: [    0.011646] using mwait in idle threads.
Oct 15 00:05:28 jazzcat kernel: [    0.012992] ACPI: Core revision 20120320
Oct 15 00:05:28 jazzcat kernel: [    0.012995] TOSHIBA Satellite detected - force copy of DSDT to local memory
Oct 15 00:05:28 jazzcat kernel: [    0.013120] ACPI: Forced DSDT copy: length 0x0D3D1 copied locally, original unmapped
Oct 15 00:05:28 jazzcat kernel: [    0.020020] ftrace: allocating 18032 entries in 71 pages
Oct 15 00:05:28 jazzcat kernel: [    0.027161] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 15 00:05:28 jazzcat kernel: [    0.061692] CPU0: Intel(R) Core(TM)2 Duo CPU     T6600  @ 2.20GHz stepping 0a
Oct 15 00:05:28 jazzcat kernel: [    0.063329] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
Oct 15 00:05:28 jazzcat kernel: [    0.063329] ... version:                2
Oct 15 00:05:28 jazzcat kernel: [    0.063329] ... bit width:              40
Oct 15 00:05:28 jazzcat kernel: [    0.063329] ... generic registers:      2
Oct 15 00:05:28 jazzcat kernel: [    0.063329] ... value mask:             000000ffffffffff
Oct 15 00:05:28 jazzcat kernel: [    0.063329] ... max period:             000000007fffffff
Oct 15 00:05:28 jazzcat kernel: [    0.063329] ... fixed-purpose events:   3
Oct 15 00:05:28 jazzcat kernel: [    0.063329] ... event mask:             0000000700000003
Oct 15 00:05:28 jazzcat kernel: [    0.080109] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 15 00:05:28 jazzcat kernel: [    0.093336] Booting Node   0, Processors  #1 Ok.
Oct 15 00:05:28 jazzcat kernel: [    0.106523] Brought up 2 CPUs
Oct 15 00:05:28 jazzcat kernel: [    0.106528] Total of 2 processors activated (8781.87 BogoMIPS).
Oct 15 00:05:28 jazzcat kernel: [    0.106733] devtmpfs: initialized
Oct 15 00:05:28 jazzcat kernel: [    0.108466] PM: Registering ACPI NVS region [mem 0xb5f65000-0xb5f9efff] (237568 bytes)
Oct 15 00:05:28 jazzcat kernel: [    0.108466] NET: Registered protocol family 16
Oct 15 00:05:28 jazzcat kernel: [    0.108466] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 15 00:05:28 jazzcat kernel: [    0.108466] ACPI: bus type pci registered
Oct 15 00:05:28 jazzcat kernel: [    0.108466] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 15 00:05:28 jazzcat kernel: [    0.108466] PCI: not using MMCONFIG
Oct 15 00:05:28 jazzcat kernel: [    0.108466] PCI: Using configuration type 1 for base access
Oct 15 00:05:28 jazzcat kernel: [    0.110026] bio: create slab <bio-0> at 0
Oct 15 00:05:28 jazzcat kernel: [    0.110029] ACPI: Added _OSI(Module Device)
Oct 15 00:05:28 jazzcat kernel: [    0.110030] ACPI: Added _OSI(Processor Device)
Oct 15 00:05:28 jazzcat kernel: [    0.110032] ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 15 00:05:28 jazzcat kernel: [    0.110034] ACPI: Added _OSI(Processor Aggregator Device)
Oct 15 00:05:28 jazzcat kernel: [    0.113600] ACPI: EC: Look up EC in DSDT
Oct 15 00:05:28 jazzcat kernel: [    0.117926] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Oct 15 00:05:28 jazzcat kernel: [    0.119042] ACPI: SSDT 00000000b5f1aca0 00223 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.119466] ACPI: Dynamic OEM Table Load:
Oct 15 00:05:28 jazzcat kernel: [    0.119469] ACPI: SSDT           (null) 00223 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.119589] ACPI: SSDT 00000000b5f19620 00594 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.120008] ACPI: Dynamic OEM Table Load:
Oct 15 00:05:28 jazzcat kernel: [    0.120011] ACPI: SSDT           (null) 00594 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.120211] ACPI: SSDT 00000000b5f1aa20 001CF (v01  PmRef    ApIst 00003000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.120649] ACPI: Dynamic OEM Table Load:
Oct 15 00:05:28 jazzcat kernel: [    0.120652] ACPI: SSDT           (null) 001CF (v01  PmRef    ApIst 00003000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.120661] ACPI: SSDT 00000000b5f1af20 0008D (v01  PmRef    ApCst 00003000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.120661] ACPI: Dynamic OEM Table Load:
Oct 15 00:05:28 jazzcat kernel: [    0.120661] ACPI: SSDT           (null) 0008D (v01  PmRef    ApCst 00003000 INTL 20061109)
Oct 15 00:05:28 jazzcat kernel: [    0.150064] ACPI: Interpreter enabled
Oct 15 00:05:28 jazzcat kernel: [    0.150067] ACPI: (supports S0 S3 S4 S5)
Oct 15 00:05:28 jazzcat kernel: [    0.150087] ACPI: Using IOAPIC for interrupt routing
Oct 15 00:05:28 jazzcat kernel: [    0.150105] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 15 00:05:28 jazzcat kernel: [    0.153629] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Oct 15 00:05:28 jazzcat kernel: [    0.195294] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
Oct 15 00:05:28 jazzcat kernel: [    0.195460] ACPI: No dock devices found.
Oct 15 00:05:28 jazzcat kernel: [    0.195465] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 15 00:05:28 jazzcat kernel: [    0.195743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 15 00:05:28 jazzcat kernel: [    0.196267] pci_root PNP0A08:00: >host bridge window [io  0x0000-0x0cf7]
Oct 15 00:05:28 jazzcat kernel: [    0.196270] pci_root PNP0A08:00: >host bridge window [io  0x0d00-0xffff]
Oct 15 00:05:28 jazzcat kernel: [    0.196273] pci_root PNP0A08:00: >host bridge window [mem 0x000a0000-0x000bffff]
Oct 15 00:05:28 jazzcat kernel: [    0.196276] pci_root PNP0A08:00: >host bridge window [mem 0x000d4000-0x000d7fff]
Oct 15 00:05:28 jazzcat kernel: [    0.196278] pci_root PNP0A08:00: >host bridge window [mem 0x000d8000-0x000dbfff]
Oct 15 00:05:28 jazzcat kernel: [    0.196281] pci_root PNP0A08:00: >host bridge window [mem 0xc0000000-0xdfffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.196283] pci_root PNP0A08:00: >host bridge window [mem 0xf0000000-0xfebfffff]
Oct 15 00:05:28 jazzcat kernel: [    0.196321] PCI host bridge to bus 0000:00
Oct 15 00:05:28 jazzcat kernel: [    0.196324] pci_bus 0000:00: >root bus resource [io  0x0000-0x0cf7]
Oct 15 00:05:28 jazzcat kernel: [    0.196326] pci_bus 0000:00: >root bus resource [io  0x0d00-0xffff]
Oct 15 00:05:28 jazzcat kernel: [    0.196328] pci_bus 0000:00: >root bus resource [mem 0x000a0000-0x000bffff]
Oct 15 00:05:28 jazzcat kernel: [    0.196330] pci_bus 0000:00: >root bus resource [mem 0x000d4000-0x000d7fff]
Oct 15 00:05:28 jazzcat kernel: [    0.196333] pci_bus 0000:00: >root bus resource [mem 0x000d8000-0x000dbfff]
Oct 15 00:05:28 jazzcat kernel: [    0.196335] pci_bus 0000:00: >root bus resource [mem 0xc0000000-0xdfffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.196337] pci_bus 0000:00: >root bus resource [mem 0xf0000000-0xfebfffff]
Oct 15 00:05:28 jazzcat kernel: [    0.196348] pci 0000:00:00.0: >[8086:2a40] type 00 class 0x060000
Oct 15 00:05:28 jazzcat kernel: [    0.196371] DMAR: Forcing write-buffer flush capability
Oct 15 00:05:28 jazzcat kernel: [    0.196373] DMAR: Disabling IOMMU for graphics on this chipset
Oct 15 00:05:28 jazzcat kernel: [    0.196400] pci 0000:00:02.0: >[8086:2a42] type 00 class 0x030000
Oct 15 00:05:28 jazzcat kernel: [    0.196414] pci 0000:00:02.0: >reg 10: [mem 0xf4000000-0xf43fffff 64bit]
Oct 15 00:05:28 jazzcat kernel: [    0.196423] pci 0000:00:02.0: >reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.196429] pci 0000:00:02.0: >reg 20: [io  0x1800-0x1807]
Oct 15 00:05:28 jazzcat kernel: [    0.196470] pci 0000:00:02.1: >[8086:2a43] type 00 class 0x038000
Oct 15 00:05:28 jazzcat kernel: [    0.196482] pci 0000:00:02.1: >reg 10: [mem 0xf4400000-0xf44fffff 64bit]
Oct 15 00:05:28 jazzcat kernel: [    0.196576] pci 0000:00:1a.0: >[8086:2937] type 00 class 0x0c0300
Oct 15 00:05:28 jazzcat kernel: [    0.196636] pci 0000:00:1a.0: >reg 20: [io  0x1820-0x183f]
Oct 15 00:05:28 jazzcat kernel: [    0.196717] pci 0000:00:1a.1: >[8086:2938] type 00 class 0x0c0300
Oct 15 00:05:28 jazzcat kernel: [    0.196777] pci 0000:00:1a.1: >reg 20: [io  0x1840-0x185f]
Oct 15 00:05:28 jazzcat kernel: [    0.196849] pci 0000:00:1a.2: >[8086:2939] type 00 class 0x0c0300
Oct 15 00:05:28 jazzcat kernel: [    0.196908] pci 0000:00:1a.2: >reg 20: [io  0x1860-0x187f]
Oct 15 00:05:28 jazzcat kernel: [    0.196992] pci 0000:00:1a.7: >[8086:293c] type 00 class 0x0c0320
Oct 15 00:05:28 jazzcat kernel: [    0.197019] pci 0000:00:1a.7: >reg 10: [mem 0xf4a04800-0xf4a04bff]
Oct 15 00:05:28 jazzcat kernel: [    0.197137] pci 0000:00:1a.7: >PME# supported from D0 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.197174] pci 0000:00:1b.0: >[8086:293e] type 00 class 0x040300
Oct 15 00:05:28 jazzcat kernel: [    0.197196] pci 0000:00:1b.0: >reg 10: [mem 0xf4800000-0xf4803fff 64bit]
Oct 15 00:05:28 jazzcat kernel: [    0.197299] pci 0000:00:1b.0: >PME# supported from D0 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.197332] pci 0000:00:1c.0: >[8086:2940] type 01 class 0x060400
Oct 15 00:05:28 jazzcat kernel: [    0.197441] pci 0000:00:1c.0: >PME# supported from D0 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.197476] pci 0000:00:1c.1: >[8086:2942] type 01 class 0x060400
Oct 15 00:05:28 jazzcat kernel: [    0.197584] pci 0000:00:1c.1: >PME# supported from D0 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.197623] pci 0000:00:1c.3: >[8086:2946] type 01 class 0x060400
Oct 15 00:05:28 jazzcat kernel: [    0.197732] pci 0000:00:1c.3: >PME# supported from D0 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.197768] pci 0000:00:1c.4: >[8086:2948] type 01 class 0x060400
Oct 15 00:05:28 jazzcat kernel: [    0.197876] pci 0000:00:1c.4: >PME# supported from D0 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.197911] pci 0000:00:1c.5: >[8086:294a] type 01 class 0x060400
Oct 15 00:05:28 jazzcat kernel: [    0.198019] pci 0000:00:1c.5: >PME# supported from D0 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.198056] pci 0000:00:1d.0: >[8086:2934] type 00 class 0x0c0300
Oct 15 00:05:28 jazzcat kernel: [    0.198116] pci 0000:00:1d.0: >reg 20: [io  0x1880-0x189f]
Oct 15 00:05:28 jazzcat kernel: [    0.198188] pci 0000:00:1d.1: >[8086:2935] type 00 class 0x0c0300
Oct 15 00:05:28 jazzcat kernel: [    0.198249] pci 0000:00:1d.1: >reg 20: [io  0x18a0-0x18bf]
Oct 15 00:05:28 jazzcat kernel: [    0.198320] pci 0000:00:1d.2: >[8086:2936] type 00 class 0x0c0300
Oct 15 00:05:28 jazzcat kernel: [    0.198381] pci 0000:00:1d.2: >reg 20: [io  0x18c0-0x18df]
Oct 15 00:05:28 jazzcat kernel: [    0.198466] pci 0000:00:1d.7: >[8086:293a] type 00 class 0x0c0320
Oct 15 00:05:28 jazzcat kernel: [    0.198492] pci 0000:00:1d.7: >reg 10: [mem 0xf4a04c00-0xf4a04fff]
Oct 15 00:05:28 jazzcat kernel: [    0.198610] pci 0000:00:1d.7: >PME# supported from D0 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.198640] pci 0000:00:1e.0: >[8086:2448] type 01 class 0x060401
Oct 15 00:05:28 jazzcat kernel: [    0.198738] pci 0000:00:1f.0: >[8086:2919] type 00 class 0x060100
Oct 15 00:05:28 jazzcat kernel: [    0.198912] pci 0000:00:1f.2: >[8086:2929] type 00 class 0x010601
Oct 15 00:05:28 jazzcat kernel: [    0.198942] pci 0000:00:1f.2: >reg 10: [io  0x1818-0x181f]
Oct 15 00:05:28 jazzcat kernel: [    0.198954] pci 0000:00:1f.2: >reg 14: [io  0x180c-0x180f]
Oct 15 00:05:28 jazzcat kernel: [    0.198966] pci 0000:00:1f.2: >reg 18: [io  0x1810-0x1817]
Oct 15 00:05:28 jazzcat kernel: [    0.198978] pci 0000:00:1f.2: >reg 1c: [io  0x1808-0x180b]
Oct 15 00:05:28 jazzcat kernel: [    0.198990] pci 0000:00:1f.2: >reg 20: [io  0x18e0-0x18ff]
Oct 15 00:05:28 jazzcat kernel: [    0.199002] pci 0000:00:1f.2: >reg 24: [mem 0xf4a04000-0xf4a047ff]
Oct 15 00:05:28 jazzcat kernel: [    0.199076] pci 0000:00:1f.2: >PME# supported from D3hot
Oct 15 00:05:28 jazzcat kernel: [    0.199103] pci 0000:00:1f.3: >[8086:2930] type 00 class 0x0c0500
Oct 15 00:05:28 jazzcat kernel: [    0.199125] pci 0000:00:1f.3: >reg 10: [mem 0x00000000-0x000000ff 64bit]
Oct 15 00:05:28 jazzcat kernel: [    0.199157] pci 0000:00:1f.3: >reg 20: [io  0x1c00-0x1c1f]
Oct 15 00:05:28 jazzcat kernel: [    0.199256] pci 0000:00:1c.0: >PCI bridge to [bus 02-02]
Oct 15 00:05:28 jazzcat kernel: [    0.199327] pci 0000:00:1c.1: >PCI bridge to [bus 03-04]
Oct 15 00:05:28 jazzcat kernel: [    0.199419] pci 0000:06:00.0: >[1217:10f7] type 00 class 0x0c0010
Oct 15 00:05:28 jazzcat kernel: [    0.199443] pci 0000:06:00.0: >reg 10: [mem 0xf4501000-0xf4501fff]
Oct 15 00:05:28 jazzcat kernel: [    0.199459] pci 0000:06:00.0: >reg 14: [mem 0xf4500000-0xf45007ff]
Oct 15 00:05:28 jazzcat kernel: [    0.199595] pci 0000:06:00.0: >supports D1 D2
Oct 15 00:05:28 jazzcat kernel: [    0.199597] pci 0000:06:00.0: >PME# supported from D0 D1 D2 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.199646] pci 0000:06:00.1: >[1217:8120] type 00 class 0x080500
Oct 15 00:05:28 jazzcat kernel: [    0.199669] pci 0000:06:00.1: >reg 10: [mem 0xf4503800-0xf45038ff]
Oct 15 00:05:28 jazzcat kernel: [    0.199818] pci 0000:06:00.1: >supports D1 D2
Oct 15 00:05:28 jazzcat kernel: [    0.199820] pci 0000:06:00.1: >PME# supported from D0 D1 D2 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.199866] pci 0000:06:00.2: >[1217:8130] type 00 class 0x018000
Oct 15 00:05:28 jazzcat kernel: [    0.199889] pci 0000:06:00.2: >reg 10: [mem 0xf4502000-0xf4502fff]
Oct 15 00:05:28 jazzcat kernel: [    0.199906] pci 0000:06:00.2: >reg 14: [mem 0xf4503000-0xf45037ff]
Oct 15 00:05:28 jazzcat kernel: [    0.199923] pci 0000:06:00.2: >reg 18: [mem 0xf4500800-0xf4500fff]
Oct 15 00:05:28 jazzcat kernel: [    0.200051] pci 0000:06:00.2: >supports D1 D2
Oct 15 00:05:28 jazzcat kernel: [    0.200053] pci 0000:06:00.2: >PME# supported from D0 D1 D2 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.206687] pci 0000:00:1c.3: >PCI bridge to [bus 06-06]
Oct 15 00:05:28 jazzcat kernel: [    0.206695] pci 0000:00:1c.3: >  bridge window [mem 0xf4500000-0xf45fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.206788] pci 0000:07:00.0: >[1969:1062] type 00 class 0x020000
Oct 15 00:05:28 jazzcat kernel: [    0.206820] pci 0000:07:00.0: >reg 10: [mem 0x00000000-0x0003ffff 64bit]
Oct 15 00:05:28 jazzcat kernel: [    0.206837] pci 0000:07:00.0: >reg 18: [io  0x0000-0x007f]
Oct 15 00:05:28 jazzcat kernel: [    0.206982] pci 0000:07:00.0: >PME# supported from D0 D1 D2 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.213339] pci 0000:00:1c.4: >PCI bridge to [bus 07-07]
Oct 15 00:05:28 jazzcat kernel: [    0.213482] pci 0000:08:00.0: >[8086:4237] type 00 class 0x028000
Oct 15 00:05:28 jazzcat kernel: [    0.213538] pci 0000:08:00.0: >reg 10: [mem 0x00000000-0x00001fff 64bit]
Oct 15 00:05:28 jazzcat kernel: [    0.213812] pci 0000:08:00.0: >PME# supported from D0 D3hot D3cold
Oct 15 00:05:28 jazzcat kernel: [    0.220030] pci 0000:00:1c.5: >PCI bridge to [bus 08-08]
Oct 15 00:05:28 jazzcat kernel: [    0.220130] pci 0000:00:1e.0: >PCI bridge to [bus 0a-0a] (subtractive decode)
Oct 15 00:05:28 jazzcat kernel: [    0.220144] pci 0000:00:1e.0: >  bridge window [io  0x0000-0x0cf7] (subtractive decode)
Oct 15 00:05:28 jazzcat kernel: [    0.220146] pci 0000:00:1e.0: >  bridge window [io  0x0d00-0xffff] (subtractive decode)
Oct 15 00:05:28 jazzcat kernel: [    0.220149] pci 0000:00:1e.0: >  bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Oct 15 00:05:28 jazzcat kernel: [    0.220151] pci 0000:00:1e.0: >  bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
Oct 15 00:05:28 jazzcat kernel: [    0.220153] pci 0000:00:1e.0: >  bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
Oct 15 00:05:28 jazzcat kernel: [    0.220155] pci 0000:00:1e.0: >  bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
Oct 15 00:05:28 jazzcat kernel: [    0.220158] pci 0000:00:1e.0: >  bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
Oct 15 00:05:28 jazzcat kernel: [    0.220197] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Oct 15 00:05:28 jazzcat kernel: [    0.220287] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
Oct 15 00:05:28 jazzcat kernel: [    0.220338] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
Oct 15 00:05:28 jazzcat kernel: [    0.220364] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
Oct 15 00:05:28 jazzcat kernel: [    0.220395] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
Oct 15 00:05:28 jazzcat kernel: [    0.220427] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
Oct 15 00:05:28 jazzcat kernel: [    0.220467]  pci0000:00: >Requesting ACPI _OSC control (0x1d)
Oct 15 00:05:28 jazzcat kernel: [    0.220470]  pci0000:00: >ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
Oct 15 00:05:28 jazzcat kernel: [    0.220472] ACPI _OSC control for PCIe not granted, disabling ASPM
Oct 15 00:05:28 jazzcat kernel: [    0.226021] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
Oct 15 00:05:28 jazzcat kernel: [    0.226069] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 11 12 14 15)
Oct 15 00:05:28 jazzcat kernel: [    0.226113] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 *6 7 10 12 14 15)
Oct 15 00:05:28 jazzcat kernel: [    0.226158] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
Oct 15 00:05:28 jazzcat kernel: [    0.226203] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 15 00:05:28 jazzcat kernel: [    0.226248] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
Oct 15 00:05:28 jazzcat kernel: [    0.226292] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
Oct 15 00:05:28 jazzcat kernel: [    0.226336] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *7 11 12 14 15)
Oct 15 00:05:28 jazzcat kernel: [    0.226406] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Oct 15 00:05:28 jazzcat kernel: [    0.226406] vgaarb: loaded
Oct 15 00:05:28 jazzcat kernel: [    0.226406] vgaarb: bridge control possible 0000:00:02.0
Oct 15 00:05:28 jazzcat kernel: [    0.226406] PCI: Using ACPI for IRQ routing
Oct 15 00:05:28 jazzcat kernel: [    0.237212] PCI: pci_cache_line_size set to 64 bytes
Oct 15 00:05:28 jazzcat kernel: [    0.237368] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
Oct 15 00:05:28 jazzcat kernel: [    0.237370] e820: reserve RAM buffer [mem 0xb5aa1000-0xb7ffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.237373] e820: reserve RAM buffer [mem 0xb5bd0000-0xb7ffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.237376] e820: reserve RAM buffer [mem 0xb5d09000-0xb7ffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.237378] e820: reserve RAM buffer [mem 0xb5f19000-0xb7ffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.237381] e820: reserve RAM buffer [mem 0xb5f65000-0xb7ffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.237383] e820: reserve RAM buffer [mem 0xb5fdd000-0xb7ffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.237385] e820: reserve RAM buffer [mem 0xb6000000-0xb7ffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.237497] NetLabel: Initializing
Oct 15 00:05:28 jazzcat kernel: [    0.237499] NetLabel:  domain hash size = 128
Oct 15 00:05:28 jazzcat kernel: [    0.237500] NetLabel:  protocols = UNLABELED CIPSOv4
Oct 15 00:05:28 jazzcat kernel: [    0.237513] NetLabel:  unlabeled traffic allowed by default
Oct 15 00:05:28 jazzcat kernel: [    0.237526] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
Oct 15 00:05:28 jazzcat kernel: [    0.237532] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
Oct 15 00:05:28 jazzcat kernel: [    0.237537] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Oct 15 00:05:28 jazzcat kernel: [    0.253334] Switching to clocksource hpet
Oct 15 00:05:28 jazzcat kernel: [    0.260832] pnp: PnP ACPI init
Oct 15 00:05:28 jazzcat kernel: [    0.260853] ACPI: bus type pnp registered
Oct 15 00:05:28 jazzcat kernel: [    0.261187] pnp 00:00: >[bus 00-ff]
Oct 15 00:05:28 jazzcat kernel: [    0.261190] pnp 00:00: >[io  0x0000-0x0cf7 window]
Oct 15 00:05:28 jazzcat kernel: [    0.261192] pnp 00:00: >[io  0x0cf8-0x0cff]
Oct 15 00:05:28 jazzcat kernel: [    0.261195] pnp 00:00: >[io  0x0d00-0xffff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261197] pnp 00:00: >[mem 0x000a0000-0x000bffff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261199] pnp 00:00: >[mem 0x000c0000-0x000c3fff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261201] pnp 00:00: >[mem 0x000c4000-0x000c7fff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261203] pnp 00:00: >[mem 0x000c8000-0x000cbfff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261206] pnp 00:00: >[mem 0x000cc000-0x000cffff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261208] pnp 00:00: >[mem 0x000d0000-0x000d3fff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261213] pnp 00:00: >[mem 0x000d4000-0x000d7fff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261215] pnp 00:00: >[mem 0x000d8000-0x000dbfff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261217] pnp 00:00: >[mem 0x000dc000-0x000dffff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261220] pnp 00:00: >[mem 0x000e0000-0x000e3fff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261222] pnp 00:00: >[mem 0x000e4000-0x000e7fff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261224] pnp 00:00: >[mem 0x000e8000-0x000ebfff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261226] pnp 00:00: >[mem 0x000ec000-0x000effff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261228] pnp 00:00: >[mem 0x000f0000-0x000fffff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261230] pnp 00:00: >[mem 0xc0000000-0xdfffffff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261233] pnp 00:00: >[mem 0xf0000000-0xfebfffff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261235] pnp 00:00: >[mem 0xfed40000-0xfed44fff window]
Oct 15 00:05:28 jazzcat kernel: [    0.261309] pnp 00:00: >Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Oct 15 00:05:28 jazzcat kernel: [    0.261417] pnp 00:01: >[io  0x0000-0x001f]
Oct 15 00:05:28 jazzcat kernel: [    0.261420] pnp 00:01: >[io  0x0081-0x0091]
Oct 15 00:05:28 jazzcat kernel: [    0.261422] pnp 00:01: >[io  0x0093-0x009f]
Oct 15 00:05:28 jazzcat kernel: [    0.261424] pnp 00:01: >[io  0x00c0-0x00df]
Oct 15 00:05:28 jazzcat kernel: [    0.261426] pnp 00:01: >[dma 4]
Oct 15 00:05:28 jazzcat kernel: [    0.261453] pnp 00:01: >Plug and Play ACPI device, IDs PNP0200 (active)
Oct 15 00:05:28 jazzcat kernel: [    0.261522] pnp 00:02: >[mem 0xfed00000-0xfed003ff]
Oct 15 00:05:28 jazzcat kernel: [    0.261594] system 00:02: >[mem 0xfed00000-0xfed003ff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.261598] system 00:02: >Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
Oct 15 00:05:28 jazzcat kernel: [    0.261608] pnp 00:03: >[io  0x00f0]
Oct 15 00:05:28 jazzcat kernel: [    0.261621] pnp 00:03: >[irq 13]
Oct 15 00:05:28 jazzcat kernel: [    0.261648] pnp 00:03: >Plug and Play ACPI device, IDs PNP0c04 (active)
Oct 15 00:05:28 jazzcat kernel: [    0.261660] pnp 00:04: >[io  0x002e-0x002f]
Oct 15 00:05:28 jazzcat kernel: [    0.261662] pnp 00:04: >[io  0x004e-0x004f]
Oct 15 00:05:28 jazzcat kernel: [    0.261663] pnp 00:04: >[io  0x0061]
Oct 15 00:05:28 jazzcat kernel: [    0.261665] pnp 00:04: >[io  0x0063]
Oct 15 00:05:28 jazzcat kernel: [    0.261667] pnp 00:04: >[io  0x0065]
Oct 15 00:05:28 jazzcat kernel: [    0.261669] pnp 00:04: >[io  0x0067]
Oct 15 00:05:28 jazzcat kernel: [    0.261671] pnp 00:04: >[io  0x0068]
Oct 15 00:05:28 jazzcat kernel: [    0.261672] pnp 00:04: >[io  0x006c]
Oct 15 00:05:28 jazzcat kernel: [    0.261674] pnp 00:04: >[io  0x0070]
Oct 15 00:05:28 jazzcat kernel: [    0.261676] pnp 00:04: >[io  0x0080]
Oct 15 00:05:28 jazzcat kernel: [    0.261678] pnp 00:04: >[io  0x0092]
Oct 15 00:05:28 jazzcat kernel: [    0.261680] pnp 00:04: >[io  0x00b2-0x00b3]
Oct 15 00:05:28 jazzcat kernel: [    0.261682] pnp 00:04: >[io  0x03e0-0x03e1]
Oct 15 00:05:28 jazzcat kernel: [    0.261684] pnp 00:04: >[io  0x0400-0x047f]
Oct 15 00:05:28 jazzcat kernel: [    0.261686] pnp 00:04: >[io  0x0680-0x069f]
Oct 15 00:05:28 jazzcat kernel: [    0.261688] pnp 00:04: >[io  0x0480-0x048f]
Oct 15 00:05:28 jazzcat kernel: [    0.261690] pnp 00:04: >[io  0xffff]
Oct 15 00:05:28 jazzcat kernel: [    0.261692] pnp 00:04: >[io  0xffff]
Oct 15 00:05:28 jazzcat kernel: [    0.261693] pnp 00:04: >[io  0x1180-0x11ff]
Oct 15 00:05:28 jazzcat kernel: [    0.261695] pnp 00:04: >[io  0x164e-0x164f]
Oct 15 00:05:28 jazzcat kernel: [    0.261697] pnp 00:04: >[io  0xfe00]
Oct 15 00:05:28 jazzcat kernel: [    0.261726] pnp 00:04: >disabling [io  0x002e-0x002f] because it overlaps 0000:07:00.0 BAR 2 [io  0x0000-0x007f]
Oct 15 00:05:28 jazzcat kernel: [    0.261729] pnp 00:04: >disabling [io  0x004e-0x004f] because it overlaps 0000:07:00.0 BAR 2 [io  0x0000-0x007f]
Oct 15 00:05:28 jazzcat kernel: [    0.261732] pnp 00:04: >disabling [io  0x0061] because it overlaps 0000:07:00.0 BAR 2 [io  0x0000-0x007f]
Oct 15 00:05:28 jazzcat kernel: [    0.261734] pnp 00:04: >disabling [io  0x0063] because it overlaps 0000:07:00.0 BAR 2 [io  0x0000-0x007f]
Oct 15 00:05:28 jazzcat kernel: [    0.261737] pnp 00:04: >disabling [io  0x0065] because it overlaps 0000:07:00.0 BAR 2 [io  0x0000-0x007f]
Oct 15 00:05:28 jazzcat kernel: [    0.261740] pnp 00:04: >disabling [io  0x0067] because it overlaps 0000:07:00.0 BAR 2 [io  0x0000-0x007f]
Oct 15 00:05:28 jazzcat kernel: [    0.261742] pnp 00:04: >disabling [io  0x0068] because it overlaps 0000:07:00.0 BAR 2 [io  0x0000-0x007f]
Oct 15 00:05:28 jazzcat kernel: [    0.261745] pnp 00:04: >disabling [io  0x006c] because it overlaps 0000:07:00.0 BAR 2 [io  0x0000-0x007f]
Oct 15 00:05:28 jazzcat kernel: [    0.261748] pnp 00:04: >disabling [io  0x0070] because it overlaps 0000:07:00.0 BAR 2 [io  0x0000-0x007f]
Oct 15 00:05:28 jazzcat kernel: [    0.261781] system 00:04: >[io  0x03e0-0x03e1] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.261784] system 00:04: >[io  0x0400-0x047f] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.261787] system 00:04: >[io  0x0680-0x069f] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.261789] system 00:04: >[io  0x0480-0x048f] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.261792] system 00:04: >[io  0xffff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.261798] system 00:04: >[io  0xffff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.261800] system 00:04: >[io  0x1180-0x11ff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.261803] system 00:04: >[io  0x164e-0x164f] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.261805] system 00:04: >[io  0xfe00] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.261809] system 00:04: >Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 15 00:05:28 jazzcat kernel: [    0.261818] pnp 00:05: >[io  0x0070-0x0077]
Oct 15 00:05:28 jazzcat kernel: [    0.261824] pnp 00:05: >[irq 8]
Oct 15 00:05:28 jazzcat kernel: [    0.261851] pnp 00:05: >Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 15 00:05:28 jazzcat kernel: [    0.262048] pnp 00:06: >[io  0x0060]
Oct 15 00:05:28 jazzcat kernel: [    0.262051] pnp 00:06: >[io  0x0064]
Oct 15 00:05:28 jazzcat kernel: [    0.262057] pnp 00:06: >[irq 1]
Oct 15 00:05:28 jazzcat kernel: [    0.262088] pnp 00:06: >Plug and Play ACPI device, IDs PNP0303 (active)
Oct 15 00:05:28 jazzcat kernel: [    0.262113] pnp 00:07: >[irq 12]
Oct 15 00:05:28 jazzcat kernel: [    0.262143] pnp 00:07: >Plug and Play ACPI device, IDs SYN102f SYN1000 SYN0002 PNP0f13 (active)
Oct 15 00:05:28 jazzcat kernel: [    0.262219] pnp 00:08: >[mem 0xf4503900-0xf4503bff]
Oct 15 00:05:28 jazzcat kernel: [    0.262230] pnp 00:08: >disabling [mem 0xf4503900-0xf4503bff] because it overlaps 0000:00:1c.3 BAR 14 [mem 0xf4500000-0xf45fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.262279] system 00:08: >Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 15 00:05:28 jazzcat kernel: [    0.262351] pnp 00:09: >[mem 0xfed1c000-0xfed1ffff]
Oct 15 00:05:28 jazzcat kernel: [    0.262353] pnp 00:09: >[mem 0xfed10000-0xfed13fff]
Oct 15 00:05:28 jazzcat kernel: [    0.262355] pnp 00:09: >[mem 0xfed18000-0xfed18fff]
Oct 15 00:05:28 jazzcat kernel: [    0.262357] pnp 00:09: >[mem 0xfed19000-0xfed19fff]
Oct 15 00:05:28 jazzcat kernel: [    0.262359] pnp 00:09: >[mem 0xe0000000-0xefffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.262361] pnp 00:09: >[mem 0xfed20000-0xfed3ffff]
Oct 15 00:05:28 jazzcat kernel: [    0.262363] pnp 00:09: >[mem 0xfed45000-0xfed8ffff]
Oct 15 00:05:28 jazzcat kernel: [    0.262423] system 00:09: >[mem 0xfed1c000-0xfed1ffff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.262426] system 00:09: >[mem 0xfed10000-0xfed13fff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.262428] system 00:09: >[mem 0xfed18000-0xfed18fff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.262431] system 00:09: >[mem 0xfed19000-0xfed19fff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.262434] system 00:09: >[mem 0xe0000000-0xefffffff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.262436] system 00:09: >[mem 0xfed20000-0xfed3ffff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.262439] system 00:09: >[mem 0xfed45000-0xfed8ffff] has been reserved
Oct 15 00:05:28 jazzcat kernel: [    0.262442] system 00:09: >Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 15 00:05:28 jazzcat kernel: [    0.262621] pnp: PnP ACPI: found 10 devices
Oct 15 00:05:28 jazzcat kernel: [    0.262622] ACPI: ACPI bus type pnp unregistered
Oct 15 00:05:28 jazzcat kernel: [    0.269775] pci 0000:00:1c.0: >bridge window [io  0x1000-0x0fff] to [bus 02-02] add_size 1000
Oct 15 00:05:28 jazzcat kernel: [    0.269780] pci 0000:00:1c.0: >bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-02] add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269783] pci 0000:00:1c.0: >bridge window [mem 0x00100000-0x000fffff] to [bus 02-02] add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269798] pci 0000:00:1c.1: >bridge window [io  0x1000-0x0fff] to [bus 03-04] add_size 1000
Oct 15 00:05:28 jazzcat kernel: [    0.269801] pci 0000:00:1c.1: >bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-04] add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269804] pci 0000:00:1c.1: >bridge window [mem 0x00100000-0x000fffff] to [bus 03-04] add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269816] pci 0000:00:1c.3: >bridge window [io  0x1000-0x0fff] to [bus 06-06] add_size 1000
Oct 15 00:05:28 jazzcat kernel: [    0.269819] pci 0000:00:1c.3: >bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06-06] add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269835] pci 0000:00:1c.4: >bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07-07] add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269838] pci 0000:00:1c.4: >bridge window [mem 0x00100000-0x001fffff] to [bus 07-07] add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269853] pci 0000:00:1c.5: >bridge window [io  0x1000-0x0fff] to [bus 08-08] add_size 1000
Oct 15 00:05:28 jazzcat kernel: [    0.269856] pci 0000:00:1c.5: >bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08-08] add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269859] pci 0000:00:1c.5: >bridge window [mem 0x00100000-0x001fffff] to [bus 08-08] add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269879] pci 0000:00:1c.0: >res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269882] pci 0000:00:1c.0: >res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269884] pci 0000:00:1c.1: >res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269887] pci 0000:00:1c.1: >res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269890] pci 0000:00:1c.3: >res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269892] pci 0000:00:1c.4: >res[14]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269895] pci 0000:00:1c.4: >res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269897] pci 0000:00:1c.5: >res[14]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269900] pci 0000:00:1c.5: >res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Oct 15 00:05:28 jazzcat kernel: [    0.269902] pci 0000:00:1c.0: >res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Oct 15 00:05:28 jazzcat kernel: [    0.269905] pci 0000:00:1c.1: >res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Oct 15 00:05:28 jazzcat kernel: [    0.269907] pci 0000:00:1c.3: >res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Oct 15 00:05:28 jazzcat kernel: [    0.269909] pci 0000:00:1c.5: >res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Oct 15 00:05:28 jazzcat kernel: [    0.269915] pci 0000:00:1c.0: >BAR 14: assigned [mem 0xc0000000-0xc01fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.269918] pci 0000:00:1c.0: >BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.269922] pci 0000:00:1c.1: >BAR 14: assigned [mem 0xc0400000-0xc05fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.269925] pci 0000:00:1c.1: >BAR 15: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.269928] pci 0000:00:1c.3: >BAR 15: assigned [mem 0xc0800000-0xc09fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.269931] pci 0000:00:1c.4: >BAR 14: assigned [mem 0xc0a00000-0xc0cfffff]
Oct 15 00:05:28 jazzcat kernel: [    0.269935] pci 0000:00:1c.4: >BAR 15: assigned [mem 0xc0d00000-0xc0efffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.269938] pci 0000:00:1c.5: >BAR 14: assigned [mem 0xc0f00000-0xc11fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.269941] pci 0000:00:1c.5: >BAR 15: assigned [mem 0xc1200000-0xc13fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.269944] pci 0000:00:1c.0: >BAR 13: assigned [io  0x2000-0x2fff]
Oct 15 00:05:28 jazzcat kernel: [    0.269947] pci 0000:00:1c.1: >BAR 13: assigned [io  0x3000-0x3fff]
Oct 15 00:05:28 jazzcat kernel: [    0.269951] pci 0000:00:1c.3: >BAR 13: assigned [io  0x4000-0x4fff]
Oct 15 00:05:28 jazzcat kernel: [    0.269954] pci 0000:00:1c.4: >BAR 13: assigned [io  0x5000-0x5fff]
Oct 15 00:05:28 jazzcat kernel: [    0.269956] pci 0000:00:1c.5: >BAR 13: assigned [io  0x6000-0x6fff]
Oct 15 00:05:28 jazzcat kernel: [    0.269960] pci 0000:00:1f.3: >BAR 0: assigned [mem 0xc1400000-0xc14000ff 64bit]
Oct 15 00:05:28 jazzcat kernel: [    0.269971] pci 0000:00:1c.0: >PCI bridge to [bus 02-02]
Oct 15 00:05:28 jazzcat kernel: [    0.269974] pci 0000:00:1c.0: >  bridge window [io  0x2000-0x2fff]
Oct 15 00:05:28 jazzcat kernel: [    0.269981] pci 0000:00:1c.0: >  bridge window [mem 0xc0000000-0xc01fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.269986] pci 0000:00:1c.0: >  bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.269994] pci 0000:00:1c.1: >PCI bridge to [bus 03-04]
Oct 15 00:05:28 jazzcat kernel: [    0.270010] pci 0000:00:1c.1: >  bridge window [io  0x3000-0x3fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270017] pci 0000:00:1c.1: >  bridge window [mem 0xc0400000-0xc05fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270022] pci 0000:00:1c.1: >  bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.270030] pci 0000:00:1c.3: >PCI bridge to [bus 06-06]
Oct 15 00:05:28 jazzcat kernel: [    0.270033] pci 0000:00:1c.3: >  bridge window [io  0x4000-0x4fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270040] pci 0000:00:1c.3: >  bridge window [mem 0xf4500000-0xf45fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270045] pci 0000:00:1c.3: >  bridge window [mem 0xc0800000-0xc09fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.270054] pci 0000:07:00.0: >BAR 0: assigned [mem 0xc0a00000-0xc0a3ffff 64bit]
Oct 15 00:05:28 jazzcat kernel: [    0.270065] pci 0000:07:00.0: >BAR 2: assigned [io  0x5000-0x507f]
Oct 15 00:05:28 jazzcat kernel: [    0.270071] pci 0000:00:1c.4: >PCI bridge to [bus 07-07]
Oct 15 00:05:28 jazzcat kernel: [    0.270075] pci 0000:00:1c.4: >  bridge window [io  0x5000-0x5fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270081] pci 0000:00:1c.4: >  bridge window [mem 0xc0a00000-0xc0cfffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270086] pci 0000:00:1c.4: >  bridge window [mem 0xc0d00000-0xc0efffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.270094] pci 0000:08:00.0: >BAR 0: assigned [mem 0xc0f00000-0xc0f01fff 64bit]
Oct 15 00:05:28 jazzcat kernel: [    0.270129] pci 0000:00:1c.5: >PCI bridge to [bus 08-08]
Oct 15 00:05:28 jazzcat kernel: [    0.270132] pci 0000:00:1c.5: >  bridge window [io  0x6000-0x6fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270139] pci 0000:00:1c.5: >  bridge window [mem 0xc0f00000-0xc11fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270144] pci 0000:00:1c.5: >  bridge window [mem 0xc1200000-0xc13fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.270152] pci 0000:00:1e.0: >PCI bridge to [bus 0a-0a]
Oct 15 00:05:28 jazzcat kernel: [    0.270172] pci 0000:00:1c.0: >enabling device (0000 -> 0003)
Oct 15 00:05:28 jazzcat kernel: [    0.270192] pci 0000:00:1c.1: >enabling device (0000 -> 0003)
Oct 15 00:05:28 jazzcat kernel: [    0.270212] pci 0000:00:1c.4: >enabling device (0000 -> 0003)
Oct 15 00:05:28 jazzcat kernel: [    0.270222] pci 0000:00:1c.5: >enabling device (0000 -> 0003)
Oct 15 00:05:28 jazzcat kernel: [    0.270234] pci 0000:00:1e.0: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [    0.270238] pci_bus 0000:00: >resource 4 [io  0x0000-0x0cf7]
Oct 15 00:05:28 jazzcat kernel: [    0.270240] pci_bus 0000:00: >resource 5 [io  0x0d00-0xffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270242] pci_bus 0000:00: >resource 6 [mem 0x000a0000-0x000bffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270244] pci_bus 0000:00: >resource 7 [mem 0x000d4000-0x000d7fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270246] pci_bus 0000:00: >resource 8 [mem 0x000d8000-0x000dbfff]
Oct 15 00:05:28 jazzcat kernel: [    0.270248] pci_bus 0000:00: >resource 9 [mem 0xc0000000-0xdfffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270251] pci_bus 0000:00: >resource 10 [mem 0xf0000000-0xfebfffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270253] pci_bus 0000:02: >resource 0 [io  0x2000-0x2fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270255] pci_bus 0000:02: >resource 1 [mem 0xc0000000-0xc01fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270257] pci_bus 0000:02: >resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.270259] pci_bus 0000:03: >resource 0 [io  0x3000-0x3fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270261] pci_bus 0000:03: >resource 1 [mem 0xc0400000-0xc05fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270264] pci_bus 0000:03: >resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.270266] pci_bus 0000:06: >resource 0 [io  0x4000-0x4fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270268] pci_bus 0000:06: >resource 1 [mem 0xf4500000-0xf45fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270270] pci_bus 0000:06: >resource 2 [mem 0xc0800000-0xc09fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.270272] pci_bus 0000:07: >resource 0 [io  0x5000-0x5fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270274] pci_bus 0000:07: >resource 1 [mem 0xc0a00000-0xc0cfffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270277] pci_bus 0000:07: >resource 2 [mem 0xc0d00000-0xc0efffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.270279] pci_bus 0000:08: >resource 0 [io  0x6000-0x6fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270281] pci_bus 0000:08: >resource 1 [mem 0xc0f00000-0xc11fffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270283] pci_bus 0000:08: >resource 2 [mem 0xc1200000-0xc13fffff 64bit pref]
Oct 15 00:05:28 jazzcat kernel: [    0.270285] pci_bus 0000:0a: >resource 4 [io  0x0000-0x0cf7]
Oct 15 00:05:28 jazzcat kernel: [    0.270287] pci_bus 0000:0a: >resource 5 [io  0x0d00-0xffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270289] pci_bus 0000:0a: >resource 6 [mem 0x000a0000-0x000bffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270292] pci_bus 0000:0a: >resource 7 [mem 0x000d4000-0x000d7fff]
Oct 15 00:05:28 jazzcat kernel: [    0.270294] pci_bus 0000:0a: >resource 8 [mem 0x000d8000-0x000dbfff]
Oct 15 00:05:28 jazzcat kernel: [    0.270296] pci_bus 0000:0a: >resource 9 [mem 0xc0000000-0xdfffffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270298] pci_bus 0000:0a: >resource 10 [mem 0xf0000000-0xfebfffff]
Oct 15 00:05:28 jazzcat kernel: [    0.270335] NET: Registered protocol family 2
Oct 15 00:05:28 jazzcat kernel: [    0.270546] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
Oct 15 00:05:28 jazzcat kernel: [    0.271955] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Oct 15 00:05:28 jazzcat kernel: [    0.275985] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Oct 15 00:05:28 jazzcat kernel: [    0.276499] TCP: Hash tables configured (established 524288 bind 65536)
Oct 15 00:05:28 jazzcat kernel: [    0.276501] TCP: reno registered
Oct 15 00:05:28 jazzcat kernel: [    0.276518] UDP hash table entries: 4096 (order: 5, 131072 bytes)
Oct 15 00:05:28 jazzcat kernel: [    0.276592] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Oct 15 00:05:28 jazzcat kernel: [    0.276783] NET: Registered protocol family 1
Oct 15 00:05:28 jazzcat kernel: [    0.276809] pci 0000:00:02.0: >Boot video device
Oct 15 00:05:28 jazzcat kernel: [    0.277126] PCI: CLS 64 bytes, default 64
Oct 15 00:05:28 jazzcat kernel: [    0.277182] Unpacking initramfs...
Oct 15 00:05:28 jazzcat kernel: [    0.342059] Freeing initrd memory: 2968k freed
Oct 15 00:05:28 jazzcat kernel: [    0.343394] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 15 00:05:28 jazzcat kernel: [    0.343400] software IO TLB [mem 0xb1aa1000-0xb5aa0fff] (64MB) mapped at [ffff8800b1aa1000-ffff8800b5aa0fff]
Oct 15 00:05:28 jazzcat kernel: [    0.343426] Simple Boot Flag at 0x36 set to 0x1
Oct 15 00:05:28 jazzcat kernel: [    0.343910] audit: initializing netlink socket (disabled)
Oct 15 00:05:28 jazzcat kernel: [    0.343930] type=2000 audit(1350221712.343:1): initialized
Oct 15 00:05:28 jazzcat kernel: [    0.355574] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Oct 15 00:05:28 jazzcat kernel: [    0.358291] VFS: Disk quotas dquot_6.5.2
Oct 15 00:05:28 jazzcat kernel: [    0.358341] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 15 00:05:28 jazzcat kernel: [    0.358492] msgmni has been set to 15654
Oct 15 00:05:28 jazzcat kernel: [    0.358699] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Oct 15 00:05:28 jazzcat kernel: [    0.358735] io scheduler noop registered
Oct 15 00:05:28 jazzcat kernel: [    0.358737] io scheduler deadline registered
Oct 15 00:05:28 jazzcat kernel: [    0.358789] io scheduler cfq registered (default)
Oct 15 00:05:28 jazzcat kernel: [    0.358953] pcieport 0000:00:1c.0: >irq 40 for MSI/MSI-X
Oct 15 00:05:28 jazzcat kernel: [    0.359089] pcieport 0000:00:1c.1: >irq 41 for MSI/MSI-X
Oct 15 00:05:28 jazzcat kernel: [    0.359216] pcieport 0000:00:1c.3: >irq 42 for MSI/MSI-X
Oct 15 00:05:28 jazzcat kernel: [    0.359346] pcieport 0000:00:1c.4: >irq 43 for MSI/MSI-X
Oct 15 00:05:28 jazzcat kernel: [    0.359474] pcieport 0000:00:1c.5: >irq 44 for MSI/MSI-X
Oct 15 00:05:28 jazzcat kernel: [    0.359649] intel_idle: does not run on family 6 model 23
Oct 15 00:05:28 jazzcat kernel: [    0.359685] GHES: HEST is not enabled!
Oct 15 00:05:28 jazzcat kernel: [    0.359744] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Oct 15 00:05:28 jazzcat kernel: [    0.360236] Linux agpgart interface v0.103
Oct 15 00:05:28 jazzcat kernel: [    0.360311] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 15 00:05:28 jazzcat kernel: [    0.362598] i8042: Detected active multiplexing controller, rev 1.1
Oct 15 00:05:28 jazzcat kernel: [    0.363897] serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 15 00:05:28 jazzcat kernel: [    0.363931] serio: i8042 AUX0 port at 0x60,0x64 irq 12
Oct 15 00:05:28 jazzcat kernel: [    0.363957] serio: i8042 AUX1 port at 0x60,0x64 irq 12
Oct 15 00:05:28 jazzcat kernel: [    0.363980] serio: i8042 AUX2 port at 0x60,0x64 irq 12
Oct 15 00:05:28 jazzcat kernel: [    0.364006] serio: i8042 AUX3 port at 0x60,0x64 irq 12
Oct 15 00:05:28 jazzcat kernel: [    0.364106] mousedev: PS/2 mouse device common for all mice
Oct 15 00:05:28 jazzcat kernel: [    0.364181] rtc_cmos 00:05: >RTC can wake from S4
Oct 15 00:05:28 jazzcat kernel: [    0.364336] rtc_cmos 00:05: >rtc core: registered rtc_cmos as rtc0
Oct 15 00:05:28 jazzcat kernel: [    0.364368] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Oct 15 00:05:28 jazzcat kernel: [    0.364376] cpuidle: using governor ladder
Oct 15 00:05:28 jazzcat kernel: [    0.364377] cpuidle: using governor menu
Oct 15 00:05:28 jazzcat kernel: [    0.364493] drop_monitor: Initializing network drop monitor service
Oct 15 00:05:28 jazzcat kernel: [    0.364570] TCP: cubic registered
Oct 15 00:05:28 jazzcat kernel: [    0.364682] NET: Registered protocol family 10
Oct 15 00:05:28 jazzcat kernel: [    0.364860] NET: Registered protocol family 17
Oct 15 00:05:28 jazzcat kernel: [    0.364869] Key type dns_resolver registered
Oct 15 00:05:28 jazzcat kernel: [    0.365013] PM: Hibernation image not present or could not be loaded.
Oct 15 00:05:28 jazzcat kernel: [    0.365026] registered taskstats version 1
Oct 15 00:05:28 jazzcat kernel: [    0.366083] rtc_cmos 00:05: >setting system clock to 2012-10-14 13:35:12 UTC (1350221712)
Oct 15 00:05:28 jazzcat kernel: [    0.367304] Freeing unused kernel memory: 760k freed
Oct 15 00:05:28 jazzcat kernel: [    0.367567] Write protecting the kernel read-only data: 8192k
Oct 15 00:05:28 jazzcat kernel: [    0.372161] Freeing unused kernel memory: 1472k freed
Oct 15 00:05:28 jazzcat kernel: [    0.374564] Freeing unused kernel memory: 608k freed
Oct 15 00:05:28 jazzcat [    0.382616] systemd-udevd[41]: starting version 194
Oct 15 00:05:28 jazzcat kernel: [    0.406702] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Oct 15 00:05:28 jazzcat kernel: [    0.418668] ACPI: bus type usb registered
Oct 15 00:05:28 jazzcat kernel: [    0.418700] usbcore: registered new interface driver usbfs
Oct 15 00:05:28 jazzcat kernel: [    0.418712] usbcore: registered new interface driver hub
Oct 15 00:05:28 jazzcat kernel: [    0.419480] usbcore: registered new device driver usb
Oct 15 00:05:28 jazzcat kernel: [    0.421055] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 15 00:05:28 jazzcat kernel: [    0.421119] ehci_hcd 0000:00:1a.7: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [    0.421123] ehci_hcd 0000:00:1a.7: >EHCI Host Controller
Oct 15 00:05:28 jazzcat kernel: [    0.421131] ehci_hcd 0000:00:1a.7: >new USB bus registered, assigned bus number 1
Oct 15 00:05:28 jazzcat kernel: [    0.421172] ehci_hcd 0000:00:1a.7: >debug port 1
Oct 15 00:05:28 jazzcat kernel: [    0.422040] SCSI subsystem initialized
Oct 15 00:05:28 jazzcat kernel: [    0.424000] libata version 3.00 loaded.
Oct 15 00:05:28 jazzcat kernel: [    0.425075] ehci_hcd 0000:00:1a.7: >cache line size of 64 is not supported
Oct 15 00:05:28 jazzcat kernel: [    0.425102] ehci_hcd 0000:00:1a.7: >irq 19, io mem 0xf4a04800
Oct 15 00:05:28 jazzcat kernel: [    0.430541] uhci_hcd: USB Universal Host Controller Interface driver
Oct 15 00:05:28 jazzcat kernel: [    0.434030] ehci_hcd 0000:00:1a.7: >USB 2.0 started, EHCI 1.00
Oct 15 00:05:28 jazzcat kernel: [    0.434349] hub 1-0:1.0: >USB hub found
Oct 15 00:05:28 jazzcat kernel: [    0.434355] hub 1-0:1.0: >6 ports detected
Oct 15 00:05:28 jazzcat kernel: [    0.435031] ehci_hcd 0000:00:1d.7: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [    0.435035] ehci_hcd 0000:00:1d.7: >EHCI Host Controller
Oct 15 00:05:28 jazzcat kernel: [    0.435046] ehci_hcd 0000:00:1d.7: >new USB bus registered, assigned bus number 2
Oct 15 00:05:28 jazzcat kernel: [    0.435081] ehci_hcd 0000:00:1d.7: >debug port 1
Oct 15 00:05:28 jazzcat kernel: [    0.438954] ehci_hcd 0000:00:1d.7: >cache line size of 64 is not supported
Oct 15 00:05:28 jazzcat kernel: [    0.438977] ehci_hcd 0000:00:1d.7: >irq 23, io mem 0xf4a04c00
Oct 15 00:05:28 jazzcat kernel: [    0.446781] ehci_hcd 0000:00:1d.7: >USB 2.0 started, EHCI 1.00
Oct 15 00:05:28 jazzcat kernel: [    0.447528] hub 2-0:1.0: >USB hub found
Oct 15 00:05:28 jazzcat kernel: [    0.447533] hub 2-0:1.0: >6 ports detected
Oct 15 00:05:28 jazzcat kernel: [    0.448889] ahci 0000:00:1f.2: >version 3.0
Oct 15 00:05:28 jazzcat kernel: [    0.448972] ahci 0000:00:1f.2: >irq 45 for MSI/MSI-X
Oct 15 00:05:28 jazzcat kernel: [    0.449069] ahci 0000:00:1f.2: >AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
Oct 15 00:05:28 jazzcat kernel: [    0.449073] ahci 0000:00:1f.2: >flags: 64bit ncq sntf led clo pio slum part ccc ems sxs 
Oct 15 00:05:28 jazzcat kernel: [    0.449078] ahci 0000:00:1f.2: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [    0.467318] scsi0 : ahci
Oct 15 00:05:28 jazzcat kernel: [    0.467419] scsi1 : ahci
Oct 15 00:05:28 jazzcat kernel: [    0.467730] scsi2 : ahci
Oct 15 00:05:28 jazzcat kernel: [    0.467817] scsi3 : ahci
Oct 15 00:05:28 jazzcat kernel: [    0.467895] scsi4 : ahci
Oct 15 00:05:28 jazzcat kernel: [    0.467972] scsi5 : ahci
Oct 15 00:05:28 jazzcat kernel: [    0.468113] ata1: SATA max UDMA/133 abar m2048@0xf4a04000 port 0xf4a04100 irq 45
Oct 15 00:05:28 jazzcat kernel: [    0.468116] ata2: SATA max UDMA/133 abar m2048@0xf4a04000 port 0xf4a04180 irq 45
Oct 15 00:05:28 jazzcat kernel: [    0.468118] ata3: DUMMY
Oct 15 00:05:28 jazzcat kernel: [    0.468119] ata4: DUMMY
Oct 15 00:05:28 jazzcat kernel: [    0.468122] ata5: SATA max UDMA/133 abar m2048@0xf4a04000 port 0xf4a04300 irq 45
Oct 15 00:05:28 jazzcat kernel: [    0.468125] ata6: SATA max UDMA/133 abar m2048@0xf4a04000 port 0xf4a04380 irq 45
Oct 15 00:05:28 jazzcat kernel: [    0.468169] uhci_hcd 0000:00:1a.0: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [    0.468173] uhci_hcd 0000:00:1a.0: >UHCI Host Controller
Oct 15 00:05:28 jazzcat kernel: [    0.468181] uhci_hcd 0000:00:1a.0: >new USB bus registered, assigned bus number 3
Oct 15 00:05:28 jazzcat kernel: [    0.468223] uhci_hcd 0000:00:1a.0: >irq 16, io base 0x00001820
Oct 15 00:05:28 jazzcat kernel: [    0.468400] hub 3-0:1.0: >USB hub found
Oct 15 00:05:28 jazzcat kernel: [    0.468405] hub 3-0:1.0: >2 ports detected
Oct 15 00:05:28 jazzcat kernel: [    0.468491] uhci_hcd 0000:00:1a.1: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [    0.468495] uhci_hcd 0000:00:1a.1: >UHCI Host Controller
Oct 15 00:05:28 jazzcat kernel: [    0.468501] uhci_hcd 0000:00:1a.1: >new USB bus registered, assigned bus number 4
Oct 15 00:05:28 jazzcat kernel: [    0.468537] uhci_hcd 0000:00:1a.1: >irq 21, io base 0x00001840
Oct 15 00:05:28 jazzcat kernel: [    0.468689] hub 4-0:1.0: >USB hub found
Oct 15 00:05:28 jazzcat kernel: [    0.468693] hub 4-0:1.0: >2 ports detected
Oct 15 00:05:28 jazzcat kernel: [    0.468770] uhci_hcd 0000:00:1a.2: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [    0.468774] uhci_hcd 0000:00:1a.2: >UHCI Host Controller
Oct 15 00:05:28 jazzcat kernel: [    0.468780] uhci_hcd 0000:00:1a.2: >new USB bus registered, assigned bus number 5
Oct 15 00:05:28 jazzcat kernel: [    0.468809] uhci_hcd 0000:00:1a.2: >irq 19, io base 0x00001860
Oct 15 00:05:28 jazzcat kernel: [    0.468937] hub 5-0:1.0: >USB hub found
Oct 15 00:05:28 jazzcat kernel: [    0.468941] hub 5-0:1.0: >2 ports detected
Oct 15 00:05:28 jazzcat kernel: [    0.469017] uhci_hcd 0000:00:1d.0: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [    0.469020] uhci_hcd 0000:00:1d.0: >UHCI Host Controller
Oct 15 00:05:28 jazzcat kernel: [    0.469026] uhci_hcd 0000:00:1d.0: >new USB bus registered, assigned bus number 6
Oct 15 00:05:28 jazzcat kernel: [    0.469054] uhci_hcd 0000:00:1d.0: >irq 23, io base 0x00001880
Oct 15 00:05:28 jazzcat kernel: [    0.469189] hub 6-0:1.0: >USB hub found
Oct 15 00:05:28 jazzcat kernel: [    0.469193] hub 6-0:1.0: >2 ports detected
Oct 15 00:05:28 jazzcat kernel: [    0.469269] uhci_hcd 0000:00:1d.1: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [    0.469273] uhci_hcd 0000:00:1d.1: >UHCI Host Controller
Oct 15 00:05:28 jazzcat kernel: [    0.469278] uhci_hcd 0000:00:1d.1: >new USB bus registered, assigned bus number 7
Oct 15 00:05:28 jazzcat kernel: [    0.469306] uhci_hcd 0000:00:1d.1: >irq 19, io base 0x000018a0
Oct 15 00:05:28 jazzcat kernel: [    0.469445] hub 7-0:1.0: >USB hub found
Oct 15 00:05:28 jazzcat kernel: [    0.469449] hub 7-0:1.0: >2 ports detected
Oct 15 00:05:28 jazzcat kernel: [    0.469523] uhci_hcd 0000:00:1d.2: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [    0.469527] uhci_hcd 0000:00:1d.2: >UHCI Host Controller
Oct 15 00:05:28 jazzcat kernel: [    0.469533] uhci_hcd 0000:00:1d.2: >new USB bus registered, assigned bus number 8
Oct 15 00:05:28 jazzcat kernel: [    0.469569] uhci_hcd 0000:00:1d.2: >irq 18, io base 0x000018c0
Oct 15 00:05:28 jazzcat kernel: [    0.469791] hub 8-0:1.0: >USB hub found
Oct 15 00:05:28 jazzcat kernel: [    0.469796] hub 8-0:1.0: >2 ports detected
Oct 15 00:05:28 jazzcat kernel: [    0.753356] usb 2-4: >new high-speed USB device number 2 using ehci_hcd
Oct 15 00:05:28 jazzcat kernel: [    0.786703] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 15 00:05:28 jazzcat kernel: [    0.786735] ata6: SATA link down (SStatus 0 SControl 300)
Oct 15 00:05:28 jazzcat kernel: [    0.786770] ata2: SATA link down (SStatus 0 SControl 300)
Oct 15 00:05:28 jazzcat kernel: [    0.786801] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 15 00:05:28 jazzcat kernel: [    0.787210] ata1.00: unexpected _GTF length (8)
Oct 15 00:05:28 jazzcat kernel: [    0.788060] ata5.00: unexpected _GTF length (8)
Oct 15 00:05:28 jazzcat kernel: [    0.788063] ata5.00: ATAPI: MATSHITABD-CMB UJ141ES, 1.00, max UDMA/100
Oct 15 00:05:28 jazzcat kernel: [    0.789880] ata5.00: unexpected _GTF length (8)
Oct 15 00:05:28 jazzcat kernel: [    0.789884] ata5.00: configured for UDMA/100
Oct 15 00:05:28 jazzcat kernel: [    0.841494] ata1.00: ATA-8: TOSHIBA MK5055GSX, FG001M, max UDMA/100
Oct 15 00:05:28 jazzcat kernel: [    0.841497] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Oct 15 00:05:28 jazzcat kernel: [    0.842166] ata1.00: unexpected _GTF length (8)
Oct 15 00:05:28 jazzcat kernel: [    0.842302] ata1.00: configured for UDMA/100
Oct 15 00:05:28 jazzcat kernel: [    0.842432] scsi 0:0:0:0: >Direct-Access     ATA      TOSHIBA MK5055GS FG00 PQ: 0 ANSI: 5
Oct 15 00:05:28 jazzcat kernel: [    0.844621] scsi 4:0:0:0: >CD-ROM            MATSHITA BD-CMB UJ141ES   1.00 PQ: 0 ANSI: 5
Oct 15 00:05:28 jazzcat kernel: [    0.849023] sd 0:0:0:0: >[sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Oct 15 00:05:28 jazzcat kernel: [    0.849076] sd 0:0:0:0: >[sda] Write Protect is off
Oct 15 00:05:28 jazzcat kernel: [    0.849079] sd 0:0:0:0: >[sda] Mode Sense: 00 3a 00 00
Oct 15 00:05:28 jazzcat kernel: [    0.849101] sd 0:0:0:0: >[sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 15 00:05:28 jazzcat kernel: [    1.021894]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 > sda4
Oct 15 00:05:28 jazzcat kernel: [    1.022581] sd 0:0:0:0: >[sda] Attached SCSI disk
Oct 15 00:05:28 jazzcat kernel: [    1.026832] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
Oct 15 00:05:28 jazzcat kernel: [    1.026837] cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 15 00:05:28 jazzcat kernel: [    1.026993] sr 4:0:0:0: >Attached scsi CD-ROM sr0
Oct 15 00:05:28 jazzcat kernel: [    1.346746] Refined TSC clocksource calibration: 2194.499 MHz.
Oct 15 00:05:28 jazzcat kernel: [    1.346751] Switching to clocksource tsc
Oct 15 00:05:28 jazzcat kernel: [    3.033344] EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: (null)
Oct 15 00:05:28 jazzcat [    3.790153] systemd[1]: systemd 194 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
Oct 15 00:05:28 jazzcat [    3.805784] systemd[1]: Set hostname to <jazzcat>.
Oct 15 00:05:28 jazzcat [    3.866652] systemd-fstab-generator[107]: Failed to create unit file: File exists
Oct 15 00:05:28 jazzcat [    3.876216] systemd[1]: /usr/lib/systemd/system-generators/systemd-fstab-generator exited with exit status 1.
Oct 15 00:05:28 jazzcat [    5.066242] systemd[1]: Starting Collect Read-Ahead Data...
Oct 15 00:05:28 jazzcat [    5.086922] systemd[1]: Starting Replay Read-Ahead Data...
Oct 15 00:05:28 jazzcat [    5.095256] systemd[1]: Starting Arch Daemons.
Oct 15 00:05:28 jazzcat [    5.095597] systemd[1]: Reached target Arch Daemons.
Oct 15 00:05:28 jazzcat [    5.095619] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Oct 15 00:05:28 jazzcat [    5.095686] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 15 00:05:28 jazzcat [    5.095700] systemd[1]: Starting Remote File Systems.
Oct 15 00:05:28 jazzcat [    5.096004] systemd[1]: Reached target Remote File Systems.
Oct 15 00:05:28 jazzcat [    5.096019] systemd[1]: Starting Syslog Socket.
Oct 15 00:05:28 jazzcat [    5.096351] systemd[1]: Listening on Syslog Socket.
Oct 15 00:05:28 jazzcat [    5.096369] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Oct 15 00:05:28 jazzcat [    5.096396] systemd-readahead[114]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
Oct 15 00:05:28 jazzcat [    5.096708] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Oct 15 00:05:28 jazzcat [    5.096721] systemd[1]: Starting Delayed Shutdown Socket.
Oct 15 00:05:28 jazzcat [    5.097036] systemd[1]: Listening on Delayed Shutdown Socket.
Oct 15 00:05:28 jazzcat [    5.097053] systemd[1]: Starting Encrypted Volumes.
Oct 15 00:05:28 jazzcat [    5.097360] systemd[1]: Reached target Encrypted Volumes.
Oct 15 00:05:28 jazzcat [    5.097382] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Oct 15 00:05:28 jazzcat [    5.097429] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 15 00:05:28 jazzcat [    5.097472] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Oct 15 00:05:28 jazzcat [    5.097859] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 15 00:05:28 jazzcat [    5.097933] systemd[1]: Starting udev Kernel Socket.
Oct 15 00:05:28 jazzcat [    5.098247] systemd[1]: Listening on udev Kernel Socket.
Oct 15 00:05:28 jazzcat [    5.098299] systemd[1]: Starting udev Control Socket.
Oct 15 00:05:28 jazzcat [    5.098612] systemd[1]: Listening on udev Control Socket.
Oct 15 00:05:28 jazzcat [    5.098627] systemd[1]: Expecting device dev-sda9.device...
Oct 15 00:05:28 jazzcat [    5.098849] systemd[1]: Starting Journal Socket.
Oct 15 00:05:28 jazzcat [    5.099176] systemd[1]: Listening on Journal Socket.
Oct 15 00:05:28 jazzcat [    5.099232] systemd[1]: Starting udev Coldplug all Devices...
Oct 15 00:05:28 jazzcat [    5.100285] systemd[1]: Mounting POSIX Message Queue File System...
Oct 15 00:05:28 jazzcat [    5.120206] systemd[1]: Mounting Huge Pages File System...
Oct 15 00:05:28 jazzcat [    5.127802] systemd[1]: Mounting Debug File System...
Oct 15 00:05:28 jazzcat [    5.133453] systemd[1]: Starting udev Kernel Device Manager...
Oct 15 00:05:28 jazzcat [    5.140668] systemd[1]: Starting Journal Service...
Oct 15 00:05:28 jazzcat [    5.157125] systemd[1]: Started Journal Service.
Oct 15 00:05:28 jazzcat [    5.157174] systemd[1]: Starting Syslog.
Oct 15 00:05:28 jazzcat [    5.157472] systemd[1]: Reached target Syslog.
Oct 15 00:05:28 jazzcat [    5.158071] systemd[1]: Started Collect Read-Ahead Data.
Oct 15 00:05:28 jazzcat kernel: [    5.617538] EXT4-fs (sda11): re-mounted. Opts: data=ordered
Oct 15 00:05:28 jazzcat kernel: [    5.618216] EXT4-fs (sda11): re-mounted. Opts: data=ordered
Oct 15 00:05:28 jazzcat [    5.770911] systemd-udevd[119]: starting version 194
Oct 15 00:05:28 jazzcat [    6.333640] systemd-journald[120]: Received SIGUSR1
Oct 15 00:05:28 jazzcat kernel: [    8.562605] atl1c 0000:07:00.0: >enabling device (0000 -> 0002)
Oct 15 00:05:28 jazzcat kernel: [    8.583768] atl1c 0000:07:00.0: >version 1.0.1.0-NAPI
Oct 15 00:05:28 jazzcat kernel: [    8.794113] thermal LNXTHERM:00: >registered as thermal_zone0
Oct 15 00:05:28 jazzcat kernel: [    8.794118] ACPI: Thermal Zone [THRM] (49 C)
Oct 15 00:05:28 jazzcat kernel: [    9.021424] input: PC Speaker as /devices/platform/pcspkr/input/input1
Oct 15 00:05:28 jazzcat kernel: [    9.029111] ACPI: Requesting acpi_cpufreq
Oct 15 00:05:28 jazzcat kernel: [    9.030736] Monitor-Mwait will be used to enter C-1 state
Oct 15 00:05:28 jazzcat kernel: [    9.030744] Monitor-Mwait will be used to enter C-2 state
Oct 15 00:05:28 jazzcat kernel: [    9.030748] Monitor-Mwait will be used to enter C-3 state
Oct 15 00:05:28 jazzcat kernel: [    9.030751] Marking TSC unstable due to TSC halts in idle
Oct 15 00:05:28 jazzcat kernel: [    9.030789] ACPI: acpi_idle registered with cpuidle
Oct 15 00:05:28 jazzcat kernel: [    9.031541] Switching to clocksource hpet
Oct 15 00:05:28 jazzcat kernel: [    9.153574] ACPI: Battery Slot [BAT1] (battery present)
Oct 15 00:05:28 jazzcat kernel: [    9.153780] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
Oct 15 00:05:28 jazzcat kernel: [    9.156138] ACPI: Power Button [PWRB]
Oct 15 00:05:28 jazzcat kernel: [    9.156645] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
Oct 15 00:05:28 jazzcat kernel: [    9.158246] ACPI: Lid Switch [LID]
Oct 15 00:05:28 jazzcat kernel: [    9.158319] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
Oct 15 00:05:28 jazzcat kernel: [    9.158401] ACPI: Power Button [PWRF]
Oct 15 00:05:28 jazzcat kernel: [    9.160729] [drm] Initialized drm 1.1.0 20060810
Oct 15 00:05:28 jazzcat kernel: [    9.195495] ACPI: AC Adapter [ACAD] (on-line)
Oct 15 00:05:28 jazzcat kernel: [    9.195767] wmi: Mapper loaded
Oct 15 00:05:28 jazzcat kernel: [    9.224225] Linux media interface: v0.10
Oct 15 00:05:28 jazzcat kernel: [    9.267242] ACPI Warning: 0x0000000000001c00-0x0000000000001c1f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251)
Oct 15 00:05:28 jazzcat kernel: [    9.267249] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Oct 15 00:05:28 jazzcat kernel: [    9.329800] agpgart-intel 0000:00:00.0: >Intel GM45 Chipset
Oct 15 00:05:28 jazzcat kernel: [    9.329959] agpgart-intel 0000:00:00.0: >detected gtt size: 2097152K total, 262144K mappable
Oct 15 00:05:28 jazzcat kernel: [    9.330922] agpgart-intel 0000:00:00.0: >detected 131072K stolen memory
Oct 15 00:05:28 jazzcat kernel: [    9.331079] agpgart-intel 0000:00:00.0: >AGP aperture is 256M @ 0xd0000000
Oct 15 00:05:28 jazzcat kernel: [    9.396129] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251)
Oct 15 00:05:28 jazzcat kernel: [    9.396137] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Oct 15 00:05:28 jazzcat kernel: [    9.396141] ACPI Warning: 0x0000000000001180-0x00000000000011bf SystemIO conflicts with Region \GPIO 1 (20120320/utaddress-251)
Oct 15 00:05:28 jazzcat kernel: [    9.396145] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Oct 15 00:05:28 jazzcat kernel: [    9.396147] lpc_ich: Resource conflict(s) found affecting gpio_ich
Oct 15 00:05:28 jazzcat kernel: [    9.447581] iTCO_vendor_support: vendor-support=0
Oct 15 00:05:28 jazzcat kernel: [    9.600836] Linux video capture interface: v2.00
Oct 15 00:05:28 jazzcat kernel: [    9.620148] uvcvideo: Found UVC 1.00 device USB2.0 UVC WebCam (04f2:b128)
Oct 15 00:05:28 jazzcat kernel: [    9.623530] input: USB2.0 UVC WebCam as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input5
Oct 15 00:05:28 jazzcat kernel: [    9.623617] usbcore: registered new interface driver uvcvideo
Oct 15 00:05:28 jazzcat kernel: [    9.623619] USB Video Class driver (1.1.1)
Oct 15 00:05:28 jazzcat kernel: [    9.629465] sdhci: Secure Digital Host Controller Interface driver
Oct 15 00:05:28 jazzcat kernel: [    9.629468] sdhci: Copyright(c) Pierre Ossman
Oct 15 00:05:28 jazzcat kernel: [    9.630385] sdhci-pci 0000:06:00.1: >SDHCI controller found [1217:8120] (rev 1)
Oct 15 00:05:28 jazzcat kernel: [    9.630447] sdhci-pci 0000:06:00.1: >Will use DMA mode even though HW doesn't fully claim to support it.
Oct 15 00:05:28 jazzcat kernel: [    9.630463] sdhci-pci 0000:06:00.1: >Will use DMA mode even though HW doesn't fully claim to support it.
Oct 15 00:05:28 jazzcat kernel: [    9.630506] Registered led device: mmc0::
Oct 15 00:05:28 jazzcat kernel: [    9.641984] cfg80211: Calling CRDA to update world regulatory domain
Oct 15 00:05:28 jazzcat kernel: [    9.656726] mmc0: SDHCI controller on PCI [0000:06:00.1] using DMA
Oct 15 00:05:28 jazzcat kernel: [    9.665525] sdhci-pci 0000:06:00.1: >Will use DMA mode even though HW doesn't fully claim to support it.
Oct 15 00:05:28 jazzcat kernel: [    9.698778] sdhci-pci 0000:06:00.1: >Will use DMA mode even though HW doesn't fully claim to support it.
Oct 15 00:05:28 jazzcat kernel: [    9.718502] firewire_ohci 0000:06:00.0: >enabling device (0004 -> 0006)
Oct 15 00:05:28 jazzcat kernel: [    9.732235] sdhci-pci 0000:06:00.1: >Will use DMA mode even though HW doesn't fully claim to support it.
Oct 15 00:05:28 jazzcat kernel: [    9.765437] sdhci-pci 0000:06:00.1: >Will use DMA mode even though HW doesn't fully claim to support it.
Oct 15 00:05:28 jazzcat kernel: [    9.770140] firewire_ohci 0000:06:00.0: >added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
Oct 15 00:05:28 jazzcat kernel: [    9.907524] psmouse serio4: >synaptics: Touchpad model: 1, fw: 7.2, id: 0x1e0b1, caps: 0xd04733/0xa40000/0xa0000
Oct 15 00:05:28 jazzcat kernel: [    9.907533] psmouse serio4: >synaptics: Toshiba Satellite P505 detected, limiting rate to 40pps.
Oct 15 00:05:28 jazzcat kernel: [    9.941730] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input6
Oct 15 00:05:28 jazzcat kernel: [    9.947488] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
Oct 15 00:05:28 jazzcat kernel: [    9.957326] input: Toshiba input device as /devices/virtual/input/input7
Oct 15 00:05:28 jazzcat kernel: [    9.969261] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
Oct 15 00:05:28 jazzcat kernel: [    9.969346] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
Oct 15 00:05:28 jazzcat kernel: [    9.969410] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 15 00:05:28 jazzcat kernel: [    9.975011] Registered led device: toshiba::illumination
Oct 15 00:05:28 jazzcat kernel: [   10.270188] firewire_core 0000:06:00.0: created device fw0: GUID 001b2400018ccda7, S400
Oct 15 00:05:28 jazzcat kernel: [   10.344970] i915 0000:00:02.0: >setting latency timer to 64
Oct 15 00:05:28 jazzcat kernel: [   10.402350] i915 0000:00:02.0: >irq 46 for MSI/MSI-X
Oct 15 00:05:28 jazzcat kernel: [   10.402360] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Oct 15 00:05:28 jazzcat kernel: [   10.402362] [drm] Driver supports precise vblank timestamp query.
Oct 15 00:05:28 jazzcat kernel: [   10.402409] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 15 00:05:28 jazzcat kernel: [   10.424600] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
Oct 15 00:05:28 jazzcat kernel: [   10.425302] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
Oct 15 00:05:28 jazzcat kernel: [   10.425695] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Oct 15 00:05:28 jazzcat kernel: [   10.526823] i915: fixme: max PWM is zero
Oct 15 00:05:28 jazzcat kernel: [   10.701863] iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
Oct 15 00:05:28 jazzcat kernel: [   10.701867] iwlwifi: Copyright(c) 2003-2012 Intel Corporation
Oct 15 00:05:28 jazzcat kernel: [   10.701958] iwlwifi 0000:08:00.0: >enabling device (0000 -> 0002)
Oct 15 00:05:28 jazzcat kernel: [   10.702037] iwlwifi 0000:08:00.0: >pci_resource_len = 0x00002000
Oct 15 00:05:28 jazzcat kernel: [   10.702039] iwlwifi 0000:08:00.0: >pci_resource_base = ffffc90011784000
Oct 15 00:05:28 jazzcat kernel: [   10.702041] iwlwifi 0000:08:00.0: >HW Revision ID = 0x0
Oct 15 00:05:28 jazzcat kernel: [   10.702214] iwlwifi 0000:08:00.0: >irq 47 for MSI/MSI-X
Oct 15 00:05:28 jazzcat kernel: [   10.703684] iwlwifi 0000:08:00.0: >loaded firmware version 8.83.5.1 build 33692
Oct 15 00:05:28 jazzcat kernel: [   10.703922] iwlwifi 0000:08:00.0: >CONFIG_IWLWIFI_DEBUG disabled
Oct 15 00:05:28 jazzcat kernel: [   10.703924] iwlwifi 0000:08:00.0: >CONFIG_IWLWIFI_DEBUGFS disabled
Oct 15 00:05:28 jazzcat kernel: [   10.703926] iwlwifi 0000:08:00.0: >CONFIG_IWLWIFI_DEVICE_TRACING enabled
Oct 15 00:05:28 jazzcat kernel: [   10.703928] iwlwifi 0000:08:00.0: >CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
Oct 15 00:05:28 jazzcat kernel: [   10.703930] iwlwifi 0000:08:00.0: >CONFIG_IWLWIFI_P2P disabled
Oct 15 00:05:28 jazzcat kernel: [   10.703933] iwlwifi 0000:08:00.0: >Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
Oct 15 00:05:28 jazzcat kernel: [   10.704040] iwlwifi 0000:08:00.0: >L1 Enabled; Disabling L0S
Oct 15 00:05:28 jazzcat kernel: [   10.728760] iwlwifi 0000:08:00.0: >device EEPROM VER=0x11f, CALIB=0x4
Oct 15 00:05:28 jazzcat kernel: [   10.728763] iwlwifi 0000:08:00.0: >Device SKU: 0xF0
Oct 15 00:05:28 jazzcat kernel: [   10.728766] iwlwifi 0000:08:00.0: >Valid Tx ant: 0x2, Valid Rx ant: 0x3
Oct 15 00:05:28 jazzcat kernel: [   10.728780] iwlwifi 0000:08:00.0: >Tunable channels: 13 802.11bg, 24 802.11a channels
Oct 15 00:05:28 jazzcat kernel: [   10.728880] Registered led device: phy0-led
Oct 15 00:05:28 jazzcat kernel: [   10.765075] ieee80211 phy0: >Selected rate control algorithm 'iwl-agn-rs'
Oct 15 00:05:28 jazzcat kernel: [   10.929073] fbcon: inteldrmfb (fb0) is primary device
Oct 15 00:05:28 jazzcat kernel: [   11.331330] Console: switching to colour frame buffer device 210x59
Oct 15 00:05:28 jazzcat kernel: [   11.335769] fb0: inteldrmfb frame buffer device
Oct 15 00:05:28 jazzcat kernel: [   11.335771] drm: registered panic notifier
Oct 15 00:05:28 jazzcat kernel: [   11.343944] acpi device:03: >registered as cooling_device2
Oct 15 00:05:28 jazzcat kernel: [   11.344048] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 15 00:05:28 jazzcat kernel: [   11.344110] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
Oct 15 00:05:28 jazzcat kernel: [   11.344190] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Oct 15 00:05:28 jazzcat kernel: [   11.344307] snd_hda_intel 0000:00:1b.0: >irq 48 for MSI/MSI-X
Oct 15 00:05:28 jazzcat kernel: [   12.094789] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
Oct 15 00:05:28 jazzcat kernel: [   12.479497] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Oct 15 00:05:28 jazzcat kernel: [   14.215286] Adding 7812092k swap on /dev/sda9.  Priority:-1 extents:1 across:7812092k 
Oct 15 00:05:28 jazzcat systemd[1]: Started WPA supplicant.
Oct 15 00:05:28 jazzcat systemd[1]: Started Login Service.
Oct 15 00:05:28 jazzcat dbus-daemon[255]: dbus[255]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Oct 15 00:05:28 jazzcat dbus[255]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Oct 15 00:05:28 jazzcat polkitd[334]: started daemon version 0.105 using authority implementation `local' version `0.105'
Oct 15 00:05:28 jazzcat dbus-daemon[255]: dbus[255]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 15 00:05:28 jazzcat dbus[255]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Oct 15 00:05:28 jazzcat console-kit-daemon[256]: missing action
Oct 15 00:05:28 jazzcat systemd[1]: Started Console Manager.
Oct 15 00:05:28 jazzcat NetworkManager[248]:    keyfile: parsing fetta ...
Oct 15 00:05:28 jazzcat NetworkManager[248]:    keyfile:     read connection 'fetta'
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> trying to start the modem manager...
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> monitoring kernel firmware directory '/lib/firmware'.
Oct 15 00:05:28 jazzcat NetworkManager[248]: <warn> Failed to open plugin directory /usr/lib/NetworkManager: Error opening directory '/usr/lib/NetworkManager': No such file or directory
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0/ieee80211/phy0/rfkill0) (driver (unknown))
Oct 15 00:05:28 jazzcat systemd[1]: Started Network Manager.
Oct 15 00:05:28 jazzcat systemd[1]: Starting Network.
Oct 15 00:05:28 jazzcat systemd[1]: Reached target Network.
Oct 15 00:05:28 jazzcat systemd[1]: Starting Samba NetBIOS name server...
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> WiFi enabled by radio killswitch; enabled by state file
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> WWAN enabled by radio killswitch; enabled by state file
Oct 15 00:05:28 jazzcat kernel: [   16.602257] atl1c 0000:07:00.0: >irq 49 for MSI/MSI-X
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> WiMAX enabled by radio killswitch; enabled by state file
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> Networking is enabled by state file
Oct 15 00:05:28 jazzcat NetworkManager[248]: <warn> failed to allocate link cache: (-10) Operation not supported
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (eth0): carrier is OFF
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (eth0): new Ethernet device (driver: 'atl1c' ifindex: 2)
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (eth0): now managed
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (eth0): bringing up device.
Oct 15 00:05:28 jazzcat systemd[1]: Started Samba NetBIOS name server.
Oct 15 00:05:28 jazzcat systemd[1]: Starting Multi-User.
Oct 15 00:05:28 jazzcat systemd[1]: Reached target Multi-User.
Oct 15 00:05:28 jazzcat systemd[1]: Starting Graphical Interface.
Oct 15 00:05:28 jazzcat systemd[1]: Reached target Graphical Interface.
Oct 15 00:05:28 jazzcat systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 15 00:05:28 jazzcat systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup.
Oct 15 00:05:28 jazzcat systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup.
Oct 15 00:05:28 jazzcat kernel: [   16.616219] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (eth0): preparing device.
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (eth0): deactivating device (reason 'managed') [2]
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:1c.4/0000:07:00.0/net/eth0
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): using nl80211 for WiFi device control
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): new 802.11 WiFi device (driver: 'iwlwifi' ifindex: 3)
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/1
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): now managed
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): bringing up device.
Oct 15 00:05:28 jazzcat kernel: [   16.623485] iwlwifi 0000:08:00.0: >L1 Enabled; Disabling L0S
Oct 15 00:05:28 jazzcat kernel: [   16.626571] iwlwifi 0000:08:00.0: >Radio type=0x1-0x2-0x0
Oct 15 00:05:28 jazzcat systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 15 00:05:28 jazzcat systemd[1]: Startup finished in 3s 819ms 35us (kernel) + 12s 897ms 887us (userspace) = 16s 716ms 922us.
Oct 15 00:05:28 jazzcat kernel: [   16.744291] iwlwifi 0000:08:00.0: >L1 Enabled; Disabling L0S
Oct 15 00:05:28 jazzcat kernel: [   16.747473] iwlwifi 0000:08:00.0: >Radio type=0x1-0x2-0x0
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): preparing device.
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): deactivating device (reason 'managed') [2]
Oct 15 00:05:28 jazzcat kernel: [   16.795558] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Oct 15 00:05:28 jazzcat NetworkManager[248]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
Oct 15 00:05:28 jazzcat NetworkManager[248]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0) supports 5 scan SSIDs
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): supplicant interface state: starting -> ready
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Oct 15 00:05:28 jazzcat NetworkManager[248]: <warn> Trying to remove a non-existant call id.
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0): supplicant interface state: ready -> inactive
Oct 15 00:05:28 jazzcat NetworkManager[248]: <info> (wlan0) supports 5 scan SSIDs
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> Auto-activating connection 'fetta'.
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> Activation (wlan0) starting connection 'fetta'
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> Activation (wlan0/wireless): access point 'fetta' has security, but secrets are required.
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Oct 15 00:05:32 jazzcat NetworkManager[248]: <warn> No agents were available for this request.
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> (wlan0): device state change: need-auth -> failed (reason 'no-secrets') [60 120 7]
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> Marking connection 'fetta' invalid.
Oct 15 00:05:32 jazzcat NetworkManager[248]: <warn> Activation (wlan0) failed for connection 'fetta'
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> (wlan0): device state change: failed -> disconnected (reason 'none') [120 30 0]
Oct 15 00:05:32 jazzcat NetworkManager[248]: <info> (wlan0): deactivating device (reason 'none') [0]
Oct 15 00:05:34 jazzcat dbus-daemon[255]: dbus[255]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
Oct 15 00:05:34 jazzcat dbus[255]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
Oct 15 00:05:34 jazzcat systemd[1]: Starting Daemon for power management...
Oct 15 00:05:34 jazzcat dbus-daemon[255]: dbus[255]: [system] Successfully activated service 'org.freedesktop.UPower'
Oct 15 00:05:34 jazzcat dbus[255]: [system] Successfully activated service 'org.freedesktop.UPower'
Oct 15 00:05:34 jazzcat systemd[1]: Started Daemon for power management.
Oct 15 00:05:35 jazzcat dbus-daemon[255]: dbus[255]: [system] Activating via systemd: service name='org.freedesktop.UDisks' unit='udisks.service'
Oct 15 00:05:35 jazzcat dbus[255]: [system] Activating via systemd: service name='org.freedesktop.UDisks' unit='udisks.service'
Oct 15 00:05:35 jazzcat systemd[1]: Starting UDisks...
Oct 15 00:05:35 jazzcat udisks-daemon[464]: (process:464): GLib-WARNING **: goption.c:2179: ignoring no-arg, optional-arg or filename flags (16) on option of arg-type 1 in entry (null):helper-dir
Oct 15 00:05:35 jazzcat dbus-daemon[255]: dbus[255]: [system] Successfully activated service 'org.freedesktop.UDisks'
Oct 15 00:05:35 jazzcat dbus[255]: [system] Successfully activated service 'org.freedesktop.UDisks'
Oct 15 00:05:35 jazzcat systemd[1]: Started UDisks.
Oct 15 00:05:35 jazzcat udisks-daemon[464]: (udisks-daemon:464): udisks-daemon-WARNING **: No /proc/mdstat file: No such file or directory
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:00.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:00.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:02.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:02.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:02.1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:02.1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1a.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1a.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1a.1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1a.1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1a.2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1a.2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1a.7
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1a.7
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1b.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1b.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1c.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1c.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1c.1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1c.1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1c.3
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1c.3
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1c.3/0000:06:00.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1c.3/0000:06:00.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1c.3/0000:06:00.1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1c.3/0000:06:00.1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1c.3/0000:06:00.2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1c.3/0000:06:00.2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1c.3/0000:06:00.2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1c.4
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1c.4
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1c.4/0000:07:00.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1c.4/0000:07:00.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1c.5
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1c.5
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1d.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1d.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1d.1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1d.1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1d.2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1d.2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1d.7
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1d.7
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1e.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1e.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1f.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1f.0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1f.2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1f.2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci ADDING /sys/devices/pci0000:00/0000:00:1f.3
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** pci IGNORING ADD /sys/devices/pci0000:00/0000:00:1f.3
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/scsi_host/host0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host IGNORING ADD /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/scsi_host/host0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/scsi_host/host1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host IGNORING ADD /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/scsi_host/host1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/scsi_host/host2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host IGNORING ADD /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/scsi_host/host2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/scsi_host/host3
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host IGNORING ADD /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/scsi_host/host3
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/scsi_host/host4
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host IGNORING ADD /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/scsi_host/host4
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata6/host5/scsi_host/host5
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** scsi_host IGNORING ADD /sys/devices/pci0000:00/0000:00:1f.2/ata6/host5/scsi_host/host5
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Oct 15 00:05:35 jazzcat udisks-daemon[464]: helper(pid   469): launched job udisks-helper-ata-smart-collect on /dev/sda
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDING /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** ADDED /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** CHANGING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** UPDATING /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Oct 15 00:05:35 jazzcat udisks-daemon[464]: helper(pid   469): completed with exit code 0
Oct 15 00:05:35 jazzcat udisks-daemon[464]: **** EMITTING CHANGED for /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Oct 15 00:05:36 jazzcat dbus-daemon[255]: dbus[255]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
Oct 15 00:05:36 jazzcat dbus[255]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
Oct 15 00:05:36 jazzcat dbus[255]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
Oct 15 00:05:36 jazzcat dbus-daemon[255]: dbus[255]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
Oct 15 00:05:36 jazzcat udisks-daemon[464]: **** /proc/self/mountinfo changed
Oct 15 00:05:36 jazzcat kernel: [   24.277674] EXT4-fs (sda11): re-mounted. Opts: data=ordered,commit=0
Oct 15 00:05:38 jazzcat systemd[1]: Starting Stop Read-Ahead Data Collection...
Oct 15 00:05:38 jazzcat systemd[1]: Started Stop Read-Ahead Data Collection.
Oct 15 00:05:38 jazzcat [   26.656030] systemd-readahead[113]: open(/home/christopher/.kde4/socket-jazzcat/klauncherXMT404.slave-socket) failed: No such device or address
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Auto-activating connection 'fetta'.
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) starting connection 'fetta'
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0/wireless): access point 'fetta' has security, but secrets are required.
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> (wlan0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0/wireless): connection 'fetta' has security, and secrets exist.  No new secrets needed.
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Config: added 'ssid' value 'fetta'
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Config: added 'scan_ssid' value '1'
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Config: added 'psk' value '<omitted>'
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> Config: set interface ap_scan to 1
Oct 15 00:05:40 jazzcat NetworkManager[248]: <info> (wlan0): supplicant interface state: inactive -> scanning
Oct 15 00:05:43 jazzcat kernel: [   31.728207] wlan0: authenticate with b0:48:7a:de:19:98
Oct 15 00:05:43 jazzcat kernel: [   31.731435] wlan0: send auth to b0:48:7a:de:19:98 (try 1/3)
Oct 15 00:05:43 jazzcat kernel: [   31.733143] wlan0: authenticated
Oct 15 00:05:43 jazzcat NetworkManager[248]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Oct 15 00:05:43 jazzcat NetworkManager[248]: <info> (wlan0): supplicant interface state: authenticating -> associating
Oct 15 00:05:43 jazzcat kernel: [   31.736698] wlan0: associate with b0:48:7a:de:19:98 (try 1/3)
Oct 15 00:05:43 jazzcat kernel: [   31.740761] wlan0: RX AssocResp from b0:48:7a:de:19:98 (capab=0x431 status=0 aid=1)
Oct 15 00:05:43 jazzcat kernel: [   31.745275] wlan0: associated
Oct 15 00:05:43 jazzcat kernel: [   31.746226] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 15 00:05:43 jazzcat NetworkManager[248]: <info> (wlan0): supplicant interface state: associating -> associated
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'fetta'.
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> dhcpcd started with pid 543
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
Oct 15 00:05:44 jazzcat dhcpcd[543]: version 5.6.2 starting
Oct 15 00:05:44 jazzcat dhcpcd[543]: wlan0: sending IPv6 Router Solicitation
Oct 15 00:05:44 jazzcat dhcpcd[543]: wlan0: sendmsg: Cannot assign requested address
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> (wlan0): DHCPv4 state changed nbi -> preinit
Oct 15 00:05:44 jazzcat dhcpcd[543]: wlan0: rebinding lease of 192.168.1.135
Oct 15 00:05:44 jazzcat dhcpcd[543]: wlan0: acknowledged 192.168.1.135 from 192.168.1.254
Oct 15 00:05:44 jazzcat dhcpcd[543]: wlan0: leased 192.168.1.135 for infinity
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> (wlan0): DHCPv4 state changed preinit -> reboot
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info>   address 192.168.1.135
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info>   prefix 24 (255.255.255.0)
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info>   gateway 192.168.1.254
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info>   nameserver '192.168.1.254'
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Oct 15 00:05:44 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) started...
Oct 15 00:05:45 jazzcat NetworkManager[248]: <info> (wlan0): device state change: ip-config -> activated (reason 'none') [70 100 0]
Oct 15 00:05:45 jazzcat NetworkManager[248]: <info> Policy set 'fetta' (wlan0) as default for IPv4 routing and DNS.
Oct 15 00:05:45 jazzcat NetworkManager[248]: <info> Activation (wlan0) successful, device activated.
Oct 15 00:05:45 jazzcat NetworkManager[248]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) complete.
Oct 15 00:05:45 jazzcat dbus-daemon[255]: dbus[255]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Oct 15 00:05:45 jazzcat dbus[255]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Oct 15 00:05:45 jazzcat dbus-daemon[255]: dbus[255]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 15 00:05:45 jazzcat dbus[255]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 15 00:05:48 jazzcat dhcpcd[543]: wlan0: sending IPv6 Router Solicitation
Oct 15 00:05:51 jazzcat dbus-daemon[255]: dbus[255]: [system] Activating service name='de.berlios.smb4k.mounthelper' (using servicehelper)
Oct 15 00:05:51 jazzcat dbus[255]: [system] Activating service name='de.berlios.smb4k.mounthelper' (using servicehelper)
Oct 15 00:05:51 jazzcat de.berlios.smb4k.mounthelper: QDBusConnection: system D-Bus connection created before QCoreApplication. Application may misbehave.
Oct 15 00:05:51 jazzcat dbus-daemon[255]: dbus[255]: [system] Successfully activated service 'de.berlios.smb4k.mounthelper'
Oct 15 00:05:51 jazzcat dbus[255]: [system] Successfully activated service 'de.berlios.smb4k.mounthelper'
Oct 15 00:05:51 jazzcat kernel: [   39.101378] FS-Cache: Loaded
Oct 15 00:05:51 jazzcat kernel: [   39.114218] FS-Cache: Netfs 'cifs' registered for caching
Oct 15 00:05:51 jazzcat kernel: [   39.114390] Key type cifs.spnego registered
Oct 15 00:05:51 jazzcat kernel: [   39.114402] Key type cifs.idmap registered
Oct 15 00:05:51 jazzcat kernel: [   39.114782] CIFS: no cache= option specified, using "cache=loose". This default will change to "cache=strict" in 3.7.
Oct 15 00:05:51 jazzcat kernel: [   39.159310] CIFS VFS: default security mechanism requested.  The default security mechanism will be upgraded from ntlm to ntlmv2 in kernel release 3.3
Oct 15 00:05:51 jazzcat udisks-daemon[464]: **** /proc/self/mountinfo changed
Oct 15 00:05:51 jazzcat udisks-daemon[464]: **** /proc/self/mountinfo changed
Oct 15 00:05:52 jazzcat dhcpcd[543]: wlan0: sending IPv6 Router Solicitation
Oct 15 00:05:56 jazzcat dhcpcd[543]: wlan0: sending IPv6 Router Solicitation
Oct 15 00:05:56 jazzcat dhcpcd[543]: wlan0: no IPv6 Routers available

Last edited by jazzcat (2012-10-14 13:56:00)

Offline

#10 2012-10-14 15:14:24

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Access permissions in arch

jazzcat, this is a different issue I think.  Your original query was about permissions in your home folder.  Although this new problem was likely caused by your overzealous chown-ing, I think the problem actually deserves its own thread.

Offline

#11 2012-10-14 17:27:58

jazzcat
Member
Registered: 2012-10-10
Posts: 25

Re: Access permissions in arch

Ok, thanks WonderWoofy; new thread posted here

Offline

#12 2012-10-14 23:12:13

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: Access permissions in arch

Note: the original query wasn't jazzcat's, was it? That was at https://bbs.archlinux.org/viewtopic.php?id=142113, I think. But I'm getting a bit confused...


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#13 2012-10-14 23:23:52

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Access permissions in arch

You are right cfr, the original was not jazzcat's, I coudl have sworn I saw his/her name up top.  Oh well, I think a new thread was probably the way to go anyway.

Offline

#14 2012-10-15 05:57:53

jazzcat
Member
Registered: 2012-10-10
Posts: 25

Re: Access permissions in arch

I'm a he, my name is Christopher but my friends call me Jazzcat smile

I originally posted in a thread regarding synaptiks settings not persisting which turned out (in my case) to be a permissions issue. At that point I linked to this thread. Samba issues followed from chowning my home folder and I started a new thread upon WonderWoofy's suggestion.

Sorry for any confusion.

Last edited by jazzcat (2012-10-15 06:00:17)

Offline

Board footer

Powered by FluxBB