crowell / modpagespeed_tmp

Automatically exported from code.google.com/p/modpagespeed
Apache License 2.0
0 stars 0 forks source link

mod_pagespeed test errors #727

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to install mod_pagespeed on my CentOS server I got these errors when I 
ran the tests

[  FAILED  ] StdioFileSystemTest.TestRecursivelyMakeDir_NoPermission
[  FAILED  ] SerfUrlAsyncFetcherTest.Test204
[  FAILED  ] AprFileSystemTest.TestRecursivelyMakeDir_NoPermission

Please provide a solution

Original issue reported on code.google.com by w...@autechnologies.com on 21 Jun 2013 at 11:53

GoogleCodeExporter commented 9 years ago
Did you run the installation or test steps as root?

Original comment by matterb...@google.com on 21 Jun 2013 at 12:33

GoogleCodeExporter commented 9 years ago
Yes I did

-- 

*Regards,*

*Ali Ahmed*  |  *AU Technologies * |  *Web Analyst*
Mobile: +92 322 221 3491
Email: web@autechnologies.com   |  Site:  www.autechnologies.com  |
Address:  GB13, Ground floor, Technocity, Hasrat Mohani Road,
Karachi-Pakistan.

Original comment by w...@autechnologies.com on 21 Jun 2013 at 12:44

GoogleCodeExporter commented 9 years ago
Are you running the tests as root? If so, that's the problem as you're not 
supposed (as implied by the instructions).

Original comment by matterb...@google.com on 21 Jun 2013 at 1:08

GoogleCodeExporter commented 9 years ago
The Test204 is a known problem that you can ignore. The 
TestRecursivelyMakeDir_NoPermission failure is because you ran the test as 
root. You can also ignore that failure and you might want to remove the 
directory it added in the root of your filesystem called "/bogus_dir".

Original comment by sligocki@google.com on 21 Jun 2013 at 3:11