Re: [Codestriker-user] file not found error while trying to bring up a parallel view
Brought to you by:
sits
|
From: David S. <dav...@gm...> - 2011-01-02 02:55:49
|
Hi Ricky, That sounds strange. I take it there was nothing more useful reported in apache's error.log file? If you have configured the app as mod_perl, can you try as CGI? I'd be surprised about the tmp directory being the issue. Its interesting it works as user apache - I assume that is the same user that runs the httpd process? Cheers, David On Fri, Dec 31, 2010 at 11:06 AM, Ricky Charlet <RCh...@ad...> wrote: > Howdy, > > I'm trying to bring up a brand new codestriker install. > > OS = Fedora Linux 2.6.35.6-45.fc14.x86_64 > Codestriker Version = 9.1.10 > Source Repository = perforce > > I successfully created a topic. But when I try to get a parallel view, I get this error: > -------cut------------- > Command failed: Failed to execute "/usr/local/bin/p4" "-p" "sj-perforce-1:1666" "-u" "codestriker" "-P" "code2010!" "print" "-q" "//FBSD80_APPS/integrate/dedup/V0/newDedup/Kern/alias.c#1" > "/tmp/codestriker/cJf_nlhik7/stdout.txt" 2> "/tmp/codestriker/cJf_nlhik7/stderr.txt": > at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/Repository/Perforce.pm line 67 > > /usr/local/bin/p4 -p sj-perforce-1:1666 -u codestriker -P code2010! print -q //FBSD80_APPS/integrate/dedup/V0/newDedup/Kern/alias.c#1 > Check your webserver error log for more information. > at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/Repository/Perforce.pm line 67 > -------paste----------- > > I checked the p4 command running as the user apache and the command works fine. I suspect the problem is in opening/creating that random looking directory name under /tmp/codestriker/<randomBits>/stdout.txt. > > In my codestriker.conf I have tried leaving $tmpdir commented out and also setting it to '/tmp/codestriker'. I get the same error message either way but complaining about /tmp/<random>/stdout.txt vs /tmp/codestriker/<random>stdout.txt > > Any ideas on what I should test/configure/modify? > > > > --- > Ricky Charlet > Adara Networks > USA 408-433-4942 > > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Codestriker-user mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codestriker-user > |