You are not logged in.

#1 2014-09-01 08:15:07

ZMoore
Member
Registered: 2012-03-30
Posts: 16

Unreliable wireless AP connectivity with SSH login

I set up an Arch box to use as a test server, and wanted it to simply have consistent ssh access. However, I am having a very difficult time achieving this.

A brief description of what happens is once the machine has booted, it successfully connects to the AP for about a minute in a half. At this point I must stop and disable the wpa_supplicant service, the dhcpcd service, and both the sshd service and socket. Next I must bring the interface down. After that, I bring up only the dhcpcd service and the sshd service. Then, I bring up the interface, and restart the dhcpcd service. Next, I have to delete the automatically generated netctl profile and run wifi-menu and connect to the access point, and generate a new profile. Finally I have to restart the wpa_supplicant service, and I am finally able to connect to the access point, with ssh access to the point of successful login, after which, the server terminates the connection, and I have to restart it.

As you can probably tell, this is most certainly not an acceptable way to do things. I am looking for any advice one can give, because I'm at my wit's end trying to figure this out.

Last edited by ZMoore (2014-09-03 01:51:57)

Offline

#2 2014-09-01 08:20:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Unreliable wireless AP connectivity with SSH login

Without any journal output or errors, it is  impossible to say what the root cause is. Setting up a more reliable network manager, systemd-networkd for example, would be my recommendation.

In any event, if you want constructive suggestions, please include information that can help people assist you: like errors, logs, card and drivers, etc. See How To Ask Questions The Smart Way


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-09-02 03:17:07

ZMoore
Member
Registered: 2012-03-30
Posts: 16

Re: Unreliable wireless AP connectivity with SSH login

I restarted the machine and everything is working correctly now. I didn't change anything, and had restarted before with no effect. Now, connection is strong and there are no problems with ssh.

EDIT: As it turn out, it is not actually solved. It worked perfectly for about a day, through restarts and everything. Now I am having the same problems. Here's some log data:

uname -r

3.16.1-1-ARCH

ip addr at startup

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp0s25: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 00:21:9b:2a:08:61 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::993e:abb4:51a7:7795/64 scope link tentative 
       valid_lft forever preferred_lft forever
3: wlp2s1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:1f:1f:49:d7:59 brd ff:ff:ff:ff:ff:ff
    inet 10.0.0.24/24 brd 10.0.0.255 scope global wlp2s1
       valid_lft forever preferred_lft forever
    inet6 fe80::21f:1fff:fe49:d759/64 scope link 
       valid_lft forever preferred_lft forever
    inet6 fe80::a9c:218:b0a1:8345/64 scope link 
       valid_lft forever preferred_lft forever

systemctl status wpa_supplicant.service

● wpa_supplicant.service - WPA supplicant
   Loaded: loaded (/usr/lib/systemd/system/wpa_supplicant.service; enabled)
   Active: active (running) since Mon 2014-09-01 13:04:18 PDT; 3min 18s ago
 Main PID: 189 (wpa_supplicant)
   CGroup: /system.slice/wpa_supplicant.service
           └─189 /usr/bin/wpa_supplicant -u

systemctl status sshd.service

● sshd.service - OpenSSH Daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled)
   Active: active (running) since Mon 2014-09-01 13:04:19 PDT; 3min 25s ago
 Main PID: 403 (sshd)
   CGroup: /system.slice/sshd.service
           └─403 /usr/bin/sshd -D

Sep 01 13:04:20 localhost sshd[403]: Server listening on 0.0.0.0 port 22.
Sep 01 13:04:20 localhost sshd[403]: Server listening on :: port 22.

systemctl status sshd.socket

● sshd.socket
   Loaded: loaded (/usr/lib/systemd/system/sshd.socket; disabled)
   Active: inactive (dead)
   Listen: [::]:22 (Stream)
 Accepted: 0; Connected: 0

systemctl status dhcpcd.service

