testsaslauthd “connect() : No such file or directory 0”. | postfix | postfix/smtpd[11571]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory

the problem is simple

first we have to delete

rm -rf /var/run/saslauthd

and after that we can create the symbolic link

ln -s /var/spool/postfix/var/run/saslauthd /var/run/saslauthd

 

 

W: Possible missing firmware /lib/firmware/tigon/tg3_tso5.bin for module tg3

W: Possible missing firmware /lib/firmware/tigon/tg3_tso5.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3_tso.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3.bin for module tg3

The machine s Dell poweredge 1750 and.. here is the solution

vim /etc/apt/sources.list

and add..

deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free

deb-src http://ftp.us.debian.org/debian/ squeeze main contrib non-free

 

apt-get update

apt-get install firmware-linux-nonfree





services management in freebsd

проверка на състоянието на услугата

BSD# service named status

named is running as pid 879.

спиране на услугата

BSD# service named stop

Stopping named.

стартиране

BSD# service named start
Starting named.

съответно ако искаме да рестартираме

BSD# service named restart
Stopping named.
Starting named.

 

SD# service –help
Illegal option —

Usage:
service -e
service [-v] -l | -r
service [-v] <rc.d script> start|stop|etc.
service -h

-e Show services that are enabled
-l List all scripts in /etc/rc.d and /usr/local/etc/rc.d
-r Show the results of boot time rcorder
-v Verbose