...if /var/log/psacct does not exist. It is not created by the
installation process and the service cannot start.
# rpm -Uvh psacct-6.3.2-11mdk.i586.rpm
Preparing...
########################################### [100%]
1:psacct
########################################### [100%]
Couldn't find used secure level,
You should correct this problem by running /usr/sbin/msec
# ll /var/log | grep acct
# /etc/init.d/psacct start
Starting process accounting: accton: No such file or directory
[FAILED]
# cat /etc/sysconfig/msec
# Mandrake-Security : if you remove this comment, remove the next
line too.
SECURE_LEVEL=3
# Mandrake-Security : if you remove this comment, remove the next
line too.
UMASK_ROOT=022
# Mandrake-Security : if you remove this comment, remove the next
line too.
UMASK_USER=022
But...
# rpm -ql psacct | grep var
/var/log/pacct
/var/log/savacct
/var/log/usracct
=-=
kk1