[Solved] net-auto-wired and ifplugd failing to work

Having installed Arch successfully on one machine I then move to another, so I've just got a fresh install with nothing else.
Using netcfg and ifplugd to manage network interfaces (trying to, did same process and it worked okay on other computer), however systemctl status of net-wired-auto gives:
net-auto-wired.service - Provides automatic netcfg wired connection
Loaded: loaded (/usr/lib/systemd/system/net-auto-wired.service; enabled)
Active: active (running) since Wed 2013-03-13 14:00:22 GMT; 12min ago
Main PID: 259 (ifplugd)
CGroup: name=systemd:/system/net-auto-wired.service
└─259 /usr/bin/ifplugd -i enp7s0 -r /etc/ifplugd/netcfg.action -fIns
Mar 13 14:00:22 alexpc systemd[1]: Started Provides automatic netcfg wired connection.
Mar 13 14:00:22 alexpc ifplugd[259]: ifplugd 0.28 initializing.
Mar 13 14:00:22 alexpc ifplugd[259]: Using interface enp7s0/8C:89:A5:37:9F:51 with driver <r8169> (version: 2...-NAPI)
Mar 13 14:00:22 alexpc ifplugd[259]: Using detection mode: SIOCETHTOOL
Mar 13 14:00:22 alexpc ifplugd[259]: Initialization complete, link beat not detected.
Mar 13 14:00:25 alexpc ifplugd[259]: Link beat detected.
Mar 13 14:00:26 alexpc ifplugd[259]: Executing '/etc/ifplugd/netcfg.action enp7s0 up'.
Mar 13 14:00:26 alexpc ifplugd[259]: client: up
Mar 13 14:00:26 alexpc ifplugd[259]: Program execution failed, return value is 1.
I've checked many times and interface is enp7s0 (only one anyway and no wireless)
Running
dhcpcd enp7s0
does work fine and connects me to the network. Also realtek driver (r8269) is being loaded (obv given I can connect to network)
Contents of /etc/conf.d/netcfg
# Enable these netcfg profiles at boot time.
# - prefix an entry with a '@' to background its startup
# - set to 'last' to restore the profiles running at the last shutdown
# - set to 'menu' to present a menu (requires the dialog package)
# Network profiles are found in /etc/network.d
NETWORKS=(last)
# Specify the name of your wired interface for net-auto-wired
WIRED_INTERFACE="enp7s0"
# Specify the name of your wireless interface for net-auto-wireless
WIRELESS_INTERFACE="wlan0"
# Array of profiles that may be started by net-auto-wireless.
# When not specified, all wireless profiles are considered.
#AUTO_PROFILES=("profile1" "profile2")
I can use dhcpcd service and it works fine - but it would be nice to use ifplugd/netcfg.
Not really sure what else to try...
Thanks.
Last edited by alexjj (2013-03-15 12:15:46)

I think you may need to also put a config file into /etc/network.d/ - you can copy one of the sample files there and adapt it to your situation.
Also you have to set the correct interface in /etc/ifplugd/ifplugd.conf
You will also need:
systemctl start net-auto-wired
systemctl enable net-auto-wired
Hope this helps.
Last edited by mcloaked (2013-03-13 18:09:55)

