Need some help. Did a pacman -Syu yesterday and appears I've lost my ability to start up samba.
Is there a step-by-step guide or can someone help me migrate over to using systemd?
Here's what I've done thus far:
Version: $this->bbcode_second_pass_code('', 'uname -a
Linux webserver 3.1.10-15-ARCH #1 PREEMPT Wed Dec 12 15:25:18 UTC 2012 armv5tel GNU/Linux')
Shows what I believe is used as part of the startup sequence$this->bbcode_second_pass_code('', 'ps -p 1 -o comm=
init
')
Added systemd-sysvompat (it removed sysvinit) $this->bbcode_second_pass_code('', 'pacman -Sy systemd-sysvcompat')
Now, I'm afraid to reboot the pogoplug for fear that it won't connect to my lan. I tried this command to see if I can get ethernet started:
$this->bbcode_second_pass_code('', 'systemctl enable dhcpcd@eth0.service
Failed to get D-Bus connection: Failed to connect to socket /run/systemd/private: No such file or directory
')
Then, tried this:
$this->bbcode_second_pass_code('', 'systemctl enable netcfg
Failed to get D-Bus connection: Failed to connect to socket /run/systemd/private: No such file or directory')
What steps did I miss, or what would you recommend I follow/read to solve this? I've been reading the posts on the forum, and am somewhat lost on the necessary steps.
Thank you.