![]() |
Snakeoil OS goes completely bonkers if you uninstall Logitech Media Server - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Support & Troubleshooting (https://forums.snakeoil-os.net/Forum-Support-Troubleshooting) +--- Thread: Snakeoil OS goes completely bonkers if you uninstall Logitech Media Server (/Thread-Snakeoil-OS-goes-completely-bonkers-if-you-uninstall-Logitech-Media-Server) |
Snakeoil OS goes completely bonkers if you uninstall Logitech Media Server - agent_kith - 27-Oct-2020 Hi all, Not exactly sure why yet, but if you uninstall Logitech Media Server (LMS) on a Snakeoil machine, the whole system goes completely bonkers. I'm surprised by this bug, and also it's something I have never done before as I have been using LMS for a long time. But for folks who have this problem, here's a quick fix (without re-installing the OS). The quick fix is to re-install LMS! ![]() You need to SSH (or direct console) to your computer, now run the following commands: Code: wget http://downloads.slimdevices.com/LogitechMediaServer_v7.9.3/logitechmediaserver_7.9.3_amd64.deb Code: sudo dpkg -i logitechmediaserver_7.9.3_amd64.deb Code: sudo reboot Now Snakeoil OS will be back alive again. I will try and identify this bug when I can. But until then, try the above and let me know how it goes. RE: Snakeoil OS goes completely bonkers if you uninstall Logitech Media Server - hkphantomgtr - 27-Oct-2020 (27-Oct-2020, 01:41 PM)agent_kith Wrote: Hi all, Thanks a lot, Agent Kith! 1st) these codes doesn't work in a single line. I have to split into 3 lines, i.e. Code: Code: sudo dpkg -i logitechmediaserver_7.9.3_amd64.deb Anyway, I really appreciate your passion, enthusiasm, and kind heart. ![]() RE: Snakeoil OS goes completely bonkers if you uninstall Logitech Media Server - agent_kith - 28-Oct-2020 (27-Oct-2020, 09:18 PM)hkphantomgtr Wrote: Anyway, I really appreciate your passion, enthusiasm, and kind heart.Didn't realise the code was all on a single line. Have fixed it.. Had some interesting finds yesterday: There's no problem if I run the following command to uninstall LMS: Code: apt remove logitechmediaserver Remove only uninstalls the binaries Purge will remove binaries and configuration Interesting thing is, why would Snakeoil fail when the configuration is removed? This is the question I hope I can find out. Couldn't investigate further last night as I have a flat tyre on my car (this is my third flat this year btw!) One more and really I should have just replaced the set (the punctures can't be fixed so I have to get new tyres each time!) RE: Snakeoil OS goes completely bonkers if you uninstall Logitech Media Server - hkphantomgtr - 28-Oct-2020 (28-Oct-2020, 08:53 AM)agent_kith Wrote:(27-Oct-2020, 09:18 PM)hkphantomgtr Wrote: Anyway, I really appreciate your passion, enthusiasm, and kind heart.Didn't realise the code was all on a single line. Have fixed it.. This tough year is almost done. Let's hope for a better year to come. ![]() RE: Snakeoil OS goes completely bonkers if you uninstall Logitech Media Server - hkphantomgtr - 28-Oct-2020 (28-Oct-2020, 08:53 AM)agent_kith Wrote:(27-Oct-2020, 09:18 PM)hkphantomgtr Wrote: Anyway, I really appreciate your passion, enthusiasm, and kind heart.Didn't realise the code was all on a single line. Have fixed it.. "Apt remove logitechmediaserver" works! And SO keeps working normally after reboot. Thank you very much again, Agent Kith! ![]() |