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 6 changed one line
* extra packages selected on top of "defaults" : lynx, locate, ntop, JDK5, mysql, apache2, kxmleditor and more of them, but I can't remember
* extra packages selected on top of "defaults" : lynx, locate, ntop, JDK5, mysql, apache2, and more of them, but I can't remember
At line 12 changed one line
** configure printer with YaST and print testpage => OK
** configure printer with YaST and print testpage ==> OK
At line 23 removed 9 lines
** add following to /etc/apache2/backend-connector.conf :{{{
ProxyPass /webmin http://localhost:51981
ProxyPassReverse /webmin http://localhost:51981
}}}
** add following to /etc/webmin/config: {{{
webprefix=/webmin
webprefixnoredir=1
referer=88.211.133.30
}}}
At line 42 changed one line
* ktorrent, tested => oke ?
* ktorrent, tested ==> oke ?
At line 47 changed one line
|LONG_TMP_DIRS_TO_CLEAR|/var/tmp
|LONG_TMP_DIRS_TO_CLEAR|/var/tmp /usr/local/tomcat/logs
At line 95 changed one line
** enable the script with webmin => system => bootup/shutdown => enable boot.local
** enable the script with webmin ==> system ==> bootup/shutdown ==> enable boot.local
At line 105 changed 6 lines
* download and install javascript eclipse plugin (net.sf.wdte.js_0.0.9b.zip) from sourceforge
* 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 118 changed one line
* cp old /usr/local/tomcat/conf/workers.properties __=> remove again because we now use proxy_ajp__
* cp old /usr/local/tomcat/conf/workers.properties __==> remove again because we now use proxy_ajp__
At line 126 changed one line
Include /etc/apache2/backend-connector.conf
Include /etc/apache2/tomcat-connector.conf
At line 130 changed one line
** cp /mnt/suse10.1/etc/apache2/{krm.conf backend-connector.conf user.conf} /etc/apache2
** cp /mnt/suse10.1/etc/apache2/{krm.conf tomcat-connector.conf user.conf} /etc/apache2
At line 132 changed one line
** install extra apache mods with YaST sysconfig __rewrite proxy proxy_ajp proxy_http status info__ (check : [status|http://localhost/server-status] [info|http://localhost/server-info] [ssl|https://88.211.133.30/manual/])
** install extra apache mods with YaST sysconfig __rewrite proxy proxy_ajp status info__ (check : [status|http://localhost/server-status] [info|http://localhost/server-info] [ssl|https://88.211.133.30/manual/])
At line 134 removed one line
** cp /mnt/suse10.1/srv/www/htdocs/favicon.ico /srv/www/htdocs
At line 203 changed one line
* with YaST => runlevel editor MySQL enablen
* with YaST ==> runlevel editor MySQL enablen
At line 216 changed one line
* YaST install xpdf, but not necessary => change the firefox Download Actions to use the Adobe Acrobat __plugin__
* YaST install xpdf, but not necessary ==> change the firefox Download Actions to use the Adobe Acrobat __plugin__
At line 209 added 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 226 removed one line
At line 238 changed 96 lines
* %%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
}}}
!!! Webalizer
* create quick/dirty webalizer.conf (stats come in [/srv/www/htdocs/wwwstats|http://88.211.133.30/wwwstats])
* add following to /home/metskem/bin/boot.local: ''cd /usr/local/webalizer && ./webalizer-2.01-10-static''
* download source code from [http://www.webalizer.com]
* install zlib-devel,libpng-devel,gd-devel+ (YaST)
* ./configure --enable-dns
* make
* make install {{{
titanic:/tmp/ff/webalizer-2.01-10 # make install
/usr/bin/install -c webalizer /usr/local/bin/webalizer
/usr/bin/install -c -m 644 webalizer.1 /usr/local/man/man1/webalizer.1
/usr/bin/install -c -m 644 sample.conf /etc/webalizer.conf.sample
rm -f /usr/local/bin/webazolver
ln -s /usr/local/bin/webalizer /usr/local/bin/webazolver
}}}
!!!Miscellaneous
----
* Install free ttf fonts (YaST)
* install Micro$oft fonts: rpm -i msfonts-1.2.1-1.noarch.rpm
--[DirtyHarry|mailto:harry.metske@gmail.com], 23-Jan-2007
----
Enabled Xgl instead of Xorg, played around with the nice desktop cube, real funny.
--[DirtyHarry|mailto:harry.metske@gmail.com], 10-Feb-2007
----
removed domain name ''computerhok.nl'' from /etc/resolv.conf (because of failing name queries found with wireshark)
--DirtyHarry, 17-Feb-2007
----
Installed (YaST) : vpnc kvpnc openvpn pptpd NetworkManager-openvpn NetworkManager-vpnc
--[DirtyHarry|http://null], 17-Feb-2007
----
Installed etherape (rpm download from suse)
--DirtyHarry, 20-Feb-2007
----
Delete liferea xen evolution spamassassin apparmor gnome-games.
Install opera pan FreeNX totem-plugin hercules.
--[DirtyHarry|http://null], 23-Feb-2007
----
Installed KDE and switched back from using gnome to kde again.
--DirtyHarry, 10-Mar-2007
----
Installed gmail notify (sourceforge) in /usr/local/gmail-notify .
--DirtyHarry, 11-Mar-2007
----
Install Boinc client version 5.8.15 (and also the expat package with YaST).
--DirtyHarry, 17-Mar-2007
* %%(color:red;)TODO:%% run ./Setup.pl