guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to kill child process?


From: Sebastian Miele
Subject: Re: how to kill child process?
Date: Mon, 24 Aug 2020 14:05:29 +0200
User-agent: mu4e 1.4.13; emacs 27.1.50

vapnik spaknik <vapniks@yahoo.com> writes:

> (execlp "ssh" "ssh" "-S" "~/.ssh/%C" "-N" "-f" "remotehost") 
>
> However, this doesn't work

The problem probably is the following: The above invocation of 'ssh'
with '-S' is the invocation of a slave.  It creates a master (with a new
PID).  After that it immediately exits ('-N').

Best wishes
Sebastian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]