zizione wrote: > Hello bpa, back from vacation and to business :) > > Here is the result of finger on the squeezeboxserver account. It shows > nologin... > > > [hifi@fedo ~]$ sudo finger squeezeboxserver > Login: squeezeboxserver Name: Logitech Media Server > Directory: /usr/share/squeezeboxserver Shell: /sbin/nologin > Never logged in. > No mail. > No Plan.
The question was what is the default shell - this is the shell linked to /bin/sh - which is run whenever a command request to start a shell regardless of whether it is logged in or not. So does your system use sh, bash, ash, dash, csh, ksh, zsh, busybox .... That said I think the issue may be a specific to your setup or distro - in which case it is very difficult to debug. Regaring the sudo suggestion - sudo does not result in the same enviroment variables (some additional ones, some defined differently, some not set up) compared to a process which is started or logged in "normally". So using sudo and then logging results/trying a command may not have the same results compared to using the original process and id and even worse can be misleading when trying to resolve a problem. For simple commands sudo is OK - anything else use with caution as unexpected side effects can occur. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=47288 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
