Displaying 6 results from an estimated 6 matches for "thorjussen".
2010 Jan 15
4
Logrotate in CentOS 5.4 more brutal (to httpd at least) than in 5.3?
...script
}
CentOS 5.4:
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}
Isn't this a bit harsh in 5.4? Wouldn't the 5.3 method be better?
-Christopher Thorjussen
2008 Jan 03
8
Random files in homedir gets deleted
...s /home/online/sh/daemon
that was deleted.
But I can't seem to find anything strange in the logs or in the history,
nor would any of my scripts running in crontab mess with those files.
Where can I look for clues? And how do I enable audit for file
operations in my home folder?
/Christopher Thorjussen
2007 Dec 06
1
Trouble getting all my com-ports (ttyS*)
..., 65 Dec 6 2007 /dev/ttyS1
crw-rw---- 1 root uucp 4, 66 Dec 6 2007 /dev/ttyS2
crw-rw---- 1 root uucp 4, 67 Dec 6 2007 /dev/ttyS3
Link to the RS_232 card:
http://www.sunix.com.tw/it/en/Product_Detail.php?cate=2&class_a_id=35&si
d=459
How can I get the other 4 enabled?
/Christopher Thorjussen
Please don't print this e-mail unless you really need to
2008 Jan 21
0
Trouble with centos4 and jpackage - trying to install tomcat5
...-compat
--> Finished Dependency Resolution
Error: Missing Dependency: jdk = 2000:1.5.0_14-fcs is needed by package
java-1.5.0-sun-compat
I check my jdk:
[root at smse2e FILES]# rpm -qa | grep jdk
jdk-1.5.0_14-fcs
I obviously got the jdk installed. How can I "fix" this?
/Christopher Thorjussen
2008 May 16
1
Anyone configured two CentOS5 with shared storage for Oracle 10 R2 HA/failover?
I've gotten the task to setup a two server/node system for Oracle 10R2
with HA/failover. I've got a SAN connected to both servers. Any hints
and tips? I've found the Cluster Suite Overview/Administration docs at
http://www.centos.org/docs/5/.
/Christopher
2008 Mar 12
0
Authenticate SCP against a mysql database?
Hi,
I'm using a mysql backend for authenticating vsftpd users on centos5. Is
it possible to have scp connections to this server also authenticate
against the same database? My guess is I can use pam in a way or two,
but I'm not very familiar with messing around with pam, so I was hoping
somebody had some info/solution.
I would also like to make sure it's only scp connections allowed