Systemd: run cloudprint.py daemon

Hi!
I tried to use cloudprint.py to use Google cloudprint with my USB printers. Running it as user and root is working fine ("normal" and daemon mode). The problems started, when I tried to create a systemd service file, to start it automatically at boot.
Here is the service file I came up with
[Unit]
Description=Google Cloudprint
Requires=cups.service
After=cups.service network.target
[Service]
User=root
Type=forking
PIDFile=/var/run/cloudprint.pid
ExecStart=/usr/bin/python2 /usr/bin/cloudprint -d -p /var/run/cloudprint.pid
[Install]
WantedBy=multi-user.target
The first problem was that the daemonized app still wanted to write to /dev/tty. I changed the paths for stdout/stderr to /dev/null and got daemon mode working.
Authentication/login and printer update is working fine, but after some time the service gets terminated by systemd ("operation timed out"). If I start the script manually (without systemd) it keeps running, but if I start it using systemd it is terminated after about one minute.
x200s# systemctl status cloudprint.service
cloudprint.service - Google Cloudprint
Loaded: loaded (/etc/systemd/system/cloudprint.service; disabled)
Active: failed (Result: exit-code) since Fri 2013-02-15 22:22:40 CET; 2min 27s ago
Process: 10939 ExecStart=/usr/bin/python2 /usr/bin/cloudprint -d -p /var/run/cloudprint.pid (code=exited, status=1/FAILURE)
Feb 15 22:21:10 x200s systemd[1]: Starting Google Cloudprint...
Feb 15 22:21:14 x200s cloudprint.py[10939]: Updated Printer HP_Deskjet_5900_series_USB_CN68G1Z0DM04KF_HPLIP
Feb 15 22:21:16 x200s cloudprint.py[10939]: Updated Printer HP_DJ_5940
Feb 15 22:21:19 x200s cloudprint.py[10939]: Updated Printer Deskjet_6980_series
Feb 15 22:21:21 x200s cloudprint.py[10939]: Updated Printer HP5940
Feb 15 22:21:23 x200s cloudprint.py[10939]: Updated Printer HP_5940_rbp
Feb 15 22:22:40 x200s systemd[1]: cloudprint.service operation timed out. Terminating.
Feb 15 22:22:40 x200s systemd[1]: cloudprint.service: control process exited, code=exited status=1
Feb 15 22:22:40 x200s systemd[1]: Failed to start Google Cloudprint.
Feb 15 22:22:40 x200s systemd[1]: Unit cloudprint.service entered failed state
I could not get any other information on what could trigger the error. As far as I have seen no exception gets thrown and systemd terminates the process.
The script is using python-daemon (DaemonRunner). Could this cause problems in combination with systemd or the pid-file? I am not very experienced with troubleshooting systemd services or python daemons
Any help is greatly appreciated
Edit: If I choose "oneshot" instead of "forking" it works, but I'm not sure if this is just a hacky way to get it running or if this is ok?
thx!
matt
Last edited by m@tt (2013-02-16 10:09:07)