● dhcpcd.service - dhcpcd on all interfaces
   Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; enabled)
   Active: active (running) since Mon 2014-09-01 13:04:19 PDT; 2min 57s ago
  Process: 202 ExecStart=/usr/bin/dhcpcd -q -b (code=exited, status=0/SUCCESS)
 Main PID: 217 (dhcpcd)
   CGroup: /system.slice/dhcpcd.service
           └─217 /usr/bin/dhcpcd -q -b

Sep 01 13:04:19 localhost dhcpcd[217]: wlp2s1: carrier lost
Sep 01 13:04:19 localhost dhcpcd[217]: wlp2s1: carrier acquired
Sep 01 13:04:19 localhost dhcpcd[217]: wlp2s1: IAID 1f:49:d7:59
Sep 01 13:04:19 localhost dhcpcd[217]: control command: dhcpcd -4 -q -t 30 -L wlp2s1
Sep 01 13:04:20 localhost dhcpcd[217]: wlp2s1: soliciting an IPv6 router
Sep 01 13:04:20 localhost dhcpcd[217]: wlp2s1: rebinding lease of 10.0.0.24
Sep 01 13:04:26 localhost dhcpcd[217]: wlp2s1: leased 10.0.0.24 for 604800 seconds
Sep 01 13:04:26 localhost dhcpcd[217]: wlp2s1: adding route to 10.0.0.0/24
Sep 01 13:04:26 localhost dhcpcd[217]: wlp2s1: adding default route via 10.0.0.1
Sep 01 13:04:32 localhost dhcpcd[217]: wlp2s1: no IPv6 Routers available

journalctl (truncated)

