Debian bug report logs - #1734 , boring messages ----------------------------------------------------------------------- Message sent to debian-devel@pixar.com: Subject: Bug#1734: netstd 1.19-1 won't install Reply-To: Ian Jackson , debian-bugs@pixar.com Resent-From: Ian Jackson Resent-To: debian-devel@pixar.com Resent-Date: Sun, 22 Oct 1995 18:18:01 GMT Resent-Message-ID: Resent-Sender: iwj10@cus.cam.ac.uk X-Debian-PR-Package: netstd X-Debian-PR-Keywords: Received: via spool for debian-bugs; Sun, 22 Oct 1995 18:18:01 GMT Received: with rfc822 via encapsulated-mail; Sun, 22 Oct 1995 18:04:52 GMT Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0t74kF-0005m2C; Sun, 22 Oct 95 11:03 PDT Received: from artemis.chu.cam.ac.uk by pixar.com with SMTP id AA00795 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sun, 22 Oct 1995 11:02:26 -0700 Received: from chiark.chu.cam.ac.uk by artemis.chu.cam.ac.uk with smtp (Smail3.1.29.1 #33) id m0t74jG-0007uYC; Sun, 22 Oct 95 18:02 GMT Received: by chiark.chu.cam.ac.uk id m0t74jE-0002XZC (Debian /\oo/\ Smail3.1.29.1 #29.33); Sun, 22 Oct 95 18:02 GMT Message-Id: Date: Sun, 22 Oct 95 18:02 GMT From: Ian Jackson To: Debian bugs submission address Package: netstd Version: 1.19-1 While upgrading from netstd 1.71-1 to 1.19-1, I saw: Installing new version of config file /etc/init.d/netstd_misc ... There is already an entry for #systat in /etc/inetd.conf, but I don't recognise it. Here is what it looks like: #systat stream tcp nowait nobody /usr/sbin/tcpd /bin/ps -auwwx Do you want to ignore this potential problem and continue, or would you rather not do so now ? Continue? (n/y) y dpkg: error processing netstd (--install): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: netstd -root@chiark:~/download> dpkg --configure netstd Setting up netstd ... There is already an entry for telnet in /etc/inetd.conf, but I don't recognise it. Here is what it looks like: telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd Do you want to ignore this potential problem and continue, or would you rather not do so now ? Continue? (n/y) y dpkg: error processing netstd (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: netstd -root@chiark:~/download> At this point I took a copy of my inetd.conf (enclosed below), edited out the entry for systat, and tried again: -root@chiark:~/download> dpkg --configure netstd Setting up netstd ... There is already an entry for telnet in /etc/inetd.conf, but I don't recognise it. Here is what it looks like: telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd Do you want to ignore this potential problem and continue, or would you rather not do so now ? Continue? (n/y) y dpkg: error processing netstd (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: netstd -root@chiark:~/download> Grrr. I edited that out too, tried again, and it replaced it with an identical-looking entry. Then I got a prompt about shell stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rshd I give up. Unfortunately I can't revert to 1.18 because of the security problem with fingerd. Ian. # /etc/inetd.conf: see inetd(8) for further informations. # $Id: inetd.conf,v 1.2 1995/07/17 22:45:21 tobias Exp $ # # Internet server configuration database # # # # #:INTERNAL: Internal services echo stream tcp nowait root internal echo dgram udp wait root internal discard stream tcp nowait root internal discard dgram udp wait root internal daytime stream tcp nowait root internal daytime dgram udp wait root internal chargen stream tcp nowait root internal chargen dgram udp wait root internal time stream tcp nowait root internal time dgram udp wait root internal #:STANDARD: These are standard services. telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd ## ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.ftpd #fsp dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.fspd ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/wu-ftpd #:BSD: Shell, login, exec and talk are BSD protocols. shell stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rshd login stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rlogind #exec stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rexecd talk dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.talkd ntalk dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.ntalkd #:MAIL: Mail, news and uucp services. smtp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.smtpd 118 stream tcp nowait news /usr/sbin/tcpd /usr/local/sbin/nnrpwrap #nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/in.nntpd #uucp stream tcp nowait uucp /usr/sbin/tcpd /usr/lib/uucp/uucico comsat dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.comsat pop-2 stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.pop2d pop-3 stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.pop3d #:INFO: `cfinger' is for the GNU finger server available for Debian. # (NOTE: The current implementation of the `finger' daemon allows it to # be run as `root'.) #cfinger stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.cfingerd finger stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/in.fingerd ident stream tcp nowait nobody /usr/sbin/identd /usr/sbin/identd -l #netstat stream tcp nowait nobody /usr/sbin/tcpd /bin/netstat #systat stream tcp nowait nobody /usr/sbin/tcpd /bin/ps -auwwx http stream tcp nowait www /usr/sbin/httpd /usr/sbin/httpd #:BOOT: Tftp service is provided primarily for booting. Most sites # run this only on machines acting as "boot servers." #tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /boot #bootps dgram udp wait root /usr/sbin/bootpd bootpd -i -t 120 #:KERBEROS: Kerberos authenticated services (these probably need to be # corrected). krbupdate, kpasswd should ONLY run on the Kerberos server. #klogin stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rlogind -k #eklogin stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rlogind -k -x #kshell stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rshd -k #krbupdate stream tcp nowait root /usr/sbin/tcpd /usr/sbin/registerd #kpasswd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/kpasswdd #:RPC: RPC based services #mountd/1 dgram rpc/udp wait root /usr/sbin/tcpd /usr/sbin/rpc.mountd #rstatd/1-3 dgram rpc/udp wait root /usr/sbin/tcpd /usr/sbin/rpc.rstatd rusersd/2-3 dgram rpc/udp wait root /usr/sbin/tcpd /usr/sbin/rpc.rusersd #walld/1 dgram rpc/udp wait root /usr/sbin/tcpd /usr/sbin/rpc.rwalld #:OTHER: Other services 1557 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/id #1447 stream tcp nowait ian /u/ian/things/yehuda/client/client client #1448 stream tcp nowait ian /usr/bin/strace strace /u/ian/things/yehuda/client/client client ----------------------------------------------------------------------- Message sent: From: iwj10@thor.cam.ac.uk (Ian Jackson) To: Ian Jackson Subject: Bug#1734: Acknowledgement (was: netstd 1.19-1 won't install) In-Reply-To: References: Thank you for the problem report you have sent regarding Debian GNU/Linux. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers' mailing list for their attention; they will reply in due course. If you wish to submit further information on your problem, please send it to debian-bugs@pixar.com, but please ensure that the Subject line of your message starts with "Bug#1734" or "Re: Bug#1734" so that we can identify it as relating to the same problem. Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (maintainer, debian-bugs) ----------------------------------------------------------------------- Message sent: From: iwj10@thor.cam.ac.uk (Ian Jackson) To: tobias@et-inf.fho-emden.de In-Reply-To: <9510232332.AA17320@server.et-inf.fho-emden.de> References: <9510232332.AA17320@server.et-inf.fho-emden.de> Subject: Bug#1734: marked as done (was: netstd 1.19-1 won't install) Your message dated Tue, 24 Oct 1995 00:32:49 +0100 (MET) with message-id <9510232332.AA17320@server.et-inf.fho-emden.de> and subject line Bug#1734: netstd 1.19-1 won't install has caused the attached bug report to be marked as done. It is your now responsibility to ensure that the bug report is dealt with. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Ian Jackson (maintainer, debian-bugs) Received: with rfc822 via encapsulated-mail; Sun, 22 Oct 1995 18:04:52 GMT From chiark.chu.cam.ac.uk!ian Sun Oct 22 11:03:40 1995 Return-Path: Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0t74kF-0005m2C; Sun, 22 Oct 95 11:03 PDT Received: from artemis.chu.cam.ac.uk by pixar.com with SMTP id AA00795 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sun, 22 Oct 1995 11:02:26 -0700 Received: from chiark.chu.cam.ac.uk by artemis.chu.cam.ac.uk with smtp (Smail3.1.29.1 #33) id m0t74jG-0007uYC; Sun, 22 Oct 95 18:02 GMT Received: by chiark.chu.cam.ac.uk id m0t74jE-0002XZC (Debian /\oo/\ Smail3.1.29.1 #29.33); Sun, 22 Oct 95 18:02 GMT Message-Id: Date: Sun, 22 Oct 95 18:02 GMT From: Ian Jackson To: Debian bugs submission address Subject: netstd 1.19-1 won't install Package: netstd Version: 1.19-1 While upgrading from netstd 1.71-1 to 1.19-1, I saw: Installing new version of config file /etc/init.d/netstd_misc ... There is already an entry for #systat in /etc/inetd.conf, but I don't recognise it. Here is what it looks like: #systat stream tcp nowait nobody /usr/sbin/tcpd /bin/ps -auwwx Do you want to ignore this potential problem and continue, or would you rather not do so now ? Continue? (n/y) y dpkg: error processing netstd (--install): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: netstd -root@chiark:~/download> dpkg --configure netstd Setting up netstd ... There is already an entry for telnet in /etc/inetd.conf, but I don't recognise it. Here is what it looks like: telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd Do you want to ignore this potential problem and continue, or would you rather not do so now ? Continue? (n/y) y dpkg: error processing netstd (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: netstd -root@chiark:~/download> At this point I took a copy of my inetd.conf (enclosed below), edited out the entry for systat, and tried again: -root@chiark:~/download> dpkg --configure netstd Setting up netstd ... There is already an entry for telnet in /etc/inetd.conf, but I don't recognise it. Here is what it looks like: telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd Do you want to ignore this potential problem and continue, or would you rather not do so now ? Continue? (n/y) y dpkg: error processing netstd (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: netstd -root@chiark:~/download> Grrr. I edited that out too, tried again, and it replaced it with an identical-looking entry. Then I got a prompt about shell stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rshd I give up. Unfortunately I can't revert to 1.18 because of the security problem with fingerd. Ian. # /etc/inetd.conf: see inetd(8) for further informations. # $Id: inetd.conf,v 1.2 1995/07/17 22:45:21 tobias Exp $ # # Internet server configuration database # # # # #:INTERNAL: Internal services echo stream tcp nowait root internal echo dgram udp wait root internal discard stream tcp nowait root internal discard dgram udp wait root internal daytime stream tcp nowait root internal daytime dgram udp wait root internal chargen stream tcp nowait root internal chargen dgram udp wait root internal time stream tcp nowait root internal time dgram udp wait root internal #:STANDARD: These are standard services. telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd ## ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.ftpd #fsp dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.fspd ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/wu-ftpd #:BSD: Shell, login, exec and talk are BSD protocols. shell stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rshd login stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rlogind #exec stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rexecd talk dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.talkd ntalk dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.ntalkd #:MAIL: Mail, news and uucp services. smtp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.smtpd 118 stream tcp nowait news /usr/sbin/tcpd /usr/local/sbin/nnrpwrap #nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/in.nntpd #uucp stream tcp nowait uucp /usr/sbin/tcpd /usr/lib/uucp/uucico comsat dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.comsat pop-2 stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.pop2d pop-3 stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.pop3d #:INFO: `cfinger' is for the GNU finger server available for Debian. # (NOTE: The current implementation of the `finger' daemon allows it to # be run as `root'.) #cfinger stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.cfingerd finger stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/in.fingerd ident stream tcp nowait nobody /usr/sbin/identd /usr/sbin/identd -l #netstat stream tcp nowait nobody /usr/sbin/tcpd /bin/netstat #systat stream tcp nowait nobody /usr/sbin/tcpd /bin/ps -auwwx http stream tcp nowait www /usr/sbin/httpd /usr/sbin/httpd #:BOOT: Tftp service is provided primarily for booting. Most sites # run this only on machines acting as "boot servers." #tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /boot #bootps dgram udp wait root /usr/sbin/bootpd bootpd -i -t 120 #:KERBEROS: Kerberos authenticated services (these probably need to be # corrected). krbupdate, kpasswd should ONLY run on the Kerberos server. #klogin stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rlogind -k #eklogin stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rlogind -k -x #kshell stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rshd -k #krbupdate stream tcp nowait root /usr/sbin/tcpd /usr/sbin/registerd #kpasswd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/kpasswdd #:RPC: RPC based services #mountd/1 dgram rpc/udp wait root /usr/sbin/tcpd /usr/sbin/rpc.mountd #rstatd/1-3 dgram rpc/udp wait root /usr/sbin/tcpd /usr/sbin/rpc.rstatd rusersd/2-3 dgram rpc/udp wait root /usr/sbin/tcpd /usr/sbin/rpc.rusersd #walld/1 dgram rpc/udp wait root /usr/sbin/tcpd /usr/sbin/rpc.rwalld #:OTHER: Other services 1557 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/id #1447 stream tcp nowait ian /u/ian/things/yehuda/client/client client #1448 stream tcp nowait ian /usr/bin/strace strace /u/ian/things/yehuda/client/client client ----------------------------------------------------------------------- Message sent: From: iwj10@thor.cam.ac.uk (Ian Jackson) To: Ian Jackson Subject: Bug#1734 acknowledged by developer (was: netstd 1.19-1 won't install) References: <9510232332.AA17320@server.et-inf.fho-emden.de> In-Reply-To: This is an automatic notification regarding your bug report. Responsibility for it has been taken by one of the developers, namely "Peter Tobias" (reply to tobias@et-inf.fho-emden.de). You should be hearing from them with a substantive response shortly, if you have not already done so. If not, please contact them directly, or email debian-bugs@pixar.com or myself. Ian Jackson (maintainer, debian-bugs) ----------------------------------------------------------------------- Ian Jackson / iwj10@thor.cam.ac.uk , with the debian-bugs tracking mechanism This page last modified 07:43:01 GMT Wed 01 Nov