[ Jim Dawson writes: ]
>
> I installed 1.94 [...]
>
> However, I got two identical messages from majordomo each on two different
> days:
>
> WARNING ()
> shlock: open("/usr/local/majordomo/L.Log"): No such file or directory
[...]
> As best I can tell, MD locks the Log file, making it L.Log, and then tries
> to lock it again....?
Actually it's a race condition when multiple processes are trying to
lock the same file. The line producing the warning should probably be
qualified by "if $shlock_debug" since it looks to me like it detects a
perfectly normal condition (another process released its lock between
the time this process detected the lock and when it tried to see if the
lock was valid). Don't worry about the messages.
--
Dave Wolfe
References:
|
|