Displaying 20 results from an estimated 1000 matches similar to: "[Bug 396] sshd orphans processes when no pty allocated"
2002 Sep 12
0
[Bug 396] New: sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
Summary: sshd orphans processes when no pty allocated
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2008 Dec 13
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Martin d'Anjou <point14 at magma.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |point14 at magma.ca
--- Comment #13 from Martin d'Anjou <point14 at magma.ca> 2008-12-13
2002 Sep 12
0
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
------- Additional Comments From dtucker at zip.com.au 2002-09-12 23:26 -------
Created an attachment (id=145)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=145&action=view)
Send HUP to sshd child procs on exit
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Jan 07
0
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Mar 14
0
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 May 04
0
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
------- Additional Comments From dtucker at zip.com.au 2003-05-04 11:14 -------
Does anyone object to this patch? And if not, is it something that should go to
OpenBSD?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2011 Jun 13
0
Bug 396 - sshd orphans processes when no pty allocated
Hello everyone,
I've look at the latest nightly snapshot but I could find this bug is
fixed on the source code. Is there any progression to fix that issue.
This bug is open for almost 10 years, come on guys :)
>List: openssh-unix-dev
>Subject: Re: killing remote commands
>From: HAUTREUX Matthieu <matthieu.hautreux () cea ! fr>
>Date: 2010-10-21
2003 Jun 04
3
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
------- Additional Comments From markus at openbsd.org 2003-06-05 00:09 -------
sending signals could be dangerous, depending on the permissions
of the sending process, e.g. a root-owned sshd sending to
a setuid process. but i'm not sure. we had similar code there before.
------- You are receiving this mail because: -------
You are the
2005 Feb 14
2
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
------- Additional Comments From djm at mindrot.org 2005-02-14 11:55 -------
Is this not another manifestation of the infamous bug #52?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2012 Sep 27
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Tyler Riddle <triddle at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |triddle at gmail.com
--- Comment #20 from Tyler Riddle <triddle at gmail.com> ---
I just hit the condition of
2024 Dec 06
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
CC| |djm
2024 Dec 06
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
--- Comment #23 from Ulrich Sibiller <uli42 at gmx.de> ---
I have not tested it but the name of the two options does not seem that
it is the exact fix for this problem as this happens when _killing_ the
connection, see Descripton. While a timeout might kill the dangling
processes it will probably do so after some _time_ not at the time the
2024 Dec 06
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Ulrich Sibiller <uli42 at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #24 from Ulrich Sibiller <uli42 at
2012 Feb 09
4
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Andrew McNabb <amcnabb at mcnabbs.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amcnabb at mcnabbs.org
--- Comment #16 from Andrew McNabb <amcnabb at mcnabbs.org> 2012-02-10 05:21:40 EST
2008 Nov 21
2
Growth rate determination using ANCOVA
I'm a programmer in a biology lab who is starting to use R to automate
some of our statistical analysis of growth rate determination. But I'm
running into some problems as I re-code.
1) Hypotheses concerning Slope similarity/difference:
I'm using R's anova(lm()) methods to analyse a model which looks
like this:
growth.metric ~ time * test.tube
I understand that
2011 Dec 12
0
bash on Centos 5 can not source FIFOs ...
Hello
I run into this problem on CentOS 5.7 (Final), that if I try to source a
FIFO in bash, my command will be silently ignored and nothing from the
FIFO is interpreted. Here is a simple example:
[root at appserver2 ~]# mkfifo /tmp/myfifo
[root at appserver2 ~]# echo ls -l >/tmp/myfifo &
[2] 23771
[root at appserver2 ~]# source /tmp/myfifo # no `ls? output here...
[root at
2011 May 17
3
Youtube problem etc
HI, I'm new to WINE and Ubuntu!
I am using Ubuntu classic 11?
I've got WINE installed because my webbulider is WINDOWS based.
I also have a problem watching YOU TUBE videos in FULLSCREEN MODE.
It worked fine with Windows - is there something I can do to rectify this?
I do not understand all the components in a system such as what DLL, kernels etc are, so please describe what I can do if
2008 Dec 05
1
Trouble with gridBase and inset plots
Dear All,
I ma having a trouble in generating a figure containing 3 insets with
the gridBase package.
I always get an error message of the kind:
Error in gridPLT() : Figure region too small and/or viewport too large
No matter which parameters I choose. The plots works nicely with two
insets only, but when I try adding the third one, my troubles begin.
I am probably doing something wrong in the
2019 Jan 04
2
My 1973 VW Karmann Ghia
I crashed my car and need the entire turn indicator assembly. Drivers side.
Can anybody help. No local retailers have it. I did get a wiring tube but
still need the seal, bulb holder and gasket.
Thank you,
Susan
--
Susan Slayter King
(949) 391-0914
2019 Jan 07
3
My 1973 VW Karmann Ghia
Or at least post your smb.conf, we tend to base our diagnosis on it.
On 07.01.2019 11:01, Sven Schwedas via samba wrote:
> It might actually, Karmann-Ghia, Beetle and Samba all shared the same
> engine blocks, from what I recall.
>
> …it's probably still better to ask a car mechanic.
>
> On 04.01.19 23:04, A. James Lewis via samba wrote:
>> I wonder if it's the