Date: Wed, 11 Apr 2001 14:28:03 +0200 (CEST) From: Konrad Heuer <kheuer@gwdu60.gwdg.de> To: <tigger@ebom.org> Cc: <freebsd-questions@FreeBSD.ORG> Subject: RE: Restart network without reboot? Message-ID: <Pine.BSF.4.31.0104111356490.24805-100000@gwdu60.gwdg.de> In-Reply-To: <EEEORA1XvpFVjCRGryW00000004@eeeor.ebom.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11 Apr 2001 tigger@ebom.org wrote: > There is no monitor on the box and I'm doing everything by ssh (PuTTY) > so going into single user mode is something I do not wish to really > do. Is there another way? I'm setting the box up as a development > server to learn how to do all things I normally do on a windows server > (ie, php and mysql with cvs instead of asp and ms-sql with source > safe) > > Thanx heaps for the speedy response too! > > > > My proposal is: > > > > shutdown now=09=09=09# This command will kill all daemon > > =09=09=09=09# processes and move you to single user > > =09=09=09=09# mode. You will be asked to confirm > > =09=09=09=09# your single user shell. > > > > exit=09=09=09=09# Typing this in single user mode will > > =09=09=09=09# brint the system back to multi user > > =09=09=09=09# mode and start all daemons, e.g. If you virtually only want to start proftpd, you may simply type: /usr/local/etc/rc.d/proftpd.sh start Or if you want to restart (and his is supported by the script): /usr/local/etc/rc.d/proftpd.sh stop /usr/local/etc/rc.d/proftpd.sh start Regards Konrad Heuer Personal Bookmarks: Gesellschaft f=FCr wissenschaftliche Datenverarbeitung mbH G=D6ttingen http://www.freebsd.org Am Fa=DFberg, D-37077 G=D6ttingen http://www.daemonnews.o= rg Deutschland (Germany) kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.31.0104111356490.24805-100000>