Jump to content

eman31

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by eman31

  1. 5 minutes ago, JorgeB said:

    If it doesn't crash in safe mode with the same containers running it could be a plugin.

    I was thinking along the same lines yesterday but didn't see an obvious way to stop them and have never had a reason to before. Is there a way to turn off individual plugins like with the containers or do they need to be uninstalled?

  2. After letting things run for a while, starting all my dockers one by one and letting them run for at least 24 hours before starting another one, it looks like the issue may be with my binhex-jellyfin application. As soon as I turn it on it eats up all my ram and pegs the cpu to 100%. I didn't let it run long enough for the system to crash but none of the others have acted like that.

  3. I tried running in safe mode yesterday and while it lasted longer it still locked up overnight. Not sure where to take my troubleshooting to next. 

     

    Edit: I just read that I should have dockers disabled in safe mode which I did not do. Will give it another try with that. 

  4. Thanks for the suggestions. After the last lock up yesterday, I updated my bios and changed the Power Supply Control and disabled C-States. Also ran a memory test for 24 hours to rule a RAM problem out. It came back clean so that appears to be good. I will update after running for a while to see if this fixes things.

  5. Hi,

     

    Currently running 6.12.8 and the past couple of weeks started having problems with the server becoming unresponsive. Prior to this I was up running for months without issues. When it happens I can't access anything and have to hard reset the server. I've been trying to look at the previous logs and the only thing I've been seeing is that it happens right after the mover is finished. Not every time the mover runs but when it hangs, that is the last entry in the log.

     

    Current hardware is:

    Micro-Star International Co., Ltd. MEG X570 ACE (MS-7C35) Version 1.0

    AMD Ryzen 7 3700X 8-Core @ 3600 MHz

    32 GiB DDR4

     

    Any help would be appreciated.

    tower-diagnostics-20240229-2012.zip

  6. 1 hour ago, dh0llyw00d said:

     

    Edit the docker and set the timezone for the Key (mine is Key 20): Container Variable: PHP_TZ

     

    Thanks! It's been so long since I edited anything, it wasn't clicking in my brain. The environmental variable threw me off.

  7. Sorry if this is a stupid question but I'm trying to get the scheduler to run properly in Rutorrent and have been having some problems with the start time. I did some searching and found out I needed to set the timezone to my area. I edited the php.ini and got it to work for a day but the setting is not sticking. I did some further searching and found this.

     

    "If you do not define the PHP timezone you may see issues with the ruTorrent Scheduler plugin, please make sure you set the PHP timezone by specifying this using the environment variable PHP_TZ. Valid timezone values can be found here, http://php.net/manual/en/timezones.php"

     

    Do I set the environment variable PHP_TZ.America/Chicago using the console command on the docker instead of the php.ini file? Seems simple enough but wanted to check to make sure I was doing it correctly.

  8. On 3/25/2020 at 11:55 AM, binhex said:

    This is your problem in a nutshell:-

    
    [v2.0.0.5344] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed

    You have sqlite database corruption, until this is fixed by either deleting the database and allowing it to re-create a blank database, or by restoring your config from a backup (recommended!) then you will continue to see issues. 

     

    if you go down the route of deleting the existing database then you will no doubt have to re-import all your tv series again and may loose some config as well, so just be prepared for this.

     

    To delete and start from scratch delete all files and folders in the host path for /config for this container, otherwise stop the container and restore from backup.

     

    It looks like I've got this same sqlite database corruption. Unfortunately I have my appdata backups set to delete daily so restoring didn't solve the problem since it's been going on for a few days. I'm trying to follow what you have written here to recreate but I don't see a /config anywhere. Do you mean the appdata folder? Will the nzbdrone backup in the appdata folder help at all? I do have a few weeks of that. I'd like to minimize recreating my settings as much as possible.

     

    Edit: I messed up something with my database trying some fixes and had to rebuild from scratch. Still curious about the /config folder.

     

    sonarr.txt

  9. 1 hour ago, hotio said:

    Struggling for a week? Then why not ask for support?

     

    Also from all these responses, I'm getting the impression that exactly 0 people have read the instructions.

    I did read the instructions multiple times and still couldn't get it to work. The problem I was having seemed to be the same one I had already seen being asked but not answered clearly to me so why post the same thing? I had other dockers I was setting up and rutorrent doing the extracting so I wasn't in a hurry. I figured someone would come along with a solution I could grasp sooner or later or I would delete it and live life without it. 

  10. On 3/1/2020 at 7:22 PM, RodWorks said:

    You're welcome.  It's not you, the container setup is very confusing.

    Thanks a lot for posting your screenshots. They really helped me getting this to work even though my folders are different I was able to connect the dots with the visuals. I had been fighting this thing for over a week and was about ready to give up but it seems to be working now. The host path not being present or shown as needed really threw me off.

     

    I'm still pretty new to unraid and linux in general and am finding that most of these dockers are set up for people with more experienced setting paths and variables which seem to be obvious to some but greek to others.

  11. 3 hours ago, Cat_Seeder said:

    While I know next to nothing about Unraid, I would like to add to binhex answer above. There are 3 layers to think about when setting up port forwarding:

     

    1. rtorrent has to be configured to listen at the desired port (what you did with rtorrent.rc)

    2. Docker has to publish the ports to the outside world (e.g, with -p 1234:1234)

    3. Your router has to forward requests to your Unraid box. That's what you do in the router's admin interface passing your Unraid server IP and port. Other than that you may also want to set your router DHCP server to always allocate the same IP to your Unraid box so that the setup is stable.

     

    Cheers,

    I didn't see this when I was replying to binhex. Maybe 2. is what I'm missing. How would I run this parameter?

     

    Edit: Ok I figured it out how to run the command by searching a little more.

     

    In advanced view I added -p '54130:54130' to one of the empty lines at the top  and now it's showing connected.

     

    Thanks for all the help! This has been driving me crazy for a week and I just wasn't able to find any solutions with all my searching.

    • Like 2
  12.  

    34 minutes ago, binhex said:

    yes.

    it makes no difference if using this docker image with VPN_ENABLED = no, that is what you are doing right?, as per your comment below:-

     

    if you ARE attempting to setup port forwarding with the vpn enabled then that is a completely different scenario.

    Correct, VPN_ENABLED is set to no but I wasn't sure about the other settings below that.

     

    So what I've done so far is:

    Stopped RTorrent docker.

    Edited rtorrent.rc by uncomment line 77 and added a port range of 54130-54130.

    Restarted RTorrent docker.

    Add port forwarding rule to my router at IP 192.168.1.xx on port 54130.

    Reboot router.

    Start Rutorrent webui.

     

    Everything starts fine but shows port 54130 Closed in the connection bar.

     

     

    113188788_Screenshot(30)edited.thumb.jpg.f99319748dc9bd740ab517fc51a51b38.jpg

    1581854766_Screenshot_2020-02-17NETGEARRouterR70002.thumb.jpg.e206d165b2fdcfff8d9fa727f544e127.jpg2123429361_Screenshot(32)edited.thumb.png.66d3d24285da7f3d2b2d3d2a5e74968c.png

  13. 5 hours ago, binhex said:

    so get a port forward setup on your router, once you have chosen a port then edit the file /config/rtorrent/config/rtorrent.rc and set the same port for the incoming port, note its a range in this file, so if its a single port then just define the same port twice with a hyphen between the ports, e.g.

    
    network.port_range.set = 1234-1234

    where 1234 is the port number you have set as a port forward on your router.

    Thanks for the reply and sorry to be a total noob, what IP address do I forward the port to on my router? Is it the address of my unraid server or does the docker have it's own IP? I've tried the server address but it still says the port is closed. Should the STRICT_PORT_FORWARD in the docker setting be set to "yes" or "no"? I previously had it set to yes running with PIA.

  14. I'm trying to run this without the VPN option and am having a hard time figuring out how to get a port open on my router for seeding. Is there a guide somewhere showing the correct settings? I've read through this forum but haven't had much luck or I'm missing something. Any help would be appreciated.

  15. I'm new to unraid and rtorrent but I've been able to get this docker up and running for the most part as far as adding and seeding but have hit a wall with how to move  completed torrents.

     

    I have all of my torrent files stored on another server and would like to continue doing that for backup purposes. I setup my folder shares from the other server with the unassigned devices plugin and can access everything just fine with krusader but when I use the "save to.." function in rutorrent I only seem to have the original download folder as an option.

     

    I've tried setting a new paths to the folders in the settings but still just see the download folder. Am I missing something obvious? I've been using utorrent, deluge and qbittorrent on windows and have always been able to move torrents to a mapped drive but after hours of playing around and searches I am officially stumped.

×
×
  • Create New...