Re: Session errors

2000-09-28 Thread Gerald Richter
> I have 3 RH 6.2 boxes where in 2 the Semaphore locking gives > "permission denied" and in one it works. The difference is that the > one that works is running apache and mod_perl from rpm's and the 2 > that don't work have Apache and mod_perl compiled from source! I > wonder if this is the cas

Re: Session errors

2000-09-28 Thread Mikko Harjula
I have 3 RH 6.2 boxes where in 2 the Semaphore locking gives "permission denied" and in one it works. The difference is that the one that works is running apache and mod_perl from rpm's and the 2 that don't work have Apache and mod_perl compiled from source! I wonder if this is the case with oth

Re: Session errors

2000-09-22 Thread Gerald Richter
> > [Fri Sep 22 13:56:47 2000] [error] Cannot require > Apache::Session::Lock::SysVSem aphoreLocker at > /usr/lib/perl5/site_perl/5.005/i386-linux/HTML/Embperl/Session.pm > line 204. > > However everything seems to work OK if I changed > > PerlSetEnv EMBPERL_SESSION_CLASSES "File SysVSemaphoreLoc

Re: Session errors

2000-09-22 Thread Mikko Harjula
> > -- Semaphore Arrays > > key semid owner perms nsems status > > 0x000d9479 0 daemon666 1 > > 0x000d946e 1 daemon666 1 > > > > The nsems values must be higher for Apache::Session (>=8). I am not an IPC > guru, but if you are

Re: Session errors

2000-09-18 Thread Gerald Richter
> [5052]ERR: 24: Line 1: Error in Perl code: Permission denied at > /usr/lib/perl5/site_perl/5.005/Apache/Session/SysVSemaphoreLocker.pm line 63. > > This is because Apache::Session cannot create/open the semaphore > -- Semaphore Arrays > key semid owner perms nsems

Re: Session errors

2000-09-17 Thread Gerald Richter
> 1. What is the difference between NullLocker and SysVSemaphoreLocker and is > there anyway to fix this mysterious disappearing of sessions with > NullLocker? > NullLocker does not any locking at all, SysVSemaphoreLocker serialize session access. > 2. Can I go back to SysVSemaphoreLocker which

RE: Session errors

2000-07-25 Thread Christian Gilmore
essage- > From: Christian Gilmore [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 25, 2000 1:41 PM > To: 'Gerald Richter'; 'Embperl Mailing List (E-mail)' > Subject: RE: Session errors > > > > > I just took a look, and Apache::Session is version 0.17, but &

RE: Session errors

2000-07-25 Thread Gerald Richter
> I just took a look, and Apache::Session is version 0.17, but > Apache::Session::epDBI is installed. Further, this code worked yesterday > and for the past many months. > [..] > PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore SysVSemaphoreLocker" > PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mys

RE: Session errors

2000-07-25 Thread Christian Gilmore
I just took a look, and Apache::Session is version 0.17, but Apache::Session::epDBI is installed. Further, this code worked yesterday and for the past many months. Regards, Christian - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Session errors

2000-07-25 Thread Christian Gilmore
[EMAIL PROTECTED]; Embperl Mailing List (E-mail) > Subject: RE: Session errors > > > > > > > > Here's the configuration of importance in httpd.conf: > > > > PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore SysVSemaphoreLocker" > > PerlSetEnv EMBPE

RE: Session errors

2000-07-25 Thread Gerald Richter
> > Here's the configuration of importance in httpd.conf: > > PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore SysVSemaphoreLocker" > PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:sessions > UserName=root NSe > ms=8" > Try to insert as first module that loads: PerlModule Apache::Session