[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Chris Ross cross+conserver@distal.com
Sun, 2 Dec 2007 19:25:13 -0800 (PST)
that's exactly what will happen if you add the initcmd stuff to your
console definition (or what it inherits). it works for all types of
consoles. conserver will make the initial tcp connection, then fork off
the initcmd (pointing it's stdin/stdout to that file descriptor) and then
continue to do it's normal stuff when it exits.
So, I dropped back to plain boring perl. I'm just reading lines from STDIN, and when I see the prompts I want, I'm printing things to STDOUT. However, it doesn't seem to be working. As far as I can tell, the things I print to STDOUT aren't getting passed across the socket (in this case, a connection "type host")