LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   File Manager WOL (https://www.linuxquestions.org/questions/linux-software-2/file-manager-wol-4175667705/)

Mr. Macintosh 01-14-2020 12:48 PM

File Manager WOL
 
Do most file managers support Wake-On-LAN for waking up servers? In particular, do either Thunar or Nautilus support Wake-On-LAN? Or is it not really a file manager issue? Is it something which is handled by the OS? Or is there a package I need to install? Or is it actually handled by Avahi/ZeroConf/Bonjour?


I'm curious because I'm thinking about setting up a media server but I'd like to be able to have it go to sleep after an hour of non-use.

sevendogsbsd 01-14-2020 12:52 PM

So, WOL is a function of the far end - for example a file manager on a client hits a server, which has gone to sleep and the call to list the file contents of a directory causes the server to wake. It's not a function of the client's file manager. Make sense?

Mr. Macintosh 01-14-2020 12:55 PM

Quote:

Originally Posted by sevendogsbsd (Post 6078376)
So, WOL is a function of the far end - for example a file manager on a client hits a server, which has gone to sleep and the call to list the file contents of a directory causes the server to wake. It's not a function of the client's file manager. Make sense?

Yeah. Thanks.

pan64 01-14-2020 01:59 PM

in general, it is a function on the given host: if it could wake up in case of a connection attempt (on lan).
From the other hand the client side should be able to handle this situation, so can wait for the boot process and recover the old connection [if there was any] without timeout and error.

jefro 01-14-2020 07:21 PM

I've not seen any linux file managers that wake on lan. WOL usually needs a magic packet. https://kodi.wiki/view/HOW-TO:Set_up...ol_WOL_options

or
https://www.cyberciti.biz/tips/linux...c-packets.html

examples

Mr. Macintosh 01-16-2020 01:06 PM

Quote:

Originally Posted by jefro (Post 6078477)
I've not seen any linux file managers that wake on lan. WOL usually needs a magic packet. https://kodi.wiki/view/HOW-TO:Set_up...ol_WOL_options

or
https://www.cyberciti.biz/tips/linux...c-packets.html

examples

I probably should have stated at the outset that I meant that I was wondering which file managers could send a magic packet to a dormant server.

pan64 01-16-2020 01:24 PM

I think no filemanager can do that. They have no any idea usually about the origin of the used filesystems, they only handle it. The OS itself need to know how it was mounted and how to access the device or remote location (and if WOL applicable at all).


All times are GMT -5. The time now is 06:13 PM.