Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2003 06:44:48 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Andy Farkas <andyf@speednet.com.au>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: some 5.0 oddities
Message-ID:  <20030118044448.GA9561@gothmog.gr>
In-Reply-To: <20030118124305.L44035-100000@hewey.af.speednet.com.au>
References:  <20030118124305.L44035-100000@hewey.af.speednet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-01-18 13:12, Andy Farkas <andyf@speednet.com.au> 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 <kern.info> team2 kernel: Connection attempt to UDP 172.22.2.12:53 from 172.22.2.12:49205
> Jan 18 12:45:17 <kern.info> team2 kernel: Connection attempt to UDP 172.22.2.12:53 from 172.22.2.12:49206
> Jan 18 12:45:17 <kern.info> team2 kernel: Connection attempt to UDP 172.22.2.12:53 from 172.22.2.12:49207
> Jan 18 12:45:17 <kern.info> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030118044448.GA9561>