I'd kinda like all machines to do this all the time... The OS should go to sleep, and give the network hardware enough info to respond to simple requests (ie. maybe ARP requests, mDNS, and keeping a DHCP lease alive). Anything that comes in addressed to the machine that can't be handled by the network hardware should wake the machine, leaving the packet in a buffer for the machine to handle and then go back to sleep.
Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again
151–160 of 230 posts
Re: Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again
#152Does anyone have tips for a Synology NAS to hibernate reliably? My fear of powering the machine on and off completely on intervals, would be damaging the HDDs.
https://kb.synology.com/en-au/DSM/tutorial/What_stops_my_Syn...
Re: Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again
#153I use an old Intel Macbook to selfhost this kind of services. The idle draw is around 2W and you get a free UPS if your battery is still working. The sleep management on macOS is really well done and you don't even need a magic packet to wake the computer. You can configure `pmset` to wake on modem access (ring).
Re: Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again
#154Earlier quoted context omitted.
FWIW, everything added together for my homeserver in the parent comment was about €120 ;) With the 0.4€/kWh that I pay here, that’s worth it quite quickly.
How much storage do you have? That's typically the biggest expense as you put more stuff on your server (i.e. media, both upload and download).
Re: Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again
#155Smartphones can be connected for days on the internal battery, using well under a watt, and they can be ready to respond instantly, and they have an app container system that makes everything just work. I really think we need to start making Android servers a thing, at least for self hosting, maybe for everything. Judging by how WearOS seems to be able to run on 35mA or less, I think there's a good case for just maki…
Raspberry Pis (and similar devices) already work great as low-power servers. The big issue is the home server community being overly focused on creating "battle stations" that look cool and run 40 different Docker containers rather than simple low-power solutions.
Re: Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again
#156Re: Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again
#157My old laptop is more than powerful enough for Plex and backups, and idles at around 3W. Why someone would use a desktop PC as a home server in Europe is beyond me.
Re: Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again
#158My old laptop is more than powerful enough for Plex and backups, and idles at around 3W. Why someone would use a desktop PC as a home server in Europe is beyond me.
Re: Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again
#159This general concept is very similar to Apple’s Bonjour based “Sleep Proxy” service. Basically, if you have an Apple TV or something similar it will automatically wake up a sleeping device when someone requests its services. SSH or media sharing for example. While a device is sleeping the proxy will keep advertising its services via Bonjour. Low power always-on Apple devices are sleep proxies by default but you can t…
Another approach (if it is supported by the adaptor) is to configure WoL so that it does not need a magic packet. Some adaptors can be configured to wake on any "directed packet".
I have a linux server sitting downstairs that I might play around with. It would be nice if the sleep support featured a timer and integration with the system cron daemon. Then it could wake on a directed packet or when there is a scheduled task.
Re: Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again
#160Earlier quoted context omitted.
I've found that most desktop PC-s have idle power usage around 35-50W. That was the main motivation to look for alternative solutions like ASRock Deskmini, or the Dell/HP/Lenovo TinyMiniMicro form factor machines. Mini PC-s tend to have great idle power usage compared to big towers, which is probably down to the selection of the CPU, components on the motherboard and the power supply which usually has to only output…
You're right, using a desktop CPU for a mediacenter is not a good idea. Laptop CPUs are, however, really well optimised for very low consumption when idling and that's what you should be using for a mediacenter. Also, IMHO, ASRock Deskmini would not be a good idea for a media center since it's using desktop CPUs. The idle power draw will not be as good as mini pc with a laptop CPU.