Re: guacd not starting on boot

2019-03-10 Thread Robert Dinse
Ok, rebuilt with the correct --with-systemd-dir=/lib/systemd/system and now I had more problems. Launched out of init.d it ran as root, launced out of systemd, the unit file it created has User=daemon so it runs as daemon. Problem with that is only root has access to /var/run and to the

Re: guacd not starting on boot

2019-03-10 Thread Nick Couchman
On Sun, Mar 10, 2019 at 8:07 PM Robert Dinse wrote: > > I have guacd installed, built with the --with-systemd flag and it > does > not install a systemd file but an initd file which systemd recognizes and > says it installs however, while systemctl start guacd works fine and > systemctl

Re: guacd not starting on boot

2019-03-10 Thread Mike Jumper
You don't need a threaded reader - just choose the most relevant message and reply to that, as you would with any email conversation. - Mike On Sun, Mar 10, 2019, 17:39 Robert Dinse wrote: > > Sorry I am not precisely good at remembering what I put in the > starting > line. You might

Re: guacd not starting on boot

2019-03-10 Thread Robert Dinse
Sorry I am not precisely good at remembering what I put in the starting line. You might use a threaded mail reader, not everyone, including myself, does. -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet Access, Shell

Re: guacd not starting on boot

2019-03-10 Thread Mike Jumper
Robert, please stop recreating your threads with new subject lines. It splits the conversation unnecessarily when the topic is not changing. For anyone encountering this thread, please see the original thread titled "guacd startup":

guacd not starting on boot

2019-03-10 Thread Robert Dinse
I have guacd installed, built with the --with-systemd flag and it does not install a systemd file but an initd file which systemd recognizes and says it installs however, while systemctl start guacd works fine and systemctl enable guacd indicates it did the right thing, it does not start

Re: guacd startup

2019-03-10 Thread Robert Dinse
I gave it --with-systemd but when I enable it I still get: systemctl enable guacd guacd.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable guacd And systemctl status guacd still shows: ● guacd.service - LSB:

Re: guacd startup

2019-03-10 Thread Lev Dubinets
This looks like an init.d script, not a systemd unit. My understanding was that the --with-systemd flag should make guacd install an actual systemd unit. From: Robert Dinse Sent: Saturday, March 9, 2019 11:51 PM To: user@guacamole.apache.org Subject: Re: guacd