2007/5/17, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
On Wed, 16 May 2007, Agus wrote: > 2007/5/16, Agus <[EMAIL PROTECTED]>: >> >> 2007/5/16, Oliver Peter <[EMAIL PROTECTED]>: >> > >> > 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: [EMAIL PROTECTED] , 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.. >> > > Still the same error.....any hint where to look?? There are at least two things going on and one at least has nothing to do with mysql. /var/spool/clientmqueue is used by sendmail which you have running. If you have not, or did not mean to configure sendmail add 'sendmail_enable="NO"' to rc.conf and see what happens. AFAIK nothing in the startup scripts uses csh. So there is also something 'funny' there. grep for csh in /etc and /usr/local/etc and see what you get. You could also do a 'verbose' boot and see if the additional messages point to anything
Yes ...i am aware of that....i have already disable sendmail.....thanks... but as i put previously....trying to start manually mysql-server comes up this error /bin/csh... Thanks..... _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
