[root@aspectfx dev]# rpm -qa psacct
psacct-6.3.2-9mdk
[root@aspectfx dev]# /etc/rc.d/init.d/psacct start
Starting process accounting: accton: No such file or directory
[FAILED]
[root@aspectfx dev]# touch /var/log/pacct
[root@aspectfx dev]# /etc/rc.d/init.d/psacct start
Starting process accounting: [ OK ]Seems the install for psacct-6.3.2-9mdk doesn't create the log file that the program looks for on start up. Just need to create this file when the package is installed to solve the problem.
