ssh terminal settings

2011-02-25 Thread Ashish Mahamuni
I am doing some automation stuff with freebsd. on my local machine I am using Net::SSH::Expect (perl library) to run commands on FreeBSD machine. The problem is when I execute commands on FreeBSD, I am not able to get the output of that command on my local machine. All I am getting is remote shell

Re: setsid not found on freebsd

2011-02-14 Thread Ashish Mahamuni
ev wrote: > On Mon, Feb 14, 2011 at 12:32:21AM -0800, Garrett Cooper wrote: > > On Sun, Feb 13, 2011 at 11:46 PM, Ashish Mahamuni > > wrote: > > > I am using FreeBSD 8.1. > > > I am doing some automation stuff and running shell scripts remotely > using >

setsid not found on freebsd

2011-02-14 Thread Ashish Mahamuni
I am using FreeBSD 8.1. I am doing some automation stuff and running shell scripts remotely using setsid command. It seems that I do not have setsid on my system. Also, searched in /usr/ports for installation but no luck. Could you please tell me the way to install this command or may be the alte