Tried to install the package webmin in a new Mageia 4.1 installation. Package installs as expected and no messages for dependencies etc, nor package failure.
Upon trying to start the service it fails, following the instructions and as such logged messages are :
- Code: Select all
[root@visionary webmin]# systemctl status webmin.service -l
webmin.service - LSB: Webmin is a remote administration tool using web-browser
Loaded: loaded (/etc/rc.d/init.d/webmin)
Active: failed (Result: exit-code) since di 2014-07-01 18:16:09 CEST; 51s ago
Process: 4352 ExecStart=/etc/rc.d/init.d/webmin start (code=exited, status=127)
jul 01 18:16:09 visionary systemd[1]: Starting LSB: Webmin is a remote administration tool using web-browser...
jul 01 18:16:09 visionary webmin[4352]: Webmin installation failed, I can't go further.
jul 01 18:16:09 visionary webmin[4352]: Starting Webmin/etc/rc.d/init.d/webmin: regel 36: /etc/webmin/start: Bestand of map bestaat niet
jul 01 18:16:09 visionary systemd[1]: webmin.service: control process exited, code=exited status=127
jul 01 18:16:09 visionary systemd[1]: Failed to start LSB: Webmin is a remote administration tool using web-browser.
jul 01 18:16:09 visionary systemd[1]: Unit webmin.service entered failed state.
Running the setup.sh from the /usr/share/webmin directory (as root), gives me a message to run it as root...
How to resolve?