FS#32793 - [freenx] nxsetup broken on systemd system

Attached to Project: Arch Linux
Opened by Bjoern Franke (bjo) - Thursday, 22 November 2012, 01:11 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 05 December 2012, 16:11 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After running pacman -Syu, freenx got updated today. The postinstall script threw some error messages:


(1/6) Aktualisiere freenx [######################] 100%
Rerunning nxsetup ...
/etc/rc.d/sshd: Zeile 3: /etc/rc.conf: Datei oder Verzeichnis nicht gefunden
/etc/rc.d/sshd: Zeile 4: /etc/rc.d/functions: Datei oder Verzeichnis nicht gefunden
/etc/rc.d/sshd: Zeile 16: stat_busy: Kommando nicht gefunden.
/etc/rc.d/sshd: Zeile 20: stat_fail: Kommando nicht gefunden.

freenx 0.7.3-14
no initscripts installed
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Wednesday, 05 December 2012, 16:11 GMT
Reason for closing:  Won't fix
Comment by Tobias Powalowski (tpowa) - Thursday, 29 November 2012, 15:48 GMT
grep sshd /usr/bin/nxsetup
if [ "$(pidof sshd 2>/dev/null)" = "" ]
[ -x /etc/rc.d/sshd ] && /etc/rc.d/sshd start

This means you have not started sshd yet on your system and it tries to start it through the old sshd script.

Not an issue those files will go away and this will not disturb anymore in the future.
Alternative you enable sshd in systemd setup.
Comment by Bjoern Franke (bjo) - Thursday, 29 November 2012, 15:49 GMT
Well, there is sshd running on the system, the update was made via ssh. But removed now /etc/rc.d, thx.
Comment by Tobias Powalowski (tpowa) - Thursday, 29 November 2012, 15:55 GMT
Then you have no sysvinit-tools installed which would call pidof.

Loading...