On Sun, 24 Sep 2000, George Osvald wrote:

> On Linux it doesn't do anything if ZOPE is running. It only restarts when
> ZOPE stops working. On FreeBSD it stops and then restarts ZOPE every time. I
> wander if anyone knows what should be changed for this script to run on
> FreeBSD. Any help would be appreciated.

>     PID1=`cut -d" " -f1 $PIDFILE`
>     PID2=`cut -d" " -f2 $PIDFILE`

On FreeBSD command "cut" doesn't like lines not terminated with new-line
character. Zope's pidfiles aren't LF-terminated :(
Possible solution:
Patch Zope - add LFs (file "z2.py" - line 712, "lib/python/zdaemon" -
line 203)

[EMAIL PROTECTED]

/--------------------------------------\
| `long long long' is too long for GCC |
\--------------------------------------/



_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to