Sep 01 13:04:15 localhost systemd-journal[114]: Permanent journal is using 40.0M (max allowed 2.5G, trying to leave 1.8G free of 212.1G available → current limit 2.5G).
Sep 01 13:04:18 localhost systemd-journal[114]: Time spent on flushing to /var is 3.071552s for 689 entries.
Sep 01 13:04:19 localhost systemd[1]: Unit ip6tables.service entered failed state.
Sep 01 13:04:19 localhost kernel: ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2561s.bin'
Sep 01 13:04:19 localhost kernel: ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.8
Sep 01 13:04:19 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s1: link is not ready
Sep 01 13:04:19 localhost systemd[1]: Unit systemd-journal-upload.service entered failed state.
Sep 01 13:04:17 localhost krb5kdc[192]: No such file or directory - while initializing database for realm ATHENA.MIT.EDU
Sep 01 13:04:17 localhost kadmind[191]: No such file or directory while initializing, aborting
Sep 01 13:04:17 localhost nscd[196]: 196 cannot stat() file `/etc/netgroup': No such file or directory
Sep 01 13:04:18 localhost nscd[196]: 196 cannot create /var/db/nscd/passwd; no persistent database used
Sep 01 13:04:18 localhost nscd[196]: 196 cannot create /var/db/nscd/group; no persistent database used
Sep 01 13:04:18 localhost nscd[196]: 196 cannot create /var/db/nscd/hosts; no persistent database used
Sep 01 13:04:18 localhost nscd[196]: 196 cannot create /var/db/nscd/services; no persistent database used
Sep 01 13:04:18 localhost nscd[196]: 196 cannot create /var/db/nscd/netgroup; no persistent database used
Sep 01 13:04:18 localhost dhcpcd[202]: version 6.4.3 starting
Sep 01 13:04:18 localhost dhcpcd[202]: enp0s25: adding address fe80::993e:abb4:51a7:7795
Sep 01 13:04:18 localhost dhcpcd[202]: wlp2s1: adding address fe80::a9c:218:b0a1:8345
Sep 01 13:04:19 localhost dhcpcd[202]: forked to background, child pid 217
Sep 01 13:04:19 localhost nscd[264]: 264 cannot stat() file `/etc/netgroup': No such file or directory
Sep 01 13:04:19 localhost krb5kdc[269]: No such file or directory - while initializing database for realm ATHENA.MIT.EDU
Sep 01 13:04:19 localhost dhcpcd[286]: wlp2s1: starting wpa_supplicant
Sep 01 13:04:19 localhost nscd[264]: 264 cannot create /var/db/nscd/passwd; no persistent database used
Sep 01 13:04:19 localhost nscd[264]: 264 cannot create /var/db/nscd/group; no persistent database used
Sep 01 13:04:19 localhost nscd[264]: 264 cannot create /var/db/nscd/hosts; no persistent database used
Sep 01 13:04:19 localhost nscd[264]: 264 cannot create /var/db/nscd/services; no persistent database used
Sep 01 13:04:19 localhost nscd[264]: 264 cannot create /var/db/nscd/netgroup; no persistent database used
Sep 01 13:04:19 localhost systemd[1]: Unit krb5-kdc.service entered failed state.
Sep 01 13:04:18 localhost systemd[1]: krb5-kadmind.service: main process exited, code=exited, status=1/FAILURE
Sep 01 13:04:18 localhost systemd[1]: Unit krb5-kadmind.service entered failed state.
Sep 01 13:04:18 localhost systemd[1]: krb5-kdc.service: main process exited, code=exited, status=1/FAILURE
Sep 01 13:04:18 localhost systemd[1]: Unit krb5-kdc.service entered failed state.
Sep 01 13:04:18 localhost systemd[1]: mdadm.service: main process exited, code=exited, status=1/FAILURE
Sep 01 13:04:18 localhost systemd[1]: Unit mdadm.service entered failed state.
Sep 01 13:04:18 localhost systemd[1]: iptables.service: main process exited, code=exited, status=1/FAILURE
Sep 01 13:04:18 localhost systemd[1]: Failed to start Packet Filtering Framework.
-- Subject: Unit iptables.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit iptables.service has failed.
-- 
-- The result is failed.
Sep 01 13:04:18 localhost systemd[1]: Unit iptables.service entered failed state.
Sep 01 13:04:18 localhost systemd[1]: ip6tables.service: main process exited, code=exited, status=1/FAILURE
Sep 01 13:04:18 localhost systemd[1]: Failed to start IPv6 Packet Filtering Framework.
-- Subject: Unit ip6tables.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit ip6tables.service has failed.
-- 
-- The result is failed.
Sep 01 13:04:19 localhost systemd-logind[234]: New seat seat0.
-- Subject: A new seat seat0 is now available
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- A new seat seat0 has been configured and is now available.
Sep 01 13:04:19 localhost systemd-networkd[233]: rtnl: received address for a nonexistent link, ignoring
Sep 01 13:04:19 localhost systemd-resolved[287]: Using system hostname 'localhost'.
Sep 01 13:04:19 localhost systemd-logind[234]: Watching system buttons on /dev/input/event2 (Power Button)
Sep 01 13:04:19 localhost systemd-networkd[233]: rtnl: received address for a nonexistent link, ignoring
Sep 01 13:04:19 localhost systemd-logind[234]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 01 13:04:19 localhost systemd-networkd[233]: rtnl: received address for a nonexistent link, ignoring
Sep 01 13:04:19 localhost systemd[1]: krb5-kdc.service: main process exited, code=exited, status=1/FAILURE
Sep 01 13:04:19 localhost kernel: wlp2s1: authenticate with 20:0c:c8:22:37:c9
Sep 01 13:04:19 localhost systemd[1]: Unit krb5-kdc.service entered failed state.
Sep 01 13:04:19 localhost kernel: wlp2s1: send auth to 20:0c:c8:22:37:c9 (try 1/3)
Sep 01 13:04:19 localhost kernel: wlp2s1: authenticated
Sep 01 13:04:19 localhost kernel: wlp2s1: associate with 20:0c:c8:22:37:c9 (try 1/3)
Sep 01 13:04:19 localhost kernel: wlp2s1: RX AssocResp from 20:0c:c8:22:37:c9 (capab=0x411 status=0 aid=1)
Sep 01 13:04:19 localhost kernel: wlp2s1: associated
Sep 01 13:04:19 localhost kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s1: link becomes ready
Sep 01 13:04:19 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Sep 01 13:04:19 localhost krb5kdc[346]: No such file or directory - while initializing database for realm ATHENA.MIT.EDU
Sep 01 13:04:19 localhost dhcpcd[347]: wlp2s1: failed to start wpa_supplicant
Sep 01 13:04:19 localhost dhcpcd[349]: wlp2s1: Successfully initialized wpa_supplicant
                                       Line 1144: unknown EAP method 'SIM'
                                       You may need to add support for this EAP method during wpa_supplicant
                                       build time configuration.
                                       See README for more information.
                                       Line 1144: failed to parse eap 'SIM'.
                                       Line 1147: failed to parse network block.
                                       Line 1154: unknown EAP method 'PSK'
                                       You may need to add support for this EAP method during wpa_supplicant
                                       build time configuration.
                                       See README for more information.
                                       Line 1154: failed to parse eap 'PSK'.
                                       Line 1158: failed to parse network block.
                                       Line 1190: unknown EAP method 'IKEV2'
                                       You may need to add support for this EAP method during wpa_supplicant
                                       build time configuration.
                                       See README for more information.
                                       Line 1190: failed to parse eap 'IKEV2'.
                                       Line 1193: failed to parse network block.
                                       Failed to read or parse configuration '/etc/wpa_supplicant/wpa_supplicant.conf'.
