Skip to Content.
Sympa Menu

en - [sympa-users] Insecure dependency in open while running setuid at /home/sympa/bin/Lock.pm line 203.

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Mark K <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Insecure dependency in open while running setuid at /home/sympa/bin/Lock.pm line 203.
  • Date: Tue, 11 Dec 2007 21:21:59 +0000

I am getting this error now when trying to access the web interface.
That line is :
## Read access to prevent "Bad file number" error on Solaris
my $fh;
--> unless (open $fh, $open_mode.$lock_file) {
&do_log('err', 'Cannot open %s: %s', $lock_file, $!);
return undef;
}

I am running mod_fcgid and have wwsympa-wrapper.fcgi setuid. Any hints?

--
Mark K



Archive powered by MHonArc 2.6.19+.

Top of Page