From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] /sys/log/listen From: forsyth@caldo.demon.co.uk MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-xuzqczuqpxjhrvmfavspsacsrn" Message-Id: <20001231122224.DC849199D5@mail.cse.psu.edu> Date: Sun, 31 Dec 2000 12:22:36 +0000 Topicbox-Message-UUID: 3f048c90-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-xuzqczuqpxjhrvmfavspsacsrn Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit listen attempts to announce each name in /rc/bin/service (for the given protocol) which in turn causes announce to translate them using cs(8), which fails for 25_block because that's neither a port number nor is it assigned a port number by /lib/ndb/common. that in turn is unsurprising because it's not supposed to be given a port number; it looks like the name resulting from mv'ing tcp25 to render it unusable but keeping the file contents available if needed later (as opposed to simply removing it). --upas-xuzqczuqpxjhrvmfavspsacsrn Content-Type: message/rfc822 Content-Disposition: inline Received: from tele-punt-22.mail.demon.net ([194.217.242.7]) by lavoro; Sun Dec 31 12:06:31 GMT 2000 Received: from punt-2.mail.demon.net by mailstore for forsyth@caldo.demon.co.uk id 978260845:20:01997:1; Sun, 31 Dec 2000 11:07:25 GMT Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-2.mail.demon.net id aa2116181; 31 Dec 2000 11:07 GMT Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.4.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id C3EC8199EA; Sun, 31 Dec 2000 06:07:09 -0500 (EST) Received: from localhostnl (localhostnl.demon.nl [195.11.248.215]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 8BB30199D5 for <9fans@cse.psu.edu>; Sun, 31 Dec 2000 06:06:03 -0500 (EST) From: William Staniewicz To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001231110603.8BB30199D5@mail.cse.psu.edu> Subject: [9fans] /sys/log/listen Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the O/S Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Sun, 31 Dec 2000 12:02:36 -0500 I happened to look into my /sys/log/listen file and noticed alot of entries. I wasn't expecting to see this because everything seems to be working fine with my 'aux/listen tcp': I am able to send and receive mail just fine. Portion of entry: localhostnl Dec 31 06:39:35 giving up on tcp!*!25_block: cs: can't translate address localhostnl Dec 31 06:40:35 giving up on tcp!*!25_block: cs: can't translate address localhostnl Dec 31 06:40:35 giving up on tcp!*!25_block: cs: can't translate address For background, here is how I am set up. Standalone system After connecting to my ISP I run: ndb/dns -r aux/listen tcp ftpfs into my ISP's server run 'acme Mail' Is this something I should ignore? I am really interested in fine tuning this. Bill --upas-xuzqczuqpxjhrvmfavspsacsrn--