June 28, 201214 yr I have just replaced my old unraid server (made by old parts laying around) with a new HP Microserver N40L. And up untill yesterday everything was working just fine. But after a power outage I restarted the server, and now SABnzbd and sickbeard wont start. When I take my array live (that's when sabnzbd and sickbeard are supposed to start) the main webui hangs. After disabling sabnzbd and sickbeard it starts up just fine. When I try to start sabnzbd manually after the array is online i get this line in the bottom of the screen: Starting SABnzbd: sudo -u root python /usr/local/sabnzbd/SABnzbd.py --daemon --server 0.0.0.0:7000 --config-file /mnt/disk1/.apps/sabnzbd --pid /var/run/sabnzbd/ 2>&1 >/dev/null I am using the free version of unraid (version 5.0-rc2), with one 2tb parity drive, and two 2tb data drives. The plugins are from here: https://github.com/W-W/unRAID Can someone please tell me what's going on with my sabnzbd and sickbeard installation?
June 29, 201214 yr The config file may have been corrupted because of the power outage and the unclean/quick shutdown.
June 29, 201214 yr Author I have installed both plugins from scratch, with new paths just in case there was some corrupt data.
July 2, 201214 yr I just had this problem when installing for the first time. It's because when the script installs or updates it does this: version=($(wget -q -O - http://sabnzbdplus.sourceforge.net/version/latest | awk NR==1)) which hasn't been updated to the latest version, 0.7.0. This means it tried to get 0.6.15 from the incorrect place and doesn't install anything. I changed the line above to this: #version=($(wget -q -O - http://sabnzbdplus.sourceforge.net/version/latest | awk NR==1)) version="0.7.0" and the install went fine I'll have to remember to change it back, but it should get you up and running.
Archived
This topic is now archived and is closed to further replies.