- 1 Post
- 3 Comments
myliltoehurts@lemm.eeto Linux@lemmy.ml•Hacking wizard gets Linux to run on a 1971 processor, though it takes almost 5 days to boot the kernel4·11 months agoDoesn’t count until it runs doom.
myliltoehurts@lemm.eeto Linux@programming.dev•Service availability monitoring/flapping services1·1 year agoMaybe set up a script that runs locally and pings an external service like 1.1.1.1 or 8.8.8.8 every second to see if it survives in a window when your services alert? Perhaps it’s your modem refreshing some config which causes a blip for a few seconds or something similar. If this doesn’t alert at least you can rule out that your internet fully goes out.
The other side of this would also be useful, if you could run a similar check towards different levels of your home network to see how far down it gets (e.g. ping your router, expose some simple TCP echo service on the server running all this and nc it, curl the status page of the reverse proxy (or set up a static page in it), curl the app behind the reverse proxy - just make sure to use firewall rules for this and not just put everything on the internet). Depending on where it fails should hopefully give you some idea to go on.
Maybe set up https://www.thinkbroadband.com/broadband/monitoring/quality/ to see if it registers any packet loss in those times or increased latency (although I’d still do the above as well)
Unfortunately for some of them even if the game works there are often cases where either mods don’t work or some overlay/other additional software.
On your answer though, I was under the impression that when you configure the KVM passthrough setup it makes the video card you use for the passthrough inaccessible for the host itself and that to make it accessible, it requires undoing some of the config and a restart. Is this incorrect?