Re: SEL Related Issue with Enabling guacd

2020-05-06 Thread Zer0Cool
Sorry just a typo, the file name was correct. As explained, 100% sure its an SEL context issue which I worked out the command to resolve. Just not sure why the context was not properly set on it. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: SEL Related Issue with Enabling guacd

2020-05-05 Thread Grigory Trenin
Hi Zer0Cool, Is it exactly the message you get or just a typo? >> "failed to enable unit: unit file guacd.serviuce does not exist." Note there is an extra "u" letter in the unit filename. Grigory ср, 6 мая 2020 г. в 02:40, Zer0Cool : > OS: CentOS 8.1 (fresh minimal install) > Guac: 1.1.0

Re: SEL Related Issue with Enabling guacd

2020-05-05 Thread Zer0Cool
Absolutely do. Here is the actual code (as it is currently): # Enable/Start Tomcat and Guacamole Services { systemctl daemon-reload systemctl enable tomcat systemctl restart tomcat systemctl enable guacd systemctl restart guacd systemctl status

Re: SEL Related Issue with Enabling guacd

2020-05-05 Thread Nick Couchman
On Tue, May 5, 2020 at 7:40 PM Zer0Cool wrote: > OS: CentOS 8.1 (fresh minimal install) > Guac: 1.1.0 > > I unpacked guacamole, setup tomcat 9.0.34, etc. I get to the point I need > to > `systemctl enable guacd` to enable the guacd service and it fails with a > message like: > > After installing

SEL Related Issue with Enabling guacd

2020-05-05 Thread Zer0Cool
OS: CentOS 8.1 (fresh minimal install) Guac: 1.1.0 I unpacked guacamole, setup tomcat 9.0.34, etc. I get to the point I need to `systemctl enable guacd` to enable the guacd service and it fails with a message like: "failed to enable unit: unit file guacd.serviuce does not exist." I `ls -al