Temat: syslog-ng na AA
zainstalowalem sobie syslog-ng
zmienilem config - tylko na inna istniejaca sciezke
dalem restart uslugi, enable, stop start
wszystko co sie dalo
poza disable
w ps jest syslog, zrobilem restart
messages sie nie pojawilo ![]()
co moze byc przyczyna?
http://www.systemajik.com/blog/openwrt- … tallation/ -znalazlem info:
There is a conflict between the standard syslog setup and syslog-ng. They will both be started when the server restarts. To resolve this I edited /etc/init.d/boot, and commented out the start up of syslogd and klogd.
prawda to? trzeba cos zmieniac?
2.
dopisujac do configa:
destination messages { file("/var/log/messages" log_fifo_size(256));
destination d_udp { udp("192.168.10.2" port(514)); };
oraz
w log majac:
destination(d_udp);
destination(messages);
bedzie w 2 miejscach zapisywal? d_udp i /var/log ?
3. gdzie jest wlasciwy config ? w /etc/config/syslog-ng jest pusto, a config jest w /etc/config ... tak ma byc?
Za pomoc Cezarego w poscie powyzej i ponizej dziekuje z gory :-)