I'm not sure exactly what is going on, but I have been able to get *most of guacamole working. MySQL (mariaDB) authentication, reverse proxy via nginx, etc. But I have one issue that is vexing me at this point, I am unable to upload any file bigger than a few bytes. When a 4 byte file succeeds, the ouput is given below: <http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/file/t1471/guacamole_my_sql_file_upload_success_a.png>
But if I try any file even slightly larger, it fails: In the log /var/log/syslog, I am getting a message (unable to open file "filename") <http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/file/t1471/guacamole_my_sql_file_upload_unsuccessful_a.png> I am running Ubuntu 20.04 with 1.2.0 which brings up another question because my guacamole installation reports version 1.1.0 (in the lower right hand corner of web login) but I installed from the 1.2.0 source from: https://downloads.apache.org/guacamole/1.2.0/source/guacamole-server-1.2.0.tar.gz I figured it might be a limit in /etc/nginx/nginx.conf but I changed to: client_max_body size 100M; I also changed the relevant portions of and added the same line there /etc/nginx/sites-available/default /etc/nginx/sites-available/nginx-guacamole-ssl Finally, I also changed a limit in: /var/lib/tomcat9/webapps/guacamole/WEB-INF/web.xml <multipart-config> <max-file-size>104857600</max-file-size> <max-request-size>104857600</max-request-size> </multipart-config> But it doesn't seem to be helping. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
