Retrogamer137

Members
  • Posts

    10
  • Joined

  • Last visited

Retrogamer137's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Is there a known issue that the cloudflared tunnel is causing packetloss in games? Since I use this container instead of exposing my services with nginx proxy manager I have often packet loss in Hunt: Showdown. Still investigating this issue but it seems that the packet loss is gone when I stop the container. Logs of container seems not special.
  2. Same Problem here. I created a cronjob whith "docker restart swag" which restarts my swag every hour to avoid problems, but this sucks. Log of swag shows no problems. Using Let's Encrypt as the cert provider SUBDOMAINS entered, processing SUBDOMAINS entered, processing Sub-domains processed are: xxx E-mail address entered: xxx http validation is selected Certificate exists; parameters unchanged; starting nginx The cert does not expire within the next day. Letting the cron script handle the renewal attempts overnight (2:08am). [custom-init] No custom files found, skipping... [ls.io-init] done. Server ready
  3. Can confirm that. Pihole not working anymore. EDIT: Working again after last update.
  4. Hi guys, I missed some files I sent via email to get fetched from my paperless and it showed this in the mail log: Selecting folder INBOX Searching folder with criteria (SINCE 12-Sep-2022) Processing mail from [email protected] with 1 attachment(s) Skipping attachment 444545.pdf with content disposition inline EDIT (SOLUTION): It seems that Apple Mail (where I sent my stuf from) on iphone now only sends files inline, even PDFs. I had to say paperless to also grap the inline stuff in order to make it process the mails.
  5. EDIT: fixed it with adding --uid 1000 --gid 100 to the rclone script as this uid and gid is from the user I use to log in to the SMB share. Checked this with "id user" in the unraid cli. root@server:~# id user uid=1000(user) gid=100(users) groups=100(users) --------------------------- Hi all, my rclone mounts a encrypted google drive in /mnt/disks/crypt When the array starts I mount it automaticly with: rclone mount --allow-other --buffer-size 256M --dir-cache-time 720h --drive-chunk-size 512M --log-level INFO --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off --vfs-cache-mode writes crypt: /mnt/disks/crypt & With Unraid 6.9 I could read and write with my user account "user" on the windows share I created for this mount. But after Unraid 6.10 I can no longer write in the share. ls -ll tells me for the files in there drwxr-xr-x 1 root root But whatever I do with chown or chmod it does not change the rights. My SMB config is: #unassigned_devices_start #Unassigned devices share includes include = /tmp/unassigned.devices/smb-settings.conf #unassigned_devices_end #Clound Config [crypt] path = /mnt/disks/crypt comment = browseable = yes public = no valid users = user writable = yes guest ok = no read only = no vfs objects = #vfs_recycle_start #Recycle bin configuration [global] syslog only = Yes syslog = 0 logging = 0 log level = 0 vfs:0 #vfs_recycle_end Is there a way, maybe with a special mount parameter, that my user account can wirte again in the share?
  6. After updating to 6.10 i encountered problems with "some" docker containers having no rights to write in their own directory. But most of the contrainers work normally. For example my binhex-sabnzbdvpn wasn't able anymore to save its sabnzbd.ini till i manually set the sabnzbdvpn directory and its contents to 777 with chmod. Also had this problem when installing a totally new container "tasmodaadmin" ... the console only gave an error till i also manually 777 the tasmotaadmin directory. Then it worked with no problems. never had any problems of this kinds before in unraid. Is this a thing in 6.10 or some problem only I seem to have?
  7. Hi there, I'm using swag to reverse proxy to my nextcloud and some other dockers. Since I use a duckdns subdomain and therefore generate a wildcard certificate I can't open my "main domian" XXX.duckdns.org because this is not covered in the certificate anymore. Is there any way to redirect incoming traffic from XXX.duckdns.org to one of the new subsubdomains I created and which work like nextcloud.XXX.duckdns.org? Sorry if this question might me stupid, but I don't know much about this.
  8. Is there a way to activate php and htaccess support ?
  9. Is this not the support thread or is the plugin outdated?
  10. So I have to following problem with this plugin. I need an ftp share for my security cam to upload its footage. Using newest version of ProFTPd > 2020.03.10.1 Username: cam User Description: ftpuser /mnt/user/cam All works fine till suddenly the plugin seems to crash and the security cam writes to /home/cam/ instead of /mnt/user/cam. Since /home/cam/ is in RAM it keeps on writing till my RAM is full and then the unraid webinterface is not longer reachable due to "no space to write". The only solution so far is to manually delete the content of /home/cam via ssh to make the webinterface working again and after that restart the ProFTPd Plugin in the webinterface. It it possible that the plugin does not "survive" a stop and restart of the array? As a dirty solution I created a symlink of /mnt/user/cam in /home/cam that it also writes to the right place even if the plugin fails again.