Jump to content

skank

Members
  • Posts

    1,116
  • Joined

  • Last visited

Everything posted by skank

  1. I updated yesterday this way. This was so easy! Thx guys
  2. Can someone help pls Installed this plugin. Installed docker for sabnzb and dropbox Sabnzb is working fine, but what i want to do know is following: - Set the nzb watched folder inside sabnzb to a folder in my dropbox account Thatswhy i installed dropbox. (i have a cache disk aswell) But now what? How do i set it up? It doesnt direct me to my dropbox account, cause i did not have to set up my account settings
  3. lol he's really not able to do that
  4. Go back into this plugin and hit the support link for those applications cant It's at my friends home, the server i'm trying to help him out but remotely
  5. Not sure which topic that is. Too much topics spread over this forum about same "dropbox", addons, plugins, scripts,dockers... pff way too much
  6. Can someone help pls Installed this plugin. Installed docker for sabnzb and dropbox Sabnzb is working fine, but what i want to do know is following: - Set the nzb watched folder inside sabnzb to a folder in my dropbox account Thatswhy i installed dropbox. (i have a cache disk aswell) But now what? How do i set it up? It doesnt direct me to my dropbox account, cause i did not have to set up my account settings
  7. Jup i found 2 ways to do it 1) use logitech squeezebox server on unraid, use ipeng(already have this) app, puchase the builtin app ipeng player, use my ipad with peng to play music, and activate airplay to send to receiver... 2) use subsonic server on unraid, purchase isub app for ipad , and let it play music.. Then activate airplay to send to receiver... I went with option 1 and purchased it for 4 euro It rocks! I get all abum art and stuff on ipad.. And let it play... This way only my unraid server and receiver are on without the need for tv and/or htpc Thx anyway
  8. What about airplay? No one knows how it works?
  9. Mm so i cant let my ipad play it on receiver using airplay?
  10. Ok, what i want to do is this I have all my music on unraid (albums and compilations) I have a yamaha 4065 receiver Currently i browse my music collection with nice albumcovers and stuff through xbmc on htpc connected to the receiver I want to limit the use of devices So, i should be able to use only unraid server and the yamaha receiver.. I want to view all albums/artists fanarts on my ipad, click it there and let it play from my unraid server to the receiver... Is this possible? What do i need? Is airplay the way to go?
  11. skank

    Flash GUID

    Is there a way to know the GUID of your flash device, without installing unraid first?
  12. ok i'll change it exactly as you say, see if that helps edit: it worked ! woehoe thx mate ! The dune doesnt hang anymore either.. running http://192.168.xxx.xxx:8080/user_scripts?command=Go+to+S3+Sleep makes it go to sleep now and bringing me to this: it doesnt crash.. so i got what i want now Just hoping putting to sleep is safe for fire.. and doesnt use much more power than completely shut it down
  13. Edit it , with editpad lite it still hangs... it looks like this now #define USER_SCRIPT_LABEL S3 Sleep #define USER_SCRIPT_DESCR Put the server to S3 Sleep #UNMENU_RELEASE $Revision: 58 $ $Date: 2010-04-17 09:13:05 -0400 (Sat, 17 Apr 2010) $ # by using a USER_SCRIPT_TEST this button # will not show itself unless S3 is supported in /proc/acpi/sleep # the button label will be that printed by the "awk" command #define USER_SCRIPT_TEST cat /proc/acpi/sleep | grep "S3" | awk '{ print "Go to S3 Sleep" }' echo "<pre>" # pre-sleep, sync the disks echo "Syncing disks" /bin/sync # go to sleep echo 3 > /proc/acpi/sleep | at now + 1 minute echo "Awaking from sleep" # Do post-sleep activities, reset wake-on-lan ethtool -s eth0 speed 1000 ethtool -s eth0 wol g
  14. well i didnt want to press yes, cause i was afraid to harm something, thatswhy i asked first. about the sleep script.. yes i didnt go further, cause using the sleep button on unmenu, does make it go to sleep.. however, the internet explorer hangs cause its waiting for unraid to give a signal back and it doesnt, thatswhy the mediaplayer does the same thing.. You talk about the line Joe gave, but where is that? Maybe i overlooked.. Well i want to try to solve it, im going to take a look tomorrow to edit the script, if i can find it use unix EOF and not dos ones? what do you mean, i know nothing about linux i'll see if i can edit the files, i dunno how but i'll use mc and see and yes, i just have a dsf file on the usb stick in the dune That dsf file (which does exactly the same as the sleep unmenu button) i run from the dune so it goes to sleep So in other words, i give the guy from mpcclub the command i run from my pc to make unraid go to sleep, and he makes it as a dsf file which i can run from the dune So i'm looking a way to do this from the pc (without having the explorer hanging..) so the dune wont hang either edit: on a post from Joe L, in previous page, he says echo "echo 3 >/proc/acpi/sleep" | at now + 1 minute might try if that solves anything but ill try editing script tomorrow and do some searching
  15. i tried using plink i get C:\Program Files\Plink>cd C:\Program Files\Plink\ C:\Program Files\Plink>plink.exe -ssh 192.168.0.117 -l root "echo 3 > /proc/acpi /sleep" ; \ The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is. The server's rsa2 key fingerprint is: ssh-rsa 2048 75:52:1e:65:d1:3e:bd:18:99:f3:6d:32:04:bf:67:29 If you trust this host, enter "y" to add the key to PuTTY's cache and carry on connecting. If you want to carry on connecting just once, without adding the key to the cache, enter "n". If you do not trust this host, press Return to abandon the connection. Store key in cache? (y/n) dont know what i should say, i'm sure ipadress is correct - i tried creating a bat file containing telnet 192.168.xxx.xxx -l root "echo 3 > /proc/acpi/sleep" ; \ it doesnt work - i tried opening telnet session and typing echo 3 > /proc/acpi/sleep this does work how do i get it now without doing it manually (going into putty) i just want a shortcut
  16. Install openssh on your unraid (unmenu can do it for you) For windows, get plink.exe and put it anywhere (i did it on my desktop) Create a bat file (named sleepunraid.bat or whatever) witch content is: cd C:\pathtowhereplinkis plink.exe -ssh 192.168.xxx.xxx -l root -pw unraidpassword "echo 3 > /proc/acpi/sleep" ; \ If your unraid is not password protected, then it could also work with telnet (no ssh and no plink needed) telnet 192.168.xxx.xxx -l root "echo 3 > /proc/acpi/sleep" ; \ or just open a telnet session and pass the command. great ! Will try that when i get home, thx in advance !
  17. Anyone willing to help me here, to put it too sleep, even from another pc
  18. Hi I'm using unraid v4.6 I'm currently using the clean powerdown script to powerdown, but i want to be able to let the server sleep. -Either by pushing the button on the case. -Giving a command from my pc upstairs, to let the server sleep... I can do this already by using putty and typing echo 3>/proc/acpi/sleep but there should be another way Also: Is going to sleep the same as the clean powerdown addon? When sleeping and waking up (waking already works) , does it make all hdd's spin up? or do they remain spinned down until you call them...
  19. Both disks look good. Both successfully cleared, no re-allocated sectors, no sectors pending re-allocation. Joe L. sweet so i guess im lucky it worked for me to use an unjumpered disk before, jumper it and use it in unraid
  20. can someone take a look at my result? its a wd20ears which i used unjumpered, jumpered it, and precleared is it safe to use? preclear_results.txt
×
×
  • Create New...