From owner-freebsd-current Fri Jan 17 21:18:22 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 445F737B401 for ; Fri, 17 Jan 2003 21:18:20 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 726B943E4A for ; Fri, 17 Jan 2003 21:18:10 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a102.otenet.gr [212.205.215.102]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0I5HxSa013861; Sat, 18 Jan 2003 07:18:01 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0I5HtiO012419; Sat, 18 Jan 2003 07:17:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0I4imFC009618; Sat, 18 Jan 2003 06:44:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 18 Jan 2003 06:44:48 +0200 From: Giorgos Keramidas To: Andy Farkas Cc: freebsd-current@FreeBSD.ORG Subject: Re: some 5.0 oddities Message-ID: <20030118044448.GA9561@gothmog.gr> References: <20030118124305.L44035-100000@hewey.af.speednet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030118124305.L44035-100000@hewey.af.speednet.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-18 13:12, Andy Farkas wrote: > > Some of observations of 5.0-RELEASE: > > 1/ Everytime I ssh to the box there are 4 connection attempts to UDP > port 53 from itself. ie: > > Jan 18 12:45:17 team2 kernel: Connection attempt to UDP 172.22.2.12:53 from 172.22.2.12:49205 > Jan 18 12:45:17 team2 kernel: Connection attempt to UDP 172.22.2.12:53 from 172.22.2.12:49206 > Jan 18 12:45:17 team2 kernel: Connection attempt to UDP 172.22.2.12:53 from 172.22.2.12:49207 > Jan 18 12:45:17 team2 kernel: Connection attempt to UDP 172.22.2.12:53 from 172.22.2.12:49208 > > I have log_in_vain="1" and /etc/resolv.conf points to 172.22.2.1 only. Is there any case 172.22.2.1 redirects DNS queries back to 172.22.2.22 for some subdomain that it believes 172.22.2.22 is more fit to reply for? What is the setup of 172.22.2.1? > 2/ The console doesn't "wake up" if its in screensaver mode (I use > warp_saver.ko) when messages are sent to it (like the ones above). This is a result of th following sysctl: hw.syscons.saver.keybonly: 1 It defaults to 1 so you will have to edit your /etc/sysctl.conf and set it to zero to enable the old behavior of syscons. > 3/ 'ps ul' repeats columns: PID, VSZ, RSS, TT, STAT, TIME, COMMAND > (hmm, this also happens on 4.7) I'm not sure about this one. It seems to me that "ps l" prints a lot of the information that "ps u" would print already. The repetition is most likely a ps bug though. > 4/ You can't interrupt the BTX loader anymore. Used to be able to > get the ':' prompt before the kernel loaded. I regularly interrupt my loader at any stage. Can you elaborate a bit on this one? > 5/ disklabel doesn't work: [...] ENOCLUE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message