You are not logged in.
Hi, i have problems with networking after switching to systemd.
Network connection gets disconnected after about 1 minute.
I can issue:
sudo systemctl start wicd.serviceI can renew dhcp address in wicd client, but after a while, i got:
Job for wicd.service failed. See 'systemctl status wicd.service' and 'journalctl -xn' for details.
bagheera@tux:~$ sudo systemctl status wicd.service
wicd.service - Wicd a wireless and wired network manager for Linux
Loaded: loaded (/usr/lib/systemd/system/wicd.service; enabled)
Active: failed (Result: timeout) since pią 2013-02-15 22:27:47 CET; 1min 44s ago
Main PID: 1584
CGroup: name=systemd:/system/wicd.service
lut 15 22:26:17 tux systemd[1]: Starting Wicd a wireless and wired network manager for Linux...
lut 15 22:26:22 tux wicd[1584]: dhcpcd[1599]: dhcpcd not running
lut 15 22:26:23 tux wicd[1584]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
lut 15 22:26:23 tux wicd[1584]: dhcpcd[1607]: dhcpcd not running
lut 15 22:26:23 tux wicd[1584]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
lut 15 22:27:47 tux systemd[1]: wicd.service operation timed out. Terminating.
lut 15 22:27:47 tux systemd[1]: Failed to start Wicd a wireless and wired network manager for Linux.
lut 15 22:27:47 tux systemd[1]: Unit wicd.service entered failed state
bagheera@tux:~$ sudo journalctl -xn
-- Logs begin at nie 2013-02-10 09:44:51 CET, end at pią 2013-02-15 22:27:47 CET. --
lut 15 22:26:23 tux wicd[1584]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
lut 15 22:26:23 tux wicd[1584]: dhcpcd[1607]: dhcpcd not running
lut 15 22:26:23 tux kernel: r8169 0000:06:00.0 eth0: link down
lut 15 22:26:23 tux kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
lut 15 22:26:23 tux wicd[1584]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
lut 15 22:26:24 tux kernel: r8169 0000:06:00.0 eth0: link up
lut 15 22:26:24 tux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
lut 15 22:27:47 tux systemd[1]: wicd.service operation timed out. Terminating.
lut 15 22:27:47 tux systemd[1]: Failed to start Wicd a wireless and wired network manager for Linux.
-- Subject: Unit wicd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
--
-- Unit wicd.service has failed.
--
-- The result is failed.
lut 15 22:27:47 tux systemd[1]: Unit wicd.service entered failed stateIt used to work fine before migration to systemd.
Why it gets disconnected? How to fix it?
Well, it's solved. I removed sysvinit and initscripts.
Last edited by bagheera (2013-02-15 22:04:38)
arch linux user
Offline
Thanks for leaving the solution. I had the same problem, and removing initscripts fixed it for me, too.
I wonder why initscripts messes up wicd when systemd is running.
Offline