Ilia Ross

Results 664 comments of Ilia Ross

> The proper fix is here : [6fc78a2](https://github.com/webmin/webmin/commit/6fc78a2104e5b1b22da02aaeb17f978b5439b2da) Thanks, Jamie. I have taken a deeper look and found more bugs in regards to upgrades for release versions - https://github.com/webmin/webmin/commit/3dfc71d8c14348ca68512be52869166cbf7525fd. Also,...

The simplest solution is to manually download and install Usermin package, or configure repos that would contain latest Usermin. We have already made improvements to the code to support minor...

Did you then tell the package manager to upgrade? You can also do it using `System ⇾ Software Package Updates` page. But you would need to refresh available packages first.

Oh, I see, you missed [this](https://github.com/webmin/webmin/issues/1713#issuecomment-1210595465) message above. Running this command will help to make update message go away: ``` miniservconffile=$(find / -wholename "*web*\/miniserv.conf") ; rootdir=$(grep "^root=" "$miniservconffile" | sed...

> @iliajie possibly due to background refreshes being done by the Authentic Theme? Perhaps, but less likely! This could be tested by disabling real-time monitoring on **Theme Configuration: Dashboard and...

Have you tried disabling real-time monitoring on **Theme Configuration: Dashboard and real-time monitoring** page? Also, do you get any specific errors logged on Network tab in browser console?

> After disabling that settings, things seemed better for a few minutes but the connection lost prompts came back. You can completely disable any background status pulling by opening browser...

> I think webmin is still 'half' updated, is there any command line to force the update without it trying to shutdown? Unfortunately, there was a bug in Webmin 1.995...

Yes, correct and sorry about that. Upcoming Webmin 1.997 will have all those issues sorted!

This issue can happen unfortunately and would require you to manually restart Webmin using the following command: ``` /etc/webmin/restart-by-force-kill ```