March 17, 201511 yr New to unRAID, just installed it on my old home-built NAS which I use primarily as a media server. Had absolutely no issues with the install, started migrating my 16 TB of movies and TV shows over to the new array. But then I got greedy and started to set up Sab/SickBeard/Couch Potato using this guide: http://lime-technology.com/wiki/index.php/Setting_Up_SABnzbd,_SickBeard,_and_CouchPotoato I have a moderate level of Linux experience and have installed these three programs on a number of different devices. However, after I ran the Sab install command ("installplg sabnzbd_unplugged.plg") and moved on to "installplg sickbeard_unplugged.plg" the problems started. Running the Sickbeard install command led to this error message: /usr/bin/php: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory That was bad enough, but at precisely this point the WebGUI stopped working. I tried a few things, namely this: killall emhttp nohup /usr/local/sbin/emhttp & The first time I ran that, I got a "Segmentation fault" error. I restarted the machine and the WebGUI was still down (can Telnet into the box with no problem, and UnMenu still works). This time, running the killall and nohup commands yielded this: nohup: ignoring input and appending output to Ç nohup.out So no error message, but the WebGUI is still down. I tried deleting the /boot/config/plugins/sabnzbd folder and rebooting, but that didn't do anything. This is a particularly frustrating issue because a lot of people seem to be having similar problems, but none of the recommended solutions worked. Any help would be greatly appreciated. syslog.zip
March 17, 201511 yr Community Expert If you are using v6, then I would NOT follow that guide. It is based on using plugins and this is not the recommended way to install extra apps on v6. Also any plugins designed for v5 or lower (which are 32-bit) will not wok on v6 (which is 64-bit). Instead you should look at the docker based approach to running apps as this is the recommended way to do it on v6 without compromising system stability.
March 17, 201511 yr Community Expert Interesting but not surprising, the 32-bit plugins actually delete the built-in 64-bit curl and python. Even if you were on 32-bit v5, those plugins aren't supported anymore. PhAzE is maintaining the 32-bit plugins now.
March 18, 201511 yr Author Yeah, deleting the plugins completely and rebooting did bring the Web GUI back. I will look into installing these apps via Docker. I think the documentation could be a little clearer about this, though.
March 18, 201511 yr Yeah, deleting the plugins completely and rebooting did bring the Web GUI back. I will look into installing these apps via Docker. I think the documentation could be a little clearer about this, though. Did you check out the docker guide on our website under the support menu? Can't get much cleared than that ;-)
March 19, 201511 yr I must be blind, I found no mention of a docker guide on either page (limetech or unraid forum)?
March 19, 201511 yr Community Expert I must be blind, I found no mention of a docker guide on either page (limetech or unraid forum)? This thread has a link to the guide in the first post.
March 20, 201511 yr I must be blind, I found no mention of a docker guide on either page (limetech or unraid forum)? This thread has a link to the guide in the first post. Thank you itimpi
Archived
This topic is now archived and is closed to further replies.