dirrtyjoe

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by dirrtyjoe

  1. I can't get a telnet session going now. Will probably have to wait till I get home unless someone has any other ideas.
  2. Trying to run the powerdown script (which has never had any problems) but I am coming to a message 'No active PIDS on the array' and then it stops/hangs and does not continue... How can I continue to powerdown my tower? Here is what I get: Capturing information to syslog. Please wait... version[9072]: Linux version 2.6.37.6-unRAID (root@Develop) (gcc version 4.4.4 (GCC) ) #4 SMP Sat Aug 6 03:25:42 MDT 2011 ls: cannot access /dev/hd[a-z]: No such file or directory ls: cannot access /dev/hd[a-z]: No such file or directory mdcmd; /proc/mdcmd does not exist status[9125]: State: status[9125]: D# Model / Serial Status Device status[9125]: 0 / status[9125]: SMART overall health assessment ls: cannot access /dev/hd[a-z]: No such file or directory status[9125]: /dev/sda: SMART overall-health self-assessment test result: PASSED status[9125]: /dev/sdb: SMART overall-health self-assessment test result: PASSED status[9125]: /dev/sdc: SMART overall-health self-assessment test result: PASSED status[9125]: /dev/sdd: SMART overall-health self-assessment test result: PASSED status[9125]: /dev/sde: SMART Health Status: OK status[9125]: No active PIDS on the array
  3. That'd be great. In the mean time I simply delay auto-starting/installing packages until the cache is online and it appears to be working ok.
  4. Thanks guys, I delay for 10 seconds up to 7 times until the cache drive is online then I continue my Go script and it seems to be working ok.
  5. Since installing, when I reboot the array no longer starts automatically like it did before. I have ensured the setting is still enabled. These three programs are installed on my cache drive and it appears that the script to start them is creating /mnt/cache before the array has a chance to start... but I'm not sure. Once I realize this has happened, starting the array fixes everything but I'm not sure what is causing the problem. Does anyone have any insight into this?
  6. Upon restart the array is not starting automatically despite having the setting enabled. Does anyone have anything that might cause this to happen? I believe it started happening after installing the unMENU script to install/start sab/sickbear/couchpotato which are stored on the cache drive. What appears to be happening it that the script to start those services is creating /mnt/cache before it has time to come online...does this sound accurate? Is there a fix?
  7. Is there a way to ensure that the cache drive is mounted before running the script to install/restart?
  8. SAB is not finding par2 so it isn't able to repair packages. Does anyone know how to correct this?
  9. I'm actually thinking that it's unrelated to this and is actually AFP/Time Machine - looking into it now.... EDIT: So that doesn't appear to be the solution - drives are spinning up with Time Machine turned off. Is there a way to see what is causing them to spin?
  10. Awesome! Thanks. Side note: since moving to your unMENU packages to manage these three programs, ALL my drives all spin up (cache, parity and others)... They are installed on the cache, shouldn't they be able to spin down? (I realize CP doesn't allow it and therefore I usually shut it down when I'm not using it)
  11. I was able to figure it out. I tried it out (and for those reading this later) and it does indeed keep your current installation intact. Good stuff!! Only request would be to get SAB updated to 0.6.1
  12. I may have missed it but is there a way to easily adapt a current/manual installation to be controlled and maintained by unMenu using this? My installation is in: /mnt/cache/.custom/ sickbeard couchpotato sabnzbd If I just edit the unMenu package install to use the current directory will everything work ok or will it overwrite my current setup?
  13. I'm getting: /bin/bash: /usr/bin/python: Permission denied when running: su nobody -c "python /path/to/file.py" Do I need to make any particular permission changes to allow it to run?
  14. What config changes are needed to allow the cache drive to sleep? I found the Wiki. --> http://lime-technology.com/wiki/index.php?title=Install_Python_based_servers#unRAID_Common_port_list
  15. What config changes are needed to allow the cache drive to sleep?
  16. I am receiving: unmenu[3052]: bad method - 12460 322496 2679664 690330 4613 310197 2518480 556540 0 188180 124686012460-^M is this something to worry about?
  17. I've been able to to get one working, but I don't know exactly what I did differently than the others... is there a specific extension or text encoding or something these need? I am using TextWrangler on a mac to edit/create them. Here is one that is working for me: #define USER_SCRIPT_LABEL Start SAB #define USER_SCRIPT_DESCR Start SABnzbd #UNMENU_RELEASE $Revision: 7 $ $Date: 2010-03-29 23:12:23 -0400 (Mon, 29 Mar 2010) $ echo "Starting SABnzbd" python /mnt/cache/.custom/sabnzbd/SABnzbd.py -d and here is one, modeled after the one that is working, that does not work: #define USER_SCRIPT_LABEL Stop SAB #define USER_SCRIPT_DESCR Stop SABnzbd #UNMENU_RELEASE $Revision: 7 $ $Date: 2010-03-29 23:12:23 -0400 (Mon, 29 Mar 2010) $ echo "Stopping SABnzbd" wget -q --delete-after http://IP:PORT/sabnzbd/api?mode=shutdown&ma_username=UNAME&ma_password=PWORD&apikey=APIKEY The CAPS items are obviously replaced with the specifics from my setup.
  18. trying to consolidate. I created the .Download directory, updated all my programs to use that directory and tried deleting the old '/mnt/user/Download' & '/mnt/cache/Download' directories. It deletes fine but they re-created a few minutes later. How do I fix that?
  19. Should the cache drive and/or folders within it show up as a user share by default? I am using my cache drive for downloads: /mnt/cache/Downloads/Complete /mnt/cache/Downloads/Incomplete but these same folders and and data within it are showing up in /mnt/user/Downloads/... Should this be happening or did I do something to cause this?
  20. I have followed the directions here: http://lime-technology.com/forum/index.php?topic=10353.0 to setup user scripts to start/stop SABnzbd, SickBeard, and CouchPotato but I am not able to get them working. Rather than use the 'nobody' user I am trying to just use root. Can anyone lend a hand? Not sure what the problem is.
  21. The user scrips above (modified to match my settings, obviously) are not working for me... I'm not using the 'nobody' user and attempted to just use root --> anyone know what may be the issue? The buttons appear and look fine but clicking one does not lead to a start or stop.
  22. Thanks, Joe L. and BRiT. Will give that shot. What output should be expected from those commands?
  23. Its telling me the preclear command is not found.