Does a Pixel 5 have wake on Lan? Do any cellphones?
Making a Linux home server sleep on idle and wake on demand (2023)
71–80 of 115 posts
Re: Making a Linux home server sleep on idle and wake on demand (2023)
#72Earlier quoted context omitted.
Ah, you're not a tinkerer!
I definitely am. But this is a very solved problem. It just adds brittleness to the system. Maintenance for this is going to suck. It's going to break in less than a year because you forgot to set a static IP address, or a Python library changes, or the SD card in the PI gets corrupted, or the jack on it fries, or its cheap PSU died and fries the board, etc. Then you're going to have to try to remember how the damn t…
Re: Making a Linux home server sleep on idle and wake on demand (2023)
#73Earlier quoted context omitted.
I use a Mac Mini. When nothing it up, it draws like 7W!
How do you accurately measure how much current a PC is drawing at any given time? Do you have some kind of measurement device inline with the power cord?
https://www.brennenstuhl.co.uk/en-GB/products/travel-adapter...
Re: Making a Linux home server sleep on idle and wake on demand (2023)
#74Re: Making a Linux home server sleep on idle and wake on demand (2023)
#75Some motherboards disable power to their ethernet port upon sleep and so WoL will not work. This is particularly common if the NIC is a power hungry 10GbE port. However, in the particular case I found, the motherboard also disables oower to any usb GigE adapter attached. The solution I found was to attach a USB hub with (empty) SD slots and integrated GigE port. As SD cards require power to remain mounted, the mother…
Re: Making a Linux home server sleep on idle and wake on demand (2023)
#76Earlier quoted context omitted.
Ah, you're not a tinkerer!
I definitely am. But this is a very solved problem. It just adds brittleness to the system. Maintenance for this is going to suck. It's going to break in less than a year because you forgot to set a static IP address, or a Python library changes, or the SD card in the PI gets corrupted, or the jack on it fries, or its cheap PSU died and fries the board, etc. Then you're going to have to try to remember how the damn t…
Fortunately, the author wrote a derailed essay explaining all of this…
> You should never add more failure points to infra, ever.
Every time you add a new system or a new feature you necessarily “add more failure points”, there's no way around that.
One should avoid introducing more failure points than needed for the functionality you want, that's it.
You say it's a “solved problem”, but you only give solutions to a different problem (starting the server at a scheduled time, when the author wants to start the server on demand).
Re: Making a Linux home server sleep on idle and wake on demand (2023)
#77Re: Making a Linux home server sleep on idle and wake on demand (2023)
#78All this complexity to save a few bucks per year on your electricity bill? This is ridiculous, the Pi costs far more than what you can be expected to save.
If you are willing to send magic packets to wake up the server, before using it, you can save money from the electricity bill with negligible complexity.
Re: Making a Linux home server sleep on idle and wake on demand (2023)
#79That's what I was thinking too. My home server consumes like 15 W and is silent. If you get a rack mounted server made for data centers and stick it in a closet so you can't hear it then yes, i guess this approach makes sense.
In the UK, every 10W of 24/7 load is ~£25/year (33 USD). It’s very easy for even the small things to add up.
Re: Making a Linux home server sleep on idle and wake on demand (2023)
#80But this is about waking up on non-magic requests, just any request?