On Thu, Mar 01, 2001 at 04:22:26PM -0000, Darren Young wrote:
> Now, what I would like to do is something like this:
>
> $HOME/bin/cvs --allow-root=$HOME/cvsroot -T$HOME/tmp -f pserver &
>
> It seems to start fine, although if I touch my keyboard it stops. In
> a second shell session, netstat -na | grep 2401 doesn't show me
> listening() either.?
It probably stopped as soon as you started it; you just aren't
*told* about that until you touch the keyboard. To see what I
mean, try this:
- type "sleep 3 &"
- wait 10 seconds or so; nothing will happen, even though the
sleep finished several seconds ago
- hit Return; only now are you told about the sleep command
being done
This is a feature of the shell, to keep the "background-command
finished" notification from being lost in the output from some
other command.
As for why it stopped in the first place, I'm afraid I can't
help; I've never used pserver.
--
| | /\
|-_|/ > Eric Siegerman, Toronto, Ont. [EMAIL PROTECTED]
| | /
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea.
- RFC 1925 (quoting an unnamed source)
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs