webmin problem

ChatIndia

Community Advocate
Community Support
Messages
1,408
Reaction score
30
Points
48
my webmin turns off automatically

I even couldn't start it with /etc/init.d/webmin start

nor with

service webmin start

nor with

webmin start

What I did to start my webmin is

Code:
cd etc/webmin
./start

which webmin also don't work. Do you know what could cause this problem?
 

Mr. DOS

Member
Messages
230
Reaction score
5
Points
18
If Webmin encounters an error during its startup process, it should log an error somewhere. Try running /etc/init.d/webmin start, then look at the end of /var/log/messages for related errors. Webmin may also log errors in some other file in /var/logs/; see if there's anything with the Webmin name on it in there, and if there is, look inside it for errors.
 
Last edited:
Top