Magento Caching problem

#1
I have been clearing our cache once a day (9am) and it seems to have solved our caching performance problems. However, this morning the cache was cleared at 9am and by 11am the site was crawling again?
 
#2
cache permissions?

I removed cache and you can see that it is getting written by both root and nobody?

Code:
drwxrwxrwx 2 nobody nobody 12288 Mar 25 12:42 mage--0
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:40 mage--1
drwxrwxrwx 2 nobody nobody 12288 Mar 25 12:42 mage--2
drwxrwxrwx 2 root   root    4096 Mar 25 12:42 mage--3
drwxrwxrwx 2 root   root    4096 Mar 25 12:42 mage--4
drwxrwxrwx 2 root   root    4096 Mar 25 12:40 mage--5
drwxrwxrwx 2 root   root    4096 Mar 25 12:41 mage--6
drwxrwxrwx 2 root   root    4096 Mar 25 12:41 mage--7
drwxrwxrwx 2 nobody nobody 32768 Mar 25 12:42 mage--8
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:42 mage--9
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:40 mage--a
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:41 mage--b
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:42 mage--c
drwxrwxrwx 2 nobody nobody 36864 Mar 25 12:42 mage--d
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:40 mage--e
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:42 mage--f
 

webizen

Well-Known Member
#3
I removed cache and you can see that it is getting written by both root and nobody?

Code:
drwxrwxrwx 2 nobody nobody 12288 Mar 25 12:42 mage--0
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:40 mage--1
drwxrwxrwx 2 nobody nobody 12288 Mar 25 12:42 mage--2
drwxrwxrwx 2 root   root    4096 Mar 25 12:42 mage--3
drwxrwxrwx 2 root   root    4096 Mar 25 12:42 mage--4
drwxrwxrwx 2 root   root    4096 Mar 25 12:40 mage--5
drwxrwxrwx 2 root   root    4096 Mar 25 12:41 mage--6
drwxrwxrwx 2 root   root    4096 Mar 25 12:41 mage--7
drwxrwxrwx 2 nobody nobody 32768 Mar 25 12:42 mage--8
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:42 mage--9
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:40 mage--a
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:41 mage--b
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:42 mage--c
drwxrwxrwx 2 nobody nobody 36864 Mar 25 12:42 mage--d
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:40 mage--e
drwxrwxrwx 2 nobody nobody  4096 Mar 25 12:42 mage--f
Do you have cronjob for magento running as root?

http://www.magentocommerce.com/boards/viewthread/205429/
 

webizen

Well-Known Member
#5
not sure why. can you remove those owned by root and see if they can be re-created by root. btw, what are the files under these dirs owned by root?
 
Top