Re: [SlimDevices: Unix] LMS stop/start/restart on Ubuntu 16.04 LTS - how to do it without root password?

2017-09-01 Thread Michael Herger
Ok, I removed that flag. Please give the next update another try. Thanks! -- Michael ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix

Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-09-01 Thread paul-
http://picoreplayer.sourceforge.net/how_to_upgrade_lms.shtml paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858 View this thread: http://forums.slimdevices.com/showthread.php?t=107352 __

Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-09-01 Thread dhull
Configuration: piCorePlayer 3.2.0 with LMS and Samba. LMS can't talk to mysqueezebox.com, the log shows an error: [17-09-01 14:47:55.6435] Slim::Utils::Misc::msg (1244) Warning: [14:47:55.6418] EV: error in callback (ignoring): Can't call method "error" on an undefined value at /usr/local/slimse

Re: [SlimDevices: Unix] LMS stop/start/restart on Ubuntu 16.04 LTS - how to do it without root password?

2017-09-01 Thread karlek
mherger wrote: > > - Stop the Server -> service logitechmediaserver stop > > - Make sure nothing with Perl is running -> killall Perl > > - Edit /usr/sbin/squeezeboxserver_safe > > - change line 41 from: > >*"$@" --norestart > /dev/null 2>&1 &* > >to: > >*"$@" > /dev/null 2>&1 &* >

Re: [SlimDevices: Unix] LMS stop/start/restart on Ubuntu 16.04 LTS - how to do it without root password?

2017-09-01 Thread Michael Herger
Of curse its "tested" on my side and other than "first test and then wrote here" i wouldnt be able to tell "nothings changed". Thanks! -- Michael ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix

Re: [SlimDevices: Unix] LMS stop/start/restart on Ubuntu 16.04 LTS - how to do it without root password?

2017-09-01 Thread DJanGo
mherger wrote: > > I'm not interested in being lectured about the theoretical aspects of my > > question. Really. Just tell me whether it works or not. Thanks! > > -- > > Michael Hi Michael, ? Of curse its "tested" on my side and other than "first test and then wrote here" i wouldnt be ab

Re: [SlimDevices: Unix] Allo KALI Reclocker & Raspberry Pi DACs running as Slave or Master?

2017-09-01 Thread feeder6
Hey guys, Can somebody tell me if it is possible to run Kali Reclocker with the audiophonics ES9023 V3 DAC? I think, the 9023 has it's own clock but everywhere i can read that much DAC "sound better" with kali. Greetings Daniel

Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-09-01 Thread epoch1970
paul- wrote: > I run ethernet and wifi all the time. -but- > > Ethernet will get the default route, and if you unplug the ethernet > cable, there is nothing to switch the default route to wifi. (Since we > don't run a network manager) NM... vade retro satana. I should try and see if using rou

Re: [SlimDevices: Unix] LMS stop/start/restart on Ubuntu 16.04 LTS - how to do it without root password?

2017-09-01 Thread drmatt
It's a fair question. Quite often the PID of a Daemon is tracked in /var/run/thingy and changing the PID of the process without using the official start/stop scripts means they lose track of which process to kill or check the status of. -Transcoded from Matt's brain by Tapatalk- -- Hardware:

Re: [SlimDevices: Unix] LMS stop/start/restart on Ubuntu 16.04 LTS - how to do it without root password?

2017-09-01 Thread Michael Herger
But would you still be able to restart LMS using the OS' regular way (sysctl or whatever) once you've restarted it from within LMS? Why not? Because shit happens. Both Processes are still owned by the User squeezeboxserver. In this case (your not the User that start the Process) you need to

Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-09-01 Thread paul-
ardsa wrote: > I was having a similar problem a few pages back. Greg's statement clued > me into solving my problem. > By default the pCP squeezelite is providing a 4 db boost to the output > (at least for the HDMI out which I am using). To get bit perfect, proper > replay gain, or just desired o

Re: [SlimDevices: Unix] LMS stop/start/restart on Ubuntu 16.04 LTS - how to do it without root password?

2017-09-01 Thread DJanGo
mherger wrote: > > But would you still be able to restart LMS using the OS' regular way > (sysctl or whatever) once you've restarted it from within LMS? > > -- > > Michael Why not? Both Processes are still owned by the User squeezeboxserver. In this case (your not the User that start the P

Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-09-01 Thread andreame
ardsa wrote: > I was having a similar problem a few pages back. Greg's statement clued > me into solving my problem. > By default the pCP squeezelite is providing a 4 db boost to the output > (at least for the HDMI out which I am using). To get bit perfect, proper > replay gain, or just desired o

Re: [SlimDevices: Unix] LMS stop/start/restart on Ubuntu 16.04 LTS - how to do it without root password?

2017-09-01 Thread drmatt
Systemd uses logind to create a cgroup for the whole shebang, so it keeps track of all the process and child processes that get spawned by the start script. The stop/start actions will still work as they are invoked blind by running /etc/init.d/logitechmediaserver as normal. -Transcoded from Mat