Displaying 20 results from an estimated 200 matches similar to: "signal transmission in ssh2"
2001 Oct 29
0
signal messages
comments?
allows
% ssh host 'tail -f /var/log/messages | grep bla'
^C
Index: clientloop.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/clientloop.c,v
retrieving revision 1.86
diff -u -r1.86 clientloop.c
--- clientloop.c 24 Oct 2001 19:57:40 -0000 1.86
+++ clientloop.c 29 Oct 2001 19:08:37 -0000
@@ -103,6 +103,8 @@
*/
static
2013 Feb 15
2
getpgrp
These days, sshd.c has:
static void
grace_alarm_handler(int sig)
{
...
if (getpgid(0) == getpid()) {
signal(SIGTERM, SIG_IGN);
killpg(0, SIGTERM);
}
sigdie(...);
}
however (really) old BSDs do not have getpgid(). They do have
getpgrp(), which does what we want here. The question is what to do if
we have neither: return the pid (and thus
2018 Aug 01
2
trying to resurrect discussion about "Cannot signal a process over a channel (rfc 4254, section 6.9)"
FWIW, now that privsep is mandatory I have no objection to including
signal support in sshd.
On Wed, 25 Jul 2018, Yonathan Bleyfuesz wrote:
> Hi all,
>
> I would like to propose some ideas to revivify this subject.
>
> -First, we could add support on the client to send signal thanks to the escape characters.
> (code :
2007 Mar 17
0
"mongrel_rails stop" leaving undeleted .pid files
I''m looking at implementation of Mongrel::Stop.run:
def run
if @force
@wait.to_i.times do |waiting|
exit(0) if not File.exist? @pid_file
sleep 1
end
Mongrel::send_signal("KILL", @pid_file) if File.exist? @pid_file
else
Mongrel::send_signal("TERM", @pid_file)
end
end
and a question arises:
2018 Jul 13
2
trying to resurrect discussion about "Cannot signal a process over a channel (rfc 4254, section 6.9)"
Hi,
>>> It would be nice to know what the precise technical issues are that have
>>> prevented support for this from being added. From what I recall, it
>>> seemed like the delay was largely due to details of the client
>>> behaviour, and possibly some feature creep.
It would indeed be really great to have some details on this point.
Concerning the test of
2006 Sep 06
7
[RFC PATCH] allow connecting to xenconsole from remote hosts
The attached patch makes xenconsole send and receive console messages
over a remote connection, instead of via stdin/stdout - if given the
--remote switch. It is useful for proxy''ing real console message or
other protocol messages (such as gdb) between dom0 and a remote
host. We''re currently using it for proxying gdb between gdbstub in a
partition that talks gdb over the console
2001 Dec 10
10
hang on exit bug under Linux
>From what I understand, the problem is due to people's disagreement about what the "correct" behavior should be. I'm pretty sure that the following is the correct behavior from running rsh and ssh often (both fsecure and openssh).
Lets say you have a stupid script that does
while 1
do
sleep 1
done
Called foreverSleep on your remote host:
rsh remotehost
2001 Oct 24
2
disable features
this (uncomplete) patch makes various features compile time
options and saves up to 24K in the resulting
ssh/sshd binaries. i don't know whether this
should be added to the CVS since it makes
the code less readable.
perhaps WITH_COMPRESSION should be added, since
it removes the dependency on libz
-m
Index: Makefile.inc
===================================================================
RCS
2002 Nov 18
0
signals and ssh
hi, please test this. if ssh is called with SIGINT ignored (e.g.
from a backup system, with rmt) then ssh should not overwrite set
it's own handler.
Index: clientloop.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/clientloop.c,v
retrieving revision 1.104
diff -u -r1.104 clientloop.c
--- clientloop.c 22 Aug 2002 19:38:42 -0000 1.104
+++
2013 Feb 26
16
Call for testing: OpenSSH-6.2
Hi,
It's that time again...
OpenSSH 6.2 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
2001 May 21
1
ignoring SIGPIPE causing problems in pipes
Hi. I'm writing an article on network backups, and instead of using
my old ssh1 software, I decided to go with openssh all the way. I got
the hang of the openssh way of doing protocol 2 public key
authentication, but ssh is failing to terminate when a pipe is broken.
I am ssh-ing to a remote host and doing a cat or zcat of a dump file,
then on the localhost, I'm using restore to extract
2006 Feb 12
0
how to know the max. transmission rate?
Hi,all
When we allocate bandwidth to a host/device in LAN , how can we
know the max. bandwidth the device(e.g.1394,ethernet,powerline..)
can receive(in the idle condition, no other application occupy the bandwidth) ? Can RSVP signaling do that?or others ?
Thanks
Fionna
___________________________________________________ 最新版 Yahoo!奇摩即時通訊 7.0,免費網路電話任你打! http://messenger.yahoo.com.tw/
2007 Apr 18
0
Internet Culture.'' Carrier companies are working to introduce new transmission techniques like ATM that offer many times the bandwidth the average network link of today has.
release Monday classes in a at the group's neighborhoods
Nothing could be better than ● LAS VEGAS CENTRAL RESERVATIONS CORP ● ?LVCC.PK? SHARE!!!
New ?LVCC.PK? SHARE this is GREAT OPPORTUNITY to BECOME a rich man!!!
Forecasts for U is only positive just get this ?LVCC.PK? STOCK!!!
Trust us cause we GUARANTEE U the real profit!!!
?LVCC.PK? ASSURE that ensures
2009 Jan 12
1
RTCP SR transmission error, rtcp halted
Hi,
While looking for the cause of disturbance in call I found this error
coming in console
RTCP SR transmission error, rtcp halted
Google search only shows some bug reports relating to MOH and Hold.
What could cause this message? Could this be a symptom causing call
disturbance? Where should I start digging to find out the reason for
this error?
I am using Asterisk 1.4.19 with zaptel 1.4.9.2
2008 May 08
0
chan_sip Maximum retries exceeded on transmission
I have a situation here where a user has an AAstra 480i phone, which
function corectly. The phone is behing a nat-router (a linksys wrv200 for
it's VPN point to point facility). The phone is plugued in a port wich has
qos enabled.
And when the user places a call, sometimes (not always), we get this in the
console :
[May 8 13:41:55] WARNING[5804]: chan_sip.c:1948 retrans_pkt: Maximum
2012 Sep 28
0
netcat issue: no UDP transmission
Hello listamtes,
Here's is a curious issue: netcat (nc) seems to not do UDP for me, even
though TCP works flawlessly. Not even on the local host.
Here's the "server session" I am running:
cat test.dd | nc -l -u -n -k -v 2456
(test.dd is just a large file with random data)
Here's the client:
nc -v -u 127.0.0.1 2456 | dd of=/dev/null
^C0+0 records in
0+0 records out
0
2011 Jan 25
0
zfs acl issue - transmission not moving files on completion of torrent
Hi Folks,
I used to run transmission for torrents on opensolaris snv_134. My working zfs was newsan/tmp and when the torrent completed i had transmission configured to move the files to newsan/incoming.
I upgraded to sol11exp and the related zfs updates and now the files no longer move to newsan/incoming upon completion.
I believe this to be a zfs acl issue and could use some assistance in
2017 Oct 27
1
genetics: backward haplotype transmission association algorithm
Dear friends - a couple of papers in PNAS (lastly:framework for making
better predictions by directly estimating variables' predictivity, Lo et
al PNAS 2016; 113:14277-14282) have focused interest on mapping complex
traits to multiple loci spread all over the genome. I have been around
on the relevant taskview(s) I hope but fail to see that the backward
haplotype transmission association
2007 Apr 18
0
Internet Culture.'' Carrier companies are working to introduce new transmission techniques like ATM that offer many times the bandwidth the average network link of today has.
release Monday classes in a at the group's neighborhoods
Nothing could be better than ● LAS VEGAS CENTRAL RESERVATIONS CORP ● ?LVCC.PK? SHARE!!!
New ?LVCC.PK? SHARE this is GREAT OPPORTUNITY to BECOME a rich man!!!
Forecasts for U is only positive just get this ?LVCC.PK? STOCK!!!
Trust us cause we GUARANTEE U the real profit!!!
?LVCC.PK? ASSURE that ensures
2004 Nov 25
1
Fax server (TxFax) fails during transmission
I'm having an intermittent problem with fax transmissions, something I
call the streaking mascara syndrome.
TxFax will be part way through a transmission when something fails--on
the fax printer, part of the page will have correctly printed, but the
rest of the page is "streaked" to the bottom.
I have several successful multi-page transmissions interspersed with
streaked