Displaying 9 results from an estimated 9 matches for "postadal".
2004 Feb 24
3
[Bug 529] sshd doesn't work correctly after SIGHUP
http://bugzilla.mindrot.org/show_bug.cgi?id=529
postadal at suse.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From po...
2002 Oct 11
2
Why openssh newer than 2.9.9 doesn't send SIGTERM and SIGHUP to child process?
...n new version cause that some process (which doesn't need
terminal) hanged after termination ssh by e.g. SIGINT, becouse hanged
process doesn't receive any signal from ssh process.
basilisk:~> ssh basilisk 'sleep 1000'
23022: Killed by signal 2.
basilisk:~> ps -ef |grep sleep
postadal 23026 1 1 12:30 ? 00:00:00 sleep 100
The problem above can resolve Force pseudo-tty allocation (option -t), but
it is not ideal solution.
Please, could anyone tell me why the new openssh doesn't send SIGHUP to
child process if ssh was terminated ?
Thnx in advance
Petr
--
Be...
2003 Sep 22
1
[Bug 698] fixed bug in calling pam_setcred
...am_setcred
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: postadal at suse.cz
The enviroment variable KRB5CCNAME is worst set before calling pam_setcred. It
is the reason why kerberos auth throught krb tickets doesn't work. The patch to
fix follow.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the a...
2003 Apr 02
0
[Bug 529] sshd doesn't work correctly after SIGHUP
...ly after SIGHUP
Product: Portable OpenSSH
Version: 3.6p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: postadal at suse.cz
In portopenssh-3.6p1-vs-openbsd.diff.gz is bug in patch of sshd.c
diff -ruN --exclude CVS ssh-openbsd-2003032600/sshd.c openssh-3.6p1/sshd.c
--- ssh-openbsd-2003032600/sshd.c 2003-03-26 16:04:08.000000000 +1100
+++ openssh-3.6p1/sshd.c 2003-03-10 11:38:10.000000000 +1100...
2003 May 15
2
[Bug 529] sshd doesn't work correctly after SIGHUP
http://bugzilla.mindrot.org/show_bug.cgi?id=529
------- Additional Comments From djm at mindrot.org 2003-05-15 19:00 -------
Please attach the patch to the bug, rather than pasting it in the comments
field. Patches in comments are a PITA to extract.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2006 Sep 13
0
[Bug 510] New: patch fixes strict aliasing
...mary: patch fixes strict aliasing
Product: iptables
Version: 1.3.5
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: unknown
AssignedTo: laforge@netfilter.org
ReportedBy: postadal@suse.cz
I'd like append patch from suse which fixes strict aliasing.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...org>
Peter Ziljstra <peterz@infradead.org>
peter@colberg.org
Petko Manolov <petkan@nucleusys.com>
Petr Holasek <pholasek@redhat.com>
Petr Kubánek <petr@kubanek.net>
Petr Malat <oss@malat.biz>
Petr Matousek <pmatouse@redhat.com>
Petr Ostadal <postadal@suse.cz>
Petr Strnad <strnape1@fel.cvut.cz>
Petr Tesarik <ptesarik@suse.cz>
Petr Uzel <petr.uzel@suse.cz>
Petr Vandrovec <petr@vandrovec.name>
Petr Vandrovec <petr@vmware.com>
Petri Gynther <pgynther@google.com>
Phil Blundell <philb@gnu.org>...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...org>
Peter Ziljstra <peterz@infradead.org>
peter@colberg.org
Petko Manolov <petkan@nucleusys.com>
Petr Holasek <pholasek@redhat.com>
Petr Kubánek <petr@kubanek.net>
Petr Malat <oss@malat.biz>
Petr Matousek <pmatouse@redhat.com>
Petr Ostadal <postadal@suse.cz>
Petr Strnad <strnape1@fel.cvut.cz>
Petr Tesarik <ptesarik@suse.cz>
Petr Uzel <petr.uzel@suse.cz>
Petr Vandrovec <petr@vandrovec.name>
Petr Vandrovec <petr@vmware.com>
Petri Gynther <pgynther@google.com>
Phil Blundell <philb@gnu.org>...
2004 May 05
0
Why are error messages CRLF terminated?
Hi,
why uses openssh for printing error messages CRLF termination?
Petr