huladaddy

Members
  • Posts

    184
  • Joined

  • Last visited

Everything posted by huladaddy

  1. Can anyone offer some guidance here, or am I better off starting a new thread?
  2. OK. Crap. Port forwarding rule removed. Next, is there a command I can issue to see whether anyone is currently connected like you have shown above. Lastly, now what?? How can I get a working system again?
  3. I have forwarded port 22. I don't recognize those external IP addresses. Did they connect to my machine? Should I do something about that? But, I don't feel that that addresses the problem I have of my webGUI not loading.
  4. Is anyone out there? I am dead in the water and would really appreciate some help. To reiterate the issue, I run headless. After upgrading to 6.9.1, I can no longer bring up the webGUI. I can ssh into the server successfully, but I don't know what to do from here. Why is the webGUI no longer available?
  5. Here you go. Thanks. undrobo-diagnostics-20210316-1437.zip BTW, the GUI I am referring to is the remote GUI. That GUI is no longer loading/accessible. The only thing I can do is access the machine through ssh. Any help would be greatly appreciated.
  6. I just recently updated to the latest 6.9.1 (from 6.8.something I think, it was not very old), and when I rebooted, the GUI did not come up. I am able to ssh into the server. Here are the troublesome looking lines from dmesg: db_root: cannot open: /etc/target blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 Help!
  7. 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
  8. 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.
  9. Could really use some assistance. Does anyone have any ideas of what is going on?
  10. 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.
  11. 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?
  12. 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?
  13. 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.
  14. 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
  15. 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?
  16. Thanks @binhex. I figured that out on my own and it worked. Can you explain why that happened? Anything to be concerned about?
  17. 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?
  18. Can you please explain this in more detail. Thanks.
  19. 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"?
  20. 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.
  21. 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?
  22. Yes, it's also included in the default configuration.
  23. Cool. Thanks for the link. So, the ebook-convert files are installed by default into /usr/bin. All I needed to do was to add "/usr/bin/ebook-convert" into the Path to convertertool. So far so good. The About page shows that the binary is recognized, and it displays the version number (4.14.0). Unfortunately, when I try to convert a book, the process fails and displays a "Failed" status on the Tasks page.
  24. Why does the URL for the WebUI contain "/airsonic"? i.e. http://192.168.1.10:4040/airsonic Is there a way to configure Airsonic to eliminate the need for the path? No other docker container I use has this requirement. It would be nice to be able eliminate it. Seems redundant when I access Airsonic through my reverse proxy with: http://airsonic.mydomain.com/airsonic
  25. Does anyone have this working? I would like to grab the executable from Calibre and toss it into my Calibre-Web instance like this poster is talking about, but it doen't work. It seems that ebook-convert has some dependencies.