From owner-freebsd-questions Fri May 3 5:54:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [62.2.201.74]) by hub.freebsd.org (Postfix) with ESMTP id 045DE37B404 for ; Fri, 3 May 2002 05:54:45 -0700 (PDT) Received: from gw.bsag.ch (root@localhost) by ns.bsag.ch with ESMTP id g43CvEW01994 for ; Fri, 3 May 2002 14:57:14 +0200 (CEST) Received: from ns.bsag.ch (bs13.bsag.ch [192.168.1.13]) by gw.bsag.ch with ESMTP id g43CvEU01990 for ; Fri, 3 May 2002 14:57:14 +0200 (CEST) Received: (from hpr@localhost) by ns.bsag.ch (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) id g43CshM12602 for freebsd-questions@FreeBSD.ORG; Fri, 3 May 2002 14:54:43 +0200 Date: Fri, 3 May 2002 14:54:43 +0200 From: Hanspeter Roth To: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel compile fails 4.5R Message-ID: <20020503145443.B12026@bsag.ch> Reply-To: freebsd-questions@FreeBSD.ORG Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <02050211025001.04136@fcoffice.ptfd.org> <02050215351700.04429@fcoffice.ptfd.org> <20020502201301.9467B37B449@hub.freebsd.org> <02050217570103.04429@fcoffice.ptfd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: <02050217570103.04429@fcoffice.ptfd.org>; from ptfd9100@beanstalk.net on Thu, May 02, 2002 at 05:57:01PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On May 02 at 17:57, Michael W.Holdeman spoke: > OK changed tyhe /sbin/dmersg to executable by root. I noticed alot of other > files are not in /sbin. I wonder if this is my problem. I'll post the dmesg Not every program that's needed to build a new kernel is located in /sbin. Some are in /usr/bin (gcc, make). Just dmesg is located in /sbin. Sometimes unprivileged users don't include /sbin and /usr/sbin in their PATH. Then they have to explicitly call these commands with their directory prefixed. (/sbin/dmesg, /sbin/ping) > as soon as I figure out how to send dmesg to a text file so I can get it and > mail it. /sbin/dmesg > /tmp/dmesg.txt > however the only thing I see there that looks out of the ordinary is some > time-outs on ata1, which is only the cdrom drive. OK, timeouts on the cdrom drive are probably not the problem. It doesn't mean that you will find the problem in `dmesg` or /var/log/messages. Just maybe. > I just wonder how the permissions on this machine could have gotten dorked? Not easy to guess. Have they really been changed? Maybe somebody has sniffed the root password on your network? Are you working on the console or do you connect by some encrypted means? (openssh, ipsec) -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message