jtech007

Members
  • Posts

    152
  • Joined

  • Last visited

Everything posted by jtech007

  1. If you have a smartphone or tablet you could point the browser to server via ip address. That's what I do as my server is at the other end of the house.
  2. Use screen to run multiple telnet sessions: http://lime-technology.com/wiki/index.php/Configuration_Tutorial#Install_UnMENU_for_Screen_and_eMail_Notifications Install UnMenu, then install screen via unmenu. Or if your running a 5.0+ version look here: http://lime-technology.com/forum/index.php?topic=15707.0 (make sure your version works with this "plugin") Then follow the wiki for preclear with screen: http://lime-technology.com/wiki/index.php/Configuration_Tutorial#Preclearing_With_Screen You can detach from each session and come back to them later if you wish.
  3. See here: http://lime-technology.com/forum/index.php?topic=3025.msg25012#msg25012
  4. Ran that command string and no errors but nothing happened. I assume that I should see something in the window that lets me know it's working? I also tried to use the nix scripts but it gives the the following error when I run the script: line 16:/usr/bin/php5: No Such file or dir Thoughts?
  5. Ok, new issue. Since my memory of command line strings is limited I need to know how I get to the update scripts to run that are installed on my Cache drive. I am sure there is a simple way, I just can't seem to find it via search. the files are located at: /cache/appdata/webroot/newznab/misc/update_scripts How to I get there via screen?
  6. The link in the email would have been an SVN link (have to run the checkout command). That gives you the plus version. Thanks for the quick reply, I figured out what I did wrong.
  7. Did all this and worked great! Thanks for posting this. I am having one problem though. I downloaded newznab from the link in the e-mail I was sent after I donated. I installed that copy on to my cache drive and am looking at the /admin/site-edit page but I don't have a field to enter my regkey. Does this mean I don't have the "+" version installed? If I don't, how and where do I get the + version? Thanks!
  8. Thread as the bottom of the 1st page: http://lime-technology.com/forum/index.php?topic=17695.0
  9. Check out this thread: http://lime-technology.com/forum/index.php?topic=17434.msg157273#msg157273 And this one for the firmware flash: http://lime-technology.com/forum/index.php?topic=12767.msg121128#msg121128
  10. It's 2 1/8in from the center to center of the screws.
  11. He is back with a few more. http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=160711118708#ht_1696wt_1396
  12. Awesome! Have fun waiting while the drives pre-clear. I hated waiting for several tb's to clear, but moving BR rips over is well worth the wait.
  13. Disconnect all of your other drives (SATA, IDE, Etc) and try to boot just the USB stick. Check this thread for more info: http://lime-technology.com/forum/index.php?topic=17360.0
  14. http://www.newegg.com/Product/Product.aspx?Item=N82E16817121404 Newegg notes that the are Beige in color. Might get one an match the color?
  15. Bingo! That did it. I knew it was something simple! Thanks to Joe for the great program/help and Jonathan for the quick reply!
  16. I had the same issue on the first few try's to start it up. I believe you need to go in to your bios and make sure the boot order is set to have the USB Stick boot first. Every bios is a bit different as to what menu selections are needed but mine was under the boot tab. -J
  17. Here is what I have tried so far (pasted from putty) ----------------------------------------------------------------------------------------------------------------- root@MEDIA:~# cd /boot/unmenu root@MEDIA:/boot/unmenu# ls -l total 16 -rwxrwxrwx 1 root root 13228 Dec 4 2010 unmenu_install* root@MEDIA:/boot/unmenu# unmenu_install -i You must specify a directory for the unmenu files. Typically this will be /boot/unmenu Use -d directory on the command line to specify a directory. root@MEDIA:/boot/unmenu# unmenu_install -i-d /boot/unmenu Usage: ./unmenu_install [ -d directory ] [-h] [-i] [-c] [-u] [-l release_list_url] [-s google_svn_archive_url] [-L] -i = install unMENU, if -d directory option not specified, it will be installed in /boot/unmenu -c = check if update needed. List files needing update. -u = Update unMENU with files from release_list. -l release_list_url = use release_list at release_list_url echo -s google_svn_archive_url = use url for google svn archive -L = use release_list in /var/log/release_list -h = get this help message -v = print version of this file root@MEDIA:/boot/unmenu# ------------------------------------------------------------------------------------------------------------- I know it's something simple, just rusty with my command structure.
  18. Steps taken: unraid installed on memory stick can boot to server via browser on //tower copied unmenu_install file to unmenu folder (not boot/unmenu) get to login prompt and go to root type: cd /boot/unmenu then type: unmenu_install -i -d /boot/unmenu For some reason it is not downloading the file to the server/memory stick I get: Usage: Then the syntax (aka what I just typed) and the description of what each -x function does What am I doing wrong? Is the program not downloading or Thanks, -J