![]() |
|
suggestion: disable Casper-md5check.service after installation - Printable Version +- Linux Lite Forums (https://www.135978621.xyz/forums) +-- Forum: General (https://www.135978621.xyz/forums/forumdisplay.php?fid=4) +--- Forum: Security & Bug Fixes (https://www.135978621.xyz/forums/forumdisplay.php?fid=16) +--- Thread: suggestion: disable Casper-md5check.service after installation (/showthread.php?tid=9508) |
suggestion: disable Casper-md5check.service after installation - LL-user - 06-20-2025 Hi Jerry & team, I noticed that after installing LL 7.4 the service Casper-md5check.service is throwing an error: Code: $ sudo systemctl list-units --failedHaven't seen that in older versions. Would suggest to have this service disabled with an installation as it's not necessary. It's only designed to verify the integrity of a Live ISO system. Thanks for your consideration
RE: suggestion: disable Casper-md5check.service after installation - valtam - 07-06-2025 Sorry it took so long to get back to you on this. Safe to disable this service post-install, even to remove casper altogether. Fixed in 7.6 Code: sudo systemctl stop casper-md5check.serviceand, or: Code: sudo apt remove --purge casper*RE: suggestion: disable Casper-md5check.service after installation - LL-user - 07-06-2025 All good, thanks, Jerry! |