<!DOCTYPE html> <html> <head> </head> <body> <p><strong>PROBLEM:"Failed to upgrade from www.webmin.com : You are already running the latest version of Webmin"</strong></p> <p>Even if you actually have the latest version installed.</p> <p><strong>Run this command on SSH:</strong></p> <p>miniservconffile=$(find / -wholename "*web*/miniserv.conf") ; rootdir=$(grep "^root=" "$miniservconffile" | sed -e 's/root=//g') ; echo "2" > "$rootdir/release"</p> <p>It basically creates the file /usr/share/webmin/release and writes 2</p> </body> </html>
Subscribe
0 Comments
Oldest