You are not logged in.
I recently upgraded all my machines to (pure) systemd to see what the fuzz is all about. I must say that everything worked fine except for netcfg looking for /etc/rc.d/functions.
I found a matching bug here: https://bugs.archlinux.org/task/28683?o … 879&status[0]= which is marked as solved since a few months. How come that I am seeing the errors then? I tried netcfg-git from AUR with the same results and went looking for a place where the patch got applied and found nothing.
Should I report the bug again? Where did the patch go?
Last edited by jarda-wien (2012-10-11 06:23:09)
Offline
Request a re-open if you feel it is still present.
Offline
That bug report references the arch hooks (/usr/lib/network/hooks/arch) which doesn't exist in the latest package. The only file that references /etc/rc.d/functions is /usr/lib/network/hooks/initscripts and that checks for it's existence before continuing.
Offline
did you reopen it? I have the same issue.
netcfg-daemon[287]: /usr/lib/network/hooks/arch: line 2: /etc/rc.d/functions: No such file or directory
netcfg-daemon[287]: /usr/lib/network/hooks/arch: line 1: /etc/rc.conf: No such file or directory
netcfg-daemon[287]: /usr/lib/network/hooks/arch: line 2: /etc/rc.d/functions: No such file or directory
netcfg-daemon[287]: /usr/lib/network/hooks/arch: line 15: stat_busy: command not found
netcfg-daemon[287]: /usr/lib/network/hooks/arch: line 1: /etc/rc.conf: No such file or directory
netcfg-daemon[287]: /usr/lib/network/hooks/arch: line 2: /etc/rc.d/functions: No such file or directory
netcfg-daemon[287]: /usr/lib/network/hooks/arch: line 39: stat_done: command not foundAsus M4A785TD-V ;; Phenom II X4 @ 3.9GHz ;; Ripjaws 12GB DDR3-1600 ;; 128GB Samsung 830 ;; MSI GTX460 v2 w/ blob ;; Arch Linux + KDE 4.x
Offline
The latest version of netcfg (2.8.10-1) does not have that file (/usr/lib/network/hooks/arch). As a matter of fact, it isn't in any official package. Check which package owns that file and your netcfg version.
Offline
As already explained - /usr/lib/network/hooks/arch no longer exists, so you guys must be using some old netcfg release.
Make sure you have the current 2.8.10-1 package.
Offline
Are you sure that your system is up-to-date? Like Stebalien said, "/usr/lib/network/hooks/arch" no longer exists.
2.8.10-1 is the latest version of netcfg, what do you have installed?
EDIT: Bah, too slow.
Last edited by WorMzy (2012-09-11 14:32:32)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
core/netcfg 2.8.10-1 [installed]
Network configuration and profile scripts# pacman -Qo /usr/lib/network/hooks/arch
error: No package owns /usr/lib/network/hooks/archso deleting it should fix it?
Asus M4A785TD-V ;; Phenom II X4 @ 3.9GHz ;; Ripjaws 12GB DDR3-1600 ;; 128GB Samsung 830 ;; MSI GTX460 v2 w/ blob ;; Arch Linux + KDE 4.x
Offline
Yes.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Hi,
so I found the problem.
It was a call to /etc/rc.d/ntpd in a post-up section of a local lan profile. As I switched to systemd only, it obviously stopped working;-)
Offline