Jump to content
XPEnology Community

morpheus

Rookie
  • Posts

    3
  • Joined

  • Last visited

Everything posted by morpheus

  1. Sure. The original script can be found on this forum (I don't really remember exactly where), but it's named "S99ZZZ_Shutdown.sh", and needs to be placed in the /usr/local/etc/rc.d/ folder. Here's is the text of the mod I made. #!/bin/sh case $1 in start) if [ -f /var/packages/shutdown_script/DSShutdown.sh ]; then /var/packages/shutdown_script/DSShutdown.sh & fi ;; stop) if [ -f /var/tmp/shut.down ]; then rm /var/tmp/shut.down fi ifconfig eth1 down ;; *) echo "Usage: $0 [start|stop]" ;; esac I changed the line "ifconfig eth0 down" to "ifconfig eth1 down". I then rebooted my machine and everything worked as it should. I hope this helps.
  2. I resolved it by editing the shutdown script. By default, it specifically references Lan Port 0, the one I don't want to use. So I edited the script and had it reference Port 1 (my embedded NIC) and everything worked as it should. Hope this helps.
  3. Hi, I know I'm late to this topic, but I haven't had any WOL problems with my N40L until recently. I've been running DSM 5.2 for several years and have had no problems. Decided to upgrade to DSM 6.2 so I could take advantage of some of the new backup tools. But I cannot, for the life of me, get my production N40L to wake on lan. I was careful - tried it in a VM, then installed 5.2 and upgraded to 6.2 on a (physical) test box. Everything was good so I decided to upgrade my production box. I have read several theads on this issue, have followed all the clues, and am still unable to wake up my production box. The difference, I think, is that I have a 2nd NIC in that box, and the bios has reordered the ports putting my embedded NIC on Lan2. And, of course, the GUI only gives you the option of setting WOL on Lan1. I have changed all the usual options in sysinfo.conf with no success. Anyone encountered this problem before? My next option is to take the machine apart and remove the 2nd NIC. But before I do that, I'd like to know if there's a software solution available. Thanks
×
×
  • Create New...