From owner-freebsd-questions@FreeBSD.ORG Wed May 16 12:10:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 451CD16A400 for ; Wed, 16 May 2007 12:10:58 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 0312A13C4EA for ; Wed, 16 May 2007 12:10:57 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so456089pyh for ; Wed, 16 May 2007 05:10:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=X0NQ0tqNE10k/j5W5fuXcer1B5B0VFKroVJZY6ESo0veeGxR8BviQTadGC4TYJFMqOqjdF0A1ZhoIhYoEYDxNqQaze1HeX2E4A+8JQWqGetVkx74fgkwzwalG9l7dEswT1hlqi7dkfvVv49OILombVoMm8IKbr65e0z5UIVXy4Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=UaTjtz3RclggWVa0p8Df+NrawpqrgcPXaN6rNN+ZO56EQNfHFhJqUpGZSo91YUvWQJ544vyQQqcb30H/tIRA6iYJKoe6oLUKNa3X7slhhViDuLnN/sCXMjy5EZTP5bSvcsGgkA6KLMrbiWrt5bE836m4VJ9t/s1bEs85JwafG1Y= Received: by 10.65.192.16 with SMTP id u16mr3051954qbp.1179317456825; Wed, 16 May 2007 05:10:56 -0700 (PDT) Received: by 10.65.204.5 with HTTP; Wed, 16 May 2007 05:10:56 -0700 (PDT) Message-ID: Date: Wed, 16 May 2007 09:10:56 -0300 From: Agus To: "Oliver Peter" In-Reply-To: <20070516093610.GA34755@nemesis.frida.mouhaha.de> MIME-Version: 1.0 References: <20070515211759.GC27529@nemesis.frida.mouhaha.de> <20070516093610.GA34755@nemesis.frida.mouhaha.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: Startup errors....su:/bin/csh Perm denied.. 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: Wed, 16 May 2007 12:10:58 -0000 2007/5/16, Oliver Peter : > > On Tue, May 15, 2007 at 07:24:27PM -0300, Agus wrote: > > ... > > Here is part of the boot.. > > Updating motd > > Starting mysql. > > su: /bin/csh: Permission denied > > Configuring syscons: keymap blanktime. > > Starting sshd. > > can not chdir(/var/spool/clientmqueue/): Permission denied > > Program mode requires special privileges... > > Starting cron. > > Local package initializations... > > Starting inetd. > > Interesting. > Do you see the same when you start/stop it manually? > > # /usr/local/etc/rc.d/mysql-server restart > > -- > Oliver PETER, email: hoschi@mouhaha.de, ICQ# 113969174 > "Worker bees can leave. Even drones can fly away. The Queen is their > slave." > > yes....thats how i realized that the problem was with mysql....first i checked netstat and didnt see the port so i started up manually and get that error.... Thanks..