Jump to content
XPEnology Community

toshas

Member
  • Posts

    33
  • Joined

  • Last visited

Everything posted by toshas

  1. THANKS A LOT! Guys, great job! p.s. You are very familiar with Linux tools. You proved it once more. Could you look at one old problem in Xpenology - BIOS goes to reset state (there are several reports for different hardware configurations) when power-off shedule is enabled? thanks again!
  2. In DSM 4.2 the best way to add your sn and MAC is edit vender file and do not add "#" before vender, hw_model in menu.lst. Why not? Modifying the grub file is easiest to do.
  3. There are some people's which is not familiar with linux. This remote shutdown solution can be useful for them. Solution was found here: http://www.synology-forum.de/showthread ... ing-Telnet Telnet Scripting Tool a.k.a TST10.exe http://jerrymannel.com/blog/2008/11/11/ ... -tst10exe/ 1. On synology go to Control Panel/Network Services Folder/Terminal Services and enable the Telnet Service http://forum.synology.com/wiki/index.ph ... _Interface 2. download TST10.zip - Telnet Scripting Tool 3. write you own script (shutdown.txt) like this 192.168.1.10 23 WAIT "login:" SEND "root\m" WAIT "assword:" SEND "MyPassword\m" WAIT ">" SEND "poweroff\m" WAIT ">" 4. create .bat file with right path to TST10.exe C:/../TST10/tst10 /r:shutdown.txt 5. shutdown your synology by double-click on .bat file p.s. there is report about weak telnet security http://wrgms.com/post/37501692643/synol ... t-password I can't confirm this on my setup (Trantor v1.2 repack). TST10.zip
  4. I found eject USB script on synology forum http://forum.synology.com/enu/viewtopic ... 39&t=35668 sync; /usr/syno/bin/synousbdisk -umount sdq; >/tmp/usbtab Where it can be placed ? For auto-start after full boot. p.s. right answer is: 1. create new script S99ZZZ_USB_eject.sh with sync; /usr/syno/bin/synousbdisk -umount sdk1; >/tmp/usbtab 2. copy it in the /usr/syno/etc/rc.d directory 3. give it the execute permission via ssh chmod +x S99ZZZ_USB_eject.sh 4. reboot
  5. toshas

    N54L WOL?

    Yes I did it yesterday on fresh install. N40L with TheBay BIOS and Trantor 3211 v1.2 repack. And yes I have no DSShutdown.sh in /var/packages/shutdown_script/.
  6. USB eject is necessary for spinning down hdds. Is it possible to do this by script ? Which is the correct way to auto-eject usb after boot up ? thanks!
  7. toshas

    N54L WOL?

    Hi! after this: check that mac do not change at every boot than you should do this: viewtopic.php?f=2&t=665&p=3463&hilit=synoinfo.conf#p3312 check that Setup WOL via synology assistant is black now (CTRL+E) and ControlPanel/Hardware/WOL_on_LAN1 is enabled shutdown N54L and try to send WOL command!
  8. r.og,TheBlueVoice,andyl9063,mike_6480 Could you measure power consumption of HP N40L/N54L with spinned down hdd's ? thanks !
×
×
  • Create New...