RE: Unknown Message Displayed Shortly After Boot-Up

2005-06-29 Thread fbsd_user
That looks like a firewall message.
Change your /etc/syslog.conf file to not display those messages to the console.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gerard Seibert
Sent: Tuesday, June 28, 2005 8:17 PM
To: freebsd-questions@freebsd.org
Subject: Unknown Message Displayed Shortly After Boot-Up


FreeBSD version 5.4

Within a minute after booting up, the following message will suddenly
appear on my computer screen:

Jun 28 20:09:04 beerstud last message repeated 2 times.

The time changes if I reboot. The hostname on my computer is
'beerstud.us'

This just suddenly started happening today. I have no idea where to look
to find out what is happening or how to correct it.

-- 
Gerard E. Seibert
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unknown Message Displayed Shortly After Boot-Up

2005-06-28 Thread Björn König

Gerard Seibert wrote:


Within a minute after booting up, the following message will suddenly
appear on my computer screen:

Jun 28 20:09:04 beerstud last message repeated 2 times.

[...]

This just suddenly started happening today. I have no idea where to look
to find out what is happening or how to correct it.


Look into the log files in /var/log, e.g.

grep -B1 'last message repeated' /var/log/*.log

Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]