odje

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by odje

  1. For Rustdesk, does the -r rustdesk.example.com:21117 parameter need to be added "Rust Desk Server Parameters"? I'm using this as an example: https://github.com/rustdesk/rustdesk-server/blob/master/docker-compose.yml
  2. My container is still stuck on v5.10. Is there something wrong on my end or do the new container images still using version 5.10?
  3. Latest update to image on 20th Jan 2021 has changed the variable name from UMASK_SET to UMASK Revised Screenshot:
  4. I got it working. Need to add Variable UMASK_SET. I used a value of 011. Screenshot attached.
  5. I got the same problem. Any help would be appreciated. I've added the variable via the container setup gui, however the variable appears to be being ignored.
  6. I've just made a new Unraid Server, fresh install and I noticed this error during install of recycle bin plug in. Any help on resolving this issue would be greatly appreciated. root: Warning: file_put_contents(/boot/config/plugins/recycle.bin/config/smb-extra.conf): failed to open stream: No such file or directory in Standard input code on line 7
  7. My first script. Slightly improved/different version that is run on array stopping and zipped. Would be nice if there's a shutdown event instead. #!/bin/bash #description=Zips the syslog to flash #name=Syslog Backup cp /var/log/syslog syslog.txt mkdir -p /boot/logs FILENAME="/boot/logs/syslog-$(date +%y%m%d-%H%M)" zip $FILENAME syslog.txt rm syslog.txt
  8. My monitor doesn't wake up after S3 sleep. The monitor just stays in standby. This didn't happen before. Not sure which update broke it. Does anyone have any ideas on how to fix this? I have tried two different video cards now, and both have the same problem.