Everything posted by huladaddy
-
logs reporting disk is full when it is not
If I made space by deleting files, how could I go about balancing?
-
logs reporting disk is full when it is not
Thanks for the advice. Is there any way to balance the free space across all the drives?
-
logs reporting disk is full when it is not
I have some new information. I can see that 3 of my physical drives are actually filling up. All of my shares are set to high-water and automatically split directories. diagnostics-20210819-1324.zip
-
logs reporting disk is full when it is not
I have begun getting errors related to my disk being full. binhex-sabnzbdvpn: tee: /config/supervisord.log: No space left on device Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/supervisor/loggers.py", line 102, in emit self.stream.write(msg) OSError: [Errno 28] No space left on device JellyFin: [16:49:57] [FTL] [1] Main: Error while starting server. Full: SQLitePCL.pretty.SQLiteException: database or disk is full Because of this error, JellyFin no longer runs. but this is what my filesystems look like: Filesystem Size Used Avail Use% Mounted on /dev/loop2 20G 9.6G 9.8G 50% / tmpfs 64M 0 64M 0% /dev tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup shm 64M 0 64M 0% /dev/shm shfs 53T 53T 299G 100% /tv /dev/loop2 20G 9.6G 9.8G 50% /etc/hosts tmpfs 3.8G 0 3.8G 0% /proc/acpi tmpfs 3.8G 0 3.8G 0% /sys/firmware and this is what my docker volume looks like: Label: none uuid: 717af81f-c683-4ca7-98de Total devices 1 FS bytes used 9.12GiB devid 1 size 20.00GiB used 13.52GiB path /dev/loop2 What is going on? What is causing these errors?
-
[Support] Linuxserver.io - Jellyfin
I just started getting the following: [22:11:55] [FTL] [1] Main: Error while starting server. Full: SQLitePCL.pretty.SQLiteException: database or disk is full but this is what my filesystems look like: Filesystem Size Used Avail Use% Mounted on /dev/loop2 20G 9.6G 9.8G 50% / tmpfs 64M 0 64M 0% /dev tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup shm 64M 0 64M 0% /dev/shm shfs 53T 53T 299G 100% /tv /dev/loop2 20G 9.6G 9.8G 50% /etc/hosts tmpfs 3.8G 0 3.8G 0% /proc/acpi tmpfs 3.8G 0 3.8G 0% /sys/firmware and this is what my docker volume looks like: Label: none uuid: 717af81f-c683-4ca7-98de Total devices 1 FS bytes used 9.12GiB devid 1 size 20.00GiB used 13.52GiB path /dev/loop2 Any thoughts?
-
[Support] binhex - SABnzbdVPN
docker.img is mounted read/write. I have a bunch of other containers that are working just fine. This is the error I see inside Sabnzbd: Saving /config/admin/postproc2.sab failed
-
[Support] binhex - SABnzbdVPN
Anyone?
-
[Support] binhex - SABnzbdVPN
I started receiving this message: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/supervisor/loggers.py", line 102, in emit self.stream.write(msg) OSError: [Errno 28] No space left on device I'm assuming this is writing to /config. df is reporting that /config is 100% full, but there is still over 200 GB free on that mount. No other mounts are full.
-
[Support] Linuxserver.io - Sickchill
The update that came out today fixed the issue.
-
[Support] Linuxserver.io - Sickchill
Just update my SickChill container to the latest version and now it is not booting. I am getting this error: File "/usr/bin/SickChill.py", line 5, in <module> from SickChill.SickChill import start File "/usr/bin/SickChill.py", line 5, in <module> from SickChill.SickChill import start ModuleNotFoundError: No module named 'SickChill.SickChill'; 'SickChill' is not a package
-
[Support] Linuxserver.io - Booksonic
Virtually the same as I am using. I can get there locally without going through the reverse proxy. What am I missing? # make sure that your dns has a cname set for booksonic and that your booksonic container is not using a base url server { listen 443 ssl; listen [::]:443 ssl; server_name audiobooks.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; # enable for Authelia #include /config/nginx/authelia-server.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /ldaplogin; # enable for Authelia #include /config/nginx/authelia-location.conf; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app booksonic-air; set $upstream_port 4040; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } } I figured this out. Had Network Type set to Bridge instead of Custom: proxynet
-
[Support] Linuxserver.io - Booksonic
I can't seem to get booksonic-air working behind a nginx reverse proxy. I am using a .conf modeled after the airsonic .conf that is working fine for me. I just get a 502 Bad Gateway.
-
[Support] Linuxserver.io - Nextcloud
Could really use some assistance. Does anyone have any ideas of what is going on?
-
[Support] Linuxserver.io - Nextcloud
Just tried to launch the webui and got this message: Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the server log. This is all that is in the container log: ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: 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] 70-aliases: executing... [cont-init.d] 70-aliases: exited 1. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Not sure what went wrong or where to go from here.
-
[Support] binhex - DelugeVPN
Forgive me for asking here, I know this isn't specifically a DelugeVPN question... After deluge downloads a file, it's owner is nobody/users. Perfect. After processing, couchpotato is able to delete leftovers. But, if I use a file manager like spacefm and move a download manually, its owner gets changed to the user running spacefm, and then couchpotato is no longer able to remove files. What is the best solution to allow me to move files logged in as another user, and still have couchpotato be able to delete files?
-
[Deprecated] Linuxserver.io - CouchPotato
General CouchPotato question: Is there a way during the renamer process to grab all video files in the "From" directory other than the actual movie file and move them into a directory called "Extras" in the "To" directory?
-
[Support] Linuxserver.io - Booksonic
Great idea. Worked like a charm. The only thing I would add is that if you already have a Booksonic container and are planning on keeping it alongside Booksonic-Air, make sure you define a new config file, perhaps booksonic-air.
-
[Support] Linuxserver.io - Booksonic
Does anyone know if Booksonic Air is going to make it to Unraid?The Booksonic Air docker container was just released by Linuxserver.io https://hub.docker.com/r/linuxserver/booksonic-air
-
[Support] Linuxserver.io - Sickchill
Out of the blue, I am getting this error: python: can't open file '/app/sickchill/SickBeard.py': [Errno 2] No such file or directory I see a file called SickChill.py. Should this file be run instead? How do I make the change?
-
[Support] binhex - DelugeVPN
Thanks @binhex. I figured that out on my own and it worked. Can you explain why that happened? Anything to be concerned about?
-
[Support] binhex - DelugeVPN
Had a strange one today. Woke up to find that my container is stopped and it shows up as an "orphan image". What do I do to get it up and running again?
-
[Support] binhex - DelugeVPN
Can you please explain this in more detail. Thanks.
-
[Support] binhex - DelugeVPN
OK. My problem possibly seems to be Deluge related. Ever since the PIA endpoint issues, my existing downloads are stuck. Newly added torrents download without issue, but my old downloads are stuck at the position they were in when I started trying different endpoints. Any ideas on how to get my downloads "unstuck"?
-
[Support] binhex - DelugeVPN
Does anyone have a working endpoint configuration for PIA? I can't get Deluge to resume any of my downloads with any of the PIA endpoints that support port forwarding.
-
[Support] binhex - DelugeVPN
Because of the PIA issues, I have tried changing endpoints over the last few days. One thing I have noticed is that previously started torrents have simply stopped at various stages of progress and they will not continue even after restarting Deluge. However, newly added downloads do seem to work fine. Is this related to the PIA issues? Is there a way to resume the stuck downloads?