2008-11-03 10:54:53 warn [addon_cmm] safeunlock: Invalid arguments at /usr/local/cpanel/Cpanel/SafeFile.pm line 138
Cpanel::SafeFile::safeunlock(undef) called at /usr/local/cpanel/Cpanel/SafeFile.pm line 73
Cpanel::SafeFile::safeclose(GLOB(0xd98310), undef) called at /usr/local/cpanel/whostmgr/docroot/cgi/addon_cmm.cgi line 675
cPanel SafeFile.pm changes
cPanel SafeFile.pm changes
seeing loads of log entries for cmm in my cpanel error_log relating to SafeFile.pm:
looks as if its only where variables are used in the creation of the lock.
the offending line is:
All the others with explictly specified paths seem to work as expected if thats any help
the offending line is:
Code: Select all
my $inlock = Cpanel::SafeFile::safeopen(\*IN,"<","$homedir/etc/$domain/passwd");