(20-Mar-2025, 10:36 AM)clark8888 Wrote: help! After upgrade 1.4.1, can not enter into web control any more:
Can you run these? First command to remove snakeoil, second+third command is to reinstall snakeoil. Last command is to tell me which version of snakeoil that's installed.
sudo apt remove snakeoil # remove snakeoil
sudo apt update # update apt database
sudo apt install snakeoil # re-install snakeoil
snakeoil-rest --long-version # Show snakeoil version
ldd /usr/local/sbin/snakeoil-rest # Show libraries
If "--long-version" don't work. Then run the last one ("ldd") as i suspect a library is missing on the system (which I missed in the deb install).. Some folks have that missing library while others don't. So that's why it seems some folks are ok, but others aren't.