This post is more than 5 years old

261 Posts

1091

January 31st, 2008 12:00

/bin/grep: /etc/syslog.conf: No such file or directory - got THIS error now

I got this after installing client successfully with the --nodeps option. any ideas thanks!

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

January 31st, 2008 12:00

In case you do not have it you will need to install syslogd package.

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

January 31st, 2008 12:00

You would get it even if you had ksh. Installation is looking for syslog.conf to adjust alerts sent to console and logs. It assumes this file is under /etc where usually is... but perhaps you do not have classic syslogd installed or it is under some other directory (like /usr/local/etc - try find / -name "syslog.conf" -print to see where it is). Usually you can ignore it or simply use symbolic link if conf file is somewhere else.
No Events found!

Top