Rick Delaney wrote:
On Fri, Jun 09, 2006 at 05:04:01PM -0700, Wim Kerkhoff wrote:
  
That looks familiar to me too.  I think I upgraded Apache::Session or
SessionX or both and this went away.  This is what I'm running right
now:

||/ Name                                         Version              
+++-============================================-=====================
ii  libapache-session-perl                       1.80-2               
ii  libapache-sessionx-perl                      2.00b5-3

  
I've su'd to the www-data user, and he can definitely create files in 
/usr/local/caf/framework/sessions/locks.
    

The problem here is that it's using semaphores to lock instead of
lockfiles.  I think the default locker must have changed when I
upgraded.  What is your output from `ipcs -s`?
Currently:


------ Semaphore Arrays --------
key        semid      owner      perms      nsems
0x00007c4a 0          root      700        32
0x0052e2c1 4161537    postgres  600        17
0x0052e2c2 4194306    postgres  600        17
0x0052e2c3 4227075    postgres  600        17
0x0052e2c4 4259844    postgres  600        17
0x0052e2c5 4292613    postgres  600        17
0x0052e2c6 4325382    postgres  600        17
0x0052e2c7 4358151    postgres  600        17
0x00007654 4521992    root      700        32


In framework/projects/framework.conf, I tried changing it to use Postgres for sessions & locking. However, those SessionParams seem to be ignored... even though C:A:F is passing them to Apache::SessionX. Apache::SessionX just keeps using it's default system-wide config....

Wim
_______________________________________________
caf mailing list
[email protected]
http://list.lpi.org/cgi-bin/mailman/listinfo/caf

Reply via email to