You are not logged in.
Hello,
Last update (10 minutes ago) asked me if i want switch from libsystemd
to core/systemd [O/n]. I agreed, and on next reboot, networkmanager was not
started automaticly from rc.conf. it work well if y start it by hand
(/etc/rc.d/networkmanager start).
can you please help me to get it started at boot again ?
Last edited by effraie (2012-08-31 07:29:28)
Offline
As per:
https://wiki.archlinux.org/index.php/Ne … emd_system
From the command line:
systemctl enable NetworkManager.service
Offline
that's what i tried immediatly, but didn't work better.
On boot messages, i've got :
Starting NetworkManager [DONE]
and just after the boot, rc.d list give me :
[STARTED][AUTO] networkmanager
but i need to run rc.d start networkmanager manually to get it actually work
Offline
Did you comment out all network references in rc.conf?
Offline
yes. here is my rc.conf :
#
# /etc/rc.conf - configuration file for initscripts
#
# Most of rc.conf has been replaced by various other configuration
# files. See archlinux(7) for details.
#
# For more details on rc.conf see rc.conf(5).
#
DAEMONS=(@preload @cpupower @syslog-ng @ntpd @psd @acpi-cpufreq @fuse @sshd @crond @cupsd networkmanager dbus)
# Storage
#
# USEDMRAID="no"
# USELVM="no"
#Network
#interface=
#address=
#netmask=
#gateway=
i tried to reboot with and without networkmanager in deamons array, but it change nothing
Offline
Did you try booting with the entire deamons array commented out, to see what would happen if systemd started everything?
Offline
well, i just tried. But as i expected, it did not change anything about networkmanager (but broked my start up...)
BTW, i'm not trying to fully switch to systemd, only make a simple update
Offline
well, i just tried. But as i expected, it did not change anything about networkmanager (but broked my start up...)
BTW, i'm not trying to fully switch to systemd, only make a simple update
Forgive me for not understanding but, you're not swtitching 'fully' to systemd but want it to start your networkmanager daemon? Maybe at that point you should just switch, if it will make your life easier..
Also, (slightly off-topic) in your rc.conf dbus is started after networkmanager. I was under the impression that with initscripts dbus should be one of the first things to start, am I wrong here? I know systemd requires/starts it automaticaly
"No sympathy for the devil. If you buy the ticket, take the ride."
- Hunter S. Thompson
Offline
Moving dbus before networkmanager should fix that.
Offline
Moving dbus before networkmanager should fix that.
Thank you, it's working again
Offline
Eliminate the daemons one by one from rc.conf. Start with dbus, which systemd handles very well without any action from you at all.
Offline