These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Upgrade to wbm-virtual-server 3.83 on the new forum.
Got this while upgrading to wbm-virtual-server 3.83
virtual-server/postinstall.pl failed : virtual-server::module_install failed : Webmin server did not write new PID file at /usr/libexec/webmin/web-lib-funcs.pl line 1340.
Safe to ignore?
Howdy,
It's possible you have a stuck Webmin process... I'd recommend stopping Webmin with:
/etc/init.d/webmin stop
Then, look for any running Webmin processes by running this command:
ps auxw | grep miniserv | grep webmin
After that, start Webmin back up:
/etc/init.d/webmin start
Once you've done that, you should be in good shape... but test out the Virtualmin interface and make sure you're able to access it.
-Eric
Working now, thanks:)