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 97 added 5 lines
* every 0.5 sec. in /var/log/messages : {{{Dec 30 14:38:59 titanic kernel: pci_set_power_state(): 0000:04:0a.0: state=3, current state=5}}} ==> this seems to be a known problem for this kernel [http://lists.opensuse.org/opensuse-bugs/2006-12/msg04660.html]
** bypassed by putting/changing the following in /etc/syslog-ng/syslog-ng.conf: {{{
filter f_pci_state { match("pci_set_power_state");};
filter f_messages { not facility(news, mail) and not filter(f_iptables) and not filter(f_pci_state); };
}}}
At line 209 removed one line
* every 0.5 sec. in /var/log/messages : {{{Dec 30 14:38:59 titanic kernel: pci_set_power_state(): 0000:04:0a.0: state=3, current state=5}}} ==> this seems to be a known problem for this kernel [http://lists.opensuse.org/opensuse-bugs/2006-12/msg04660.html]
At line 216 added one line