From owner-freebsd-questions@FreeBSD.ORG Sun Mar 27 06:18:34 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81EB916A4CE for ; Sun, 27 Mar 2005 06:18:34 +0000 (GMT) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A9543D5F for ; Sun, 27 Mar 2005 06:18:33 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DFR5w-0007IE-4b for freebsd-questions@freebsd.org; Sun, 27 Mar 2005 08:17:56 +0200 Received: from pcp08490587pcs.levtwn01.pa.comcast.net ([68.83.169.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Mar 2005 08:17:56 +0200 Received: from apeiron+usenet by pcp08490587pcs.levtwn01.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Mar 2005 08:17:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Christopher Nehren Date: Sun, 27 Mar 2005 06:17:47 +0000 (UTC) Organization: /usr/bin/false Lines: 53 Message-ID: References: <200503262121.07586.dfarmour@myrealbox.com> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pcp08490587pcs.levtwn01.pa.comcast.net User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: Re: dmesg -a lines' explanation? NEWBIE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 06:18:34 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2005-03-27, David Armour scribbled these curious markings: > Ditto. > chmod: > #permissions: No such file or directory > > chmod: > are: No such file or directory > > chmod: > set: No such file or directory > > chmod: > properly: No such file or directory > > chmod: > at: No such file or directory > > chmod: > boot: No such file or directory Looks like you've got a runaway quote somewhere in your startup scripts. The #permissions part makes me think that you have a line that you thought would read something like this: chmod $filename #permissions are set properly at boot but, for whatever reason, the shell didn't see the # indicating the comment -- perhaps because it's inside a quote that isn't closed properly. I'm not familiar with your setup, but in either case I'd grep through /etc and /usr/local/etc (maybe even /usr/X11R6/etc) for that string, and see what I found. Best Regards, Christopher Nehren -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCRlAqk/lo7zvzJioRAiBHAKCrLVQbgP6TOdY6SkRpJk1eWLmQZwCgnhby cTdP7K+wIWt8BAtVzqi6JMU= =XP45 -----END PGP SIGNATURE----- -- I abhor a system designed for the "user", if that word is a coded pejorative meaning "stupid and unsophisticated". -- Ken Thompson If you ask the wrong questions, you get answers like "42" and "God". Unix is user friendly. However, it isn't idiot friendly.