Re: restart network without shutdown

2007-08-08 Thread Jack Stone
From: Eric Crist <[EMAIL PROTECTED]> To: Narek Gharibyan <[EMAIL PROTECTED]> CC: freebsd-questions@freebsd.org, 'Xihong Yin' <[EMAIL PROTECTED]> Subject: Re: restart network without shutdown Date: Tue, 7 Aug 2007 10:42:11 -0500 Install screen from ports, run it from

Re: restart network without shutdown

2007-08-07 Thread Rakhesh Sasidharan
You'll still get disconnected, but you should be able to reconnect after it's done. Screen will allow the script to complete, whereas your ssh session is killing it half/part way through... HTH Eric Crist I'm generally a big screen advocate, but in this case, wouldn't nohup work as well? A

Re: restart network without shutdown

2007-08-07 Thread Erik Osterholm
> >-Original Message- > > >From: [EMAIL PROTECTED] > > >[mailto:[EMAIL PROTECTED] On Behalf Of Xihong Yin > > >Sent: Tuesday, August 07, 2007 6:02 PM > > >To: freebsd-questions@freebsd.org > > >Subject: restart network without shutdown > > > > > >How can I restart my network card without sh

Re: restart network without shutdown

2007-08-07 Thread Eric Crist
On Aug 7, 2007, at 12:11 PMAug 7, 2007, Rakhesh Sasidharan wrote: Eric Crist wrote: Install screen from ports, run it from within screen. You'll still get disconnected, but you should be able to reconnect after it's done. Screen will allow the script to complete, whereas your ssh sessio

Re: restart network without shutdown

2007-08-07 Thread Rakhesh Sasidharan
Eric Crist wrote: Install screen from ports, run it from within screen. You'll still get disconnected, but you should be able to reconnect after it's done. Screen will allow the script to complete, whereas your ssh session is killing it half/part way through... HTH Just curious -- how

Re: restart network without shutdown

2007-08-07 Thread Eric Crist
Install screen from ports, run it from within screen. You'll still get disconnected, but you should be able to reconnect after it's done. Screen will allow the script to complete, whereas your ssh session is killing it half/part way through... HTH Eric Crist On Aug 7, 2007, at 10:19 AMA

Re: restart network without shutdown

2007-08-07 Thread Mohd Ghalib Akhtar
2007 6:19:09 PM Subject: RE: restart network without shutdown I think the best way is /etc/netstart but when you try it via ssh connection it outputs an fatal error and your ssh hangs up. You cannot connect again via ssh. But you can do it via console and everything will ok. -Orig

RE: restart network without shutdown

2007-08-07 Thread Narek Gharibyan
I think the best way is /etc/netstart but when you try it via ssh connection it outputs an fatal error and your ssh hangs up. You cannot connect again via ssh. But you can do it via console and everything will ok. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O

Re: restart network without shutdown

2007-08-07 Thread Doug Poland
Xihong Yin wrote: How can I restart my network card without shutdown/reboot? I use DHCP. try /etc/rc.d/netif restart -- Regards, Doug ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubs