-
[Plugin] DVB-Driver
It‘s working as expected. Thank you, ich777!
-
[Plugin] DVB-Driver
I am also suspicious about it. I did write an email to TBS asking for official 6.18.x support.
-
[Plugin] DVB-Driver
There is a new installation method reported at https://github.com/tbsdtv/linux_media/issues/424 curl -sSf https://www.tbsdtv.com/download/document/linux/drv-tbs.sh | shThe actual latest driver is downloaded from another source within the script. Could this driver packaged with you plugin somehow? Did anyone test it on unraid?
-
Apache Guacamole
Yeah exactly. That‘s the one I copied manually.
-
Apache Guacamole
Yes, after upgrading to latest docker image I did see no postgresql*.jar file anymore in /config/guacamole/lib folder. I did not change any settings. I am using the following environment, path settings: OPENID_AUTHORIZATION_ENDPOINT=<removed> OPENID_REDIRECT_URI=<removed> JSON_SECRET_KEY=<removed> DATABASE_NAME=guacamole DATABASE_PASSWORD=<removed> DATABASE_HOSTNAME=192.168.20.54:5432 OPENID_CLIENT_ID=<removed> HOST_HOSTNAME=<removed> TCP_PORT_8080=8088 HOST_CONTAINERNAME=Guacamole OPENID_ISSUER=<removed> EXTENSION_PRIORITY=postgresql, openid DATABASE_USERNAME=guacamole OPENID_JWKS_ENDPOINT=<removed> TZ=Europe/Berlin HOST_OS=Unraid PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=C.UTF-8 LD_LIBRARY_PATH=/opt/guacamole/lib HOME=/config GUACAMOLE_HOME=/config/guacamole GUACD_LOG_LEVEL=info PUID=99 PGID=100 /mnt/cache/appdata/guacamole/config -> /config /mnt/cache/appdata/guacamole/recordings -> /var/lib/guacamole/recordings/mnt/user/appdata/guacamole# . ├── config │ ├── guacamole │ │ ├── extensions │ │ │ ├── 1-guacamole-auth-sso-openid.jar │ │ │ ├── guacamole-auth-jdbc-postgresql.jar │ │ │ └── guacamole-history-recording-storage.jar │ │ ├── guacamole.properties │ │ ├── lib │ │ │ └── postgresql-42.7.10.jar │ │ └── user-mapping.xml │ └── log │ ├── supervisord.log │ ├── tomcat │ │ ├── catalina.2026-03-08.log │ │ ├── catalina.2026-03-11.log │ │ ├── catalina.2026-03-13.log │ │ ├── catalina.out │ │ ├── host-manager.2026-03-08.log │ │ ├── host-manager.2026-03-11.log │ │ ├── host-manager.2026-03-13.log │ │ ├── localhost.2026-03-08.log │ │ ├── localhost.2026-03-11.log │ │ ├── localhost.2026-03-13.log │ │ ├── localhost_access_log.2026-03-08.txt │ │ ├── localhost_access_log.2026-03-09.txt │ │ ├── localhost_access_log.2026-03-10.txt │ │ ├── localhost_access_log.2026-03-11.txt │ │ ├── localhost_access_log.2026-03-12.txt │ │ ├── localhost_access_log.2026-03-13.txt │ │ ├── manager.2026-03-08.log │ │ ├── manager.2026-03-11.log │ │ └── manager.2026-03-13.log │ └── tomcat.log └── recordingsI think the download trigger for postgre*.jar is not started correctly. I did quickly check your code at: https://github.com/cleao01/UnraidDockerGuacamole/blob/main/image/etc/firstrun/firstrun.sh#L261. The else case on line 261 is no else case. It should run in my opinion if extension priority postgresql is set and if no postgresql*.jar file is in /config/guacamole/lib. Do you think so also?
-
Apache Guacamole
Hi @Cabé , The latest update to 1.0.4 bricked the functionality with postgreSQL. Reason is that the lib folder is now empty and no file for postgresql exist: https://jdbc.postgresql.org/download/postgresql-42.7.10.jar You might remember that I stored this file manually and you suggested to put postgresql to my extension-priority. I did already do that before running the upgrade. My guacamole.properties file looks as follows: guacd-hostname: localhost guacd-port: 4822 extension-priority: postgresql, openid postgresql-hostname: 192.168.20.54 postgresql-port: 5432 postgresql-database: <db details hidden> postgresql-username: <db details hidden> postgresql-password: <db details hidden> openid-authorization-endpoint: <id details hidden> openid-jwks-endpoint: <id details hidden> openid-issuer: <id details hidden> openid-client-id: <id details hidden> openid-redirect-uri: <id details hidden>I think there is a bug which does not put the latest postgresql jar file to the lib folder. Maybe you know how to fix it.
-
Apache Guacamole
Ok i figured it out: you can now use the user/pass combination of your mac user instead of the legacy vnc password. iIt is also described in a bug report: https://issues.apache.org/jira/browse/GUACAMOLE-1133
-
enabler started following Apache Guacamole
-
Apache Guacamole
Hi Cabé, I am wondering if the internal guacd supports VNC connections to Mac OS with password only. Where can I check if that is present or which log shows me what could be wrong?
-
Apache Guacamole
Hi @Cabé , hi everyone, Thanks for the unraid docker image. I setup mine with external postgreSQL server. When you want to do this also, remember to place the following jar-library to the lib folder: wget https://jdbc.postgresql.org/download/postgresql-42.7.10.jar
-
-
rsync Incremental Backup
Thank you @mgutt. Script is running fine so far.
-
rsync Incremental Backup
The hardlink check failed at my side. Error is: Your destination does not support hardlinks! I upgraded from 0.6 version to 1.4. That's why I started with an empty backup. My setup is as follows: Empty BRTS formatted hard disk at /mnt/disks/W301C86A (mounted by UD) backup_jobs=( # source # destination "/mnt/user/archive" "/mnt/disks/W301C86A" "/mnt/user/appdata" "/mnt/disks/W301C86A" ) Other settings have default values Do I have to add a subfolder for each destination? Any other suggestion?
enabler
Members
-
Joined
-
Last visited