Similar Messages

  • [Solved] Problems with net-auto-wired, no interent after install

    *Background*
    I am returning to Arch Linux after being away for about a year. I have finally had a chance to install Arch on my new laptop. Since I am new to systemd and the new installation process I followed the beginners guide very closely.
    *Description of the Steps I followed and the Error I encountered*
    When I came the the "Configure the Network" Portion of the Beginners' Guide, I chose to follow the net-auto-wired setup. This was partly because I found the warning to be confusing and could not understand why the Guide included a command that "won't work". Additionally I the "net-auto-wired" method seemed given the language of the Guide to be the superior alternative. So I followed the following steps:
    # pacman -S ifplugd
    # cd /etc/network.d
    # ln -s examples/ethernet-dhcp .
    # systemctl enable net-auto-wired.service
    These commands returned no errors, nor did the net-auto-wired daemon fail to initialize on reboot. I simply did not have a connection with the internet, even after confirming that all the wires were securely plugged in.
    *Question for the Forum*
    I was able to establish a connection with via several means as well I will likely be installing dbus and wicd to manage my internet connections. So my question is less about how to get connected and more (a) how to trouble shoot net-auto-wired and (b) what language and procedures can we change to the Beginners' Guide so that this issue is not encountered by beginners in the future.
    *Information I have Uncovered*
    When the net-auto-wired daemon failed to establish a connection. I immediately tried running the following command:
    # systemctl enable [email protected]
    The output of this command (what is following) showed me what the warning was talking about, how it rename the symbolic link to eth0.service and not enp4s0f2.service as it should have.
    ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/multi-user.target.wants/[email protected]'
    I attempted to resolve this issue by creating the symbolic link with the following command
    # ln -s /usr/lib/systemd/system/[email protected] /etc/systemd/system/multi-user.target.wants/[email protected]
    After reboot, the appropriately started the dhcpcd@ deamon and established an internet connection.
    It also hit me that the netcfg profile "ethernet-dhcp" would be pointing to the wrong interface. I edited the profile to interface with the enp4s0f2 not eth0 and was able to establish a connection manually with the following command but net-auto-wired still failed to work.
    # netcfg ethernet-dhcp
    At this point I checked the status of the of the net-auto-wired daemon with the following command which uncovered what is most certainly the issue.
    # systemctl status net-auto-wired
    net-auto-wired.service - Provides automatic netcfg wired connection
    Loaded: loaded (/usr/lib/systemd/system/net-auto-wired.service; disabled)
    Active: active (running) since Thu 2013-01-24 14:47:12 EST; 36s ago
    Main PID: 421 (ifplugd)
    CGroup: name=systemd:/system/net-auto-wired.service
    421 /usr/bin/ifpluged -i eth0 -r /etc/ifplugd/netcfg.action -fIns
    Jan 24 14:47:12 ragnarok systemd[1]: Started Provides automatic netcfg wired connection.
    Jan 24 14:47:12 ragnarok ifplugd[421]: ifplugd 0.28 initializing.
    Jan 24 14:47:12 ragnarok ifplugd[421]: Using interface eth0
    Jan 24 14:47:12 ragnarok ifplugd[421]: Initalization complete, link beat not detected.
    Obviously the issues with this are it use of eth0 and not enp4s0f2.
    I do not know where to go from here but I am curious if the issue of dhcpcd@ misnaming the symlink is some how related to this issue.
    Thanks for all your insight and responses.
    PS. This is the third time I have written this post. I finally typed it out in a separate text editor and then copied it in. Twice my login has timed out before I could submit and thus when I submitted I was logged out and my post lost. I do not post often with the forums but I was just frustrated to have lost so much effort. Has anyone else encountered this?
    Last edited by jash (2013-01-25 17:29:49)

    jash wrote:PS. This is the third time I have written this post. I finally typed it out in a separate text editor and then copied it in. Twice my login has timed out before I could submit and thus when I submitted I was logged out and my post lost. I do not post often with the forums but I was just frustrated to have lost so much effort. Has anyone else encountered this?
    Yes, it seems that after a period of inactivity (5 minutes ?) the forum software automatically logs someone out.
    After that happened to me for the zillionth time, i installed the firefox addon ReloadEvery .
    Now i always open 2 tabs for arch forums : 1 that just shows the index, and has reloadevery enabled with a time of 1 minute.
    The 2nd tab is for reading/answering etc.
    Haven't been logged out automatically since.

  • Net-auto-wired wont start

    Trying to enable and start net-auto-wired but systemctl says:
    net-auto-wired.service - Provides automatic netcfg wired connection
              Loaded: loaded (/usr/lib/systemd/system/net-auto-wired.service; enabled)
              Active: failed (Result: exit-code) since Thu, 2013-04-25 18:51:59 UTC; 1s ago
             Process: 21000 ExecStop=/usr/bin/netcfg iface-down $WIRED_INTERFACE (code=exited, status=0/SUCCESS)
             Process: 20998 ExecStart=/usr/bin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns (code=exited, status=203/EXEC)
              CGroup: name=systemd:/system/net-auto-wired.service
    Apr 25 18:51:59 u3640230-01 systemd[1]: Starting Provides automatic netcfg wired connection...
    Apr 25 18:51:59 u3640230-01 systemd[1]: Started Provides automatic netcfg wired connection.
    Apr 25 18:51:59 u3640230-01 systemd[1]: net-auto-wired.service: main process exited, code=exited, status=203/EXEC
    Apr 25 18:51:59 u3640230-01 systemd[1]: Unit net-auto-wired.service entered failed state
    What might I be doing wrong?

    after updating, and reinstalling pacman i could get netctl again
    when i do systemctl start [email protected] i get locked out from SSH and i have to reboot
    after reboot i do systemctl status [email protected]
    it shows:
    Apr 26 04:28:31 u364023 ifplugd[443]: client: Starting network profile 'ethernet-static'...
    Apr 26 04:28:31 u364023 ifplugd[443]: client: RTNETLINK answers: File exists
    Apr 26 04:28:31 u364023 ifplugd[443]: client: Could not add address '............./24' to interface 'eth0'
    Apr 26 04:28:31 u364023 ifplugd[443]: client: Failed to bring the network up for profile 'ethernet-static'
    Apr 26 04:28:31 u364023 ifplugd[443]: Program execution failed, return value is 1.
    i guess this is because ifconfig already has an ip set up?
    after that, there is:
    Apr 26 04:29:40 u364023 systemd[1]: Stopping Automatic wired network connection using netctl profiles...
    Apr 26 04:29:40 u364023 ifplugd[443]: Executing '/etc/ifplugd/netctl.action eth0 down'.
    Apr 26 04:29:40 u364023 ifplugd[443]: Program execution failed, return value is 1.
    Apr 26 04:29:40 u364023 ifplugd[443]: Exiting.
    Apr 26 04:29:40 u364023 systemd[1]: Stopped Automatic wired network connection using netctl profiles.
    guessing this is netctl trying to start up the profile after reboot..
    in my rc.conf i have my old settings for eth
    i tried to disable the old ip link lines, and rebooted with netctl service active but no ip is being set with ifconfig

  • [Solved] NFS export at boot and net-auto-wired

    Hello Guys,
    I have a problem with my fileserver. Previously dhcp was enabled through systemctl enable dhcpd@eth0 and everything worked fine. I changed the network to be configured using net-auto-wired, because it seemed a reasonable thing to do and because it allows for a fallback-ip-address in case dhcp fails. Now the problem is that many daemons are (at boot) started before the net is up and so don't work properly, especially nfsd, because exportfs can't resolve the names of the allowed client computers.
    Mär 18 11:32:22 bigbrain systemd[1]: Started NFS server.
    Mär 18 11:32:22 bigbrain systemd[1]: Starting NFS Mount Daemon...
    Mär 18 11:32:22 bigbrain systemd[1]: Starting NFSv4 ID-name mapping daemon...
    Mär 18 11:32:23 bigbrain systemd[1]: Started NFSv4 ID-name mapping daemon.
    Mär 18 11:32:24 bigbrain systemd[1]: Started Samba SMB/CIFS server.
    Mär 18 11:32:24 bigbrain systemd[1]: Started NFS Mount Daemon.
    Mär 18 11:32:28 bigbrain kernel: Installing knfsd (copyright (C) 1996 [email protected]).
    Mär 18 11:32:28 bigbrain tunnel-httpd.sh[321]: ssh: Could not resolve hostname example.com: Name or service not known
    Mär 18 11:32:28 bigbrain tunnel-httpd.sh[321]: ssh: Could not resolve hostname example.com: Name or service not known
    Mär 18 11:32:28 bigbrain ifplugd[318]: Link beat detected.
    Mär 18 11:32:28 bigbrain ifplugd[318]: Executing '/etc/ifplugd/netcfg.action eth0 up'.
    Mär 18 11:32:28 bigbrain ifplugd[318]: client: up
    Mär 18 11:32:28 bigbrain ifplugd[318]: client: loading stw-wh
    Mär 18 11:32:28 bigbrain ifplugd[318]: client: loading dhcp
    Mär 18 11:32:28 bigbrain kernel: NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
    Mär 18 11:32:28 bigbrain dhcpcd[397]: version 5.6.7 starting
    Mär 18 11:32:28 bigbrain kernel: NFSD: starting 90-second grace period
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-other-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-other-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-other-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-other-domain.example.com
    Mär 18 11:32:28 bigbrain kernel: r8169 0000:04:00.0 eth0: link up
    Mär 18 11:32:28 bigbrain kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    Mär 18 11:32:28 bigbrain systemd[1]: PID file /run/httpd/httpd.pid not readable (yet?) after start.
    Mär 18 11:32:29 bigbrain dhcpcd[397]: eth0: sending IPv6 Router Solicitation
    Mär 18 11:32:29 bigbrain dhcpcd[397]: eth0: broadcasting for a lease
    Mär 18 11:32:30 bigbrain dhcpcd[397]: eth0: offered 10.42.19.195 from 141.35.0.13
    Mär 18 11:32:30 bigbrain dhcpcd[397]: eth0: acknowledged 10.42.19.195 from 141.35.0.13
    Mär 18 11:32:30 bigbrain dhcpcd[397]: eth0: checking for 10.42.19.195
    Mär 18 11:32:30 bigbrain ntpd_intres[341]: host name not found: 0.pool.ntp.org
    Mär 18 11:32:30 bigbrain ntpd_intres[341]: host name not found: 1.pool.ntp.org
    Mär 18 11:32:30 bigbrain ntpd_intres[341]: host name not found: 2.pool.ntp.org
    Mär 18 11:32:32 bigbrain ntpd_intres[341]: host name not found: 0.pool.ntp.org
    Mär 18 11:32:32 bigbrain ntpd_intres[341]: host name not found: 1.pool.ntp.org
    Mär 18 11:32:32 bigbrain ntpd_intres[341]: host name not found: 2.pool.ntp.org
    Mär 18 11:32:33 bigbrain dhcpcd[397]: eth0: sending IPv6 Router Solicitation
    Mär 18 11:32:34 bigbrain dhcpcd[397]: eth0: leased 10.42.19.195 for 1800 seconds
    Mär 18 11:32:35 bigbrain dhcpcd[397]: forked to background, child pid 446
    Mär 18 11:32:35 bigbrain ifplugd[318]: client: :: dhcp up [done]
    Mär 18 11:32:35 bigbrain ifplugd[318]: Program executed successfully.
    Mär 18 11:32:36 bigbrain ntpd[336]: Listen normally on 5 eth0 10.42.19.195 UDP 123
    Mär 18 11:32:36 bigbrain ntpd[336]: peers refreshed
    Mär 18 11:32:36 bigbrain ntpd[336]: new interface(s) found: waking up resolver
    Mär 18 11:32:37 bigbrain dhcpcd[446]: eth0: sending IPv6 Router Solicitation
    Mär 18 11:32:38 bigbrain ntpd_intres[341]: DNS 0.pool.ntp.org -> 83.137.98.96
    Mär 18 11:32:38 bigbrain ntpd_intres[341]: DNS 1.pool.ntp.org -> 176.31.45.66
    Mär 18 11:32:38 bigbrain ntpd_intres[341]: DNS 2.pool.ntp.org -> 192.53.103.108
    what can I do to fix this?
    TIA
    Sunday
    Last edited by Sunday87 (2013-03-19 23:08:56)

    For future reference:
    net-auto-wired doesn't Wants=network.target at any time (neither when started nor when a connection is made) as does dhcpcd.service (so indeed i had the same problem already before i switched to net-auto-wired but i guess i didn't notice it). now i'm using netcfg.service which actually Wants=network.target and starts Before=network.target so everything works fine. The only thing that is missing is a fallback static ip in case the dhcp does not respond, but that is another question so i will mark this solved.

  • [solved] ifplugd; systemd, net-auto-wired: annoying beep

    Hello everyone!
    I experience annoying pc speaker beeps whenever the net-auto-wired service is getting started or stopped, e.g. on every boot or shutdown.
    I've already tried various ways to mute the pc speaker:
    "xset -b" in ~/.xinitrc
    blacklisting pcspkr module
    "setterm -blength 0" in /etc/profile
    It doesn't work.
    The following log corresponds to stopping and then re-starting the net-auto-wired service after having booted the system.
    Nov 24 11:34:19 virtus sudo[2298]: freddy : TTY=pts/0 ; PWD=/home/freddy ; USER=root ; COMMAND=/usr/bin/systemctl stop net-auto-wired.service
    Nov 24 11:34:19 virtus sudo[2298]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 24 11:34:19 virtus systemd[1]: Stopping Provides automatic netcfg wired connection...
    Nov 24 11:34:19 virtus dhcpcd[2320]: sending signal 1 to pid 1819
    Nov 24 11:34:19 virtus dhcpcd[1819]: received SIGHUP, releasing
    Nov 24 11:34:19 virtus dhcpcd[1819]: eth0: releasing lease of 85.170.167.0
    Nov 24 11:34:19 virtus dhcpcd[2320]: waiting for pid 1819 to exit
    Nov 24 11:34:19 virtus dhcpcd[1819]: eth0: removing interface
    Nov 24 11:34:19 virtus netcfg[2301]: :: ethernet-dhcp down [done]
    Nov 24 11:34:20 virtus kernel: e1000e 0000:00:19.0: irq 47 for MSI/MSI-X
    Nov 24 11:34:20 virtus ifplugd[1675]: Link beat lost.
    Nov 24 11:34:20 virtus kernel: e1000e 0000:00:19.0: irq 47 for MSI/MSI-X
    Nov 24 11:34:20 virtus ifplugd[1675]: Executing '/etc/ifplugd/netcfg.action eth0 down'.
    Nov 24 11:34:20 virtus ifplugd[1675]: Program execution failed, return value is 1.
    Nov 24 11:34:20 virtus ifplugd[1675]: Exiting.
    Nov 24 11:34:20 virtus systemd[1]: Stopped Provides automatic netcfg wired connection.
    Nov 24 11:34:20 virtus sudo[2298]: pam_unix(sudo:session): session closed for user root
    Nov 24 11:34:21 virtus kernel: e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
    Nov 24 11:34:21 virtus kernel: e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
    Nov 24 11:34:23 virtus sudo[2365]: freddy : TTY=pts/0 ; PWD=/home/freddy ; USER=root ; COMMAND=/usr/bin/journalctl
    Nov 24 11:34:23 virtus sudo[2365]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 24 11:35:58 virtus sudo[2365]: pam_unix(sudo:session): session closed for user root
    Nov 24 11:36:03 virtus sudo[2469]: freddy : TTY=pts/0 ; PWD=/home/freddy ; USER=root ; COMMAND=/usr/bin/systemctl start net-auto-wired.service
    Nov 24 11:36:03 virtus sudo[2469]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 24 11:36:03 virtus systemd[1]: Starting Provides automatic netcfg wired connection...
    Nov 24 11:36:03 virtus systemd[1]: Started Provides automatic netcfg wired connection.
    Nov 24 11:36:03 virtus sudo[2469]: pam_unix(sudo:session): session closed for user root
    Nov 24 11:36:03 virtus ifplugd[2472]: ifplugd 0.28 initializing.
    Nov 24 11:36:03 virtus ifplugd[2472]: Using interface eth0/00:1C:25:9F:3E:24 with driver <e1000e> (version: 2.0.0-k)
    Nov 24 11:36:03 virtus ifplugd[2472]: Using detection mode: SIOCETHTOOL
    Nov 24 11:36:03 virtus ifplugd[2472]: Initialization complete, link beat detected.
    Nov 24 11:36:03 virtus ifplugd[2472]: Executing '/etc/ifplugd/netcfg.action eth0 up'.
    Nov 24 11:36:03 virtus ifplugd[2472]: client: up
    Nov 24 11:36:03 virtus ifplugd[2472]: client: loading wireless-profile1
    Nov 24 11:36:03 virtus ifplugd[2472]: client: loading wireless-profile2
    Nov 24 11:36:03 virtus ifplugd[2472]: client: loading ethernet-dhcp
    Nov 24 11:36:03 virtus dhcpcd[2505]: version 5.6.3 starting
    Nov 24 11:36:03 virtus dhcpcd[2505]: all: configured as a router, not a host
    Nov 24 11:36:03 virtus dhcpcd[2505]: eth0: broadcasting for a lease
    Nov 24 11:36:04 virtus dhcpcd[2505]: eth0: offered 85.170.167.0 from 212.198.0.161
    Nov 24 11:36:04 virtus dhcpcd[2505]: eth0: ignoring offer of 85.170.167.70 from 212.198.0.162
    Nov 24 11:36:04 virtus dhcpcd[2505]: eth0: acknowledged 85.170.167.0 from 212.198.0.161
    Nov 24 11:36:04 virtus dhcpcd[2505]: eth0: checking for 85.170.167.0
    Nov 24 11:36:10 virtus dhcpcd[2505]: eth0: leased 85.170.167.0 for 14400 seconds
    Nov 24 11:36:10 virtus dhcpcd[2505]: forked to background, child pid 2603
    Nov 24 11:36:10 virtus ifplugd[2472]: client: :: ethernet-dhcp up [done]
    Nov 24 11:36:10 virtus ifplugd[2472]: Program executed successfully.
    This did not happen before using systemd, everything was fine back then.
    Any ideas? Thanks!
    Edit: Hardware is Lenovo T400.
    Last edited by ball (2013-01-23 22:45:20)

    @sie: thank you very much! This is it! Silence, finally!
    But instead of editing the .service file changing the ifplugd configuration is better IMHO. Otherwise the change won't survive an upgrade of netcfg. So I edited /etc/ifplugd/ifplugd.conf and added the "-b" flag to ARGS.
    EDIT: I just realized that adding "-b" to the default ARGS of ifplugd does not have the desired effect, the problem persists. So why is this the case? Do the flags which are employed in the .service file bypass the default ifplugd configuration? Or is this my very own user misconception? I did RTFM, though...
    Currently this is my /usr/lib/systemd/system/net-auto-wired.service:
    [Unit]
    Description=Provides automatic netcfg wired connection
    [Service]
    EnvironmentFile=/etc/conf.d/netcfg
    ExecStart=/usr/bin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns -b
    ExecStop=/usr/bin/netcfg iface-down $WIRED_INTERFACE
    [Install]
    WantedBy=multi-user.target
    If this issue really has to be addressed in the .service file, we should file a bug report/feature request.
    Last edited by ball (2013-01-23 18:13:13)

  • Ypbind, systemd and net-auto-wired problems

    I have the following problem after boot:
    YPBINDPROC_DOMAIN: Domain not bound
    And can't login with any user!
    I have to restart the ypbind so I can login.
    I am using systemd and net-auto-wired.service to start my connection.
    I think the problem is that the ypbind.service is being started before the network.
    # journalctl | grep ypbind
    Feb 10 14:36:00 qomplex000 ypbind[369]: Host name lookup failure
    I can't find the problem, tried all kinds of configurations on
    /usr/lib/systemd/system/ypbind.service
    And no change.
    I think there is a relation with this:
    https://bugzilla.redhat.com/show_bug.cgi?id=632620

    oangelo wrote:One can use the words "before" and "after", on *.sevice files, to make sure that the service will start on the right order.
    But this does check only start but not completion of the started service. In our case dns is started and systemd moves on, not waiting for a valid dns configuration (but it takes a few seconds for dhcpd to put the nameserver in /etc/resolv.conf). The ypbind service gets started and tries to resolve a dns for ypserver from /var/yp.conf. Since the nameserver is not configured properly at this moment it gets no valid answer. Unfortunately ypbind seems not to be smart enough to retry ypserver and hangs. Thats the cause for 'YPBINDPROC_DOMAIN: Domain not bound'.
    From the ypbind manpage:
    This ypbind version listens for DBUS messages from NetworkManager. If no NetworkManager is running at startup, ypbind will behave as usual and assumes there is a working network connection. If NetworkManager is running on the system, ypbind will only search and provide NIS informations, if NetworkManager tells that a network connection is available. If NetworkManager establishes a connection, ypbind will reread all configuration files, registers at the local portmapper and try to search NIS servers. If NetworkManager drops a connection, ypbind will unregister from portmapper.
    I don't use NetworkManager on these systems (because of keeping it simple, as a real archer).
    Harvey

  • When I type symbol font appears on screen and browswers fail to work properly, reboot fixes, new keybord fixed it but it now back?  driving me crazy..virus???

    when I type symbol font appears on screen (Safari, Mail, Firefox text boxes) and browswers fail to work properly (click on reply and browser tries to download), reboot will temp fixe, new keybord fixed it but it now back?  driving me crazy..virus???  When this starts up iMac does not work properly, odd things, start happening, like all my screens will dissappear and I have to click on app to 'show' then as quick as it started it will stop.  Run MacPilot/Onyx, no change.
    Wireless keyborad, 27" i7 chipset, 2.8 Ghz,12 Gigs RAM

    when I type symbol font appears on screen (Safari, Mail, Firefox text boxes) and browswers fail to work properly (click on reply and browser tries to download), reboot will temp fixe, new keybord fixed it but it now back?  driving me crazy..virus???  When this starts up iMac does not work properly, odd things, start happening, like all my screens will dissappear and I have to click on app to 'show' then as quick as it started it will stop.  Run MacPilot/Onyx, no change.
    Wireless keyborad, 27" i7 chipset, 2.8 Ghz,12 Gigs RAM

  • How to set up WRT54GS so the wired and wireless connections both work?

    I have a DSL line in to a Motorola modem.
    The modem is connected to the WRT54GS with an ethernet cable.
    When I connect my computers directly into the WRT54GS with an ethernet cable (there are four connection spots at the back of the box), I cannot go to the internet.  I have 3 computers plugged in, but none of them connect via Ethernet..
    Is there a setting on the router so that I can use the router for both wired and wireless connectivity?
    Added info: I tried to connect directly from the computer to the modem, but again, got no connectivity.  When I "chatted" with ATT, they told me the modem is set to "bridge", and that I could connect only one device.  I don't want to change this setting because I want to use the router for the wireless capability.  Besides which, I have more than one computer to connect to the internet.
    How come I cannot just plug in and go?  
    My firmware version is v2.07.1. 
    I don't know how to find out what hardware version I have.
    Other info is "DirectEthernet Connection, Speed: 100.0 Mbps, Signal Strength: Excellent, Status: Connected"
    Also "1394 Connection 3, Speed: 400.0 Mbps, Status: Connected"  
    I don't know what that's for, but thought it might prove useful to those of you who are knowledgeable about such things.
    Wireless is ok, but if I'm sitting right next to the router, I'd like to connect with Ethernet and take advantage of the better speed, etc.
    Thanks in advance.

    Just click this link.

  • [SOLVED]Network Manager Applet and nmcli failing after GCC upgrade

    Hi All,
    So I went to update my system today and there were only like 8 or 9 updates. Like many other people I had an issue with gcc and pacman. To fix this I ran
    pacman -S gcc
    Then I ran:
    pacman -Su
    which updated pacman itself. On reboot though I noticed network manager applet was unable to find any of my network devices despite the fact that network manager was running and I had an IP address. I killed nm-applet and re-ran it and it spewed errors about not being able to connect to network manager. I tried running nmcli and it did the same thing. However, when I run nmcli as root it works. Looking at the arch wiki they suggest you be a part of the wheel and network group which I made sure I was. Everything was working up until I ran those two updates though. Anyone else have this happen or have any idea what is wrong?
    Thanks,
    Hemmar
    EDIT: Never mind - a patch was released for consolekit which fixes the problem.
    Last edited by hemmar (2012-04-13 00:36:49)

    Hi guz46
    I have already tried removing the ! and the same thing happened ... but I realised today that I was being automatically connected to "Auto eth0" despite there being no cable present. When automatic connection was disabled on "Auto eth0" my 3G connection (ppp0) connected fine.
    Could you clarify that the preferred set-up in the /etc/rc.conf for the interfaces is without the !. The Wiki for networkmanager says to disable them, but then states that some may need to be reenabled with no explanation. The purpose of this confuses me!
    Thanks for you help anyways,
    Scott
    EDIT:
    I appear to have fixed my problem with the auto connection on the various interfaces by updating my /etc/rc.conf file to:
    #Static IP example
    #eth0="dhcp"
    ppp0="dhcp"
    wlan0="dhcp"
    eth0="dhcp"
    INTERFACES=(ppp0 wlan0 eth0)
    Thus ensuring that I can connect in order of preference.
    Last edited by ScottArch (2009-11-03 18:48:47)

  • [ SOLVED ] pkg-config package and yaourt fails

    hi,
    I am using yaourt to install packages from the AUR.
    Everytime i try to install a package that requires pkgconfig as a dependancy yaourt downloads pkg-config and installs it even though I already have this package installed.
    After installing pkg-config, yaourt outputs the message:
    Install or build missing dependencies for <packagename>:
    were packagename is the name of the package i was trying to install. It then goes back to the prompt
    I am running arch64. How can i fix this?
    This is an example of the entire process. I am trying to install gnome-globalmenu.
    [abes@Archlinux ~]$ yaourt -S gnome-globalmenu
    ==> Resuming previous build
    ==> Downloading gnome-globalmenu PKGBUILD from AUR...
    --2010-11-18 20:18:46-- http://aur.archlinux.org/packages/gnome-globalmenu/gnome-globalmenu.tar.gz
    Resolving aur.archlinux.org... 208.92.232.29
    Connecting to aur.archlinux.org|208.92.232.29|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1408 (1.4K) [application/x-tgz]
    Saving to: "gnome-globalmenu.tar.gz"
    100%[======================================>] 1,408 --.-K/s in 0s
    2010-11-18 20:18:47 (58.0 MB/s) - "gnome-globalmenu.tar.gz" saved [1408/1408]
    bsdtar: Removing leading '/' from member names
    x gnome-globalmenu.install
    x PKGBUILD
    Comment by: dottorblaster on Fri, 23 Apr 2010 17:34:53 +0000
    looks like this project is dead :(
    Comment by: gartz on Tue, 11 May 2010 12:56:13 +0000
    xfce4 supported. Just edit in the PKGBUILD (configure line): from '--with-gnome-panel' to '--without-gnome-panel --with-xfce4-panel'.
    Will work fine! :) Tkx dottorblaster!
    Comment by: dottorblaster on Tue, 11 May 2010 13:39:58 +0000
    Yeah, there is the XFCE package for this.
    Comment by: JPEC on Sun, 12 Sep 2010 16:23:30 +0000
    gartz, for xfce, after installing the PKG and adding the applet in the panel, is it something more to do?
    Comment by: scorpfa on Thu, 07 Oct 2010 18:04:59 +0000
    Dependency 'gnome-panel-bonobo' missing
    First Submitted: Tue, 10 Feb 2009 00:06:36 +0000
    gnome-globalmenu 0.7.10-1 : Global Menu Bar for GNOME
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> gnome-globalmenu dependencies:
    - gnome-panel (already installed)
    - libnotify (already installed)
    - gnome-panel-bonobo (already installed)
    - vala (already installed)
    - libtool (already installed)
    - pkgconfig (building from AUR)
    - intltool (already installed)
    ==> Edit gnome-globalmenu.install ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of gnome-globalmenu ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building missing dependencies from AUR:
    Password:
    warning: provider package was selected (pkg-config provides pkgconfig)
    warning: pkg-config-0.25-2 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): pkg-config-0.25-2
    Total Download Size: 0.00 MB
    Total Installed Size: 0.18 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (1/1) checking for file conflicts [######################] 100%
    (1/1) upgrading pkg-config [######################] 100%
    ==> Install or build missing dependencies for gnome-globalmenu:
    [abss@Archlinux ~]$
    Last edited by Abraham Salloum (2011-06-11 23:32:18)

    Updating yaourt fixed it. What happened was that before i knew what the AUR was - i had installed a lot of community supported repos. After installing youart i removed the community supported repos because i thought i didn't need them.
    I didn't realise that yaourt was not in the official repositories, so the package was never able to upgrade.
    yaourt should be in the official repos.
    Thanks a lot for your help.

  • [Solved] Moved from location and internet connection stopped working.

    Hello everyone, this is my first post in the forums and first time using arch so please bear with me. I recently bought an Asus UX51, formatted it and installed arch linux with the help of the beginner's guide. After overcoming several problems (preinstalled raid, nvidia optimus to name a few) I managed to get it running, installed a DE and was using wireless connection just fine with
    # ip link set wlp3s0 up
    # wifi-menu wlp3s0
    Everything was going fine until I came for a holyday's week to my parents house and tried to connect to their wireless network to no avail. I have WAP in my house, same do they in their house (in which I'm right now).
    I have been trying the past 2 days with netctl, and even the manual method described in the wiki , googled, etc. I'm already out of ideas so I decided it was time to ask for help. If it's of any use, wifi-menu scans the network properly, and # netctl status wlp3s0-interface_name returns this:
    Also read somewhere in the forums to try # journalctl -b , this is what I get on the last page:
    When I try #ping, I get the following after having to wait around 15 secs :
    ~$ ping google.com
    ping: unknown host google.com
    I even tried booting from an USB with an arch iso, just to try getting a wired connection, mount my arch installation and download some other network manager just to see if I got any luck, but not even that worked (in my house, just by connecting the cable before booting I would automatically have internet access when booting with the iso, but it didn't work here...).
    Any help would greatly be appreciated.
    Last edited by contiver (2013-08-01 18:06:48)

    I got it running !
    Just followed the manual guide once more, but managed to bypass some problem I had the first time I tried (you could say I was a bit lost by the command in the wiki but managed to understand it a bit more this time)
    I believe the setup my parents have here is pretty messed up, other people get similar problems from time to time with the network, but I don't really understand much to mess with it so I'd rather leave it like it is.
    In case it's of any use to anybody I'll leave here how everything was left in the end in my laptop.
    Used:
    wpa_passphrase foobarssid foobarpassword
    to generate:
    network={
    ssid="foobarssid"
    #psk="foobarspassword"
    psk=f5d1c49e15e679bebe385c37648d4141bc5c9297796a8a185d7bc5ac62f954e3
    I copy pasted that on my /etc/wpa_supplicant.conf ,which had a line at the start which seems was a leftover from the time I tried before (when I tried using wpa_supplicant it failed and complained about it in the error msg).
    After that I used
    wpa_supplicant -B -iwlp3s0 -c/etc/wpa_supplicant.conf
    After that I used
    dhcpcd -A wlp3s0
    That failed because it said that there already was a dhcpcd process running, I killed it, tried again and it all went fine. Tried ping and kept answering "unknown host". Tried rebooting and that's when # ping google.com  started to behave like it should. Tried browsing a bit and no problems whatsoever.
    Thanks a lot for the help!

  • Shortcuts and links fail to work and the message "There was a problem sending the command to the program." appears.

    Not long after I upgraded to FF4, my shortcuts and links stopped behaving normally. When I (double) clicked on either I got the message "There was a problem sending the command to the program." This problem doesn't seem to occur with IE9. I am running Windows 7.

    In my case, i have solved this by double clicking on the downloaded file directly from the download window

  • [SOLVED] After upgrade gdm and Gnome don't work.

    Hi,
    after I did an upgrade I had some ldconfig: errors and fixed them all using pkgfile and reinstallation of quite some packages.
    But now starting gdm with
    # systemctl start gdm
    only leads to a black screen with a cross shaped cursor I can move. Nothing more.
    Xorg works -- I'm writing this post from KDE.
    I reinstalled gnome and gnome-extra. Still no success.
    System is up to date.
    Hopefully my logs will help, I have no idea what to do. Thanks for any help. :)
    /var/log/Xorg.0.log
    [ 384.588]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 384.588] X Protocol Version 11, Revision 0
    [ 384.588] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 384.588] Current Operating System: Linux rolfgang 3.9.4-1-ARCH #1 SMP PREEMPT Sat May 25 16:14:55 CEST 2013 x86_64
    [ 384.588] Kernel command line: cryptdevice=/dev/sda2:main root=/dev/mapper/main-root lang=de locale=de_DE.UTF-8 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 384.588] Build Date: 17 April 2013 02:37:06PM
    [ 384.588]
    [ 384.588] Current version of pixman: 0.30.0
    [ 384.588] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 384.588] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 384.589] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 9 00:18:24 2013
    [ 384.589] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 384.589] (==) No Layout section. Using the first Screen section.
    [ 384.589] (==) No screen section available. Using defaults.
    [ 384.589] (**) |-->Screen "Default Screen Section" (0)
    [ 384.589] (**) | |-->Monitor "<default monitor>"
    [ 384.590] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 384.590] (**) | |-->Device "Intel Graphics"
    [ 384.590] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 384.590] (==) Automatically adding devices
    [ 384.590] (==) Automatically enabling devices
    [ 384.590] (==) Automatically adding GPU devices
    [ 384.590] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 384.590] Entry deleted from font path.
    [ 384.590] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 384.590] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/
    [ 384.590] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 384.590] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 384.590] (II) Loader magic: 0x7fcc20
    [ 384.590] (II) Module ABI versions:
    [ 384.590] X.Org ANSI C Emulation: 0.4
    [ 384.590] X.Org Video Driver: 14.1
    [ 384.590] X.Org XInput driver : 19.1
    [ 384.590] X.Org Server Extension : 7.0
    [ 384.591] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 384.594] (--) PCI:*(0:0:2:0) 8086:0166:144d:c0d3 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64
    [ 384.594] Initializing built-in extension Generic Event Extension
    [ 384.594] Initializing built-in extension SHAPE
    [ 384.594] Initializing built-in extension MIT-SHM
    [ 384.594] Initializing built-in extension XInputExtension
    [ 384.594] Initializing built-in extension XTEST
    [ 384.594] Initializing built-in extension BIG-REQUESTS
    [ 384.594] Initializing built-in extension SYNC
    [ 384.594] Initializing built-in extension XKEYBOARD
    [ 384.594] Initializing built-in extension XC-MISC
    [ 384.594] Initializing built-in extension SECURITY
    [ 384.594] Initializing built-in extension XINERAMA
    [ 384.594] Initializing built-in extension XFIXES
    [ 384.594] Initializing built-in extension RENDER
    [ 384.594] Initializing built-in extension RANDR
    [ 384.594] Initializing built-in extension COMPOSITE
    [ 384.594] Initializing built-in extension DAMAGE
    [ 384.594] Initializing built-in extension MIT-SCREEN-SAVER
    [ 384.594] Initializing built-in extension DOUBLE-BUFFER
    [ 384.594] Initializing built-in extension RECORD
    [ 384.595] Initializing built-in extension DPMS
    [ 384.595] Initializing built-in extension X-Resource
    [ 384.595] Initializing built-in extension XVideo
    [ 384.595] Initializing built-in extension XVideo-MotionCompensation
    [ 384.595] Initializing built-in extension XFree86-VidModeExtension
    [ 384.595] Initializing built-in extension XFree86-DGA
    [ 384.595] Initializing built-in extension XFree86-DRI
    [ 384.595] Initializing built-in extension DRI2
    [ 384.595] (II) LoadModule: "glx"
    [ 384.595] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 384.595] (II) Module glx: vendor="X.Org Foundation"
    [ 384.595] compiled for 1.14.1, module version = 1.0.0
    [ 384.595] ABI class: X.Org Server Extension, version 7.0
    [ 384.595] (==) AIGLX enabled
    [ 384.596] Loading extension GLX
    [ 384.596] (II) LoadModule: "intel"
    [ 384.596] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 384.596] (II) Module intel: vendor="X.Org Foundation"
    [ 384.596] compiled for 1.14.1, module version = 2.21.9
    [ 384.596] Module class: X.Org Video Driver
    [ 384.596] ABI class: X.Org Video Driver, version 14.1
    [ 384.596] (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), HD Graphics, HD Graphics 4600,
    Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
    Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
    HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
    Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
    Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
    HD Graphics 4600, Iris(TM) Pro Graphics 5200,
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, ValleyView PO board
    [ 384.597] (++) using VT number 1
    [ 384.602] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 384.602] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 384.602] (==) intel(0): RGB weight 888
    [ 384.602] (==) intel(0): Default visual is TrueColor
    [ 384.602] (**) intel(0): Option "AccelMethod" "sna"
    [ 384.603] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    [ 384.603] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 384.603] (**) intel(0): Framebuffer tiled
    [ 384.603] (**) intel(0): Pixmaps tiled
    [ 384.603] (**) intel(0): "Tear free" disabled
    [ 384.603] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 384.604] (II) intel(0): Output eDP1 has no monitor section
    [ 384.604] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    [ 384.605] (II) intel(0): Output VGA1 has no monitor section
    [ 384.605] (II) intel(0): Output HDMI1 has no monitor section
    [ 384.605] (II) intel(0): Output DP1 has no monitor section
    [ 384.606] (II) intel(0): EDID for output eDP1
    [ 384.606] (II) intel(0): Manufacturer: SEC Model: 3546 Serial#: 0
    [ 384.606] (II) intel(0): Year: 2011 Week: 0
    [ 384.606] (II) intel(0): EDID Version: 1.4
    [ 384.606] (II) intel(0): Digital Display Input
    [ 384.606] (II) intel(0): 8 bits per channel
    [ 384.606] (II) intel(0): Digital interface is DisplayPort
    [ 384.606] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    [ 384.606] (II) intel(0): Gamma: 2.20
    [ 384.606] (II) intel(0): No DPMS capabilities specified
    [ 384.606] (II) intel(0): Supported color encodings: RGB 4:4:4
    [ 384.606] (II) intel(0): First detailed timing is preferred mode
    [ 384.606] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 384.606] (II) intel(0): redX: 0.590 redY: 0.340 greenX: 0.330 greenY: 0.540
    [ 384.606] (II) intel(0): blueX: 0.155 blueY: 0.135 whiteX: 0.313 whiteY: 0.329
    [ 384.606] (II) intel(0): Manufacturer's mask: 0
    [ 384.606] (II) intel(0): Supported detailed timing:
    [ 384.606] (II) intel(0): clock: 100.4 MHz Image Size: 293 x 165 mm
    [ 384.606] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1792 h_border: 0
    [ 384.606] (II) intel(0): v_active: 900 v_sync: 902 v_sync_end 907 v_blanking: 932 v_border: 0
    [ 384.606] (II) intel(0): Unknown vendor-specific block f
    [ 384.606] (II) intel(0): SAMSUNG
    [ 384.606] (II) intel(0): LSN133KL018
    [ 384.606] (II) intel(0): EDID (in hex):
    [ 384.606] (II) intel(0): 00ffffffffffff004ca3463500000000
    [ 384.606] (II) intel(0): 00150104a51d10780209e59757548a27
    [ 384.606] (II) intel(0): 22505400000001010101010101010101
    [ 384.606] (II) intel(0): 010101010101382740c0608420303020
    [ 384.606] (II) intel(0): 250025a5100000190000000f00000000
    [ 384.606] (II) intel(0): 000000000028800a1e00000000fe0053
    [ 384.606] (II) intel(0): 414d53554e470a2020202020000000fe
    [ 384.606] (II) intel(0): 004c534e3133334b4c3031380a200003
    [ 384.606] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Printing probed modes for output eDP1
    [ 384.606] (II) intel(0): Modeline "1600x900"x60.1 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    [ 384.606] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 384.606] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 384.606] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 384.606] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 384.608] (II) intel(0): EDID for output VGA1
    [ 384.608] (II) intel(0): EDID for output HDMI1
    [ 384.608] (II) intel(0): EDID for output DP1
    [ 384.608] (II) intel(0): Output eDP1 connected
    [ 384.608] (II) intel(0): Output VGA1 disconnected
    [ 384.608] (II) intel(0): Output HDMI1 disconnected
    [ 384.608] (II) intel(0): Output DP1 disconnected
    [ 384.608] (II) intel(0): Using exact sizes for initial modes
    [ 384.608] (II) intel(0): Output eDP1 using initial mode 1600x900
    [ 384.608] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 384.608] (==) intel(0): DPI set to (96, 96)
    [ 384.608] (II) Loading sub module "dri2"
    [ 384.608] (II) LoadModule: "dri2"
    [ 384.608] (II) Module "dri2" already built-in
    [ 384.608] (==) Depth 24 pixmap format is 32 bpp
    [ 384.608] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    [ 384.608] (==) intel(0): Backing store disabled
    [ 384.608] (==) intel(0): Silken mouse enabled
    [ 384.608] (II) intel(0): HW Cursor enabled
    [ 384.608] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 386.414] (==) intel(0): DPMS enabled
    [ 386.414] (II) intel(0): [DRI2] Setup complete
    [ 386.414] (II) intel(0): [DRI2] DRI driver: i965
    [ 386.414] (II) intel(0): direct rendering: DRI2 Enabled
    [ 386.414] (==) intel(0): hotplug detection: "enabled"
    [ 386.415] (--) RandR disabled
    [ 386.430] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 386.430] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 386.430] (II) AIGLX: enabled GLX_ARB_create_context
    [ 386.430] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 386.430] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 386.430] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 386.430] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 386.430] (II) AIGLX: Loaded and initialized i965
    [ 386.430] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 386.430] (II) intel(0): switch to mode 1600x900 on pipe 0 using eDP1
    [ 386.446] (II) intel(0): Setting screen physical size to 423 x 238
    [ 386.508] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 386.508] (**) Power Button: Applying InputClass "system-keyboard"
    [ 386.508] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 386.508] (II) LoadModule: "evdev"
    [ 386.509] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 386.509] (II) Module evdev: vendor="X.Org Foundation"
    [ 386.509] compiled for 1.14.0, module version = 2.8.0
    [ 386.509] Module class: X.Org XInput Driver
    [ 386.509] ABI class: X.Org XInput driver, version 19.1
    [ 386.509] (II) Using input driver 'evdev' for 'Power Button'
    [ 386.509] (**) Power Button: always reports core events
    [ 386.509] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 386.509] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 386.509] (--) evdev: Power Button: Found keys
    [ 386.509] (II) evdev: Power Button: Configuring as keyboard
    [ 386.509] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 386.510] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 386.510] (**) Option "xkb_rules" "evdev"
    [ 386.510] (**) Option "xkb_model" "evdev"
    [ 386.510] (**) Option "xkb_layout" "de"
    [ 386.535] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 386.535] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 386.535] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 386.535] (II) Using input driver 'evdev' for 'Video Bus'
    [ 386.535] (**) Video Bus: always reports core events
    [ 386.535] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 386.535] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 386.535] (--) evdev: Video Bus: Found keys
    [ 386.535] (II) evdev: Video Bus: Configuring as keyboard
    [ 386.535] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10/event10"
    [ 386.535] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 386.535] (**) Option "xkb_rules" "evdev"
    [ 386.535] (**) Option "xkb_model" "evdev"
    [ 386.535] (**) Option "xkb_layout" "de"
    [ 386.536] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 386.536] (**) Power Button: Applying InputClass "system-keyboard"
    [ 386.536] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 386.536] (II) Using input driver 'evdev' for 'Power Button'
    [ 386.536] (**) Power Button: always reports core events
    [ 386.536] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 386.536] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 386.536] (--) evdev: Power Button: Found keys
    [ 386.536] (II) evdev: Power Button: Configuring as keyboard
    [ 386.536] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
    [ 386.536] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 386.536] (**) Option "xkb_rules" "evdev"
    [ 386.536] (**) Option "xkb_model" "evdev"
    [ 386.536] (**) Option "xkb_layout" "de"
    [ 386.536] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 386.536] (II) No input driver specified, ignoring this device.
    [ 386.536] (II) This device may have been added with another device file.
    [ 386.537] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 386.537] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
    [ 386.537] (II) No input driver specified, ignoring this device.
    [ 386.537] (II) This device may have been added with another device file.
    [ 386.538] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
    [ 386.538] (II) No input driver specified, ignoring this device.
    [ 386.538] (II) This device may have been added with another device file.
    [ 386.538] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
    [ 386.538] (II) No input driver specified, ignoring this device.
    [ 386.538] (II) This device may have been added with another device file.
    [ 386.539] (II) config/udev: Adding input device Webcam SC-13HDL11624N (/dev/input/event8)
    [ 386.539] (**) Webcam SC-13HDL11624N: Applying InputClass "system-keyboard"
    [ 386.539] (**) Webcam SC-13HDL11624N: Applying InputClass "evdev keyboard catchall"
    [ 386.539] (II) Using input driver 'evdev' for 'Webcam SC-13HDL11624N'
    [ 386.539] (**) Webcam SC-13HDL11624N: always reports core events
    [ 386.539] (**) evdev: Webcam SC-13HDL11624N: Device: "/dev/input/event8"
    [ 386.539] (--) evdev: Webcam SC-13HDL11624N: Vendor 0x2232 Product 0x1024
    [ 386.539] (--) evdev: Webcam SC-13HDL11624N: Found keys
    [ 386.539] (II) evdev: Webcam SC-13HDL11624N: Configuring as keyboard
    [ 386.539] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input8/event8"
    [ 386.539] (II) XINPUT: Adding extended input device "Webcam SC-13HDL11624N" (type: KEYBOARD, id 9)
    [ 386.539] (**) Option "xkb_rules" "evdev"
    [ 386.539] (**) Option "xkb_model" "evdev"
    [ 386.539] (**) Option "xkb_layout" "de"
    [ 386.540] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 386.540] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 386.541] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 386.541] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 386.541] (**) AT Translated Set 2 keyboard: always reports core events
    [ 386.541] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 386.541] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 386.541] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 386.541] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 386.541] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 386.541] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 386.541] (**) Option "xkb_rules" "evdev"
    [ 386.541] (**) Option "xkb_model" "evdev"
    [ 386.541] (**) Option "xkb_layout" "de"
    [ 386.542] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
    [ 386.542] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 386.542] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 386.542] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 386.542] (**) ETPS/2 Elantech Touchpad: Applying InputClass "disable clickpad buttons"
    [ 386.542] (II) LoadModule: "synaptics"
    [ 386.542] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 386.543] (II) Module synaptics: vendor="X.Org Foundation"
    [ 386.543] compiled for 1.14.1, module version = 1.7.1
    [ 386.543] Module class: X.Org XInput Driver
    [ 386.543] ABI class: X.Org XInput driver, version 19.1
    [ 386.543] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    [ 386.543] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 386.543] (**) Option "Device" "/dev/input/event9"
    [ 386.563] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
    [ 386.563] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2964 (res 33)
    [ 386.563] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1872 (res 32)
    [ 386.564] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
    [ 386.564] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
    [ 386.564] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
    [ 386.564] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 386.564] (**) Option "TapButton1" "1"
    [ 386.564] (**) Option "TapButton2" "2"
    [ 386.564] (**) Option "TapButton3" "3"
    [ 386.564] (**) Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
    [ 386.564] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 386.564] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 386.570] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 386.570] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 11)
    [ 386.570] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 386.571] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
    [ 386.571] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.057
    [ 386.571] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 386.571] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    [ 386.571] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 386.571] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 386.571] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 386.572] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 386.572] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 386.573] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 386.573] (II) No input driver specified, ignoring this device.
    [ 386.573] (II) This device may have been added with another device file.
    [ 386.899] (II) intel(0): EDID vendor "SEC", prod id 13638
    [ 386.899] (II) intel(0): Printing DDC gathered Modelines:
    [ 386.899] (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    [ 387.041] (II) intel(0): EDID vendor "SEC", prod id 13638
    [ 387.041] (II) intel(0): Printing DDC gathered Modelines:
    [ 387.041] (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    [ 387.069] (II) intel(0): EDID vendor "SEC", prod id 13638
    [ 387.069] (II) intel(0): Printing DDC gathered Modelines:
    [ 387.069] (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    [ 389.740] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 391.348] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 391.348] (II) intel(0): switch to mode 1600x900 on pipe 0 using eDP1
    [ 391.367] (II) intel(0): EDID vendor "SEC", prod id 13638
    [ 391.367] (II) intel(0): Printing DDC gathered Modelines:
    [ 391.367] (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    [ 391.369] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 397.614] (II) AIGLX: Suspending AIGLX clients for VT switch
    and
    /var/log/gdm/:0.log
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.8.7-1-ARCH x86_64
    Current Operating System: Linux rolfgang 3.9.4-1-ARCH #1 SMP PREEMPT Sat May 25 16:14:55 CEST 2013 x86_64
    Kernel command line: cryptdevice=/dev/sda2:main root=/dev/mapper/main-root lang=de locale=de_DE.UTF-8 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Build Date: 17 April 2013 02:37:06PM
    Current version of pixman: 0.30.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 9 00:18:24 2013
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    (**) | |-->Device "Intel Graphics"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Automatically adding GPU devices
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    (II) config/udev: Adding drm device (/dev/dri/card0)
    (--) PCI:*(0:0:2:0) 8086:0166:144d:c0d3 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 1.0.0
    (==) AIGLX enabled
    Loading extension GLX
    (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 2.21.9
    (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), HD Graphics, HD Graphics 4600,
    Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
    Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
    HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
    Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
    Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
    HD Graphics 4600, Iris(TM) Pro Graphics 5200,
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, ValleyView PO board
    (++) using VT number 1
    (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    (**) intel(0): Framebuffer tiled
    (**) intel(0): Pixmaps tiled
    (**) intel(0): "Tear free" disabled
    (**) intel(0): Forcing per-crtc-pixmaps? no
    (II) intel(0): Output eDP1 has no monitor section
    (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    (II) intel(0): Output VGA1 has no monitor section
    (II) intel(0): Output HDMI1 has no monitor section
    (II) intel(0): Output DP1 has no monitor section
    (II) intel(0): EDID for output eDP1
    (II) intel(0): Manufacturer: SEC Model: 3546 Serial#: 0
    (II) intel(0): Year: 2011 Week: 0
    (II) intel(0): EDID Version: 1.4
    (II) intel(0): Digital Display Input
    (II) intel(0): 8 bits per channel
    (II) intel(0): Digital interface is DisplayPort
    (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    (II) intel(0): Gamma: 2.20
    (II) intel(0): No DPMS capabilities specified
    (II) intel(0): Supported color encodings: RGB 4:4:4
    (II) intel(0): First detailed timing is preferred mode
    (II) intel(0): Preferred mode is native pixel format and refresh rate
    (II) intel(0): redX: 0.590 redY: 0.340 greenX: 0.330 greenY: 0.540
    (II) intel(0): blueX: 0.155 blueY: 0.135 whiteX: 0.313 whiteY: 0.329
    (II) intel(0): Manufacturer's mask: 0
    (II) intel(0): Supported detailed timing:
    (II) intel(0): clock: 100.4 MHz Image Size: 293 x 165 mm
    (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1792 h_border: 0
    (II) intel(0): v_active: 900 v_sync: 902 v_sync_end 907 v_blanking: 932 v_border: 0
    (II) intel(0): Unknown vendor-specific block f
    (II) intel(0): SAMSUNG
    (II) intel(0): LSN133KL018
    (II) intel(0): EDID (in hex):
    (II) intel(0): 00ffffffffffff004ca3463500000000
    (II) intel(0): 00150104a51d10780209e59757548a27
    (II) intel(0): 22505400000001010101010101010101
    (II) intel(0): 010101010101382740c0608420303020
    (II) intel(0): 250025a5100000190000000f00000000
    (II) intel(0): 000000000028800a1e00000000fe0053
    (II) intel(0): 414d53554e470a2020202020000000fe
    (II) intel(0): 004c534e3133334b4c3031380a200003
    (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    (II) intel(0): Printing probed modes for output eDP1
    (II) intel(0): Modeline "1600x900"x60.1 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    (II) intel(0): EDID for output VGA1
    (II) intel(0): EDID for output HDMI1
    (II) intel(0): EDID for output DP1
    (II) intel(0): Output eDP1 connected
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output HDMI1 disconnected
    (II) intel(0): Output DP1 disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output eDP1 using initial mode 1600x900
    (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (==) intel(0): DPI set to (96, 96)
    (==) Depth 24 pixmap format is 32 bpp
    (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): HW Cursor enabled
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (==) intel(0): DPMS enabled
    (II) intel(0): [DRI2] Setup complete
    (II) intel(0): [DRI2] DRI driver: i965
    (II) intel(0): direct rendering: DRI2 Enabled
    (==) intel(0): hotplug detection: "enabled"
    (--) RandR disabled
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_INTEL_swap_event
    (II) AIGLX: enabled GLX_ARB_create_context
    (II) AIGLX: enabled GLX_ARB_create_context_profile
    (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized i965
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): switch to mode 1600x900 on pipe 0 using eDP1
    (II) intel(0): Setting screen physical size to 423 x 238
    (II) config/udev: Adding input device Power Button (/dev/input/event4)
    (**) Power Button: Applying InputClass "system-keyboard"
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.14.0, module version = 2.8.0
    (II) Using input driver 'evdev' for 'Power Button'
    (**) Power Button: always reports core events
    (**) evdev: Power Button: Device: "/dev/input/event4"
    (--) evdev: Power Button: Vendor 0 Product 0x1
    (--) evdev: Power Button: Found keys
    (II) evdev: Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    (**) Video Bus: Applying InputClass "system-keyboard"
    (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Video Bus'
    (**) Video Bus: always reports core events
    (**) evdev: Video Bus: Device: "/dev/input/event10"
    (--) evdev: Video Bus: Vendor 0 Product 0x6
    (--) evdev: Video Bus: Found keys
    (II) evdev: Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    (II) config/udev: Adding input device Power Button (/dev/input/event3)
    (**) Power Button: Applying InputClass "system-keyboard"
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Power Button'
    (**) Power Button: always reports core events
    (**) evdev: Power Button: Device: "/dev/input/event3"
    (--) evdev: Power Button: Vendor 0 Product 0x1
    (--) evdev: Power Button: Found keys
    (II) evdev: Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) config/udev: Adding drm device (/dev/dri/card0)
    (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) config/udev: Adding input device Webcam SC-13HDL11624N (/dev/input/event8)
    (**) Webcam SC-13HDL11624N: Applying InputClass "system-keyboard"
    (**) Webcam SC-13HDL11624N: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Webcam SC-13HDL11624N'
    (**) Webcam SC-13HDL11624N: always reports core events
    (**) evdev: Webcam SC-13HDL11624N: Device: "/dev/input/event8"
    (--) evdev: Webcam SC-13HDL11624N: Vendor 0x2232 Product 0x1024
    (--) evdev: Webcam SC-13HDL11624N: Found keys
    (II) evdev: Webcam SC-13HDL11624N: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Webcam SC-13HDL11624N" (type: KEYBOARD, id 9)
    (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    (--) evdev: AT Translated Set 2 keyboard: Found keys
    (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
    (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    (**) ETPS/2 Elantech Touchpad: Applying InputClass "disable clickpad buttons"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 1.7.1
    (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    (**) ETPS/2 Elantech Touchpad: always reports core events
    (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
    (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2964 (res 33)
    (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1872 (res 32)
    (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
    (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
    (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
    (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    (**) ETPS/2 Elantech Touchpad: always reports core events
    (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 11)
    (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
    (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.057
    (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) intel(0): EDID vendor "SEC", prod id 13638
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    (II) intel(0): EDID vendor "SEC", prod id 13638
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    (II) intel(0): EDID vendor "SEC", prod id 13638
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) AIGLX: Resuming AIGLX clients after VT switch
    (II) intel(0): switch to mode 1600x900 on pipe 0 using eDP1
    (II) intel(0): EDID vendor "SEC", prod id 13638
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    (II) AIGLX: Suspending AIGLX clients for VT switch
    Last edited by Duxon (2013-06-15 16:17:35)

    Finally managed fixed it.
    libcanberra-pulse from [extra] was broken. I reinstalled it with --force.
    Likely that came with the recent pulseaudio upgrade.

  • How to get Revel on other devices with app to update when I have auto update and it does not work

    How do I get Revel with auto update to update on my other devices with the Revel app when the update does not work?

    In elements organizer, are you adding the photos to the mobile album?
    Could you try the troubleshooting steps shared at: http://helpx.adobe.com/elements-organizer/kb/troubleshoot-revel-relate d-issues.html

  • Dbus problems, sudo and wicd fail to work

    Every time I try to run any command with "sudo", my system hangs, and the terminal that I entered this into becomes unusable (no ctrl+C will exit the process).
    For some reason wicd is also not running; when I use "wicd-client" from the command line, I get this error:
    ERROR:dbus.proxies:Introspect error on :1.22:/org/wicd/daemon: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply.
    I have hal in my DAEMONS section of my rc.conf, which should start dbus (I have also tried adding dbus right before hal as well), so while dbus has started, it doesn't seem to be working.
    I can supply any more information, but this problem has gone past my individual troubleshooting capability and a conventional google search.

    This is not a sudo bug from what I can tell, but rather a dbus bug that is breaking many programs, sudo included.
    Reinstalling could be difficult, since wicd will not start, I have no internet.
    EDIT: also rebooting does not work, I have to force power off. The system stalls at trying to halt the dbus daemon.
    Last edited by xvedejas (2010-04-21 01:24:39)

Maybe you are looking for

  • Spliting up the G/L account in time of Sales Order creation .

    Hi, I am an ABAPer. Please let me know using ABAP code how to split the G/L account in time of Sales Order creation for a Payment Card. Shyamal.

  • Report Not apperaing in User's Query Report Viewer Menu

    Hello There! Continuing with below thread Report Category not Appearing in Report Definition When i search for a report i created, i'm(as a normal user) not able to find any report after searching.(assigned to me or to my role.) The view PSXPRPTSRCH_

  • Question on Light Table behavior

    I am wondering if it just me and a couple of others who are seeing pixelated images in a Light Table in 3.1.1? Situation: With Aperture 3.1.1 set to all defaults in Preferences, I create a new light table (either empty or with pre-selected images) an

  • ISE 1.3 Internal CA

    Hi,      I am looking for some assistance on the new local CA. My client provisions and launches the Cisco Network Setup Assistant but once I hit start, the client fails. Tail logs off the ISE node produce the following.. 2015-01-09 16:00:00,155 WARN

  • How to use the XYBubbleRenderer

    I have found in the JFreeChart api that there is a method for turning data points into a bubble via the XYBubbleRenderer. How ever i do not know how to use this renderer effectively. It says the z value determines the size of the bubble. Does any bod