lscache: Cannot open file: Permission denied at bin/pkgacct.pl line 1501

eva2000

Well-Known Member
#1
On a whm/cpanel based server the configured and enabled cpbackup process, I see the following error below in cpbackup log i.e. /usr/local/cpanel/logs/cpbackup/1498701601.log
Code:
/home/username/lscache: Cannot open file: Permission denied at bin/pkgacct.pl line 1501.[2017-06-29 02:15:32 +0000] Done
Code:
ls -lah /home/username/lscache
total 8.0K
drwxrwx---  2 nobody   nobody   4.0K Jun 12 14:45 .
drwx--x--x 32 username username 4.0K Jun 29 02:00 ..
 

NiteWave

Administrator
#2
Code:
#chmod o+x /home/username/lscache

may be able to have those error disappear.

however I think it's ok not to backup /home/username/lscache since they are cache files and keep updating all the time. so should be ok to ignore the error.
 
Last edited by a moderator:
Top