|
From: Stephen L. <sa...@ya...> - 2006-11-19 00:06:31
|
Hi Jamie, Tks for your advice. > I don't see what DHCP has to do with starting Webmin .... ? If you > want to ensure that Webmin is running, you need to use the > /etc/init.d/webmin script. $ ls /etc/init.d/ | grep webmin No print out. The script is not there. Where can I find it? $ sudo find / -name webmin /var/webmin /home/satimis/Desktop/Webmin/webmin-1.300/webmin /home/satimis/Desktop/Webmin/webmin-1.300/caldera/webmin /home/satimis/Desktop/Webmin/webmin-1.300/mscstyle3/webmin /home/satimis/Desktop/Webmin/webmin-1.300/blue-theme/webmin /etc/webmin /etc/webmin/webmin /usr/local/webmin /usr/local/webmin/webmin /usr/local/webmin/caldera/webmin /usr/local/webmin/mscstyle3/webmin /usr/local/webmin/blue-theme/webmin TIA B.R. Stephen > -----Original Message----- > > From: Stephen Liu <sa...@ya...> > Subj: [webmin-l] Fail to start admin page > Date: Sat 18 Nov 2006 8:11 am > Size: 1K > To: web...@li... > > Hi folks, > > Ubuntu-6.06.1-LAMP-server-amd64 > > Failed to start the admin page of Webmin with; > > http://localhost:10000 > https://localhost:10000 > http://127.0.0.1:10000 > https://127.0.0.1:10000 > > on Firefox started as root, saying "can't connect to this site". > > $ sudo /etc/init.d/dhcp restart > Stopping DHCP server: dhcp. > Starting DHCP server: dhcpd. > * end * > > DHCP started already. > > $ cat /etc/dhcpd.conf > # > # Sample configuration file for ISC dhcpd for Debian > # > # $Id: dhcpd.conf,v 1.4.2.2 2002/07/10 03:50:33 peloy Exp $ > > default-lease-time 600; > max-lease-time 7200; > option subnet-mask 255.255.255.0; > option broadcast-address 192.168.1.255; > option routers 192.168.1.254; > option domain-name-servers 192.168.1.1, 192.168.1.2; > option domain-name "mydomain.org"; > > subnet 192.168.1.0 netmask 255.255.255.0 { > range 192.168.1.10 192.168.1.100; > range 192.168.1.150 192.168.1.200; > } > * end * > > Please help. TIA > > > B.R. > Stephen > > > > > Send instant messages to your online friends > http://uk.messenger.yahoo.com > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > - > Forwarded by the Webmin mailing list at > web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > - > Forwarded by the Webmin mailing list at > web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > Send instant messages to your online friends http://uk.messenger.yahoo.com |