tomk wrote:
Jobbe wrote:
I used systemd:
systemctl enable httpd.service
which didn't produce any errors. nor output at all.
It should have given you this output:
ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'
I just tried this command (after i did a disable)
sudo systemctl enable httpd.service
which gave this output:
ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'
tomk wrote:Have you successfully enabled other services?
yes, I got GDM working - with trouble! (systemd didn't work as expected either)
tomk wrote:
Jobbe wrote:
Also this command works, so I don't think it's the httpd service that have a problem.
systemctl enable httpd.service
That's the enable command again - did you mean 'systemctl start'?
I did. Sorry!
Still httpd is not running ..

Similar Messages

  • Why run rsync as daemon? [solved]

    I'm working on learning rsync, and I've run across lots of pages that tell you that the first thing you need to do is set it up to run as a daemon, while others just run it.  I've moved a few things around from the command line without using the daemon, but now I'm wondering, why would you do it with the daemon?
    If I understand what I've read, it allows you to connect directly without involving ssh, but why would you want to do that?
    Thanks for any info.
    Last edited by timm (2010-04-01 21:20:29)

    Thanks for the clarifications thus far.  I do still need some more
    crankyadmin wrote:
    Also you can tell the rsync daemon to go and fetch data from other non-local machines. It uses ssh for the purpose (or at least auth) i believe.
    But how is this different than using it without the daemon mode?  I thought I had understood that I can pull from across the net just using the command line (but I haven't got it all figured out yet)
    And colyte wrote:
    There's one very good reason, speed.
    Try it, you'll be surprised.
    And am I giving up any security in exchange for the speed?  ( I haven't done any research on this one, so if this is a rtfm let me know )
    [edit]
    I found some information on the ubuntu site that indicates that using the daemon also allows you to handle files that would require a root login through ssh, which may be disabled for security.
    Last edited by timm (2010-04-01 21:20:13)

  • Systemd: shutdown hangs without daemon-reload

    I've recently encountered this problem since I've moved arch over to an SSD. I'm not sure if this is directly related though. I've implemented a user session as per the systemd/user wiki page. The logs suggest that all of my system and session services seem to stop correctly except for the user-session service. I get a message on shutdown which is something like "a stop job is running for [email protected]". Running systemctl daemon-reload before shutdown fixes this for some reason, even when I haven't edited any of the units. The systemctl -a output is the same before and after the reload, so I don't know how to find out what it is actually doing to fix this. Is there any way to find out what this changes in order to diagnose the problem?

    I have the same problem using systemd user sessions on two separate computers, one without an SSD.
    `systemctl daemon-reload` also fixes this for me.
    Last edited by kotharia (2013-07-13 07:44:15)

  • Running Itunes as Daemon on Boot

    Hello,
    I have a question about running itunes as a daemon on boot on my mac mini server? I have 2 apple tv's and I don't not want to have to constantly login on the server. Is there anyway to have itunes run as the user in the background on boot?

    I think the only solution you will find is enabling autologin and have itunes in the startup items for the user.
    I think it's about time that the server part of iTunes was a daemon though. I was hoping to do that myself.

  • [systemd] status of netfs daemon?

    Hi,
    What is the equivalent of the netfs daemon in systemd? It is in initscripts and is required for NFS, but there is no netfs.service in Arch. Furthermore, netfs.service is mentioned in the systemd wiki page, so if it has been deprecated or replaced, I would like to correct the wiki.
    thanks!

    OK, many thanks, that is clear. So it is kind of "deprecated" when using systemd.
    I'll remove netfs.service from the wiki then.
    Last edited by zebulon (2012-08-08 11:18:25)

  • Updated launchctl plist for running rsync server daemon

    I wanted to update the community on my launchctl plist for running rsync as a daemon.  This is an update to this thread:
    rsyncd plist for launchd -- not starting properly on reboot.
    Here is my current plist in /Library/LaunchDaemons
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>Disabled</key>
        <false/>
        <key>KeepAlive</key>
        <dict/>
        <key>Label</key>
        <string>rsync</string>
        <key>ProgramArguments</key>
        <array>
            <string>/usr/local/bin/rsync</string>
            <string>--daemon</string>
            <string>--no-detach</string>
            <string>--config=/Users/jabraham/RSync/rsyncd.conf</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/Users/jabraham/RSync/stderr.txt</string>
        <key>StandardOutPath</key>
        <string>/Users/jabraham/RSync/stdout.txt</string>
    </dict>
    </plist>
    A couple of important points:
    * the --no-detach argument is important.  Launchctl is responsible for keeping daemons running, so you don't want to use rsync's own facility to spawn a new daemon in the background.   I didn't have this argument before, and it worked for me with Mavericks, but with Yosemite I needed the --no-detach
    * I'm using a recent rsync from Homebrew, the much-too-old one bundled with Yosemite didn't work with my hard links properly (I can't actually remember what the actual problem was, maybe it didn't report an existing hard linking error properly, I was trying to hardlink on a file system that didn't support it.)  The Homebrew one is in /usr/local/bin.  If you don't have rsync from Homebrew or Macports the default one is version 2.6.9 and it's in /usr/bin
    * I used LaunchControl from http://www.soma-zone.com/ I recommend it to setup options and to debug your typos and problems in launch daemons.

    There are several problems with your .plist, so it's hard to know which one is causing the problem.
    For one you have both a Program and a ProgramArguments key, when you should have only one or the other (you use Program if there is just one element to the command, or ProgramArguments if there are multiple.
    Beyond that, though, it's not clear which execution model you're trying to use. launchd can run tasks either on demand (i.e. when some event happens that triggers the process to launch) or continuously (where launchd watches the process and automatically restarts it if it fails).
    The fact you're specifying network sockets would normally indicate that you're running on demand (i.e. launchd should start rsync whenever an incoming network connection is detected). However, your ProgramArguments includes a --daemon parameter to rsync, which tells it to run continuously and listen for network connections itself. These options are incompatible (i.e. either launchd or rsync can listen to the network, but not both).
    You should decide which model to employ - either let launchd listen to the network and run rsync as needed, or run rsync as a daemon and let it listen to the network.
    As I said above, it isn't clear which (if either) of these is the root cause of your problem, but they need to be fixed before any more debugging can take place.

  • Run Powershell as Daemon

    Hi guys!
    Today i'm going mad!
    Is it possible to run powershell script as a daemon?
    I have some confused ideas so it's better if i tell you what's in my mind:
    I need to create a message (something like keep attention) if someone open some files with particular extensions from a folder into fileserver.
    I think: maybe powershell can read directly from fileserver what kind of files are open and who open those files!
    But I can't run script one time only, i need to keep script running.
    Ok, maybe scheduling i can resolve the last thing but please tell me if the underlined things are possible please!
    A

    Hi A,
    I find this function which can help you get the open files and the user on file server:
    function get-openfiles{
    param(
    $computername=@($env:computername),
    $verbose=$false)
    $collection = @()
    foreach ($computer in $computername){
    $netfile = [ADSI]"WinNT://$computer/LanmanServer"
    $netfile.Invoke("Resources") | foreach {
    try{
    $collection += New-Object PsObject -Property @{
    Id = $_.GetType().InvokeMember("Name", ‘GetProperty’, $null, $_, $null)
    itemPath = $_.GetType().InvokeMember("Path", ‘GetProperty’, $null, $_, $null)
    UserName = $_.GetType().InvokeMember("User", ‘GetProperty’, $null, $_, $null)
    LockCount = $_.GetType().InvokeMember("LockCount", ‘GetProperty’, $null, $_, $null)
    Server = $computer
    catch{
    if ($verbose){write-warning $error[0]}
    Return $collection
    Refer to:
    Viewing open files on a file server from powershell.
    And if you want to send message to remote server, you can try the cmd "msg /server:servernamehere * /v msggoeshere".
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • [SOLVED] Run kded as a separate (systemd?) service

    Hi.
    I'm currently trying to enrich wmii session with some kde features.
    For example to allow kde to manage my keyboard I can do
    $ kded4
    $ qdbus org.kde.kded /kded loadModule keyboard
    The issue is that I can't start kded on login. I've tried both .xinitrc and systemd way. The outcome is always the same: kded4 won't work for the first time. There are 4 processes of kded4 and none of them responds to dbus calls. However, killing out all of its processes and starting again results in kded4 behaving correctly.
    So, here what I have currently
    systemd service
    [Unit]
    Description=KDE daemon
    [Service]
    ExecStart=/usr/bin/kded4
    [Install]
    WantedBy=workspace.target
    After an attempt to start
    $ systemctl --user status kded
    kded.service - KDE daemon
    Loaded: loaded (/home/edio/.config/systemd/user/kded.service; disabled)
    Active: active (running) since Sat 2013-03-09 19:39:40 EET; 1s ago
    Main PID: 25887 (kded4)
    CGroup: name=systemd:/user/edio/4/systemd-25706/kded.service
    ├─25887 /usr/bin/kded4
    ├─25895 /usr/bin/kded4
    ├─25900 /usr/bin/kdeinit4 --suicide
    ├─25901 /usr/bin/kdeinit4 --suicide
    ├─25902 kdeinit4: klauncher [kdeinit] --fd=8
    └─25904 kdeinit4: kded4 [kdeinit]
    Mar 09 19:39:40 xi systemd[25706]: Starting KDE daemon...
    Mar 09 19:39:40 xi systemd[25706]: Started KDE daemon.
    Mar 09 19:39:40 xi kded4[25887]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Mar 09 19:39:40 xi kded4[25887]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Mar 09 19:39:40 xi kded4[25887]: QGtkStyle was unable to detect the current GTK+ theme.
    Mar 09 19:39:40 xi kded4[25887]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Mar 09 19:39:40 xi kded4[25887]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Mar 09 19:39:40 xi kded4[25887]: KDE Daemon (kded) already running.
    Mar 09 19:39:40 xi kded4[25887]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Has anyone tried that already? Any ideas, how to start kded4?
    Thanks in advance.
    Last edited by eDio (2013-03-10 21:11:00)

    I finally managed this to work.
    Results of this are available on github.
    Let me know please, if you think this info is worth a wiki page or a dedicated topic.
    https://github.com/edio/systemd-kdemodules

  • [solved] emacs daemon systemd unit doesn't start

    I found instructions on EmacsWiki for a systemd service file for running the emacs daemon at startup.  It works just fine on my desktop, but for some reason it doesn't work on my laptop.  Here's the service file (/etc/systemd/system/[email protected]):
    [Unit]
    Description=Emacs: the extensible, self-documenting text editor
    [Service]
    Type=forking
    ExecStart=/usr/bin/emacs --daemon
    ExecStop=/usr/bin/emacsclient --eval "(progn (setq kill-emacs-hook 'nil) (kill-emacs))"
    Restart=always
    User=%1
    [Install]
    WantedBy=multi-user.target
    When I run "systemctl start emacs@<username>", it fails:
    $ sudo systemctl status emacs@<username>.service
    emacs@<username>.service - Emacs: the extensible, self-documenting text editor
    Loaded: loaded (/etc/system/[email protected]; enabled)
    Active: failed (Result: start-limit) since Tue, 2013-01-01 09:19:09 AST; 4min 25s ago
    Process: 5621 ExecStart=/user/bin/emacs --daemon (code=exited, status=217/USER)
    CGroup: name=systemd:/system/[email protected]/<username>
    Any ideas why the exact same service file might start on one computer and fail on another?  If I just run "emacs --daemon" manually (or in ~/.xinitrc) it starts just fine.
    Thanks.
    Last edited by ibrunton (2013-03-06 21:05:17)

    injyuw wrote:
    My output:
    <username>.service - Emacs: the extensible, self-documenting text editor
    Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
    Active: active (running) since Tue, 2013-01-01 14:07:07 EST; 7min ago
    Process: 4822 ExecStart=/usr/bin/emacs --daemon (code=exited, status=0/SUCCESS)
    Main PID: 4823 (emacs)
    CGroup: name=systemd:/system/[email protected]/<username>
    |-4823 /usr/bin/emacs --daemon
    `-4833 /usr/bin/aspell -a -m -B --encoding=utf-8 --sug-mode=ultra
    Have you tried running it with the default .emacs.d & init.el?
    Same result: failed, status=217/USER.

  • Systemd startup script - half of the commands run, half don't??

    i have a previous rc.local file which was a startup script on a router machine i have. it is designed to run tcpdump commands for the interfaces and output them to terminals tty9, tty10, and tty11. it worked perfectly...
    i have since transitioned to systemd. I followed wiki instructions to make a oneshot service file and have enabled it. here is the file: (/usr/lib/systemd/system/startup.service)
    [Unit]
    Description=Startup Script
    After=iptables.service
    [Service]
    Type=oneshot
    ExecStart=/etc/scripts/startup
    [Install]
    WantedBy=multi-user.target
    here is the script /etc/scripts/startup: (email addresses disquised)
    #!/bin/bash
    route add -net 10.11.12.0/24 gw 172.16.16.4
    /usr/sbin/tcpdump -pnq -i external >> /dev/tty11 &
    /usr/sbin/tcpdump -pnq -i internal >> /dev/tty10 &
    /usr/sbin/tcpdump -pq -i wifi >> /dev/tty9 &
    echo "$HOSTNAME system startup complete `date '+%r %x'`" | /usr/bin/mailx -c "[email protected]" -s "$HOSTNAME Startup Message" [email protected]
    here is the output from the startup command with journalctl:
    Nov 18 22:46:10 pLAN9-Gateway systemd[1]: Starting Startup Script...
    Nov 18 22:46:10 pLAN9-Gateway systemd[1]: Starting OpenSSH Daemon...
    Nov 18 22:46:10 pLAN9-Gateway systemd[1]: Started OpenSSH Daemon.
    Nov 18 22:46:13 pLAN9-Gateway startup[409]: . . . message not sent.
    Nov 18 22:46:13 pLAN9-Gateway systemd[1]: Started Startup Script.
    the route add command runs, but nothing else does. as you can see, there is absolutley NOTHING helpful in the log, other than the completely useless "message not sent" output from mailx. running the startup script manually with "systemctl start startup" works fine.
    iptables.service is setup to run After=netcfg.service, so I would assume that beucase the startup script runs after iptables, it should run after netcfg as well.
    why aren't these commands running?

    A oneshot service is killed once the main process returns (that's why it is called a "oneshot"). Your tcpdump processes are killed once startup returns.

  • [SOLVED] Running Systemd service on login (encrypted home partition)

    Hi,
    I have a dm-crypt/LUKS encrypted home partition that's mounted via PAM on login. I'm trying to use a systemd service (profile-sync-daemon), but the service tries to start and access the home partition before the partition is mounted. The service does seem to start successfully, but it doesn't gain access to necessary files on the home partition and malfunctions later on. Is there a sane hack to somehow delay the start of the service until the relevant partition gets mounted (basically after login)? Manually starting the service after login works just as intended in this case - I'm just looking for a way to automate this process.
    I have an idea of starting the service via Openbox autostart, but I've currently failed in my attempts.
    Last edited by ggg377 (2015-05-28 18:31:10)

    Things got quite complicated and hacky as I researched this so I went out of the box a bit (or took the easy way out, whichever you prefer) and reinstalled Arch with a full disk encryption. All is fine now and I also expect to see less problems overall in the future. If anyone wants to continue researching this it would probably be a good idea to start a new thread.

  • Run as daemon help

    emit is a server that will stream video to your Android phone[1]. I have a mostly-working package for emit in the AUR[2]. However, despite my best efforts, I can not get the program to run as a daemon.
    I have tried both the way upstream has it, using "start-stop-daemon", and with the Arch /etc/rc.d method[3]. In all cases, the program runs briefly, long enough to create a .pid in /var/run, but then exits silently almost immediately.
    I've sent a message upstream, but if anyone can take a look and get daemon mode working, that would be fantastic.
    Outside of not being able to run as a daemon, it seems to be working well.
    [1] https://www.emitapp.com/
    [2] https://aur.archlinux.org/packages.php?ID=55328
    [3] https://gitorious.org/archpackages/arch … /emit/emit

    emit is a server that will stream video to your Android phone[1]. I have a mostly-working package for emit in the AUR[2]. However, despite my best efforts, I can not get the program to run as a daemon.
    I have tried both the way upstream has it, using "start-stop-daemon", and with the Arch /etc/rc.d method[3]. In all cases, the program runs briefly, long enough to create a .pid in /var/run, but then exits silently almost immediately.
    I've sent a message upstream, but if anyone can take a look and get daemon mode working, that would be fantastic.
    Outside of not being able to run as a daemon, it seems to be working well.
    [1] https://www.emitapp.com/
    [2] https://aur.archlinux.org/packages.php?ID=55328
    [3] https://gitorious.org/archpackages/arch … /emit/emit

  • [SOLVED]systemd and make a camera visible GUI-wise in your filemanager

    After reading a lot about systemd in the wiki and in this forum I understand there are different opionons about systemd. Anyway, I have a adapted all the changes to rc.conf leaving out only a few daemons to start there. So why not give systemd a try? If you dont want to read the full posting I finally got it to work, basically by reading carefully and checking the suggested tests in the systemd wiki. (loginctl)
    As suggested by the wiki, I tried the systemd yesterday. Enabled via systemctl some services to "replace" my rc.conf daemons. I got what I thought everything to work, including autologin directly to my Xfce4 desktop. Everything except the digital camera.
    When starting Arch traditionally via initscripts I immediately can see the camera in the filemanager (Nautilus) when the camera is attached via USB.
    Some minutes later, after adding "init=/usr/lib/systemd/systemd" to the APPEND line in Syslinux and rebooting, my machine reboots
    fine.But when connecting the camera again it is not visible graphically.
    The camera is there because when using gphoto2 (the commandline) as root I can transfer pictures etc.
    Even if I am no happy CLI user I can handle it when necessary. Handling pictures a graphical view of them is much easier...
    As the wiki about systemd says one can try it out. I have not removed anything from the system and when starting Arch again, the initscript way, I can see the camera again in my filemanager, gthumb works again and pictures can be transferred to my machine.
    In the wiki again, this time about digital cameras
    Permission issues
    Camera devices should be granted permission using ACLs. For this to work, users need to have consolekit or systemd running and the user session must be registered with them accordingly.
    Check this using /usr/bin/ck-list-sessions to verify a value of "TRUE" should be returned for both the "active" and "is-local" fields:
    $ ck-list-sessions | grep TRUE
    active = TRUE
    is-local = TRUE
    ACL=Atlantic Container Line is what first comes into my mind. I have had some connections to transport business...I admit I had to google it to find the correct interpretation of this mumbo-jumbo.
    The wiki also gives a "hint", if this is not working try to use the obsolete camera group and edit some udev rules.
    Should not be necessary when it has worked before systemd and earlier experiences
    But what is this about "Permission issues"?  Here is my listings relative the wiki hints. All seems OK.. or why the heck are there two sessions??
    [leif@krasaki ~]$ ck-list-sessions | grep TRUE
    is-local = TRUE
    active = TRUE
    is-local = TRUE
    [leif@krasaki ~]$ ck-list-sessions
    Session1:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = ''
    active = FALSE
    x11-display = ''
    x11-display-device = ''
    display-device = '/dev/tty1'
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-10-24T07:12:56.499847Z'
    login-session-id = '1'
    idle-since-hint = '2012-10-24T07:13:26.994037Z'
    Session2:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = ''
    active = TRUE
    x11-display = ':0'
    x11-display-device = '/dev/tty7'
    display-device = '/dev/tty1'
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-10-24T07:13:02.361157Z'
    login-session-id = '1'
    [leif@krasaki ~]$
    As one can see, the ACTIVE values are here as the wiki says. But no camera. Those values are the same, wheter which way the machine is started. But 2 sessions??
    Further reading in the systemd wiki article and consolekit vs systemd.logind gives a clue.
    From the wiki:
    In order to check the status of your user session, you can use loginctl. To see if your user session is properly set up, check if the following command contains Active=yes. All polkit actions like suspending the system or mounting external drives with Udisks should then work automatically.
    So when started via systemd and running logintctl, it gives this surprising result. Does not matter wheter as normal user, nor as root....
    [leif@krasaki ~]$ loginctl
    SESSION UID USER SEAT
    1 1000 leif seat0
    1 sessions listed.
    [leif@krasaki ~]$ loginctl show-session 1
    Id=1
    Timestamp=Wed, 24 Oct 2012 10:57:03 +0200
    TimestampMonotonic=20040019
    DefaultControlGroup=name=systemd:/user/leif/1
    VTNr=1
    TTY=tty1
    Remote=no
    Service=login
    Leader=315
    Audit=1
    Type=tty
    Class=user
    Active=no
    State=online
    KillProcesses=no
    IdleHint=yes
    IdleSinceHint=1351069009642296
    IdleSinceHintMonotonic=6664433
    Name=leif
    [leif@krasaki ~]$
    Surprising? Should it not have been Active=Yes? So something is wrong in my settings although it had worked "before" starting using systemd..
    OK, so far. Lost? Not yet. Double check again everything and I found the culprit, my  ~/.bash_profile which had worked before seemed a bit different to what is suggested in the wiki. The old one, actually started 2 sessions, as also could be seen here above checking ck-list-sessions. That was the problem
    Using a fresh edited ~/.bash_profile as suggested here, the camera is visible graphically
    Finally, just for fun, start again the old initscipt way. Enabling daemon and so on. Still 2 sessions going on....Here it was the "/.xinitrc, which also had some old fashions and I removed the ck-launch-session from the exec line. So even here, now only 1 session..
    Anyway, now the camera is visible, both starting with initscripts, naturally also some daemons active in rc.conf and by starting with systemd.
    I rest my case and it seems systemd works with everything on my machine which is just a normal desktop used by an old man.
    Thanks for reading...

    Solved now! Boot times are as fast as posssible on my HDD I think. Only thing after uninstalling initscripst and initscripts-systemd was that locale was not set inspite of a correct /etc/locale.conf. I had to make /etc/profile.d/locale.sh with this content;
    if [ -s /etc/locale.conf ]; then
    . /etc/locale.conf
    fi
    export LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE
    export LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS
    export LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION

  • [Systemd] Very long boot time

    I have a very long boot time with my Arch.
    Startup finished in 828766ms (kernel) + 63430ms (userspace) = 892196ms
    Especially after login into gnome, it takes quite a while until the desktop is visible. In meanwhile, I only see the wallpaper.  Does anyone has a suggestion how to fix that?
    Linux hostname 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64 GNU/Linux
    systemd-analzye blame shows
    18722ms colord.service
    16584ms home.mount
    12666ms plymouth-start.service
    11550ms boot.mount
    11350ms var.mount
    7604ms NetworkManager.service
    7261ms chrony.service
    1985ms wpa_supplicant.service
    1606ms systemd-modules-load.service
    1350ms systemd-tmpfiles-setup.service
    1202ms dev-hugepages.mount
    1189ms dev-mqueue.mount
    1080ms sys-kernel-debug.mount
    987ms systemd-udev-trigger.service
    946ms systemd-udevd.service
    879ms systemd-vconsole-setup.service
    495ms bluetooth.service
    376ms polkit.service
    358ms crashplan.service
    348ms systemd-readahead-replay.service
    346ms lm_sensors.service
    337ms upower.service
    331ms systemd-readahead-collect.service
    311ms systemd-logind.service
    289ms lvmetad.service
    286ms systemd-binfmt.service
    242ms cpupower.service
    206ms systemd-remount-fs.service
    174ms gdm.service
    140ms proc-sys-fs-binfmt_misc.mount
    94ms udisks2.service
    93ms rtkit-daemon.service
    87ms rc-local.service
    86ms systemd-user-sessions.service
    53ms systemd-sysctl.service
    24ms accounts-daemon.service
    2ms tmp.mount
    1ms sys-fs-fuse-connections.mount
    Dmesg shows:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/cryptpool-cryptroot ro quiet splash cryptdevice=/dev/sda2:cryptvol init=/usr/lib/systemd/systemd radeon.modeset=1 pcie_aspm=force
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c727bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c727c000-0x00000000c7281fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c7282000-0x00000000c73ebfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c73ec000-0x00000000c740efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c740f000-0x00000000c746efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c746f000-0x00000000c746ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c7470000-0x00000000c74f0fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c74f1000-0x00000000c770efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c770f000-0x00000000c7717fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c7718000-0x00000000c771efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c771f000-0x00000000c7770fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c7771000-0x00000000c779efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c779f000-0x00000000c77e1fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c77e2000-0x00000000c77fefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000c77ff000-0x00000000c77fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c7800000-0x00000000c7ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f1004000-0x00000000f1004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000237ffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: Dell Inc. Studio XPS 1645/0Y517R, BIOS A13 04/01/2011
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x238000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-D3FFF write-through
    [ 0.000000] D4000-D7FFF uncachable
    [ 0.000000] D8000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FF8000000 write-back
    [ 0.000000] 4 base 100000000 mask F00000000 write-back
    [ 0.000000] 5 base 200000000 mask FE0000000 write-back
    [ 0.000000] 6 base 220000000 mask FF0000000 write-back
    [ 0.000000] 7 base 230000000 mask FF8000000 write-back
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xc7800 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f7360-0x000f736f] mapped at [ffff8800000f7360]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xc77fffff]
    [ 0.000000] [mem 0x00000000-0xc77fffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xc77fffff @ [mem 0x1fffb000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x237ffffff]
    [ 0.000000] [mem 0x100000000-0x237ffffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x237ffffff @ [mem 0xc77dc000-0xc77e1fff]
    [ 0.000000] RAMDISK: [mem 0x376e0000-0x37b67fff]
    [ 0.000000] ACPI: RSDP 00000000000f7280 00024 (v02 PTLTD )
    [ 0.000000] ACPI: XSDT 00000000c77f4285 00064 (v01 DELL QA09 06040000 LTP 00000000)
    [ 0.000000] ACPI: FACP 00000000c77e4000 000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001)
    [ 0.000000] ACPI: DSDT 00000000c77e5000 0A839 (v02 Intel CALPELLA 06040000 INTL 20060912)
    [ 0.000000] ACPI: FACS 00000000c779bfc0 00040
    [ 0.000000] ACPI: HPET 00000000c77fecc2 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: MCFG 00000000c77fecfa 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: APIC 00000000c77fed36 000BC (v01 PTLTD ? APIC 06040000 LTP 00000000)
    [ 0.000000] ACPI: BOOT 00000000c77fedf2 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    [ 0.000000] ACPI: SLIC 00000000c77fee1a 00176 (v01 DELL QA09 06040000 LTP 00000000)
    [ 0.000000] ACPI: OSFR 00000000c77fef90 00070 (v01 DELL DELL 06040000 ASL 00000061)
    [ 0.000000] ACPI: SSDT 00000000c77e3000 009F1 (v01 PmRef CpuPm 00003000 INTL 20060912)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000237ffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x237ffffff]
    [ 0.000000] NODE_DATA [mem 0x237ffc000-0x237ffffff]
    [ 0.000000] [ffffea0000000000-ffffea0008dfffff] PMD -> [ffff88022f600000-ffff8802375fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x237ffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009bfff]
    [ 0.000000] node 0: [mem 0x00100000-0xc727bfff]
    [ 0.000000] node 0: [mem 0xc7282000-0xc73ebfff]
    [ 0.000000] node 0: [mem 0xc740f000-0xc746efff]
    [ 0.000000] node 0: [mem 0xc770f000-0xc7717fff]
    [ 0.000000] node 0: [mem 0xc771f000-0xc7770fff]
    [ 0.000000] node 0: [mem 0xc779f000-0xc77e1fff]
    [ 0.000000] node 0: [mem 0xc77ff000-0xc77fffff]
    [ 0.000000] node 0: [mem 0x100000000-0x237ffffff]
    [ 0.000000] On node 0 totalpages: 2094193
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3910 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 795941 pages, LIFO batch:31
    [ 0.000000] Normal zone: 19968 pages used for memmap
    [ 0.000000] Normal zone: 1257984 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009c000 - 000000000009d000
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    [ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    [ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000c727c000 - 00000000c7282000
    [ 0.000000] PM: Registered nosave memory: 00000000c73ec000 - 00000000c740f000
    [ 0.000000] PM: Registered nosave memory: 00000000c746f000 - 00000000c7470000
    [ 0.000000] PM: Registered nosave memory: 00000000c7470000 - 00000000c74f1000
    [ 0.000000] PM: Registered nosave memory: 00000000c74f1000 - 00000000c770f000
    [ 0.000000] PM: Registered nosave memory: 00000000c7718000 - 00000000c771f000
    [ 0.000000] PM: Registered nosave memory: 00000000c7771000 - 00000000c779f000
    [ 0.000000] PM: Registered nosave memory: 00000000c77e2000 - 00000000c77ff000
    [ 0.000000] PM: Registered nosave memory: 00000000c7800000 - 00000000c8000000
    [ 0.000000] PM: Registered nosave memory: 00000000c8000000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f1004000
    [ 0.000000] PM: Registered nosave memory: 00000000f1004000 - 00000000f1005000
    [ 0.000000] PM: Registered nosave memory: 00000000f1005000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
    [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
    [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
    [ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
    [ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
    [ 0.000000] e820: [mem 0xc8000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880237c00000 s84608 r8192 d21888 u262144
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2057835
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/cryptpool-cryptroot ro quiet splash cryptdevice=/dev/sda2:cryptvol init=/usr/lib/systemd/systemd radeon.modeset=1 pcie_aspm=force
    [ 0.000000] PCIe ASPM is forcibly enabled
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8162844k/9306112k available (4727k kernel code, 929340k absent, 213928k reserved, 4143k data, 768k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:4352 nr_irqs:744 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 1596.068 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.14 BogoMIPS (lpj=5320226)
    [ 0.000006] pid_max: default: 32768 minimum: 301
    [ 0.000044] Security Framework initialized
    [ 0.000048] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000771] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.003000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.003923] Mount-cache hash table entries: 256
    [ 0.004173] Initializing cgroup subsys cpuacct
    [ 0.004176] Initializing cgroup subsys memory
    [ 0.004184] Initializing cgroup subsys devices
    [ 0.004186] Initializing cgroup subsys freezer
    [ 0.004188] Initializing cgroup subsys net_cls
    [ 0.004189] Initializing cgroup subsys blkio
    [ 0.004216] CPU: Physical Processor ID: 0
    [ 0.004217] CPU: Processor Core ID: 0
    [ 0.004222] mce: CPU supports 9 MCE banks
    [ 0.004234] CPU0: Thermal monitoring enabled (TM1)
    [ 0.004241] process: using mwait in idle threads
    [ 0.004246] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift is 0x6
    [ 0.005569] ACPI: Core revision 20120711
    [ 0.021739] ftrace: allocating 18347 entries in 72 pages
    [ 0.034527] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.067503] smpboot: CPU0: Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz stepping 05
    [ 0.172651] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
    [ 0.172658] perf_event_intel: CPU erratum AAJ80 worked around
    [ 0.172659] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.172661] ... version: 3
    [ 0.172662] ... bit width: 48
    [ 0.172663] ... generic registers: 4
    [ 0.172665] ... value mask: 0000ffffffffffff
    [ 0.172666] ... max period: 000000007fffffff
    [ 0.172667] ... fixed-purpose events: 3
    [ 0.172669] ... event mask: 000000070000000f
    [ 0.199435] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.212646] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 OK
    [ 0.379170] Brought up 8 CPUs
    [ 0.379175] smpboot: Total of 8 processors activated (25547.13 BogoMIPS)
    [ 0.385494] devtmpfs: initialized
    [ 0.387562] PM: Registering ACPI NVS region [mem 0xc7470000-0xc74f0fff] (528384 bytes)
    [ 0.387574] PM: Registering ACPI NVS region [mem 0xc7771000-0xc779efff] (188416 bytes)
    [ 0.388860] NET: Registered protocol family 16
    [ 0.389041] ACPI: bus type pci registered
    [ 0.389136] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.389139] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.432597] PCI: Using configuration type 1 for base access
    [ 0.433425] bio: create slab <bio-0> at 0
    [ 0.433488] ACPI: Added _OSI(Module Device)
    [ 0.433490] ACPI: Added _OSI(Processor Device)
    [ 0.433491] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.433493] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.435530] ACPI: EC: Look up EC in DSDT
    [ 0.437476] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.442713] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.443644] ACPI: SSDT 00000000c771aa98 002E8 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
    [ 0.444142] ACPI: Dynamic OEM Table Load:
    [ 0.444145] ACPI: SSDT (null) 002E8 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
    [ 0.444332] ACPI: SSDT 00000000c7719018 008B0 (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
    [ 0.444806] ACPI: Dynamic OEM Table Load:
    [ 0.444809] ACPI: SSDT (null) 008B0 (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
    [ 0.445201] ACPI: SSDT 00000000c771a718 00303 (v01 PmRef ApIst 00003000 INTL 20060912)
    [ 0.445749] ACPI: Dynamic OEM Table Load:
    [ 0.445753] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20060912)
    [ 0.445922] ACPI: SSDT 00000000c7718d98 00119 (v01 PmRef ApCst 00003000 INTL 20060912)
    [ 0.446432] ACPI: Dynamic OEM Table Load:
    [ 0.446435] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20060912)
    [ 0.448062] ACPI: Interpreter enabled
    [ 0.448066] ACPI: (supports S0 S3 S4 S5)
    [ 0.448089] ACPI: Using IOAPIC for interrupt routing
    [ 0.448593] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.455392] ACPI: Power Resource [FN00] (off)
    [ 0.455494] ACPI: Power Resource [FN01] (off)
    [ 0.456110] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
    [ 0.456339] ACPI: No dock devices found.
    [ 0.456343] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.456813] \_SB_.PCI0:_OSC invalid UUID
    [ 0.456815] _OSC request data:1 8 1f
    [ 0.456820] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.457600] PCI host bridge to bus 0000:00
    [ 0.457604] pci_bus 0000:00: busn_res: [bus 00-fe] is inserted under domain [bus 00-ff]
    [ 0.457607] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.457610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.457612] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.457615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.457617] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.457619] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.457622] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.457624] pci_bus 0000:00: root bus resource [mem 0xc8000000-0xdfffffff]
    [ 0.457627] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.457638] pci 0000:00:00.0: [8086:d132] type 00 class 0x060000
    [ 0.457700] pci 0000:00:03.0: [8086:d138] type 01 class 0x060400
    [ 0.457759] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    [ 0.457783] pci 0000:00:08.0: [8086:d155] type 00 class 0x088000
    [ 0.457850] pci 0000:00:08.1: [8086:d156] type 00 class 0x088000
    [ 0.457917] pci 0000:00:08.2: [8086:d157] type 00 class 0x088000
    [ 0.457983] pci 0000:00:08.3: [8086:d158] type 00 class 0x088000
    [ 0.458043] pci 0000:00:10.0: [8086:d150] type 00 class 0x088000
    [ 0.458094] pci 0000:00:10.1: [8086:d151] type 00 class 0x088000
    [ 0.458170] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    [ 0.458194] pci 0000:00:1a.0: reg 10: [mem 0xf1005800-0xf1005bff]
    [ 0.458289] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.458318] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    [ 0.458335] pci 0000:00:1b.0: reg 10: [mem 0xf1000000-0xf1003fff 64bit]
    [ 0.458409] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.458432] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    [ 0.458508] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.458533] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
    [ 0.458609] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.458635] pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
    [ 0.458710] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.458735] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
    [ 0.458810] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.458835] pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
    [ 0.458911] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.458943] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    [ 0.458965] pci 0000:00:1d.0: reg 10: [mem 0xf1005c00-0xf1005fff]
    [ 0.459066] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.459092] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.459161] pci 0000:00:1f.0: [8086:3b03] type 00 class 0x060100
    [ 0.459292] pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
    [ 0.459313] pci 0000:00:1f.2: reg 10: [io 0x1830-0x1837]
    [ 0.459322] pci 0000:00:1f.2: reg 14: [io 0x1824-0x1827]
    [ 0.459331] pci 0000:00:1f.2: reg 18: [io 0x1828-0x182f]
    [ 0.459340] pci 0000:00:1f.2: reg 1c: [io 0x1820-0x1823]
    [ 0.459350] pci 0000:00:1f.2: reg 20: [io 0x1800-0x181f]
    [ 0.459359] pci 0000:00:1f.2: reg 24: [mem 0xf1005000-0xf10057ff]
    [ 0.459410] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.459430] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    [ 0.459446] pci 0000:00:1f.3: reg 10: [mem 0xf1006000-0xf10060ff 64bit]
    [ 0.459469] pci 0000:00:1f.3: reg 20: [io 0x1840-0x185f]
    [ 0.459533] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-fe]
    [ 0.459547] pci 0000:02:00.0: [1002:9488] type 00 class 0x030000
    [ 0.459559] pci 0000:02:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
    [ 0.459568] pci 0000:02:00.0: reg 14: [io 0x2000-0x20ff]
    [ 0.459577] pci 0000:02:00.0: reg 18: [mem 0xcfef0000-0xcfefffff]
    [ 0.459605] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.459642] pci 0000:02:00.0: supports D1 D2
    [ 0.459664] pci 0000:02:00.1: [1002:aa38] type 00 class 0x040300
    [ 0.459676] pci 0000:02:00.1: reg 10: [mem 0xcfeec000-0xcfeeffff]
    [ 0.459749] pci 0000:02:00.1: supports D1 D2
    [ 0.469037] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 0.469045] pci 0000:00:03.0: bridge window [io 0x2000-0x2fff]
    [ 0.469052] pci 0000:00:03.0: bridge window [mem 0xcfe00000-0xcfefffff]
    [ 0.469061] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.469117] pci_bus 0000:03: busn_res: [bus 03-04] is inserted under [bus 00-fe]
    [ 0.469121] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
    [ 0.469126] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 0.469130] pci 0000:00:1c.0: bridge window [mem 0xf0800000-0xf08fffff]
    [ 0.469137] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.469179] pci_bus 0000:05: busn_res: [bus 05-06] is inserted under [bus 00-fe]
    [ 0.469247] pci 0000:05:00.0: [8086:4235] type 00 class 0x028000
    [ 0.469385] pci 0000:05:00.0: reg 10: [mem 0xf0900000-0xf0901fff 64bit]
    [ 0.470080] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
    [ 0.470313] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
    [ 0.470317] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    [ 0.470322] pci 0000:00:1c.1: bridge window [mem 0xf0900000-0xf09fffff]
    [ 0.470329] pci 0000:00:1c.1: bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.470371] pci_bus 0000:07: busn_res: [bus 07-08] is inserted under [bus 00-fe]
    [ 0.470375] pci 0000:00:1c.3: PCI bridge to [bus 07-08]
    [ 0.470380] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    [ 0.470384] pci 0000:00:1c.3: bridge window [mem 0xf0a00000-0xf0afffff]
    [ 0.470391] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.470433] pci_bus 0000:09: busn_res: [bus 09-0a] is inserted under [bus 00-fe]
    [ 0.470458] pci 0000:09:00.0: [1180:e822] type 00 class 0x080500
    [ 0.470478] pci 0000:09:00.0: reg 10: [mem 0xf0b00000-0xf0b000ff]
    [ 0.470612] pci 0000:09:00.0: supports D1 D2
    [ 0.470614] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.470664] pci 0000:09:00.1: [1180:e230] type 00 class 0x088000
    [ 0.470683] pci 0000:09:00.1: reg 10: [mem 0xf0c00800-0xf0c008ff]
    [ 0.470817] pci 0000:09:00.1: supports D1 D2
    [ 0.470819] pci 0000:09:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.470862] pci 0000:09:00.2: [1180:e852] type 00 class 0x088000
    [ 0.470882] pci 0000:09:00.2: reg 10: [mem 0xf0c00c00-0xf0c00cff]
    [ 0.471016] pci 0000:09:00.2: supports D1 D2
    [ 0.471018] pci 0000:09:00.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.471061] pci 0000:09:00.3: [1180:e832] type 00 class 0x0c0010
    [ 0.471080] pci 0000:09:00.3: reg 10: [mem 0xf0c00000-0xf0c007ff]
    [ 0.471214] pci 0000:09:00.3: supports D1 D2
    [ 0.471216] pci 0000:09:00.3: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.479052] pci 0000:00:1c.4: PCI bridge to [bus 09-0a]
    [ 0.479060] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff]
    [ 0.479067] pci 0000:00:1c.4: bridge window [mem 0xf0b00000-0xf0cfffff]
    [ 0.479077] pci 0000:00:1c.4: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.479131] pci_bus 0000:0b: busn_res: [bus 0b] is inserted under [bus 00-fe]
    [ 0.479319] pci 0000:0b:00.0: [14e4:1698] type 00 class 0x020000
    [ 0.479351] pci 0000:0b:00.0: reg 10: [mem 0xf0d00000-0xf0d0ffff 64bit]
    [ 0.479523] pci 0000:0b:00.0: PME# supported from D3hot D3cold
    [ 0.479582] pci 0000:00:1c.5: PCI bridge to [bus 0b]
    [ 0.479589] pci 0000:00:1c.5: bridge window [mem 0xf0d00000-0xf0dfffff]
    [ 0.479616] pci_bus 0000:0c: busn_res: [bus 0c] is inserted under [bus 00-fe]
    [ 0.479664] pci 0000:00:1e.0: PCI bridge to [bus 0c] (subtractive decode)
    [ 0.479675] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.479677] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.479680] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.479682] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.479685] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.479687] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.479690] pci 0000:00:1e.0: bridge window [mem 0xc8000000-0xdfffffff] (subtractive decode)
    [ 0.479692] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.479724] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.479928] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.479968] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.480099] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.480160] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.480223] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 0.480283] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    [ 0.480343] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 0.480435] \_SB_.PCI0:_OSC invalid UUID
    [ 0.480437] _OSC request data:1 1f 1f
    [ 0.480441] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.480443] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.487467] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
    [ 0.487507] PCI host bridge to bus 0000:ff
    [ 0.487511] pci_bus 0000:ff: busn_res: [bus ff] is inserted under domain [bus 00-ff]
    [ 0.487513] pci_bus 0000:ff: root bus resource [bus ff]
    [ 0.487521] pci 0000:ff:00.0: [8086:2c52] type 00 class 0x060000
    [ 0.487545] pci 0000:ff:00.1: [8086:2c81] type 00 class 0x060000
    [ 0.487572] pci 0000:ff:02.0: [8086:2c90] type 00 class 0x060000
    [ 0.487594] pci 0000:ff:02.1: [8086:2c91] type 00 class 0x060000
    [ 0.487622] pci 0000:ff:03.0: [8086:2c98] type 00 class 0x060000
    [ 0.487644] pci 0000:ff:03.1: [8086:2c99] type 00 class 0x060000
    [ 0.487667] pci 0000:ff:03.4: [8086:2c9c] type 00 class 0x060000
    [ 0.487691] pci 0000:ff:04.0: [8086:2ca0] type 00 class 0x060000
    [ 0.487714] pci 0000:ff:04.1: [8086:2ca1] type 00 class 0x060000
    [ 0.487736] pci 0000:ff:04.2: [8086:2ca2] type 00 class 0x060000
    [ 0.487758] pci 0000:ff:04.3: [8086:2ca3] type 00 class 0x060000
    [ 0.487783] pci 0000:ff:05.0: [8086:2ca8] type 00 class 0x060000
    [ 0.487807] pci 0000:ff:05.1: [8086:2ca9] type 00 class 0x060000
    [ 0.487829] pci 0000:ff:05.2: [8086:2caa] type 00 class 0x060000
    [ 0.487852] pci 0000:ff:05.3: [8086:2cab] type 00 class 0x060000
    [ 0.487895] pci0000:ff: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.487897] pci0000:ff: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.488488] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    [ 0.488544] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.488601] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.488655] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.488711] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 0.488765] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 0.488819] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *7 10 12 14 15)
    [ 0.488871] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 0.488974] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.488983] vgaarb: loaded
    [ 0.488985] vgaarb: bridge control possible 0000:02:00.0
    [ 0.489035] PCI: Using ACPI for IRQ routing
    [ 0.495825] PCI: pci_cache_line_size set to 64 bytes
    [ 0.496142] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
    [ 0.496144] e820: reserve RAM buffer [mem 0xc727c000-0xc7ffffff]
    [ 0.496149] e820: reserve RAM buffer [mem 0xc73ec000-0xc7ffffff]
    [ 0.496152] e820: reserve RAM buffer [mem 0xc746f000-0xc7ffffff]
    [ 0.496156] e820: reserve RAM buffer [mem 0xc7718000-0xc7ffffff]
    [ 0.496159] e820: reserve RAM buffer [mem 0xc7771000-0xc7ffffff]
    [ 0.496161] e820: reserve RAM buffer [mem 0xc77e2000-0xc7ffffff]
    [ 0.496163] e820: reserve RAM buffer [mem 0xc7800000-0xc7ffffff]
    [ 0.496267] NetLabel: Initializing
    [ 0.496269] NetLabel: domain hash size = 128
    [ 0.496270] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.496283] NetLabel: unlabeled traffic allowed by default
    [ 0.496337] HPET: 8 timers in total, 5 timers will be used for per-cpu timer
    [ 0.496344] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 40, 41, 42, 43, 44, 0
    [ 0.496351] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.499146] hpet: hpet2 irq 40 for MSI
    [ 0.502434] hpet: hpet3 irq 41 for MSI
    [ 0.505694] hpet: hpet4 irq 42 for MSI
    [ 0.505793] hpet: hpet5 irq 43 for MSI
    [ 0.509214] hpet: hpet6 irq 44 for MSI
    [ 0.522618] Switching to clocksource hpet
    [ 0.529334] pnp: PnP ACPI init
    [ 0.529354] ACPI: bus type pnp registered
    [ 0.529782] pnp 00:00: [bus 00-fe]
    [ 0.529786] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.529789] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.529791] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.529794] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.529796] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.529799] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.529801] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.529803] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.529806] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.529808] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.529811] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.529813] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.529815] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.529820] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.529822] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.529825] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.529827] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.529829] pnp 00:00: [mem 0xc8000000-0xdfffffff window]
    [ 0.529832] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
    [ 0.529834] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.529903] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.529952] pnp 00:01: [io 0x0000-0x001f]
    [ 0.529954] pnp 00:01: [io 0x0081-0x0091]
    [ 0.529957] pnp 00:01: [io 0x0093-0x009f]
    [ 0.529959] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.529961] pnp 00:01: [dma 4]
    [ 0.529991] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.530001] pnp 00:02: [mem 0xff000000-0xffffffff]
    [ 0.530030] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.530116] pnp 00:03: [irq 0 disabled]
    [ 0.530125] pnp 00:03: [irq 8]
    [ 0.530128] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.530162] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.530174] pnp 00:04: [io 0x00f0]
    [ 0.530181] pnp 00:04: [irq 13]
    [ 0.530207] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.530221] pnp 00:05: [io 0x002e-0x002f]
    [ 0.530223] pnp 00:05: [io 0x004e-0x004f]
    [ 0.530225] pnp 00:05: [io 0x0061]
    [ 0.530227] pnp 00:05: [io 0x0063]
    [ 0.530229] pnp 00:05: [io 0x0065]
    [ 0.530231] pnp 00:05: [io 0x0067]
    [ 0.530234] pnp 00:05: [io 0x0068]
    [ 0.530236] pnp 00:05: [io 0x006c]
    [ 0.530238] pnp 00:05: [io 0x0070]
    [ 0.530240] pnp 00:05: [io 0x0080]
    [ 0.530242] pnp 00:05: [io 0x0092]
    [ 0.530244] pnp 00:05: [io 0x00b2-0x00b3]
    [ 0.530246] pnp 00:05: [io 0x0680-0x069f]
    [ 0.530249] pnp 00:05: [io 0x0500-0x050f]
    [ 0.530251] pnp 00:05: [io 0xffff]
    [ 0.530253] pnp 00:05: [io 0xffff]
    [ 0.530255] pnp 00:05: [io 0x0400-0x047f]
    [ 0.530257] pnp 00:05: [io 0x1180-0x11ff]
    [ 0.530259] pnp 00:05: [io 0x164e-0x164f]
    [ 0.530262] pnp 00:05: [io 0xfe00]
    [ 0.530330] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 0.530333] system 00:05: [io 0x0500-0x050f] has been reserved
    [ 0.530336] system 00:05: [io 0xffff] has been reserved
    [ 0.530339] system 00:05: [io 0xffff] has been reserved
    [ 0.530342] system 00:05: [io 0x0400-0x047f] has been reserved
    [ 0.530345] system 00:05: [io 0x1180-0x11ff] has been reserved
    [ 0.530347] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 0.530352] system 00:05: [io 0xfe00] has been reserved
    [ 0.530356] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.530374] pnp 00:06: [io 0x0300-0x0307]
    [ 0.530381] pnp 00:06: [irq 10]
    [ 0.530410] pnp 00:06: Plug and Play ACPI device, IDs ITE8708 (active)
    [ 0.530445] pnp 00:07: [io 0x0070-0x0077]
    [ 0.530476] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.530488] pnp 00:08: [io 0x0060]
    [ 0.530492] pnp 00:08: [io 0x0064]
    [ 0.530499] pnp 00:08: [irq 1]
    [ 0.530526] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.530539] pnp 00:09: [irq 12]
    [ 0.530569] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.530934] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
    [ 0.530937] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.530940] pnp 00:0a: [mem 0xfed1b000-0xfed1bfff]
    [ 0.530942] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.530944] pnp 00:0a: [mem 0xe0000000-0xefffffff]
    [ 0.530947] pnp 00:0a: [mem 0xf1004000-0xf1004fff]
    [ 0.530949] pnp 00:0a: [mem 0xc8000000-0xc8000fff]
    [ 0.530951] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
    [ 0.530954] pnp 00:0a: [mem 0xfed90000-0xfed8ffff disabled]
    [ 0.530956] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
    [ 0.530958] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
    [ 0.530960] pnp 00:0a: [mem 0xff000000-0xffffffff]
    [ 0.530963] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
    [ 0.531049] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.531052] system 00:0a: [mem 0xfed1b000-0xfed1bfff] has been reserved
    [ 0.531055] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.531058] system 00:0a: [mem 0xf1004000-0xf1004fff] has been reserved
    [ 0.531061] system 00:0a: [mem 0xc8000000-0xc8000fff] has been reserved
    [ 0.531064] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.531067] system 00:0a: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.531070] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.531072] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.531075] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.531080] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.532133] pnp 00:0b: [bus ff]
    [ 0.532197] pnp 00:0b: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.532211] pnp: PnP ACPI: found 12 devices
    [ 0.532212] ACPI: ACPI bus type pnp unregistered
    [ 0.539150] pci 0000:00:1c.5: bridge window [io 0x1000-0x0fff] to [bus 0b] add_size 1000
    [ 0.539155] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000
    [ 0.539169] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.539172] pci 0000:00:1c.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.539178] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc8100000-0xc82fffff 64bit pref]
    [ 0.539182] pci 0000:00:1c.5: BAR 13: assigned [io 0x7000-0x7fff]
    [ 0.539186] pci 0000:02:00.0: BAR 6: assigned [mem 0xcfe00000-0xcfe1ffff pref]
    [ 0.539190] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 0.539193] pci 0000:00:03.0: bridge window [io 0x2000-0x2fff]
    [ 0.539198] pci 0000:00:03.0: bridge window [mem 0xcfe00000-0xcfefffff]
    [ 0.539202] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.539207] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
    [ 0.539211] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 0.539217] pci 0000:00:1c.0: bridge window [mem 0xf0800000-0xf08fffff]
    [ 0.539221] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.539228] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
    [ 0.539232] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    [ 0.539237] pci 0000:00:1c.1: bridge window [mem 0xf0900000-0xf09fffff]
    [ 0.539241] pci 0000:00:1c.1: bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.539248] pci 0000:00:1c.3: PCI bridge to [bus 07-08]
    [ 0.539252] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    [ 0.539257] pci 0000:00:1c.3: bridge window [mem 0xf0a00000-0xf0afffff]
    [ 0.539262] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.539269] pci 0000:00:1c.4: PCI bridge to [bus 09-0a]
    [ 0.539273] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff]
    [ 0.539278] pci 0000:00:1c.4: bridge window [mem 0xf0b00000-0xf0cfffff]
    [ 0.539283] pci 0000:00:1c.4: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.539290] pci 0000:00:1c.5: PCI bridge to [bus 0b]
    [ 0.539293] pci 0000:00:1c.5: bridge window [io 0x7000-0x7fff]
    [ 0.539299] pci 0000:00:1c.5: bridge window [mem 0xf0d00000-0xf0dfffff]
    [ 0.539304] pci 0000:00:1c.5: bridge window [mem 0xc8100000-0xc82fffff 64bit pref]
    [ 0.539310] pci 0000:00:1e.0: PCI bridge to [bus 0c]
    [ 0.539366] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.539371] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.539373] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.539376] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.539378] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.539381] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.539383] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
    [ 0.539385] pci_bus 0000:00: resource 10 [mem 0xc8000000-0xdfffffff]
    [ 0.539398] pci_bus 0000:00: resource 11 [mem 0xf0000000-0xfebfffff]
    [ 0.539401] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.539403] pci_bus 0000:02: resource 1 [mem 0xcfe00000-0xcfefffff]
    [ 0.539406] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.539408] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
    [ 0.539411] pci_bus 0000:03: resource 1 [mem 0xf0800000-0xf08fffff]
    [ 0.539413] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.539416] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
    [ 0.539418] pci_bus 0000:05: resource 1 [mem 0xf0900000-0xf09fffff]
    [ 0.539420] pci_bus 0000:05: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.539423] pci_bus 0000:07: resource 0 [io 0x5000-0x5fff]
    [ 0.539425] pci_bus 0000:07: resource 1 [mem 0xf0a00000-0xf0afffff]
    [ 0.539428] pci_bus 0000:07: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.539430] pci_bus 0000:09: resource 0 [io 0x6000-0x6fff]
    [ 0.539433] pci_bus 0000:09: resource 1 [mem 0xf0b00000-0xf0cfffff]
    [ 0.539435] pci_bus 0000:09: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.539438] pci_bus 0000:0b: resource 0 [io 0x7000-0x7fff]
    [ 0.539440] pci_bus 0000:0b: resource 1 [mem 0xf0d00000-0xf0dfffff]
    [ 0.539443] pci_bus 0000:0b: resource 2 [mem 0xc8100000-0xc82fffff 64bit pref]
    [ 0.539445] pci_bus 0000:0c: resource 4 [io 0x0000-0x0cf7]
    [ 0.539448] pci_bus 0000:0c: resource 5 [io 0x0d00-0xffff]
    [ 0.539450] pci_bus 0000:0c: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.539452] pci_bus 0000:0c: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.539455] pci_bus 0000:0c: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.539457] pci_bus 0000:0c: resource 9 [mem 0x000dc000-0x000dffff]
    [ 0.539460] pci_bus 0000:0c: resource 10 [mem 0xc8000000-0xdfffffff]
    [ 0.539462] pci_bus 0000:0c: resource 11 [mem 0xf0000000-0xfebfffff]
    [ 0.539501] NET: Registered protocol family 2
    [ 0.540223] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.543745] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.544173] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.544194] TCP: reno registered
    [ 0.544208] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.544300] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.544454] NET: Registered protocol family 1
    [ 0.544593] pci 0000:02:00.0: Boot video device
    [ 0.544817] PCI: CLS 64 bytes, default 64
    [ 0.544861] Unpacking initramfs...
    [ 0.665886] Freeing initrd memory: 4640k freed
    [ 0.666611] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.666615] software IO TLB [mem 0xc327c000-0xc727bfff] (64MB) mapped at [ffff8800c327c000-ffff8800c727bfff]
    [ 0.666654] Simple Boot Flag at 0x36 set to 0x80
    [ 0.667182] audit: initializing netlink socket (disabled)
    [ 0.667193] type=2000 audit(1352749565.703:1): initialized
    [ 0.683027] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.685360] VFS: Disk quotas dquot_6.5.2
    [ 0.685417] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.685575] msgmni has been set to 15952
    [ 0.685799] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.685830] io scheduler noop registered
    [ 0.685832] io scheduler deadline registered
    [ 0.685897] io scheduler cfq registered (default)
    [ 0.686337] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
    [ 0.686339] vesafb: scrolling: redraw
    [ 0.686342] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.687265] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90011600000, using 5120k, total 5120k
    [ 0.886729] Console: switching to colour frame buffer device 160x64
    [ 1.086123] fb0: VESA VGA frame buffer device
    [ 1.086134] intel_idle: MWAIT substates: 0x1120
    [ 1.086145] intel_idle: v0.4 model 0x1E
    [ 1.086146] intel_idle: lapic_timer_reliable_states 0x2
    [ 1.086221] GHES: HEST is not enabled!
    [ 1.086283] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.086787] Linux agpgart interface v0.103
    [ 1.086895] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.097204] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.097237] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.097348] mousedev: PS/2 mouse device common for all mice
    [ 1.097573] rtc_cmos 00:07: RTC can wake from S4
    [ 1.097893] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    [ 1.097920] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 1.098264] cpuidle: using governor ladder
    [ 1.098473] cpuidle: using governor menu
    [ 1.098603] drop_monitor: Initializing network drop monitor service
    [ 1.098697] TCP: cubic registered
    [ 1.098819] NET: Registered protocol family 10
    [ 1.099011] NET: Registered protocol family 17
    [ 1.099028] Key type dns_resolver registered
    [ 1.099438] PM: Hibernation image not present or could not be loaded.
    [ 1.099447] registered taskstats version 1
    [ 1.101811] rtc_cmos 00:07: setting system clock to 2012-11-12 19:46:05 UTC (1352749565)
    [ 1.103851] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.106355] Freeing unused kernel memory: 768k freed
    [ 1.106522] Write protecting the kernel read-only data: 8192k
    [ 1.116385] Freeing unused kernel memory: 1408k freed
    [ 1.117994] Freeing unused kernel memory: 568k freed
    [ 1.134497] systemd-udevd[78]: starting version 195
    [ 1.180869] ACPI: bus type usb registered
    [ 1.180984] usbcore: registered new interface driver usbfs
    [ 1.181051] usbcore: registered new interface driver hub
    [ 1.181311] usbcore: registered new device driver usb
    [ 1.182950] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.183127] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.183132] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 1.183234] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.187253] ehci_hcd 0000:00:1a.0: debug port 2
    [ 1.187271] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.187303] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf1005800
    [ 1.187791] SCSI subsystem initialized
    [ 1.189604] ACPI: bus type scsi registered
    [ 1.189681] libata version 3.00 loaded.
    [ 1.195488] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.195917] hub 1-0:1.0: USB hub found
    [ 1.195922] hub 1-0:1.0: 3 ports detected
    [ 1.196087] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.196092] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 1.196163] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.200176] ehci_hcd 0000:00:1d.0: debug port 2
    [ 1.200188] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.200205] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf1005c00
    [ 1.208814] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.209225] hub 2-0:1.0: USB hub found
    [ 1.209230] hub 2-0:1.0: 3 ports detected
    [ 1.209367] ahci 0000:00:1f.2: version 3.0
    [ 1.209430] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
    [ 1.209548] ahci: SSS flag set, parallel bus scan disabled
    [ 1.209587] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x23 impl SATA mode
    [ 1.209592] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
    [ 1.209597] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.223416] scsi0 : ahci
    [ 1.223797] scsi1 : ahci
    [ 1.224147] scsi2 : ahci
    [ 1.224500] scsi3 : ahci
    [ 1.224856] scsi4 : ahci
    [ 1.225221] scsi5 : ahci
    [ 1.225356] ata1: SATA max UDMA/133 abar m2048@0xf1005000 port 0xf1005100 irq 45
    [ 1.225362] ata2: SATA max UDMA/133 abar m2048@0xf1005000 port 0xf1005180 irq 45
    [ 1.225365] ata3: DUMMY
    [ 1.225367] ata4: DUMMY
    [ 1.225369] ata5: DUMMY
    [ 1.225373] ata6: SATA max UDMA/133 abar m2048@0xf1005000 port 0xf1005380 irq 45
    [ 1.501934] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.545247] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.547533] ata1.00: ATA-8: WDC WD6400BEVT-75A0RT0, 01.01A01, max UDMA/133
    [ 1.547540] ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.549967] ata1.00: configured for UDMA/133
    [ 1.550374] scsi 0:0:0:0: Direct-Access ATA WDC WD6400BEVT-7 01.0 PQ: 0 ANSI: 5
    [ 1.626090] hub 1-1:1.0: USB hub found
    [ 1.626247] hub 1-1:1.0: 6 ports detected
    [ 1.668452] tsc: Refined TSC clocksource calibration: 1595.999 MHz
    [ 1.668460] Switching to clocksource tsc
    [ 1.731725] usb 2-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.856178] hub 2-1:1.0: USB hub found
    [ 1.856346] hub 2-1:1.0: 8 ports detected
    [ 1.868319] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.880979] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-T633C, D800, max UDMA/100
    [ 1.880987] ata2.00: applying bridge limits
    [ 1.894279] ata2.00: configured for UDMA/100
    [ 1.895297] scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-T633C D800 PQ: 0 ANSI: 5
    [ 1.924926] usb 1-1.4: new high-speed USB device number 3 using ehci_hcd
    [ 2.188109] usb 2-1.1: new low-speed USB device number 3 using ehci_hcd
    [ 2.214657] ata6: SATA link down (SStatus 0 SControl 300)
    [ 2.220297] sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
    [ 2.220394] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.220398] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.220436] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.264902] sda: sda1 sda2
    [ 2.266126] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.286592] usbcore: registered new interface driver usbhid
    [ 2.286606] usbhid: USB HID core driver
    [ 2.287736] input: Logitech USB Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1
    [ 2.288087] hid-generic 0003:046D:C00B.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:1d.0-1.1/input0
    [ 2.344526] usb 2-1.2: new high-speed USB device number 4 using ehci_hcd
    [ 2.415244] device-mapper: uevent: version 1.0.3
    [ 2.415448] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: [email protected]
    [ 2.430414] hub 2-1.2:1.0: USB hub found
    [ 2.430750] hub 2-1.2:1.0: 4 ports detected
    [ 2.497819] usb 2-1.6: new full-speed USB device number 5 using ehci_hcd
    [ 2.583779] hub 2-1.6:1.0: USB hub found
    [ 2.583940] hub 2-1.6:1.0: 3 ports detected
    [ 2.697722] usb 2-1.2.1: new high-speed USB device number 6 using ehci_hcd
    [ 2.850856] usb 2-1.6.1: new full-speed USB device number 7 using ehci_hcd
    [ 2.939323] input: HID 413c:8157 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6.1/2-1.6.1:1.0/input/input2
    [ 2.939498] hid-generic 0003:413C:8157.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 413c:8157] on usb-0000:00:1d.0-1.6.1/input0
    [ 3.004105] usb 2-1.6.2: new full-speed USB device number 8 using ehci_hcd
    [ 3.094077] input: HID 413c:8158 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6.2/2-1.6.2:1.0/input/input3
    [ 3.094424] hid-generic 0003:413C:8158.0003: input,hidraw2: USB HID v1.11 Mouse [HID 413c:8158] on usb-0000:00:1d.0-1.6.2/input0
    [ 824.543880] Btrfs loaded
    [ 824.582726] device fsid 02cda685-4334-4137-a111-ffc149f72b91 devid 1 transid 219619 /dev/dm-4
    [ 824.589373] device fsid f90574c8-73b1-4d21-b0f9-c8383e90f702 devid 1 transid 19638 /dev/dm-1
    [ 825.172465] device fsid f90574c8-73b1-4d21-b0f9-c8383e90f702 devid 1 transid 19638 /dev/mapper/cryptpool-cryptroot
    [ 825.228574] btrfs: mismatching generation and generation_v2 found in root item. This root was probably mounted with an older kernel. Resetting all new fields.
    [ 825.236250] btrfs: mismatching generation and generation_v2 found in root item. This root was probably mounted with an older kernel. Resetting all new fields.
    [ 825.497003] btrfs: mismatching generation and generation_v2 found in root item. This root was probably mounted with an older kernel. Resetting all new fields.
    [ 826.881639] systemd[1]: systemd 195 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 826.913723] systemd[1]: Set hostname to <clawfinger>.
    [ 829.535709] systemd[1]: Cannot add dependency job for unit lvm.service, ignoring: Unit lvm.service failed to load: No such file or directory. See system logs and 'systemctl status lvm.service' for details.
    [ 829.535737] systemd[1]: Cannot add dependency job for unit cpufreq.service, ignoring: Unit cpufreq.service failed to load: No such file or directory. See system logs and 'systemctl status cpufreq.service' for details.
    [ 829.535752] systemd[1]: Cannot add dependency job for unit zeitgeist-daemon.service, ignoring: Unit zeitgeist-daemon.service failed to load: No such file or directory. See system logs and 'systemctl status zeitgeist-daemon.service' for details.
    [ 829.535786] systemd[1]: Cannot add dependency job for unit laptop-mode-tools.service, ignoring: Unit laptop-mode-tools.service failed to load: No such file or directory. See system logs and 'systemctl status laptop-mode-tools.service' for details.
    [ 829.535834] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 829.535861] systemd[1]: Cannot add dependency job for unit console-kit-daemon.service, ignoring: Unit console-kit-daemon.service failed to load: No such file or directory. See system logs and 'systemctl status console-kit-daemon.service' for details.
    [ 829.536380] systemd[1]: Starting Replay Read-Ahead Data...
    [ 829.554901] systemd[1]: Starting Collect Read-Ahead Data...
    [ 829.571226] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 829.571303] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 829.571319] systemd[1]: Starting Login Prompts.
    [ 829.571328] systemd[1]: Reached target Login Prompts.
    [ 829.571337] systemd[1]: Starting Remote File Systems.
    [ 829.571345] systemd[1]: Reached target Remote File Systems.
    [ 829.571354] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
    [ 829.571362] systemd[1]: Starting Syslog Socket.
    [ 829.571364] systemd[1]: Socket service syslog.service not loaded, refusing.
    [ 829.572842] systemd[1]: Failed to listen on Syslog Socket.
    [ 829.574007] systemd[1]: Starting Arch Daemons.
    [ 829.574014] systemd[1]: Reached target Arch Daemons.
    [ 829.574023] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 829.574048] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 829.574055] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 829.574075] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 829.574081] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 829.574098] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 829.574106] systemd[1]: Starting Delayed Shutdown Socket.
    [ 829.574129] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 829.574218] systemd[1]: Starting udev Kernel Socket.
    [ 829.574239] systemd[1]: Listening on udev Kernel Socket.
    [ 829.574284] systemd[1]: Starting udev Control Socket.
    [ 829.574307] systemd[1]: Listening on udev Control Socket.
    [ 829.574332] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 829.574407] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 829.574419] systemd[1]: Starting Encrypted Volumes.
    [ 829.574426] systemd[1]: Reached target Encrypted Volumes.
    [ 829.574436] systemd[1]: Expecting device dev-disk-by\x2duuid-bb356f76\x2dd262\x2d43ca\x2da705\x2da2eab4b6d6ba.device...
    [ 829.574445] systemd[1]: Expecting device dev-disk-by\x2duuid-2796b7f1\x2d10c6\x2d481b\x2d91cb\x2d07cb7110031c.device...
    [ 829.574455] systemd[1]: Expecting device dev-disk-by\x2duuid-d169a015\x2d6ef6\x2d47f5\x2da6b2\x2d3db25ecce4a2.device...
    [ 829.574467] systemd[1]: Starting Journal Socket.
    [ 829.574507] systemd[1]: Listening on Journal Socket.
    [ 829.574529] systemd[1]: Mounting Huge Pages File System...
    [ 829.577956] systemd[1]: Mounting POSIX Message Queue File System...
    [ 829.591510] systemd[1]: Starting udev Coldplug all Devices...
    [ 829.594776] systemd[1]: Mounting Debug File System...
    [ 829.611201] systemd[1]: Starting udev Kernel Device Manager...
    [ 829.614769] systemd[1]: Starting Journal Service...
    [ 829.647758] systemd[1]: Started Journal Service.
    [ 829.647819] systemd[1]: Starting Syslog.
    [ 829.647843] systemd[1]: Reached target Syslog.
    [ 829.647879] systemd[1]: Starting home.automount.
    [ 829.901808] systemd[1]: Set up automount home.automount.
    [ 830.553864] systemd-udevd[249]: starting version 195
    [ 831.070954] ACPI: Requesting acpi_cpufreq
    [ 831.456015] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
    [ 831.456019] ACPI: Power Button [PWRB]
    [ 831.456058] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
    [ 831.456060] ACPI: Sleep Button [SLPB]
    [ 831.456097] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
    [ 831.457156] ACPI: Lid Switch [LID0]
    [ 831.457203] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
    [ 831.457206] ACPI: Power Button [PWRF]
    [ 831.457547] AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
    [ 831.457548] AMD IOMMUv2 functionality not available on this system
    [ 831.615332] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 831.615336] Disabling lock debugging due to kernel taint
    [ 831.619625] <6>[fglrx] Maximum main memory to use for locked dma buffers: 7745 MBytes.
    [ 831.619972] <6>[fglrx] vendor: 1002 device: 9488 count: 1
    [ 831.620506] <6>[fglrx] ioport: bar 1, base 0x2000, size: 0x100
    [ 831.620722] <6>[fglrx] Kernel PAT support is enabled
    [ 831.620735] <6>[fglrx] module loaded - fglrx 8.97.2 [Jul 4 2012] with 1 minors
    [ 831.621578] ACPI: Fan [FAN0] (off)
    [ 831.621623] ACPI: Fan [FAN1] (off)
    [ 831.631874] vboxdrv: Found 8 processor cores.
    [ 831.633478] vboxdrv: fAsync=0 offMin=0x19b offMax=0x1b771
    [ 831.633549] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 831.633550] vboxdrv: Successfully loaded version 4.2.4_OSE (interface 0x001a0004).
    [ 832.286066] ACPI: AC Adapter [ADP1] (on-line)
    [ 832.312526] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 832.315135] acpi device:03: registered as cooling_device10
    [ 832.315214] ACPI: Video Device [M86] (multi-head: yes rom: no post: no)
    [ 832.315347] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input8
    [ 832.409308] thermal LNXTHERM:00: registered as thermal_zone0
    [ 832.409312] ACPI: Thermal Zone [TZ00] (27 C)
    [ 832.421895] ACPI: Battery Slot [BAT0] (battery present)
    [ 832.422793] thermal LNXTHERM:01: registered as thermal_zone1
    [ 832.422797] ACPI: Thermal Zone [TZ01] (69 C)
    [ 832.590092] microcode: CPU0 sig=0x106e5, pf=0x10, revision=0x3
    [ 832.970363] input: PC Speaker as /devices/platform/pcspkr/input/input9
    [ 833.240290] microcode: CPU1 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.240762] microcode: CPU2 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.241329] microcode: CPU3 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.241760] microcode: CPU4 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.242173] microcode: CPU5 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.242608] microcode: CPU6 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.243025] microcode: CPU7 sig=0x106e5, pf=0x10, revision=0x3
    [ 833.243492] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 833.265118] wmi: Mapper loaded
    [ 833.267255] sdhci: Secure Digital Host Controller Interface driver
    [ 833.267258] sdhci: Copyright(c) Pierre Ossman
    [ 833.268312] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120711/utaddress-251)
    [ 833.268319] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 833.268323] ACPI Warning: 0x0000000000001180-0x00000000000011ff SystemIO conflicts with Region \GPIO 1 (20120711/utaddress-251)
    [ 833.268327] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 833.268329] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 833.512963] sdhci-pci 0000:09:00.0: SDHCI controller found [1180:e822] (rev 1)
    [ 833.513049] sdhci-pci 0000:09:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 833.513095] Registered led device: mmc0::
    [ 833.537204] mmc0: SDHCI controller on PCI [0000:09:00.0] using DMA
    [ 833.570607] input: Dell WMI hotkeys as /devices/virtual/input/input10
    [ 833.847354] EDAC MC: Ver: 3.0.0
    [ 833.930269] firewire_ohci 0000:09:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
    [ 834.096451] ite_cir: Auto-detected model: ITE8708 CIR transceiver
    [ 834.096454] ite_cir: Using model: ITE8708 CIR transceiver
    [ 834.096455] ite_cir: TX-capable: 1
    [ 834.096456] ite_cir: Sample period (ns): 8680
    [ 834.096457] ite_cir: TX carrier frequency (Hz): 38000
    [ 834.096458] ite_cir: TX duty cycle (%): 33
    [ 834.096459] ite_cir: RX low carrier frequency (Hz): 0
    [ 834.096460] ite_cir: RX high carrier frequency (Hz): 0
    [ 834.275945] iTCO_vendor_support: vendor-support=0
    [ 834.294684] cfg80211: Calling CRDA to update world regulatory domain
    [ 834.301218] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 834.430008] firewire_core 0000:09:00.3: created device fw0: GUID 324fc0001978e281, S400
    [ 834.433957] ACPI Warning: 0x0000000000001840-0x000000000000185f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120711/utaddress-251)
    [ 834.433962] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 834.446316] EDAC i7core: Device not found: dev 00.0 PCI ID 8086:2c50
    [ 834.977790] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 834.977796] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 834.978266] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 835.102238] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 835.137263] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input11
    [ 835.147237] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 835.147687] hda-intel: 0000:02:00.1: Handle VGA-switcheroo audio client
    [ 835.147810] snd_hda_intel 0000:02:00.1: irq 47 for MSI/MSI-X
    [ 835.152252] Registered IR keymap rc-rc6-mce
    [ 835.152388] input: ITE8708 CIR transceiver as /devices/virtual/rc/rc0/input13
    [ 835.152451] rc0: ITE8708 CIR transceiver as /devices/virtual/rc/rc0
    [ 835.152504] ite_cir: driver has been successfully l

    My disk seems also fine
    === START OF INFORMATION SECTION ===
    Model Family: Western Digital Scorpio Blue Serial ATA
    Device Model: WDC WD6400BEVT-75A0RT0
    Serial Number: WD-WX91C8077575
    LU WWN Device Id: 5 0014ee 600865d25
    Firmware Version: 01.01A01
    User Capacity: 640,135,028,736 bytes [640 GB]
    Sector Size: 512 bytes logical/physical
    Rotation Rate: 5400 rpm
    Device is: In smartctl database [for details use: -P show]
    ATA Version is: ATA8-ACS (minor revision not indicated)
    SATA Version is: SATA 2.6, 3.0 Gb/s
    Local Time is: Thu Dec 20 21:36:56 2012 CET
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    General SMART Values:
    Offline data collection status: (0x00) Offline data collection activity
    was never started.
    Auto Offline Data Collection: Disabled.
    Self-test execution status: ( 248) Self-test routine in progress...
    80% of test remaining.
    Total time to complete Offline
    data collection: (16380) seconds.
    Offline data collection
    capabilities: (0x7b) SMART execute Offline immediate.
    Auto Offline data collection on/off support.
    Suspend Offline collection upon new
    command.
    Offline surface scan supported.
    Self-test supported.
    Conveyance Self-test supported.
    Selective Self-test supported.
    SMART capabilities: (0x0003) Saves SMART data before entering
    power-saving mode.
    Supports SMART auto save timer.
    Error logging capability: (0x01) Error logging supported.
    General Purpose Logging supported.
    Short self-test routine
    recommended polling time: ( 2) minutes.
    Extended self-test routine
    recommended polling time: ( 190) minutes.
    Conveyance self-test routine
    recommended polling time: ( 5) minutes.
    SCT capabilities: (0x7037) SCT Status supported.
    SCT Feature Control supported.
    SCT Data Table supported.
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
    3 Spin_Up_Time 0x0027 184 181 021 Pre-fail Always - 1775
    4 Start_Stop_Count 0x0032 079 079 000 Old_age Always - 21418
    5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
    7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
    9 Power_On_Hours 0x0032 095 095 000 Old_age Always - 4329
    10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0
    11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0
    12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 1828
    191 G-Sense_Error_Rate 0x0032 001 001 000 Old_age Always - 2336
    192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 512
    193 Load_Cycle_Count 0x0032 161 161 000 Old_age Always - 119448
    194 Temperature_Celsius 0x0022 106 089 000 Old_age Always - 41
    196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
    197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
    198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
    199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
    200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 1
    240 Head_Flying_Hours 0x0032 095 095 000 Old_age Always - 4000
    241 Total_LBAs_Written 0x0032 200 200 000 Old_age Always - 13521667898
    242 Total_LBAs_Read 0x0032 200 200 000 Old_age Always - 14814445183
    254 Free_Fall_Sensor 0x0032 200 200 000 Old_age Always - 0
    SMART Error Log Version: 1
    No Errors Logged
    SMART Self-test log structure revision number 1
    Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
    # 1 Short offline Interrupted (host reset) 90% 4329 -
    # 2 Extended offline Completed without error 00% 4329 -
    # 3 Short offline Completed without error 00% 0 -
    SMART Selective self-test log data structure revision number 1
    SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
    1 0 0 Not_testing
    2 0 0 Not_testing
    3 0 0 Not_testing
    4 0 0 Not_testing
    5 0 0 Not_testing
    Selective self-test flags (0x0):
    After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.

  • Kde can't launch with systemd

    hello.yesterday,I followed the wiki to install pure systemd.but when i restarter,kde couldn't start but kdm ran fine.then,i tried to run kde by startkde but failed.it replied
    $DISPLAY is not set or cannot connect to X server.
    I googled this error but I only getted information about how to configure it with consolekit.
    Here's output of systemctl:
    UNIT                                                                   LOAD   ACTIVE SUB       JOB DESCRIPTION
    proc-sys-fs-binfmt_misc.automount                                      loaded active waiting       Arbitrary Executable File Formats File System Automount Point
    sys-devices-pci0000:00-...-1\x2d1.6-1\x2d1.6:1.0-bluetooth-hci0.device loaded active plugged       /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/bluetooth/hci0
    sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device                 loaded active plugged       6 Series/C200 Series Chipset Family High Definition Audio Controller
    sys-devices-pci0000:00-0000:00:1c.0-0000:07:00.0-net-eth0.device       loaded active plugged       NetLink BCM57781 Gigabit Ethernet PCIe
    sys-devices-pci0000:00-0000:00:1c.1-0000:08:00.0-net-wlan0.device      loaded active plugged       Centrino Wireless-N 1000 [Condor Peak]
    sys-devices-pci0000:00-...t1-target1:0:0-1:0:0:0-block-sda-sda1.device loaded active plugged       HITACHI_HTS547550A9E384
    sys-devices-pci0000:00-...t1-target1:0:0-1:0:0:0-block-sda-sda2.device loaded active plugged       HITACHI_HTS547550A9E384
    sys-devices-pci0000:00-...t1-target1:0:0-1:0:0:0-block-sda-sda3.device loaded active plugged       HITACHI_HTS547550A9E384
    sys-devices-pci0000:00-...t1-target1:0:0-1:0:0:0-block-sda-sda4.device loaded active plugged       HITACHI_HTS547550A9E384
    sys-devices-pci0000:00-...t1-target1:0:0-1:0:0:0-block-sda-sda5.device loaded active plugged       HITACHI_HTS547550A9E384
    sys-devices-pci0000:00-...t1-target1:0:0-1:0:0:0-block-sda-sda6.device loaded active plugged       HITACHI_HTS547550A9E384
    sys-devices-pci0000:00-...t1-target1:0:0-1:0:0:0-block-sda-sda7.device loaded active plugged       HITACHI_HTS547550A9E384
    sys-devices-pci0000:00-...t1-target1:0:0-1:0:0:0-block-sda-sda8.device loaded active plugged       HITACHI_HTS547550A9E384
    sys-devices-pci0000:00-...2-host1-target1:0:0-1:0:0:0-block-sda.device loaded active plugged       HITACHI_HTS547550A9E384
    sys-devices-pci0000:00-...3-host2-target2:0:0-2:0:0:0-block-sr0.device loaded active plugged       Optiarc_DVD_RW_AD-7740H
    sys-devices-platform-serial8250-tty-ttyS0.device                       loaded active plugged       /sys/devices/platform/serial8250/tty/ttyS0
    sys-devices-platform-serial8250-tty-ttyS1.device                       loaded active plugged       /sys/devices/platform/serial8250/tty/ttyS1
    sys-devices-platform-serial8250-tty-ttyS2.device                       loaded active plugged       /sys/devices/platform/serial8250/tty/ttyS2
    sys-devices-platform-serial8250-tty-ttyS3.device                       loaded active plugged       /sys/devices/platform/serial8250/tty/ttyS3
    sys-module-fuse.device                                                 loaded active plugged       /sys/module/fuse
    sys-subsystem-bluetooth-devices-hci0.device                            loaded active plugged       /sys/subsystem/bluetooth/devices/hci0
    sys-subsystem-net-devices-eth0.device                                  loaded active plugged       NetLink BCM57781 Gigabit Ethernet PCIe
    sys-subsystem-net-devices-wlan0.device                                 loaded active plugged       Centrino Wireless-N 1000 [Condor Peak]
    -.mount                                                                loaded active mounted       /
    boot.mount                                                             loaded active mounted       /boot
    dev-hugepages.mount                                                    loaded active mounted       Huge Pages File System
    dev-mqueue.mount                                                       loaded active mounted       POSIX Message Queue File System
    home.mount                                                             loaded active mounted       /home
    mnt-d.mount                                                            loaded active mounted       /mnt/d
    sys-fs-fuse-connections.mount                                          loaded active mounted       FUSE Control File System
    sys-kernel-debug.mount                                                 loaded active mounted       /sys/kernel/debug
    tmp.mount                                                              loaded active mounted       /tmp
    var.mount                                                              loaded active mounted       /var
    systemd-ask-password-console.path                                      loaded active waiting       Dispatch Password Requests to Console Directory Watch
    systemd-ask-password-wall.path                                         loaded active waiting       Forward Password Requests to Wall Directory Watch
    acpid.service                                                          loaded active running       ACPI event daemon
    cronie.service                                                         loaded active running       Periodic Command Scheduler
    dbus.service                                                           loaded active running       D-Bus System Message Bus
    [email protected]                                                     loaded active running       Getty on tty1
    lm_sensors.service                                                     loaded active exited        Initialize hardware monitoring sensors
    lxdm.service                                                           loaded active running       LXDE Display Manager
    systemd-journald.service                                               loaded active running       Journal Service
    systemd-logind.service                                                 loaded active running       Login Service
    systemd-modules-load.service                                           loaded active exited        Load Kernel Modules
    systemd-remount-fs.service                                             loaded active exited        Remount Root and Kernel File Systems
    systemd-sysctl.service                                                 loaded active exited        Apply Kernel Variables
    systemd-tmpfiles-setup.service                                         loaded active exited        Recreate Volatile Files and Directories
    systemd-udev-trigger.service                                           loaded active exited        udev Coldplug all Devices
    systemd-udevd.service                                                  loaded active running       udev Kernel Device Manager
    systemd-user-sessions.service                                          loaded active exited        Permit User Sessions
    systemd-vconsole-setup.service                                         loaded active exited        Setup Virtual Console
    acpid.socket                                                           loaded active listening     ACPID Listen Socket
    dbus.socket                                                            loaded active running       D-Bus System Message Bus Socket
    systemd-initctl.socket                                                 loaded active listening     /dev/initctl Compatibility Named Pipe
    systemd-journald.socket                                                loaded active running       Journal Socket
    systemd-shutdownd.socket                                               loaded active listening     Delayed Shutdown Socket
    systemd-udevd-control.socket                                           loaded active listening     udev Control Socket
    systemd-udevd-kernel.socket                                            loaded active running       udev Kernel Socket
    basic.target                                                           loaded active active        Basic System
    bluetooth.target                                                       loaded active active        Bluetooth
    cryptsetup.target                                                      loaded active active        Encrypted Volumes
    getty.target                                                           loaded active active        Login Prompts
    graphical.target                                                       loaded active active        Graphical Interface
    local-fs-pre.target                                                    loaded active active        Local File Systems (Pre)
    local-fs.target                                                        loaded active active        Local File Systems
    multi-user.target                                                      loaded active active        Multi-User
    remote-fs.target                                                       loaded active active        Remote File Systems
    sockets.target                                                         loaded active active        Sockets
    sound.target                                                           loaded active active        Sound Card
    swap.target                                                            loaded active active        Swap
    sysinit.target                                                         loaded active active        System Initialization
    systemd-tmpfiles-clean.timer                                           loaded active waiting       Daily Cleanup of Temporary Directories
    LOAD   = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB    = The low-level unit activation state, values depend on unit type.
    JOB    = Pending job for the unit.
    [1;39m72 loaded units listed.[0m Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    This is Xorg.1.log,but it seems no problem.
    [  1630.241]
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [  1630.244] X Protocol Version 11, Revision 0
    [  1630.245] Build Operating System: Linux 3.6.2-1-ARCH x86_64
    [  1630.246] Current Operating System: Linux ssfdust 3.6.4-1-ARCH #1 SMP PREEMPT Mon Oct 29 09:49:00 CET 2012 x86_64
    [  1630.246] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c2eccb8b-70e3-49d5-b169-137ee95b307d ro quiet
    [  1630.248] Build Date: 19 October 2012  03:54:56PM
    [  1630.249] 
    [  1630.250] Current version of pixman: 0.26.2
    [  1630.251]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [  1630.251] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [  1630.255] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Nov  4 01:15:54 2012
    [  1630.256] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [  1630.256] (==) No Layout section.  Using the first Screen section.
    [  1630.256] (==) No screen section available. Using defaults.
    [  1630.256] (**) |-->Screen "Default Screen Section" (0)
    [  1630.256] (**) |   |-->Monitor "<default monitor>"
    [  1630.256] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
    [  1630.256] (==) Automatically adding devices
    [  1630.256] (==) Automatically enabling devices
    [  1630.256] (==) Automatically adding GPU devices
    [  1630.256] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [  1630.256]     Entry deleted from font path.
    [  1630.256] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [  1630.256]     Entry deleted from font path.
    [  1630.256]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [  1630.256] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [  1630.256]     Entry deleted from font path.
    [  1630.256]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [  1630.256] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/
    [  1630.256] (==) ModulePath set to "/usr/lib/xorg/modules"
    [  1630.256] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [  1630.256] (II) Loader magic: 0x7fcc20
    [  1630.256] (II) Module ABI versions:
    [  1630.256]     X.Org ANSI C Emulation: 0.4
    [  1630.256]     X.Org Video Driver: 13.0
    [  1630.256]     X.Org XInput driver : 18.0
    [  1630.256]     X.Org Server Extension : 7.0
    [  1630.257] (II) config/udev: Adding drm device (/dev/dri/card0)
    [  1630.258] (--) PCI:*(0:0:2:0) 8086:0126:17aa:3982 rev 9, Mem @ 0xe0000000/4194304, 0xd0000000/268435456, I/O @ 0x00003000/64
    [  1630.258] (--) PCI: (0:1:0:0) 1002:6843:17aa:3982 rev 0, Mem @ 0xc0000000/268435456, 0xe0700000/131072, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [  1630.258] (II) Open ACPI successful (/var/run/acpid.socket)
    [  1630.259] Initializing built-in extension Generic Event Extension
    [  1630.259] Initializing built-in extension SHAPE
    [  1630.260] Initializing built-in extension MIT-SHM
    [  1630.261] Initializing built-in extension XInputExtension
    [  1630.262] Initializing built-in extension XTEST
    [  1630.263] Initializing built-in extension BIG-REQUESTS
    [  1630.263] Initializing built-in extension SYNC
    [  1630.264] Initializing built-in extension XKEYBOARD
    [  1630.265] Initializing built-in extension XC-MISC
    [  1630.266] Initializing built-in extension SECURITY
    [  1630.266] Initializing built-in extension XINERAMA
    [  1630.267] Initializing built-in extension XFIXES
    [  1630.267] Initializing built-in extension RENDER
    [  1630.268] Initializing built-in extension RANDR
    [  1630.269] Initializing built-in extension COMPOSITE
    [  1630.269] Initializing built-in extension DAMAGE
    [  1630.270] Initializing built-in extension MIT-SCREEN-SAVER
    [  1630.270] Initializing built-in extension DOUBLE-BUFFER
    [  1630.271] Initializing built-in extension RECORD
    [  1630.271] Initializing built-in extension DPMS
    [  1630.272] Initializing built-in extension X-Resource
    [  1630.272] Initializing built-in extension XVideo
    [  1630.273] Initializing built-in extension XVideo-MotionCompensation
    [  1630.273] Initializing built-in extension XFree86-VidModeExtension
    [  1630.273] Initializing built-in extension XFree86-DGA
    [  1630.274] Initializing built-in extension XFree86-DRI
    [  1630.274] Initializing built-in extension DRI2
    [  1630.274] (II) LoadModule: "glx"
    [  1630.274] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [  1630.275] (II) Module glx: vendor="X.Org Foundation"
    [  1630.275]     compiled for 1.13.0, module version = 1.0.0
    [  1630.275]     ABI class: X.Org Server Extension, version 7.0
    [  1630.275] (==) AIGLX enabled
    [  1630.275] Loading extension GLX
    [  1630.275] (==) Matched intel as autoconfigured driver 0
    [  1630.275] (==) Matched intel as autoconfigured driver 1
    [  1630.275] (==) Matched vesa as autoconfigured driver 2
    [  1630.275] (==) Matched modesetting as autoconfigured driver 3
    [  1630.275] (==) Matched fbdev as autoconfigured driver 4
    [  1630.275] (==) Assigned the driver to the xf86ConfigLayout
    [  1630.275] (II) LoadModule: "intel"
    [  1630.275] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [  1630.275] (II) Module intel: vendor="X.Org Foundation"
    [  1630.275]     compiled for 1.13.0, module version = 2.20.12
    [  1630.275]     Module class: X.Org Video Driver
    [  1630.275]     ABI class: X.Org Video Driver, version 13.0
    [  1630.275] (II) LoadModule: "vesa"
    [  1630.275] (WW) Warning, couldn't open module vesa
    [  1630.275] (II) UnloadModule: "vesa"
    [  1630.275] (II) Unloading vesa
    [  1630.275] (EE) Failed to load module "vesa" (module does not exist, 0)
    [  1630.275] (II) LoadModule: "modesetting"
    [  1630.276] (WW) Warning, couldn't open module modesetting
    [  1630.276] (II) UnloadModule: "modesetting"
    [  1630.276] (II) Unloading modesetting
    [  1630.276] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [  1630.276] (II) LoadModule: "fbdev"
    [  1630.276] (WW) Warning, couldn't open module fbdev
    [  1630.276] (II) UnloadModule: "fbdev"
    [  1630.276] (II) Unloading fbdev
    [  1630.276] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [  1630.276] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
        Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
        Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
        Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
        Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
        Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
        Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
        Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
        Haswell Server (GT2+), Haswell SDV Desktop (GT1),
        Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
        Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
        Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
        Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
        Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
        Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
        Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
        Haswell ULT Server (GT1), Haswell ULT Server (GT2),
        Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
        Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
        Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
        Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
        Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
        ValleyView PO board
    [  1630.276] (++) using VT number 3
    [  1630.276] (II) intel(0): using device path '/dev/dri/card0'
    [  1630.276] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
    [  1630.276] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [  1630.276] (==) intel(0): RGB weight 888
    [  1630.276] (==) intel(0): Default visual is TrueColor
    [  1630.276] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+)
    [  1630.276] (**) intel(0): Relaxed fencing enabled
    [  1630.276] (**) intel(0): Wait on SwapBuffers? enabled
    [  1630.276] (**) intel(0): Triple buffering? enabled
    [  1630.276] (**) intel(0): Framebuffer tiled
    [  1630.276] (**) intel(0): Pixmaps tiled
    [  1630.276] (**) intel(0): 3D buffers tiled
    [  1630.276] (**) intel(0): SwapBuffers wait enabled
    [  1630.276] (==) intel(0): video overlay key set to 0x101fe
    [  1630.276] (II) intel(0): Output LVDS1 has no monitor section
    [  1630.276] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
    [  1630.290] (II) intel(0): Output VGA1 has no monitor section
    [  1630.291] (II) intel(0): Output HDMI1 has no monitor section
    [  1630.333] (II) intel(0): Output DP1 has no monitor section
    [  1630.333] (II) intel(0): EDID for output LVDS1
    [  1630.333] (II) intel(0): Manufacturer: AUO  Model: 303c  Serial#: 0
    [  1630.333] (II) intel(0): Year: 2010  Week: 0
    [  1630.333] (II) intel(0): EDID Version: 1.3
    [  1630.333] (II) intel(0): Digital Display Input
    [  1630.333] (II) intel(0): Max Image Size [cm]: horiz.: 31  vert.: 17
    [  1630.333] (II) intel(0): Gamma: 2.20
    [  1630.333] (II) intel(0): No DPMS capabilities specified
    [  1630.333] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [  1630.333] (II) intel(0): First detailed timing is preferred mode
    [  1630.333] (II) intel(0): redX: 0.590 redY: 0.345   greenX: 0.340 greenY: 0.570
    [  1630.333] (II) intel(0): blueX: 0.150 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
    [  1630.333] (II) intel(0): Manufacturer's mask: 0
    [  1630.333] (II) intel(0): Supported detailed timing:
    [  1630.333] (II) intel(0): clock: 69.3 MHz   Image Size:  309 x 173 mm
    [  1630.333] (II) intel(0): h_active: 1366  h_sync: 1404  h_sync_end 1426 h_blank_end 1436 h_border: 0
    [  1630.333] (II) intel(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 803 v_border: 0
    [  1630.333] (II) intel(0): Unknown vendor-specific block f
    [  1630.333] (II) intel(0):  AUO
    [  1630.333] (II) intel(0):  B140XW03 V0
    [  1630.333] (II) intel(0): EDID (in hex):
    [  1630.333] (II) intel(0):     00ffffffffffff0006af3c3000000000
    [  1630.333] (II) intel(0):     00140103801f11780a10b59758579226
    [  1630.333] (II) intel(0):     1e505400000001010101010101010101
    [  1630.333] (II) intel(0):     010101010101121b5646500023302616
    [  1630.333] (II) intel(0):     360035ad100000180000000f00000000
    [  1630.333] (II) intel(0):     00000000000000000020000000fe0041
    [  1630.333] (II) intel(0):     554f0a202020202020202020000000fe
    [  1630.333] (II) intel(0):     004231343058573033205630200a002b
    [  1630.333] (II) intel(0): EDID vendor "AUO", prod id 12348
    [  1630.333] (II) intel(0): Printing DDC gathered Modelines:
    [  1630.333] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1404 1426 1436  768 771 777 803 -hsync -vsync (48.3 kHz eP)
    [  1630.333] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [  1630.333] (II) intel(0): Printing probed modes for output LVDS1
    [  1630.333] (II) intel(0): Modeline "1366x768"x60.1   69.30  1366 1404 1426 1436  768 771 777 803 -hsync -vsync (48.3 kHz eP)
    [  1630.333] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
    [  1630.333] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
    [  1630.333] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
    [  1630.333] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
    [  1630.346] (II) intel(0): EDID for output VGA1
    [  1630.347] (II) intel(0): EDID for output HDMI1
    [  1630.389] (II) intel(0): EDID for output DP1
    [  1630.389] (II) intel(0): Output LVDS1 connected
    [  1630.389] (II) intel(0): Output VGA1 disconnected
    [  1630.389] (II) intel(0): Output HDMI1 disconnected
    [  1630.389] (II) intel(0): Output DP1 disconnected
    [  1630.389] (II) intel(0): Using exact sizes for initial modes
    [  1630.389] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [  1630.389] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [  1630.389] (II) intel(0): Kernel page flipping support detected, enabling
    [  1630.389] (**) intel(0): Display dimensions: (310, 170) mm
    [  1630.389] (**) intel(0): DPI set to (111, 114)
    [  1630.389] (II) Loading sub module "fb"
    [  1630.390] (II) LoadModule: "fb"
    [  1630.390] (II) Loading /usr/lib/xorg/modules/libfb.so
    [  1630.390] (II) Module fb: vendor="X.Org Foundation"
    [  1630.390]     compiled for 1.13.0, module version = 1.0.0
    [  1630.390]     ABI class: X.Org ANSI C Emulation, version 0.4
    [  1630.390] (II) Loading sub module "dri2"
    [  1630.390] (II) LoadModule: "dri2"
    [  1630.390] (II) Module "dri2" already built-in
    [  1630.390] (==) Depth 24 pixmap format is 32 bpp
    [  1630.390] (II) intel(0): [DRI2] Setup complete
    [  1630.390] (II) intel(0): [DRI2]   DRI driver: i965
    [  1630.390] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
    [  1630.391] (II) UXA(0): Driver registered support for the following operations:
    [  1630.391] (II)         solid
    [  1630.391] (II)         copy
    [  1630.391] (II)         composite (RENDER acceleration)
    [  1630.391] (II)         put_image
    [  1630.391] (II)         get_image
    [  1630.391] (==) intel(0): Backing store disabled
    [  1630.391] (==) intel(0): Silken mouse enabled
    [  1630.391] (II) intel(0): Initializing HW Cursor
    [  1630.391] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [  1630.392] (==) intel(0): DPMS enabled
    [  1630.392] (==) intel(0): Intel XvMC decoder enabled
    [  1630.392] (II) intel(0): Set up textured video
    [  1630.393] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [  1630.393] (II) intel(0): direct rendering: DRI2 Enabled
    [  1630.393] (==) intel(0): hotplug detection: "enabled"
    [  1630.403] (--) RandR disabled
    [  1630.409] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [  1630.409] (II) AIGLX: enabled GLX_INTEL_swap_event
    [  1630.409] (II) AIGLX: enabled GLX_ARB_create_context
    [  1630.409] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [  1630.409] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [  1630.409] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [  1630.409] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [  1630.409] (II) AIGLX: Loaded and initialized i965
    [  1630.409] (II) GLX: Initialized DRI2 GL provider for screen 0
    [  1630.409] (II) intel(0): Setting screen physical size to 361 x 203
    [  1630.434] (II) config/udev: Adding input device Power Button (/dev/input/event7)
    [  1630.434] (**) Power Button: Applying InputClass "system-keyboard"
    [  1630.434] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [  1630.434] (II) LoadModule: "evdev"
    [  1630.434] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [  1630.434] (II) Module evdev: vendor="X.Org Foundation"
    [  1630.434]     compiled for 1.13.0, module version = 2.7.3
    [  1630.434]     Module class: X.Org XInput Driver
    [  1630.434]     ABI class: X.Org XInput driver, version 18.0
    [  1630.434] (II) Using input driver 'evdev' for 'Power Button'
    [  1630.434] (**) Power Button: always reports core events
    [  1630.434] (**) evdev: Power Button: Device: "/dev/input/event7"
    [  1630.434] (--) evdev: Power Button: Vendor 0 Product 0x1
    [  1630.434] (--) evdev: Power Button: Found keys
    [  1630.434] (II) evdev: Power Button: Configuring as keyboard
    [  1630.434] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event7"
    [  1630.434] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [  1630.434] (**) Option "xkb_rules" "evdev"
    [  1630.434] (**) Option "xkb_model" "pc105"
    [  1630.434] (**) Option "xkb_layout" "de"
    [  1630.434] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [  1630.449] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
    [  1630.449] (**) Video Bus: Applying InputClass "system-keyboard"
    [  1630.449] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [  1630.449] (II) Using input driver 'evdev' for 'Video Bus'
    [  1630.449] (**) Video Bus: always reports core events
    [  1630.449] (**) evdev: Video Bus: Device: "/dev/input/event15"
    [  1630.449] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [  1630.449] (--) evdev: Video Bus: Found keys
    [  1630.449] (II) evdev: Video Bus: Configuring as keyboard
    [  1630.449] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:0a/input/input15/event15"
    [  1630.449] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [  1630.449] (**) Option "xkb_rules" "evdev"
    [  1630.449] (**) Option "xkb_model" "pc105"
    [  1630.449] (**) Option "xkb_layout" "de"
    [  1630.449] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [  1630.450] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [  1630.450] (**) Power Button: Applying InputClass "system-keyboard"
    [  1630.450] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [  1630.450] (II) Using input driver 'evdev' for 'Power Button'
    [  1630.450] (**) Power Button: always reports core events
    [  1630.450] (**) evdev: Power Button: Device: "/dev/input/event3"
    [  1630.450] (--) evdev: Power Button: Vendor 0 Product 0x1
    [  1630.450] (--) evdev: Power Button: Found keys
    [  1630.450] (II) evdev: Power Button: Configuring as keyboard
    [  1630.450] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input3/event3"
    [  1630.450] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [  1630.450] (**) Option "xkb_rules" "evdev"
    [  1630.450] (**) Option "xkb_model" "pc105"
    [  1630.450] (**) Option "xkb_layout" "de"
    [  1630.450] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [  1630.450] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [  1630.450] (**) Sleep Button: Applying InputClass "system-keyboard"
    [  1630.450] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [  1630.450] (II) Using input driver 'evdev' for 'Sleep Button'
    [  1630.450] (**) Sleep Button: always reports core events
    [  1630.450] (**) evdev: Sleep Button: Device: "/dev/input/event4"
    [  1630.450] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [  1630.450] (--) evdev: Sleep Button: Found keys
    [  1630.450] (II) evdev: Sleep Button: Configuring as keyboard
    [  1630.450] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input4/event4"
    [  1630.450] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [  1630.450] (**) Option "xkb_rules" "evdev"
    [  1630.450] (**) Option "xkb_model" "pc105"
    [  1630.450] (**) Option "xkb_layout" "de"
    [  1630.450] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [  1630.451] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
    [  1630.451] (**) Video Bus: Applying InputClass "system-keyboard"
    [  1630.451] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [  1630.451] (II) Using input driver 'evdev' for 'Video Bus'
    [  1630.451] (**) Video Bus: always reports core events
    [  1630.451] (**) evdev: Video Bus: Device: "/dev/input/event14"
    [  1630.451] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [  1630.451] (--) evdev: Video Bus: Found keys
    [  1630.451] (II) evdev: Video Bus: Configuring as keyboard
    [  1630.451] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input14/event14"
    [  1630.451] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 10)
    [  1630.451] (**) Option "xkb_rules" "evdev"
    [  1630.451] (**) Option "xkb_model" "pc105"
    [  1630.451] (**) Option "xkb_layout" "de"
    [  1630.451] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [  1630.451] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
    [  1630.451] (II) No input driver specified, ignoring this device.
    [  1630.451] (II) This device may have been added with another device file.
    [  1630.451] (II) config/udev: Adding drm device (/dev/dri/card0)
    [  1630.451] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [  1630.451] (II) No input driver specified, ignoring this device.
    [  1630.451] (II) This device may have been added with another device file.
    [  1630.452] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
    [  1630.452] (II) No input driver specified, ignoring this device.
    [  1630.452] (II) This device may have been added with another device file.
    [  1630.452] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
    [  1630.452] (II) No input driver specified, ignoring this device.
    [  1630.452] (II) This device may have been added with another device file.
    [  1630.452] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
    [  1630.452] (II) No input driver specified, ignoring this device.
    [  1630.452] (II) This device may have been added with another device file.
    [  1630.452] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event1)
    [  1630.452] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [  1630.452] (II) Using input driver 'evdev' for 'USB Optical Mouse'
    [  1630.452] (**) USB Optical Mouse: always reports core events
    [  1630.452] (**) evdev: USB Optical Mouse: Device: "/dev/input/event1"
    [  1630.452] (--) evdev: USB Optical Mouse: Vendor 0x461 Product 0x4d80
    [  1630.452] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
    [  1630.452] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
    [  1630.452] (--) evdev: USB Optical Mouse: Found relative axes
    [  1630.452] (--) evdev: USB Optical Mouse: Found x and y relative axes
    [  1630.452] (II) evdev: USB Optical Mouse: Configuring as mouse
    [  1630.452] (II) evdev: USB Optical Mouse: Adding scrollwheel support
    [  1630.452] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [  1630.452] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [  1630.452] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input1/event1"
    [  1630.452] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 11)
    [  1630.452] (II) evdev: USB Optical Mouse: initialized for relative axes.
    [  1630.453] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
    [  1630.453] (**) USB Optical Mouse: (accel) acceleration profile 0
    [  1630.453] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
    [  1630.453] (**) USB Optical Mouse: (accel) acceleration threshold: 4
    [  1630.453] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
    [  1630.453] (II) No input driver specified, ignoring this device.
    [  1630.453] (II) This device may have been added with another device file.
    [  1630.453] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event9)
    [  1630.453] (**) Lenovo EasyCamera: Applying InputClass "system-keyboard"
    [  1630.453] (**) Lenovo EasyCamera: Applying InputClass "evdev keyboard catchall"
    [  1630.453] (II) Using input driver 'evdev' for 'Lenovo EasyCamera'
    [  1630.453] (**) Lenovo EasyCamera: always reports core events
    [  1630.453] (**) evdev: Lenovo EasyCamera: Device: "/dev/input/event9"
    [  1630.453] (--) evdev: Lenovo EasyCamera: Vendor 0xbda Product 0x58e6
    [  1630.453] (--) evdev: Lenovo EasyCamera: Found keys
    [  1630.453] (II) evdev: Lenovo EasyCamera: Configuring as keyboard
    [  1630.453] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input9/event9"
    [  1630.453] (II) XINPUT: Adding extended input device "Lenovo EasyCamera" (type: KEYBOARD, id 12)
    [  1630.453] (**) Option "xkb_rules" "evdev"
    [  1630.453] (**) Option "xkb_model" "pc105"
    [  1630.453] (**) Option "xkb_layout" "de"
    [  1630.453] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [  1630.454] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [  1630.454] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [  1630.454] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [  1630.454] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [  1630.454] (**) AT Translated Set 2 keyboard: always reports core events
    [  1630.454] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [  1630.454] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [  1630.454] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [  1630.454] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [  1630.454] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [  1630.454] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [  1630.454] (**) Option "xkb_rules" "evdev"
    [  1630.454] (**) Option "xkb_model" "pc105"
    [  1630.454] (**) Option "xkb_layout" "de"
    [  1630.454] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [  1630.454] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
    [  1630.454] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [  1630.454] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [  1630.454] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [  1630.454] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event13"
    [  1630.454] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [  1630.454] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [  1630.454] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [  1630.454] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
    [  1630.454] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [  1630.454] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [  1630.454] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [  1630.454] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [  1630.454] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [  1630.454] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event13"
    [  1630.454] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
    [  1630.454] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [  1630.455] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [  1630.455] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [  1630.455] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [  1630.455] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [  1630.455] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [  1630.455] (II) No input driver specified, ignoring this device.
    [  1630.455] (II) This device may have been added with another device file.
    [  1630.455] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event6)
    [  1630.455] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
    [  1630.455] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
    [  1630.455] (II) Using input driver 'evdev' for 'Ideapad extra buttons'
    [  1630.455] (**) Ideapad extra buttons: always reports core events
    [  1630.455] (**) evdev: Ideapad extra buttons: Device: "/dev/input/event6"
    [  1630.455] (--) evdev: Ideapad extra buttons: Vendor 0 Product 0
    [  1630.455] (--) evdev: Ideapad extra buttons: Found keys
    [  1630.455] (II) evdev: Ideapad extra buttons: Configuring as keyboard
    [  1630.455] (**) Option "config_info" "udev:/sys/devices/platform/ideapad/input/input6/event6"
    [  1630.455] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 15)
    [  1630.455] (**) Option "xkb_rules" "evdev"
    [  1630.455] (**) Option "xkb_model" "pc105"
    [  1630.455] (**) Option "xkb_layout" "de"
    [  1630.455] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [  1630.456] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [  1630.456] (II) No input driver specified, ignoring this device.
    [  1630.456] (II) This device may have been added with another device file.
    [  1630.683] (II) evdev: Ideapad extra buttons: Close
    [  1630.683] (II) UnloadModule: "evdev"
    [  1630.683] (II) evdev: SynPS/2 Synaptics TouchPad: Close
    [  1630.683] (II) UnloadModule: "evdev"
    [  1630.683] (II) evdev: AT Translated Set 2 keyboard: Close
    [  1630.683] (II) UnloadModule: "evdev"
    [  1630.683] (II) evdev: Lenovo EasyCamera: Close
    [  1630.683] (II) UnloadModule: "evdev"
    [  1630.683] (II) evdev: USB Optical Mouse: Close
    [  1630.683] (II) UnloadModule: "evdev"
    [  1630.683] (II) evdev: Video Bus: Close
    [  1630.683] (II) UnloadModule: "evdev"
    [  1630.683] (II) evdev: Sleep Button: Close
    [  1630.683] (II) UnloadModule: "evdev"
    [  1630.683] (II) evdev: Power Button: Close
    [  1630.683] (II) UnloadModule: "evdev"
    [  1630.683] (II) evdev: Video Bus: Close
    [  1630.683] (II) UnloadModule: "evdev"
    [  1630.683] (II) evdev: Power Button: Close
    [  1630.683] (II) UnloadModule: "evdev"
    [  1631.376] Server terminated successfully (0). Closing log file.
    Could anyone give me some ideas?

    AnnS wrote:
    hunterthomson wrote:
    AnnS wrote:
    Hi! I did try that, even though II started KDE with the inittab file. But IIt seems problems with dbus.I set variable DISPLAY to :0.And then run X and startkde.It runs successfullyalso tried editing .xinitrc and uncommenting exec startkde, but I still get the errors above when I use startx or startkde.
    I also tried reinstalling kdebase-workspace and removing configuration files, but nothing. I actually doubt it's related to KDE, I think it's either xorg and/or catalyst.
    There must be something I'm missing.
    Thanks!
    Catalyst? It looks like xorg is trying to use an Intel video card?
    Do you have both ATI and Intel video card in your sytem?
    Maybe I am worng...
    What makes you think that?
    I'm not the OP, by the way! He/she solved this and apparently had the same problem. His/her last post said  "
    It seems problems with dbus.I set variable DISPLAY to :0.And then run X and startkde.It runs successfully"
    But I'm not sure of how to do that.
    Owe sorry, I thought you were the OP. I got lost in the OP's super long Quote's.
    I said that becuase the OP is running an Intel Video card
    [ 1630.275] (II) LoadModule: "intel"
    [ 1630.275] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Last edited by hunterthomson (2012-12-09 05:32:18)

Maybe you are looking for

  • ITunes filling in artist field in bizarre way

    Hi all, I've found that when I'm typing a track's info in the "Get Info" screen, it uses a really strange way of guessing what I'm typing. For example, if I have a track whose artist name I want to change to Ottmar Liebert, as I start typing it will

  • Error 6 running test with Fakes in VS2013 Ultimate

    I have VS2013 Ultimate, and working on a WP8.0 project  I added the Fakes Assembly. I did a very simple test but this error appears: Error 6 The type 'System.ComponentModel.IDataErrorInfo' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows

  • Bookmarks disapearing on startup

    I have recently had a problem with my bookmarks on Firefox startup. The problem has manifested itself in two distinct ways. 1)My bookmarks on the toolbar are all replaced by a single bookmark, ie all of my bookmarks become bookmarks for CNN.com 2)Ind

  • ORA-01422 Error While Doing Insert

    Hello, I am trying to do a insert using the following code declare i number; ret varchar2(1000); ret2 varchar2(1000); ret3 varchar2(1000); begin FOR I IN 1..20 LOOP select sl_no ,ename,addr into ret,ret2,ret3 from (select u.sl_no as sl_no, (select en

  • METHOD4의 INTERNAL/EXTERNAL DATATYPE & COERCING DATATYPE(SQLPRC)

    제품 : PRECOMPILERS 작성날짜 : 1998-05-14 METHOD4에서는 DATA TYPE을 변경해주어야 하는 경우가 있으므로 INTERNAL DATATYPE과 EXTERNAL DATATYPE이 어떻게 다르고 이것이 어떻게 이용되는지 알아야 한다. 그리고 특해 SQLDA->T의 값이 각 TYPE의 숫자로 들어가므로 아래의 내용을 참조하여 DATA TYPE을 유추해야한다. << Internal Datatype >> VARCHAR2