Everything posted by Taddeusz
-
[Support] jasonbean - Apache Guacamole
Are you using the image with or without MariaDB? Unless you’ve set up and manually initialized a separate MariaDB or MySQL database you should be using the image with MariaDB.
-
Tips and Tweaks page
I like the new changes for the CPU Power Saving settings. It would be nice to have optional weekday/weekend scheduling
-
[Support] jasonbean - Apache Guacamole
Unfortunately for those who need the SSH fix I really agree with you. If they've already converted the server from Debian to Alpine they'll probably end up converting the client. I would hope so anyway as I believe Alpine uses a different type of binary executable. Guacamole 1.5.0 should come out in January if they follow their previous release history.
-
[Support] jasonbean - Apache Guacamole
Sorry, no. I'm still trying to make time to get a pre-release set up. It's more involved since I'll have to build the server and it's now based on Alpine instead of Debian. The guacd server is the most important part of the ssh problem and currently the main builds just use their pre-built server from Docker Hub.
-
[Support] jasonbean - Apache Guacamole
I discovered this the hard way. If you’re using a PIN number or other type of Windows Hello login. Disable that form of login, logout, then log back in with your Microsoft account’s password. After that you should be able to use RDP with your Microsoft account. You can reenable the alternative login method.
-
[Support] jasonbean - Apache Guacamole
Sorry, I haven’t released a 1.5 alpha/beta yet. I’ve been quite busy in my day job.
-
[Support] jasonbean - Apache Guacamole
https://forums.unraid.net/topic/54855-support-jasonbean-apache-guacamole/?do=findComment&comment=1151257
-
My Servers Flash Backup Causing Constant Disk Activity
I've been seeing near constant disk activity since last night. I opened the logs and noticed the following line over and over again: unRAID flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup update I disabled flash backups and things seem to have gone back to normal. unraid-diagnostics-20220812-0902.zip
-
[Support] jasonbean - Apache Guacamole
Thank you for pointing this out. I've pushed a change to add that variable to both templates.
-
Docker Image Continuously Growing
After deleting my CUPS container my docker.img usage went from 73% to 38% of 40GB. I guess it's the reason I had to grow my docker.img file so large.
-
Docker Image Continuously Growing
@primeval_god My container was over 4 years old. I hadn't updated it. Not going to worry about updating it. There were continuous Python errors in the log. I replaced it with a different container that already has a driver for my printer. The only reason I need it is for printing to a printer that doesn't have built-in iOS printer support.
-
Docker Image Continuously Growing
I think I figured it out. It looks like my custom CUPS container is producing thousands of tmp files. It's up to 14GB.
-
Docker Image Continuously Growing
@primeval_god Thank you. That will at least give me a baseline that I can start from.
-
Docker Image Continuously Growing
I went on vacation last week and about half way through I started getting notifications that my docker.img had increased over 70% and has continued growing. It's now up to 73%. I'm not sure how to figure out which of my Docker applications is causing this? unraid-diagnostics-20220725-0803.zip
-
[Support] jasonbean - Apache Guacamole
Unraid 6.10 updated the version of libssh that deprecated certain key types. Guacamole 1.4 still tries to use them. This should be fixed in the development version of Guacamole. When I get back from vacation I will try and produce an alpha version based on the latest code from GitHub.
-
[Support] jasonbean - Apache Guacamole
I am on vacation right now for my brother’s wedding. When I get back I will try and put out a beta version of 1.5. I believe they’ve addressed the ssh issue after the 1.4 release in January but I’d have to do testing to verify that.
-
[Support] jasonbean - Apache Guacamole
Im not sure. RDP with Linux has always been hit or miss for me.
-
Authentik: How to Install with Docker and Why You Should
I've got Authentik set up and accessible through my domain. I'm currently using linuxserver's Swag Docker with Vouch and Keycloak for authentication/authorization. I'm not seeing any guides on how to integrate Authentik with Swag. It appears as if Authentik should replace both Vouch and Keycloak so I'm trying to figure out how to implement it through Swag. Maybe I need to read the docs. I set up a proxy provider and an application and outpost. I took the nginx standalone code and put the "/" location code into a file to include in the application's location and put the other server block code into a separate file to include outside the app's location blocks. When I browse to my application I just get a 500 error. Any ideas?
-
[Support] jasonbean - MongoDB
I've been having similar problems with my NextCloud container. You may need to set it up with Docker Compose so you can set the container's PUID and PGID since it doesn't have the parameters to set those in the container itself. https://www.bmc.com/blogs/mongodb-docker-container/
-
Boot Order Messed Up
@ghost82 Thank you. I'm sure that was set before I just forgot about it.
-
Boot Order Messed Up
I recently upgraded my CPU and then modified the CPU pinning for my VM. Ever since then the boot order is messed up and it goes straight to the OVMF UEFI shell. I try modifying the boot order but it never sticks and just switches back to having the UEFI shell first. I have two physical drives passed through, a PCIE NVME and a SATA drive. The NVME is the OS drive. How can I fix the boot order?
-
[Support] A75G Repo
I figured this out. If anyone else has this problem it appears the endpoint addresses changed between releases.
-
[Support] A75G Repo
My Keycloak docker updated last night and now I'm getting "We Are Sorry Page Not Found" when I try to login to my realm. I can get to the Master realm and login to manage it but nothing I do fixes my other realm.
-
[Support] jasonbean - Apache Guacamole
They’ve been doing annual major version releases so probably not till January or February next year. I will try and experiment when I can. I can’t really promise a timeline.
-
6.10 RC4 OpenSSH RSA Deprecated
It appears that the version of OpenSSH included in 6.10 RC4 has deprecated negotiation with an RSA key. I have a user of my Guacamole container who can't get it to connect to their Unraid server. The current 1.4.0 version of Guacamole uses libssh2-1 version 1.8.0-2.1. For their upcoming version probably being released next year has switched to using Ubuntu 21.10 and it has version 1.9.0-3 of the libssh2-1 library. Apparently the latest version is 1.10.0. I'm unsure which version of the library will be necessary to be able to negotiate successfully with 6.10? https://forums.unraid.net/topic/54855-support-jasonbean-apache-guacamole/?do=findComment&comment=1110465