From owner-freebsd-questions@FreeBSD.ORG Sat Apr 29 00:30:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7425B16A400 for ; Sat, 29 Apr 2006 00:30:45 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp106.sbc.mail.mud.yahoo.com (smtp106.sbc.mail.mud.yahoo.com [68.142.198.205]) by mx1.FreeBSD.org (Postfix) with SMTP id CBD4C43D45 for ; Sat, 29 Apr 2006 00:30:44 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: (qmail 30733 invoked from network); 29 Apr 2006 00:30:44 -0000 Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp106.sbc.mail.mud.yahoo.com with SMTP; 29 Apr 2006 00:30:43 -0000 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <2b990b51e5f83c3958da8b4e29645f95@prodigy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions From: jekillen Date: Fri, 28 Apr 2006 17:30:42 -0700 X-Mailer: Apple Mail (2.622) Subject: permissions dilemma X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 00:30:45 -0000 Hello: I have had a problem with installing MySQL 5.0.18 on a FreeBSD v 6.0 installation where everything seems to compile and install correctly but the server crashes immediately on start up with permission to create/write it's .pid file denied. Then the screen saver daemon refuses to start in X windows with a permission denied error. It originally worked fine. But at some point recently the screen saver quit working. When I went to Gnome preferences and tried to set the screen saver I was informed that the screen saver daemon wasn't running. When I tried to have it start I was presented with the permission denied error and to check the $path variable. I tried installing MySQL twice, each time with the same problem. As I understand it, permissions in Unix are part of the file system format. The only possible link between MySQL and the screen saver daemon, possibly, is the mysql user needed to run mysqld. Could I have a corrupted file system in such a way as to cause permission problems? thanks in advance. JK