Sep 01 13:04:19 localhost krb5kdc[192]: krb5kdc: cannot initialize realm ATHENA.MIT.EDU - see log file for details
Sep 01 13:04:19 localhost kadmind[191]: kadmind: No such file or directory while initializing, aborting
Sep 01 13:04:19 localhost mdadm[195]: mdadm: No mail address or alert command - not monitoring.
Sep 01 13:04:19 localhost iptables-restore[197]: Can't open /etc/iptables/iptables.rules: No such file or directory
Sep 01 13:04:19 localhost systemd-journal-upload[201]: Required --url/-u option missing.
Sep 01 13:04:19 localhost ip6tables-restore[203]: Can't open /etc/iptables/ip6tables.rules: No such file or directory
Sep 01 13:04:19 localhost network[256]: Starting network profile 'The_Thunder_Box_2GEXT'...
Sep 01 13:04:19 localhost krb5kdc[269]: krb5kdc: cannot initialize realm ATHENA.MIT.EDU - see log file for details
Sep 01 13:04:19 localhost krb5kdc[346]: krb5kdc: cannot initialize realm ATHENA.MIT.EDU - see log file for details
Sep 01 13:04:19 localhost kernel: e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
Sep 01 13:04:19 localhost systemd-networkd[233]: rtnl: received address for a nonexistent link, ignoring
Sep 01 13:04:19 localhost systemd-networkd[233]: rtnl: received address for a nonexistent link, ignoring
Sep 01 13:04:19 localhost kernel: e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
Sep 01 13:04:19 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
Sep 01 13:04:19 localhost dhcpcd[217]: enp0s25: waiting for carrier
Sep 01 13:04:19 localhost dhcpcd[217]: wlp2s1: waiting for carrier
Sep 01 13:04:19 localhost dhcpcd[217]: wlp2s1: carrier acquired
Sep 01 13:04:19 localhost dhcpcd[217]: DUID 00:01:00:01:1b:94:97:59:00:1f:1f:49:d7:59
Sep 01 13:04:19 localhost dhcpcd[217]: wlp2s1: IAID 1f:49:d7:59
Sep 01 13:04:19 localhost dhcpcd[217]: wlp2s1: carrier lost
Sep 01 13:04:19 localhost dhcpcd[217]: wlp2s1: carrier acquired
Sep 01 13:04:19 localhost dhcpcd[217]: wlp2s1: IAID 1f:49:d7:59
Sep 01 13:04:19 localhost krb5kdc[391]: No such file or directory - while initializing database for realm ATHENA.MIT.EDU
Sep 01 13:04:19 localhost krb5kdc[391]: krb5kdc: cannot initialize realm ATHENA.MIT.EDU - see log file for details
Sep 01 13:04:19 localhost systemd[1]: krb5-kdc.service: main process exited, code=exited, status=1/FAILURE
Sep 01 13:04:19 localhost systemd[1]: Unit krb5-kdc.service entered failed state.
Sep 01 13:04:19 localhost dhcpcd[398]: sending commands to master dhcpcd process
Sep 01 13:04:19 localhost dhcpcd[217]: control command: dhcpcd -4 -q -t 30 -L wlp2s1
Sep 01 13:04:19 localhost network[256]: Started network profile 'The_Thunder_Box_2GEXT'
Sep 01 13:04:19 localhost krb5kdc[401]: No such file or directory - while initializing database for realm ATHENA.MIT.EDU
Sep 01 13:04:19 localhost krb5kdc[401]: krb5kdc: cannot initialize realm ATHENA.MIT.EDU - see log file for details
Sep 01 13:04:20 localhost systemd[1]: krb5-kdc.service: main process exited, code=exited, status=1/FAILURE
Sep 01 13:04:20 localhost systemd[1]: Unit krb5-kdc.service entered failed state.
Sep 01 13:04:20 localhost sshd[403]: Server listening on 0.0.0.0 port 22.
Sep 01 13:04:20 localhost sshd[403]: Server listening on :: port 22.
Sep 01 13:04:20 localhost dhcpcd[217]: wlp2s1: soliciting an IPv6 router
Sep 01 13:04:20 localhost systemd[1]: krb5-kdc.service start request repeated too quickly, refusing to start.
Sep 01 13:04:20 localhost systemd[1]: Failed to start Kerberos 5 KDC.
-- Subject: Unit krb5-kdc.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit krb5-kdc.service has failed.
-- 
-- The result is failed.
Sep 01 13:04:20 localhost systemd[1]: Unit krb5-kdc.service entered failed state.
Sep 01 13:04:20 localhost dhcpcd[217]: wlp2s1: rebinding lease of 10.0.0.24
Sep 01 13:04:20 localhost systemd-timesyncd[185]: Network configuration changed, trying to establish connection.
Sep 01 13:04:20 localhost systemd-timesyncd[185]: Network configuration changed, trying to establish connection.
Sep 01 13:04:21 localhost systemd-resolved[287]: Detected conflict on localhost IN AAAA  fe80::a9c:218:b0a1:8345
Sep 01 13:04:21 localhost systemd-resolved[287]: Hostname conflict, changing published hostname from 'localhost' to 'localhost6'.
Sep 01 13:04:26 localhost dhcpcd[217]: wlp2s1: leased 10.0.0.24 for 604800 seconds
Sep 01 13:04:26 localhost dhcpcd[217]: wlp2s1: adding route to 10.0.0.0/24
Sep 01 13:04:26 localhost dhcpcd[217]: wlp2s1: adding default route via 10.0.0.1
Sep 01 13:04:26 localhost systemd-timesyncd[185]: Network configuration changed, trying to establish connection.
Sep 01 13:04:27 localhost nscd[444]: 444 cannot stat() file `/etc/netgroup': No such file or directory
Sep 01 13:04:27 localhost nscd[444]: 444 cannot create /var/db/nscd/passwd; no persistent database used
Sep 01 13:04:27 localhost nscd[444]: 444 cannot create /var/db/nscd/group; no persistent database used
Sep 01 13:04:27 localhost nscd[444]: 444 cannot create /var/db/nscd/hosts; no persistent database used
Sep 01 13:04:27 localhost nscd[444]: 444 cannot create /var/db/nscd/services; no persistent database used
Sep 01 13:04:27 localhost nscd[444]: 444 cannot create /var/db/nscd/netgroup; no persistent database used
Sep 01 13:04:30 localhost login[257]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Sep 01 13:04:30 localhost systemd-logind[234]: New session c1 of user root.
-- Subject: A new session c1 has been created for user root
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- A new session with the ID c1 has been created for the user root.
-- 
-- The leading process of the session is 257.
Sep 01 13:04:30 localhost systemd[461]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Sep 01 13:04:30 localhost systemd[461]: Starting Paths.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Sep 01 13:04:30 localhost systemd[461]: Reached target Paths.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Sep 01 13:04:30 localhost systemd[461]: Starting Timers.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Sep 01 13:04:30 localhost systemd[461]: Reached target Timers.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Sep 01 13:04:30 localhost systemd[461]: Starting Sockets.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Sep 01 13:04:30 localhost login[257]: ROOT LOGIN ON tty1
Sep 01 13:04:30 localhost systemd[461]: Reached target Sockets.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Sep 01 13:04:30 localhost systemd[461]: Starting Basic System.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Sep 01 13:04:30 localhost systemd[461]: Reached target Basic System.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Sep 01 13:04:30 localhost systemd[461]: Starting Default.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Sep 01 13:04:30 localhost systemd[461]: Reached target Default.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Sep 01 13:04:30 localhost systemd[461]: Startup finished in 53ms.
-- Subject: System start-up is now complete
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- All system services necessary queued for starting at boot have been
-- successfully started. Note that this does not mean that the machine is
-- now idle as services might still be busy with completing start-up.
-- 
-- Kernel start-up required KERNEL_USEC microseconds.
-- 
-- Initial RAM disk start-up required INITRD_USEC microseconds.
-- 
-- Userspace start-up required 53072 microseconds.
Sep 01 13:04:32 localhost dhcpcd[217]: wlp2s1: no IPv6 Routers available
Sep 01 13:04:57 localhost systemd-timesyncd[185]: Using NTP server 216.239.36.15:123 (time3.google.com).
Sep 01 13:04:57 localhost systemd-timesyncd[185]: interval/delta/delay/jitter/drift 32s/+0.337s/0.096s/0.000s/+0ppm
Sep 01 13:05:29 localhost systemd-timesyncd[185]: interval/delta/delay/jitter/drift 64s/+0.016s/0.095s/0.006s/+121ppm
Sep 01 13:05:38 localhost systemd[1]: Job sys-subsystem-net-devices-multi-user.device/start timed out.
Sep 01 13:05:38 localhost systemd[1]: Timed out waiting for device sys-subsystem-net-devices-multi-user.device.
-- Subject: Unit sys-subsystem-net-devices-multi-user.device has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sys-subsystem-net-devices-multi-user.device has failed.
-- 
-- The result is timeout.
Sep 01 13:05:38 localhost systemd[1]: Dependency failed for WPA supplicant daemon (interface- and wired driver-specific version).
-- Subject: Unit wpa_supplicant-wired@multi-user.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit wpa_supplicant-wired@multi-user.service has failed.
-- 
-- The result is dependency.
Sep 01 13:05:38 localhost systemd[1]: Dependency failed for WPA supplicant daemon (interface- and nl80211 driver-specific version).
-- Subject: Unit wpa_supplicant-nl80211@multi-user.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit wpa_supplicant-nl80211@multi-user.service has failed.
-- 
-- The result is dependency.
Sep 01 13:05:38 localhost systemd[1]: Dependency failed for WPA supplicant daemon (interface-specific version).
-- Subject: Unit wpa_supplicant@multi-user.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit wpa_supplicant@multi-user.service has failed.
-- 
-- The result is dependency.

Last edited by ZMoore (2014-09-03 01:58:41)

Offline

Board footer

Powered by FluxBB