Jump to content

waymon

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by waymon

  1. What repo should we be using? vaultwarden/server:latest. - ? I'm running Version 2022.12.0 when I logging to the gui I see that at the bottom.
  2. Damn. Looks like I might take a chance on the 13600k instead of the 12600k.....reports are looking positive.... Same socket so could always sell the 13gen and go back to 12 gen... hmm...considerations...
  3. I have over 1000 torrents. I’d like to sort by “added” but without having to scroll to the bottom. Can you add “reverse added” ? thanks
  4. Thanks. The extra lines was it. Appreciate the help! Looking forward to using this.
  5. I created a custom network but neither my deluge or storm container would start. They would just fail. I changed it to the IP and now I am getting this error below. Why is it trying to connect to .103:60937 ? Where is it getting those numbers? 2022-10-31T14:04:50.568Z INFO api storm/server.go:93 Ready to serve HTTP connections on :8221/ 2022-10-31T14:04:58.859Z ERROR pool storm/pool.go:217 Failed to establish Deluge RPC connection {"error": "RPC error BadLoginError('Password does not match')\nTraceback: Traceback (most recent call last):\n File \"/usr/lib/python3.10/site-packages/deluge/core/rpcserver.py\", line 275, in dispatch\n ret = component.get('AuthManager').authorize(*args, **kwargs)\n File \"/usr/lib/python3.10/site-packages/deluge/core/authmanager.py\", line 121, in authorize\n raise BadLoginError('Password does not match', username)\ndeluge.error.BadLoginError: Password does not match\n"} 2022-10-31T14:04:58.859Z ERROR api storm/api.go:206 Internal Server Error {"Method": "GET", "URL": "/api/plugins", "RemoteAddr": "10.0.44.103:60937", "Time": "2022-10-31T14:04:58.827Z", "StatusCode": 500, "ResponseSize": 103, "Duration": "32.771232ms", "error": "A connection to the Deluge RPC daemon could not be established by the connection pool"} 2022-10-31T14:05:35.647Z ERROR pool storm/pool.go:217 Failed to establish Deluge RPC connection {"error": "RPC error BadLoginError('Password does not match')\nTraceback: Traceback (most recent call last):\n File \"/usr/lib/python3.10/site-packages/deluge/core/rpcserver.py\", line 275, in dispatch\n ret = component.get('AuthManager').authorize(*args, **kwargs)\n File \"/usr/lib/python3.10/site-packages/deluge/core/authmanager.py\", line 121, in authorize\n raise BadLoginError('Password does not match', username)\ndeluge.error.BadLoginError: Password does not match\n"} 2022-10-31T14:05:35.647Z ERROR api storm/api.go:206 Internal Server Error {"Method": "GET", "URL": "/api/plugins", "RemoteAddr": "10.0.44.103:60956", "Time": "2022-10-31T14:05:35.636Z", "StatusCode": 500, "ResponseSize": 103, "Duration": "10.539642ms", "error": "A connection to the Deluge RPC daemon could not be established by the connection pool"} 2022-10-31T14:09:24.064Z ERROR pool storm/pool.go:217 Failed to establish Deluge RPC connection {"error": "RPC error BadLoginError('Password does not match')\nTraceback: Traceback (most recent call last):\n File \"/usr/lib/python3.10/site-packages/deluge/core/rpcserver.py\", line 275, in dispatch\n ret = component.get('AuthManager').authorize(*args, **kwargs)\n File \"/usr/lib/python3.10/site-packages/deluge/core/authmanager.py\", line 121, in authorize\n raise BadLoginError('Password does not match', username)\ndeluge.error.BadLoginError: Password does not match\n"} 2022-10-31T14:09:24.064Z ERROR api storm/api.go:206 Internal Server Error {"Method": "GET", "URL": "/api/plugins", "RemoteAddr": "10.0.44.103:61176", "Time": "2022-10-31T14:09:24.054Z", "StatusCode": 500, "ResponseSize": 103, "Duration": "10.38151ms", "error": "A connection to the Deluge RPC daemon could not be established by the connection pool"}
  6. Still having an issue getting connected. Are these settings correct? This is my auth file
  7. 2022-10-16T04:46:18.932Z INFO api storm/server.go:93 Ready to serve HTTP connections on :8221/ 2022-10-16T04:46:25.305Z ERROR pool storm/pool.go:217 Failed to establish Deluge RPC connection {"error": "dial tcp: lookup binhex-delugevpn on 10.0.44.1:53: no such host"} 2022-10-16T04:46:25.305Z ERROR api storm/api.go:206 Internal Server Error {"Method": "GET", "URL": "/api/plugins", "RemoteAddr": "10.0.44.6:52296", "Time": "2022-10-16T04:46:25.165Z", "StatusCode": 500, "ResponseSize": 103, "Duration": "139.998576ms", "error": "A connection to the Deluge RPC daemon could not be established by the connection pool"} I'm getting the same thing. What do you mean "Try not to use IPs when using a custom docker network." What additional steps need to be taken? 😀
  8. Going to follow this video to see if I can get it working on unraid. Currently getting this error with the ElasticSearch container. ERROR.txt
  9. My ES container has this error message: ERROR.txt I'm not entirely sure what to do next. Going to try and start fresh.
  10. I am also getting this. Did you ever find a solution?
  11. Any idea what this is and why its taking up 95% of my CPU?
  12. I've checked my containers. They are all correct. Yes the appdata backup location exists. How can I check whats 'in' my ram? Pretty sure that it since the ram is at 64% and its never above like 30. Thanks, I checked them all. Looks good and in the /mnt/ path.
  13. I was told to post here. I looked through the logs but nothing stood out right away. Any idea? unblack-diagnostics-20220113-1121.zip
  14. Okay, I attempted to create a new nextcloud by removing the docker and starting fresh. However, it looks like its my mariadb. Not sure what is happening but I get stuck in a loop with: mysqld_safe Logging to syslog. mysqld_safe Starting mysqld daemon with databases from /config/databases If I add 'innodb_force_recovery = 6' to my custom.cnf. I can get it to load but then my tables are read only. 'oc_migrations` (errno: 165 "Table is read only") I shouldn't have to have this line in my config though.... So, I only use mariadb for Bookstack and Nextcloud. I'm okay with starting fresh in Nextcloud but it would stink to reenter stuff into Bookstack. How do I dump my data from my Bookstack database and start fresh? Thanks!
  15. Getting this error when updating my nextcloud and occ upgrade. Any idea how to change this table? Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oc_groups ADD displayname VARCHAR(255) DEFAULT 'name' NOT NULL': SQLSTATE[HY000]: General error: 1036 Table 'oc_groups' is read only
  16. I added innodb_force_recovery = 6 to my custom.cnf Onto other issues now.
  17. Hello, I've been stuck for a week or so on updating my nextcloud. I think it has something to do with my mariadb. This is the error I receive when trying to update nextcloud. Update of code successful. Should the "occ upgrade" command be executed? [Y/n] y An unhandled exception has been thrown: Doctrine\DBAL\DBALException: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [2006] MySQL server has gone away in /config/www/nextcloud/lib/private/DB/Connection.php:68 Below is just looping over and over in my mariadb docker log file: 210316 15:31:20 mysqld_safe Logging to syslog. 210316 15:31:20 mysqld_safe Starting mysqld daemon with databases from /config/databases I'm not entirely sure what to attempt next....thanks for any help.
  18. Hello, I attempted to updated my Nextcloud inside the Nextcloud gui. When I try to load the internal or external address I get this. 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 webserver log. I visited what I thought was the webserver log. The bottom of \appdata\nextcloud\log\nginx\access.log: 172.19.0.4 - waymon [05/Mar/2021:16:58:21 -0700] "GET /status.php HTTP/1.1" 200 155 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201125) (Nextcloud)" 172.19.0.4 - waymon [05/Mar/2021:16:58:21 -0700] "PROPFIND /remote.php/webdav/ HTTP/1.1" 503 282 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201125) (Nextcloud)" I am not sure what to do next. I think I have a http 200 and 155 error? And a webdav 503 and 282 error? Any ideas? Thanks.
  19. Hello, I attempted to updated my Nextcloud inside the Nextcloud gui. When I try to load the internal or external address I get this. 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 webserver log. I visited what I thought was the webserver log. The bottom of \appdata\nextcloud\log\nginx\access.log: 172.19.0.4 - waymon [05/Mar/2021:16:58:21 -0700] "GET /status.php HTTP/1.1" 200 155 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201125) (Nextcloud)" 172.19.0.4 - waymon [05/Mar/2021:16:58:21 -0700] "PROPFIND /remote.php/webdav/ HTTP/1.1" 503 282 "-" "Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201125) (Nextcloud)" I am not sure what to do next. I think I have a http 200 and 155 error? And a webdav 503 and 282 error? Any ideas? Thanks.
  20. 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 webserver log. Anyone know where to find this log? I am having a hell of a time updating my nextcloud to latest version lol.
  21. Thanks! I was able to register a username and login. However I was not admin..gotta figure out how to make an admin user..
  22. @kstrike155Any luck? Should we proceed? 😄
  23. Is this guide still good? I would love to setup a matrix chat client on my unraid box.
×
×
  • Create New...