Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

erdius

Members
  • Joined

  • Last visited

Everything posted by erdius

  1. erdius replied to Waseh's topic in Plugin Support
    Nothing, it just hangs
  2. erdius replied to Waseh's topic in Plugin Support
    I'm having similar issues. Running this command works fine and it downloads but when i try to update plugin i get No internet - Skipping download and using existing archives Archive: /boot/config/plugins/rclone/install/rclone-current.old.zip creating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/ inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone.1 inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.txt inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.html extracting: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/git-log.txt Copy failed - is rclone running? plugin: run failed: /bin/bash retval: 1 obviously i have internet as the curl statement worked. anything I might be doing wrong?
  3. You should remove the "-it" otherwise you will get a TTY error
  4. I don't have NFS enabled in those settings. I attempted to reboot and got a shutdown cannont execute /sbin/init error, so I fixed that with chmod and rebooted and it seems to be ok now. I'll circle back if the issue comes up again. tower-diagnostics-20180903-1339.zip
  5. I am using unraid to smb mount a share from my solus linux desktop. It was working fine but this morning I'm getting a stale file handle? Every post I've read deals with NFS but I am not using NFS, just samba. I've tried unmounting and remounting the share but it still gives the same error /bin/ls: cannot access 'solus': Stale file handle
  6. EDIT: Fixed it, saw a post by bengele. I had to sudo chmod 644 custom.cnf and it started working again. Grrr. thanks bengele! ------------------------------------------------------------------------------------------------------ This was working fine forever but just noticed that I'm getting an Internal server error now. the only thing i may have done is joined my unraid to a domain. I also went to tools/new permissions and fixed permissions after. Any help? Log is clean, I don't have a clue what to even look for. I was able to initially get the login screen up, so I put in user/pass and then that's when I got the internal error page. ls -lah /mnt/user drwxrwxrwx+ 1 nobody users 140 Nov 4 2017 Nextcloud/ Heres the error I get when going to nextcloud Internal Server Error The server was unable to complete your request. If this happens again, please send the technical details below to the server administrator. More details can be found in the server log. From the docker LOG Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 50-install: executing... [cont-init.d] 50-install: exited 0. [cont-init.d] 60-memcache: executing... [cont-init.d] 60-memcache: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] syncing disks. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 10-adduser: executing... usermod: no changes
  7. Strange, my IOS app just got same error today. Same symptoms, web works fine, app was working last time I checked a few days ago but now it's timing out.
  8. I'm Getting a "Conversion failed. Transcoder crashed or failed to start up" error. The file is just a mkv movie But...only on the my Apple TV 4k, if I play the same file in the plex app on my Mac it works fine, if I play the same file on my iphone it plays fine. It's only the appletv that is not working, anyone know whats up with that?
  9. I'm getting the following error after trying to login to my nextcloud. This was all working sometime last week, I don't believe I changed anything. Ports 80 and 443 are forwarded from my router EDIT: Ended up just blowing it up and re-doing and all is working now. 2018/02/22 08:11:15 [error] 385#385: *9699 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.2.1, server: mydomain.com, request: "GET /status.php HTTP/1.1", upstream: "https://192.168.2.10:444/status.php", host: "mydomain.com" server { listen 443 ssl; server_name mydomain.com; root /config/www; index index.html index.htm index.php; ###SSL Certificates ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ###Diffie–Hellman key exchange ### ssl_dhparam /config/nginx/dhparams.pem; ###SSL Ciphers ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-$ ###Extra Settings### ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ### Add HTTP Strict Transport Security ### add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; client_max_body_size 0; location / { proxy_pass https://192.168.2.10:444/; proxy_max_temp_file_size 4096m; include /config/nginx/proxy.conf; } }
  10. How are you getting cloudberry to backup to google drive? I thought it was unsupported?
  11. so, I bought a subsonic a super long time ago when they were cheap. is there any advantage to running airsonic if I have a subsonic license?
  12. looks like version 13 is out, I've never updated before, will there be an updated docker container or should I attempt to update in app?
  13. I tried and tried but could never get it working so I swapped roles, I now have unraid as my main server and I backup with cloudberry to the synology. Better for me this way as my server has way more horsepower.
  14. It times out. same error 502 bad gateway thanks, that tipped me off, i was just in that file earlier and had the wrong ip above, a zero got deleted somehow. fixed and up and running again.
  15. server { listen 443 ssl; server_name nextcloud.mydomain.org; root /config/www; index index.html index.htm index.php; ###SSL Certificates ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ###Diffie–Hellman key exchange ### ssl_dhparam /config/nginx/dhparams.pem; ###SSL Ciphers ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-$ ###Extra Settings### ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ### Add HTTP Strict Transport Security ### add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; client_max_body_size 0; location / { proxy_pass https://192.168.1.1:444/; proxy_max_temp_file_size 4096m; include /config/nginx/proxy.conf; } } thanks. config hasn;t changed. it's like it's being ignored though. Port 444 is nextcloud
  16. i've tried rebooting both to no effect. I only have nextcloud running so no other apps to check. so frustrating, it was working fine for like 6 months and now it's broken.
  17. nothing in the logs, just this when I go to my public ip. everything was normal up until a couple days ago 502 Bad Gateway nginx/1.12.2
  18. same thing happening to me, letsencrypt seems to be working but my nextcloud is not working at all anymore and I'm not sure why. Both http and https are open and forwarded to letsencrypt I'm getting a 502 bad gateway error now whereas before it was working flawlessly
  19. I'm also having issues contacting GitHub.com and my rescans are just freezing up and not completing. I am getting the error even after updating the CA Fix common problems plugin. Unable to communicate with GitHub.com. I can successfully ping GitHub from other network machines but not my unraid rig In fact when I go to the plugins tab it just churns and gets stuck at Please wait, retrieving and updating plugin information ... Jan 2 09:01:31 Tower nginx: 2018/01/02 09:01:31 [error] 10227#10227: *350108 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.2.101, server: , request: "POST /plugins/fix.common.problems/include/fixExec.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.2.10", referrer: "http://192.168.2.10/Settings/FixProblems" EDIT: fixed, it was my pfsense firewall rule
  20. haha, np, works now, thx!
  21. Installed but it opens up Sonarr?
  22. I can't seem to backup a certain share, it always fails. Anything I can check to make sure it gets backed up? this is back up to my local NAS.
  23. Just got it sorted out, for anyone else with this error check your server time, mine was off by 5 hours (which is whole other issue) and it all is good now.
  24. Duplicati was working fine for weeks but now all of a sudden I get a "The connection to the server is lost" I've tried restarting it but same error comes up

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.