Re: Bridging console port to a telnet session

2007-01-16 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Kailas Ramasamy <[EMAIL PROTECTED]> typed: > Hi Mike, > Yes, that what I am planing but I want to do this dynamically. Do you know > how to launch a > telnet session from a process?. How do I pass stdin and stdout to the telnet > from a process?. See the fork() and exec() m

Re: Bridging console port to a telnet session

2007-01-16 Thread Kailas Ramasamy
Hi Mike, Yes, that what I am planing but I want to do this dynamically. Do you know how to launch a telnet session from a process?. How do I pass stdin and stdout to the telnet from a process?. Thanks Kailas On 1/16/07, Mike Meyer <[EMAIL PROTECTED]> wrote: In <[EMAIL PROTECTED]>, Kailas Ramas

Re: Bridging console port to a telnet session

2007-01-16 Thread Andrew Thompson
On Tue, Jan 16, 2007 at 03:03:55PM -0800, Kailas Ramasamy wrote: > Hi, > Within a FreeBSD system, I want to telnet to another system and bridge that > session to the > console port so that when an user connects to the system via console port, > it is automatically > redirected to other system for I

Re: Bridging console port to a telnet session

2007-01-16 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Kailas Ramasamy <[EMAIL PROTECTED]> typed: > Hi, > Within a FreeBSD system, I want to telnet to another system and bridge that > session to the > console port so that when an user connects to the system via console port, > it is automatically > redirected to other system for

Bridging console port to a telnet session

2007-01-16 Thread Kailas Ramasamy
Hi, Within a FreeBSD system, I want to telnet to another system and bridge that session to the console port so that when an user connects to the system via console port, it is automatically redirected to other system for I have already established a telnet session. Your help is greatly appreciate

Re: kern/89528: [jail] impossible to kill a jail

2007-01-16 Thread Juergen Unger
Hi ! I had this problem on my machines many times now. One additional thing I found: on my machines all jails have their own (virtual) disks mounted to the root-fs of the jail. In the case a zombie jail is left after stopping a jail the entry in the jls output is still visible _and_ it is not

DVD-RAM on FreeBSD?

2007-01-16 Thread Wilko Bulte
Today I by coincidence found myself with DVD-RAM disk. Given that my DVD drive ( NEC DVD_RW ND-4571A 1-01 ) should be able to work with DVD-RAM disks my curiosity got the best of me. Currently running FreeBSD freebie.xs4all.nl 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Fri Dec 22 17:16:16 CET 2

lirc serial FreeBSD

2007-01-16 Thread krishnamurthy holla
Dear All, i have a serial IR receiver and i am looking for lirc support for serial ir device in freebsd is there solutions already made ? or any other alternatives? Thanks & Regards Krishna ___ freebsd-hackers@freebsd.org mailing list http://lists.fre

Re: Source code for user utilities

2007-01-16 Thread Pranav Sawargaonkar
Thanks for the help. I got it in /usr/src/bin -Pranav On 1/16/07, Dan Nelson <[EMAIL PROTECTED]> wrote: In the last episode (Jan 16), Mike Meyer said: > In <[EMAIL PROTECTED]>, Pranav Sawargaonkar <[EMAIL PROTECTED]> typed: > > Can any one tell me from where i can get source code of user level

semaphore.h does'nt include fcntl.h ?

2007-01-16 Thread girish r
>sysv semaphores are different from POSIX semaphores, >so loading >sysvsem.ko won't help you here. It looks like the >"sem" module is >missing from /usr/src/sys/modules/Makefile, which >explains why you >don't have it :) You can build it manually though: > >cd /usr/src/sys/modules/sem >make obj