This page (revision-77) was last changed on 23-Apr-2022 17:05 by DirtyHarry

This page was created on 23-Apr-2022 17:06 by 127.0.0.1

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
77 23-Apr-2022 17:05 13 KB DirtyHarry to previous do not clean /usr/local/tomcat/logs via LONG_TMP_DIRS_TO_CLEAR
76 23-Apr-2022 17:06 13 KB DirtyHarry to previous | to last Comment by DirtyHarry
75 23-Apr-2022 17:06 13 KB DirtyHarry to previous | to last Comment by DirtyHarry
74 23-Apr-2022 17:06 13 KB DirtyHarry to previous | to last Comment by DirtyHarry
73 23-Apr-2022 17:06 13 KB DirtyHarry to previous | to last Comment by DirtyHarry
72 23-Apr-2022 17:06 13 KB DirtyHarry to previous | to last
71 23-Apr-2022 17:06 13 KB DirtyHarry to previous | to last Comment by DirtyHarry
70 23-Apr-2022 17:06 13 KB DirtyHarry to previous | to last Comment by DirtyHarry
69 23-Apr-2022 17:06 13 KB DirtyHarry to previous | to last Comment by DirtyHarry
68 23-Apr-2022 17:06 12 KB DirtyHarry to previous | to last Comment by DirtyHarry
67 23-Apr-2022 17:06 12 KB DirtyHarry to previous | to last
66 23-Apr-2022 17:06 12 KB DirtyHarry to previous | to last
65 23-Apr-2022 17:06 12 KB DirtyHarry to previous | to last
64 23-Apr-2022 17:06 12 KB DirtyHarry to previous | to last zlib
63 23-Apr-2022 17:06 12 KB DirtyHarry to previous | to last favicon.ico
62 23-Apr-2022 17:06 12 KB DirtyHarry to previous | to last webmin via proxy
61 23-Apr-2022 17:06 12 KB DirtyHarry to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 228 changed one line
* %%(color:red;)TODO:%% run ./Setu
* %%warning authfail assumes you run the classical syslogd, but SuSE runs syslog-ng, so the installation is a bit different%%
* , I tweaked a long time with syslog-ng.conf: {{{
filter f_authfail { facility(auth, authpriv);};
destination authfail { pipe("/dev/authfail" group(tty) perm(0400)); };
log { source(src); filter(f_authfail); destination(authfail); };
}}} But when I reload/restart the syslog daemin, I keep getting {{{
Jan 21 19:22:22 titanic syslog-ng[7239]: Changing permissions on special file /dev/xconsole
Jan 21 19:22:22 titanic syslog-ng[7239]: Changing permissions on special file /dev/tty10
Jan 21 19:22:22 titanic syslog-ng[7239]: Changing permissions on special file /dev/authfail
Jan 21 19:22:22 titanic syslog-ng[7239]: Cannot open file /dev/authfail for writing (Permission denied)
Jan 21 19:22:22 titanic su: (to root) metskem on /dev/pts/2
}}}