From owner-freebsd-questions Sun Oct 29 7:35:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (ip-208-20-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 9596537B479 for ; Sun, 29 Oct 2000 07:35:17 -0800 (PST) Received: (qmail 77299 invoked from network); 29 Oct 2000 15:35:16 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 29 Oct 2000 15:35:16 -0000 Date: Sun, 29 Oct 2000 10:35:16 -0500 (EST) From: Jaime To: Spades Cc: "freebsd-questions@freebsd.org" Subject: Re: Problems In-Reply-To: <3.0.32.20001029115954.0124f860@smtp.magix.com.sg> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 29 Oct 2000, Spades wrote: > Oct 29 03:32:18 ghost IPXrouted[35708]: socket: Protocol not supported > Oct 29 03:32:29 ghost IPXrouted[35710]: socket: Protocol not supported > Oct 29 03:32:31 ghost IPXrouted[35712]: socket: Protocol not supported These look like some program on your system is trying to use IPX. You should double check your packages for a possible mis-configured program. (See /var/db/pkg for a list of your installed ports.) > Oct 29 04:07:45 ghost /kernel: pid 77274 (WMws), uid 1171: exited on signal > 6 (core dumped) > Oct 29 04:07:45 ghost /kernel: pid 77272 (ConfRoom), uid 1171: exited on > signal 6 (core dumped) It looks like you have binaries called "WMws" and "ConfRoom" installed. Try "locate WMws" and "locate ConfRoom" to see where they are. (Note: The locate command only updates weekly. If those files are very new, it might not find them. In that case, use the find command.) > Oct 29 10:34:47 ghost /kernel: acd0: read_toc failed > Oct 29 10:34:55 ghost /kernel: acd0: read_toc failed It looks like some program tried to read from your CD-ROM drive before the drive was done scanning the CD-ROM after it was inserted (or while the drive was empty.) This is no big deal. I get it often. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message