Re: Build Issue Troubleshooting

2023-11-06 Thread Sean Hulbert
options * You can try and use a token instead of a password. Also you can implement certificates with MySQL communication locally on the back-end. * You can also create a LUKS NFS and place the Guacamole.properties inside it to encrypt it at rest and the host system can use the

Re: Build Issue Troubleshooting

2023-11-06 Thread Nick Couchman
On Mon, Nov 6, 2023 at 10:06 AM Aero Tech wrote: > I'll give the MYSQL DB a shot. Anyway around the plain text passwords in > the guac.props and other config files? I saw something about MD5 hashes. > I've been researching a few things but not 100 percent sure what all the > guacamole config

Re: Build Issue Troubleshooting

2023-11-06 Thread Aero Tech
I'll give the MYSQL DB a shot. Anyway around the plain text passwords in the guac.props and other config files? I saw something about MD5 hashes. I've been researching a few things but not 100 percent sure what all the guacamole config files can handle as far as encryption. On Fri, Nov 3, 2023 at

Re: Build Issue Troubleshooting

2023-11-03 Thread Ivanmarcus
As Mark Li has also suggested my post was really just to give you some pointers as to how to get a working system, and from there you could modify it as you wanted. To answer some of your questions: I haven't used PostGres with Guacamole myself, so am unable to directly comment on

Re: Build Issue Troubleshooting

2023-11-03 Thread Aero Tech
My good sir Ivan Marcus, These directions are very helpful. I am wondering if you are able to send an example with PSQL if PSQL provides better performance? I am assuming every command should be run sudo? For this symbolic link portion below, what does that do exactly? ln -s

RE: Build Issue Troubleshooting

2023-11-03 Thread Mark Li
Tech Sent: Friday, November 3, 2023 9:53 AM To: user@guacamole.apache.org Subject: Re: Build Issue Troubleshooting I am not opposed to rebuilding on a different server. I believe I installed tomcat9 from apt because it was available. It looks like I can build guac on a separate server and remote

Re: Build Issue Troubleshooting

2023-11-03 Thread Aero Tech
using apt or did you build tomcat also? > > > > *From:* Aero Tech > *Sent:* Thursday, November 2, 2023 4:34 PM > *To:* user@guacamole.apache.org > *Subject:* Re: Build Issue Troubleshooting > > > > I got them from the apache guacamole site ( > https://downlo

RE: Build Issue Troubleshooting

2023-11-02 Thread Mark Li
Try using the prebuilt binaries and not compile from source. Did you install tomcat using apt or did you build tomcat also? From: Aero Tech Sent: Thursday, November 2, 2023 4:34 PM To: user@guacamole.apache.org Subject: Re: Build Issue Troubleshooting I got them from the apache guacamole site

Re: Build Issue Troubleshooting

2023-11-02 Thread Ivanmarcus
It's difficult to provide assistance without knowing more about your environment, but it appears you're using Ubuntu as your OS? Unless you've got a specific need you shouldn't need to write your own daemons, nor install maven. In case it helps, here are some notes on a simple step-by-step

Re: Build Issue Troubleshooting

2023-11-02 Thread Aero Tech
8 PM > *To:* user@guacamole.apache.org > *Subject:* Re: Build Issue Troubleshooting > > > > Ubuntu22 the build is tomcat9 and guac 1.5.3 > > > > On Thu, Nov 2, 2023 at 4:10 PM Mark Li wrote: > > What’s the O/S? > > > > *From:* Aero Tech >

RE: Build Issue Troubleshooting

2023-11-02 Thread Mark Li
<mailto:user@guacamole.apache.org> Subject: Re: Build Issue Troubleshooting That is the weird thing it won't create any logs in the guacamole log location even though I specified it in guacamole.properties. From what I read I should be able to get the 2fa working without the duo extension if the 2fa SRVR

Re: Build Issue Troubleshooting

2023-11-02 Thread Aero Tech
Ubuntu22 the build is tomcat9 and guac 1.5.3 On Thu, Nov 2, 2023 at 4:10 PM Mark Li wrote: > What’s the O/S? > > > > *From:* Aero Tech > *Sent:* Thursday, November 2, 2023 2:51 PM > *To:* user@guacamole.apache.org > *Subject:* Re: Build Issue Troubleshooting > &g

RE: Build Issue Troubleshooting

2023-11-02 Thread Mark Li
What’s the O/S? From: Aero Tech Sent: Thursday, November 2, 2023 2:51 PM To: user@guacamole.apache.org Subject: Re: Build Issue Troubleshooting That is the weird thing it won't create any logs in the guacamole log location even though I specified it in guacamole.properties. From what I read I

Re: Build Issue Troubleshooting

2023-11-02 Thread Michael Jumper
On 11/2/2023 11:51 AM, Aero Tech wrote: That is the weird thing it won't create any logs in the guacamole log location even though I specified it in guacamole.properties. Specified what? There is no configuration property for log location in guacamole.properties. From what I read I should

Re: Build Issue Troubleshooting

2023-11-02 Thread Aero Tech
That is the weird thing it won't create any logs in the guacamole log location even though I specified it in guacamole.properties. From what I read I should be able to get the 2fa working without the duo extension if the 2fa SRVR is handling LDAPS. It can do LDAPS or RADIUS. I've added both into

RE: Build Issue Troubleshooting

2023-11-02 Thread Mark Li
Do the guac log files show any errors? Accesses from the browser? Is there a message saying unauthorized? From: Aero Tech Sent: Thursday, November 2, 2023 12:54 PM To: user@guacamole.apache.org Subject: Build Issue Troubleshooting Team, I am stuck on a build and cannot seem to get in with

Re: Build Issue Troubleshooting

2023-11-02 Thread Michael Jumper
On 11/2/2023 9:53 AM, Aero Tech wrote: Team,  I am stuck on a build and cannot seem to get in with the generic username and password even after removing all auth methods in guacamole.properties username and password still show up and nothing authenticates. There is probably something wrong