On Wed, 28 Mar 2001 [EMAIL PROTECTED] wrote:

> > Look in /etc/hosts and you will see what is most likely the
> > first line:
> >
> > 127.0.0.1   localhost       (and possibly localhost.localdomain)
> >
> > The URL,  http://localhost:10000   is translated (somewhere by a DNS
> > server) to: http://127.0.0.1:10000
>
> localhost is translated to 127.0.0.1 by the /etc/hosts line you
> mentioned above.

Is webmin daemon process running?

ps ax | grep webmin


If it is not then, /etc/rc.d/init.d/webmin start   should start it.
If that fails, then there is an installation problem.

Try to uninstall webmin.  Then re-install it.
If that doesn't work, try to download webmin again and re-install.


Also, look in /var/log/messages   (tail -n 100 /var/log/messages | more)
to see if there are any errors during this time.


-- 
***************************************************************************
Jerry Winegarden        OIT/Technical Support           Duke University
[EMAIL PROTECTED]            http://www-jerry.oit.duke.edu
***************************************************************************



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to