Upgrade to wbm-virtual-server 3.83

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:)