Submitted by dnosker on Tue, 01/03/2017 - 20:16
Can't access webmin after upgrade to 1.830. It just gives blank page with title of "Error".
miniserv.error shows the following each time page is refreshed: Error: Failed to open /etc/webmin/authentic-theme/csf.ui-introduced for writing : No such file or directory
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Tue, 01/03/2017 - 22:07 Comment #1
Does it help if you SSH in as
root
and create the directory/etc/webmin/authentic-theme
?Submitted by andreychek on Tue, 01/03/2017 - 22:19 Comment #2
Also, note that Ilia has fixed this bug in the next version of Authentic.
Submitted by peloton on Wed, 01/04/2017 - 05:02 Comment #3
Hello,
After updating to latest version of webmin (1.830) it became impossible to log in to webmin; after entering the username/password it says "Error" in page title, and only displays a gray screen. This issue happened on multiple, unrelated, centos 7.3 systems (centos 6.8 remained functional). I've tried restarting the webmin service, and even rebooting, with no success. It's not browser related, as it does the same with multiple browsers.
systemctl status webmin -l
Jan 04 02:05:17 host.name systemd[1]: Starting LSB: Start or stop the Webmin server... Jan 04 02:05:17 host.name webmin[1399]: Webmin starting Jan 04 02:05:18 host.name systemd[1]: Started LSB: Start or stop the Webmin server.
@dnosker This issue will be automatically fixed (if present) in 18.32+
More details on the same issue. https://github.com/qooob/authentic-theme/issues/624#issuecomment-270221293
Submitted by peloton on Wed, 01/04/2017 - 08:16 Comment #5
Cool!
Submitted by dnosker on Wed, 01/04/2017 - 10:18 Comment #6
qooob commented 4 days ago... Just mkdir /etc/webmin/authentic-theme && chmod 711 /etc/webmin/authentic-theme. It should work then.
WORKED!