nomar383

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by nomar383

  1. So I just wasted 30 minutes trying to get this to create an XML file for my new windows install.

     

    If you put "GB" instead of "G" when specifying a drive size, it will never create the XML file properly. I found that someone had the same issue a few pages back. This might be a good thing to mention/fix, otherwise this works amazing!

  2. I would need to see a syslog, and also if you have your server connected to a monitor, what the server says when its stuck starting. You should also be able to get this by running

    /etc/rc.d/rc.sabnzbd start
    

     

    Of course, if the problem is sab trying to start before the array comes up, if you issue this command afterwards, it should work fine

     

    If you run

    ps aux | grep sabnzbd

     

    and get the pid for the process and issue "kill 'pid' " replacing 'pid' with the actual pid(no quotes) the array should come up. Then running the above command should start sabnzbd.

     

    I can't reproduce this, so I'm having trouble finding the exact problem and fixing it, which is why I need the errors you are getting, :)

     

    1. I removed the sabnzbd plugin and copied it to my personal computer.

    2. I rebooted my unraid server and it came back online with no issues.

    3. I copied the sabnzbd plugin back to the plugins directory and ran installplg via telnet.

    4. It installed fine and I proceeded to run /etc/rc.d/rc.sabnzbd start and I got this:

     

    root@Tower:/# /etc/rc.d/rc.sabnzbd start                               
    installing latest Version (0.7.0)
    tar: /tmp/SABnzbd-0.7.0-src.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    cp: cannot stat `/usr/local/SABnzbd-0.7.0/*': No such file or directory
    rm: cannot remove `/usr/local/SABnzbd-0.7.0': No such file or directory
    rm: cannot remove `/tmp/SABnzbd-0.7.0-src.tar.gz': No such file or directory
    Starting sabnzbd:  sudo -u nobody python /usr/local/sabnzbd/SABnzbd.py -d -s 0.0.0.0:9095 --config-file /mnt/cache/.apps/sabnzbd --pid /var/run/sabnzbd > /dev/null 2>&1python: can't open file '/usr/local/sabnzbd/SABnzbd.py': [Errno 2] No such file or directory

  3. Hi guys - I've been running with my current setup using the latest plugins for many months, and no problems after repeated re-boots.

     

    Weirdly, after a reboot today, SABnzbd and Sickbeard will not come up, either at boot or manually. I've tried re-installing the plugin, nothing and no process appears to run when started.

     

    I note during the startup (at boot) it shows error 21 no file at usr?? and what looks like an error  sickbeard.py (sorry from memory here and I can't access the flash drive at the moment to show the syslog - going to leave it overnight, not sure if it's doing a disk check).

     

    Also the array now seems to hang and shows 'starting...' after bot but otherwise there are no errors.

     

    Any thoughts??!!

     

    Thanks,

     

    Alex

     

    I'm having this same issue. I removed all my plugins and added them back one by one until I found out that SABnzbd was causing the array to get stuck on "starting...". I am interested in a solution for this too!