Your message dated Sat, 05 Feb 2005 05:47:07 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#282544: fixed in rsh-redone 66-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Nov 2004 22:55:41 +0000
>From [EMAIL PROTECTED] Mon Nov 22 14:55:41 2004
Return-path: <[EMAIL PROTECTED]>
Received: from smtp.ualg.pt [193.136.224.8]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CWN5x-0001kn-00; Mon, 22 Nov 2004 14:55:41 -0800
Received: from localhost (smtp.ualg.pt [127.0.0.1])
by smtp.ualg.pt (Postfix) with ESMTP
id 71C884BC7D; Mon, 22 Nov 2004 23:55:34 +0000 (WET)
Received: from smtp.ualg.pt ([127.0.0.1])
by localhost (smtp.ualg.pt [127.0.0.1]) (amavisd-new, port 10024) with SMTP
id 24260-01; Mon, 22 Nov 2004 23:55:29 +0000 (WET)
Received: from bucy.uceh.ualg.pt (bucy.uceh.ualg.pt [10.10.22.215])
by smtp.ualg.pt (Postfix) with ESMTP
id 8A5394BC72; Mon, 22 Nov 2004 23:55:29 +0000 (WET)
Received: from moinho.csi.fct.ualg.pt ([10.12.20.8] ident=Debian-exim)
by bucy.uceh.ualg.pt with esmtp (Exim 3.35 #1 (Debian))
id 1CWN5m-0006gc-00; Mon, 22 Nov 2004 22:55:30 +0000
Received: from cmfonsec by moinho.csi.fct.ualg.pt with local (Exim 4.34)
id 1CWN5m-0002y1-Hh; Mon, 22 Nov 2004 22:55:30 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Carlos Fonseca <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: rsh-redone-server: rshd does not set HOME env var
X-Mailer: reportbug 2.63
Date: Mon, 22 Nov 2004 22:55:30 +0000
Message-Id: <[EMAIL PROTECTED]>
Sender: Carlos Fonseca <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: rsh-redone-server
Version: 65-1
Severity: normal
Tags: patch
rshd does not set the HOME environment variable, which is a problem at
least for pvm. Unless pam should do it instead, the following patch
fixes the problem:
--- rsh-redone-65/rshd.c 2003-06-16 19:19:19.000000000 +0100
+++ rsh-redone-65.1/rshd.c 2004-11-22 22:34:30.000000000 +0000
@@ -345,6 +345,8 @@
pam_putenv(handle, env);
snprintf(env, sizeof(env), "SHELL=%s", pw->pw_shell);
pam_putenv(handle, env);
+ snprintf(env, sizeof(env), "HOME=%s", pw->pw_dir);
+ pam_putenv(handle, env);
snprintf(env, sizeof(env), "PATH=%s", _PATH_DEFPATH);
pam_putenv(handle, env);
Best,
Carlos
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
Versions of packages rsh-redone-server depends on:
ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an
ii libpam0g 0.76-22 Pluggable Authentication Modules l
ii netbase 4.19 Basic TCP/IP networking system
-- no debconf information
---------------------------------------
Received: (at 282544-close) by bugs.debian.org; 5 Feb 2005 10:53:02 +0000
>From [EMAIL PROTECTED] Sat Feb 05 02:53:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CxNYk-0005Vq-00; Sat, 05 Feb 2005 02:53:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CxNT1-00016x-00; Sat, 05 Feb 2005 05:47:07 -0500
From: Guus Sliepen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#282544: fixed in rsh-redone 66-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 05 Feb 2005 05:47:07 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: rsh-redone
Source-Version: 66-1
We believe that the bug you reported is fixed in the latest version of
rsh-redone, which is due to be installed in the Debian FTP archive:
rsh-redone-client_66-1_i386.deb
to pool/main/r/rsh-redone/rsh-redone-client_66-1_i386.deb
rsh-redone-server_66-1_i386.deb
to pool/main/r/rsh-redone/rsh-redone-server_66-1_i386.deb
rsh-redone_66-1.diff.gz
to pool/main/r/rsh-redone/rsh-redone_66-1.diff.gz
rsh-redone_66-1.dsc
to pool/main/r/rsh-redone/rsh-redone_66-1.dsc
rsh-redone_66.orig.tar.gz
to pool/main/r/rsh-redone/rsh-redone_66.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guus Sliepen <[EMAIL PROTECTED]> (supplier of updated rsh-redone package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 5 Feb 2005 11:20:24 +0100
Source: rsh-redone
Binary: rsh-redone-client rsh-redone-server
Architecture: source i386
Version: 66-1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen <[EMAIL PROTECTED]>
Changed-By: Guus Sliepen <[EMAIL PROTECTED]>
Description:
rsh-redone-client - Reimplementation of rsh and rlogin
rsh-redone-server - Reimplementation of rshd and rlogind
Closes: 282544
Changes:
rsh-redone (66-1) unstable; urgency=low
.
* New upstream release. Closes: #282544
Files:
7391bba944804727f9f083c878204988 600 net optional rsh-redone_66-1.dsc
f0bbb8a4afcc83e87d5d1d1f1754ecb3 16351 net optional rsh-redone_66.orig.tar.gz
e4cd1de7295a61d6ad6d7e166a2b9473 2924 net optional rsh-redone_66-1.diff.gz
4df2abab11eb9942797ebb70d3f8f451 14114 net optional
rsh-redone-server_66-1_i386.deb
6e729119a5ad7f4975ec2d65c5c9db89 13600 net optional
rsh-redone-client_66-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCBKB5AxLow12M2nsRAu24AJ9xW3VUpinNL3Mfu3OWYwXQIKcGsgCdGlq3
9BNSNGTyD3NxleNLcxzeP5c=
=wBr4
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]