Package: wwwoffle Version: 2.8e-3 Wwwoffle cannot access its monitor directory.
The problem is a relative link to a parent directory: /var/cache/wwwoffle# ls -l /var/cache lrwxrwxrwx 1 root root 25 Aug 9 2002 /var/cache -> /fs/cache/mount/var/cache /var/cache/wwwoffle# ls -l monitor lrwxrwxrwx 1 proxy proxy 26 Aug 9 2002 monitor -> ../../lib/wwwoffle/monitor The fix ist a one-liner: /var/cache/wwwoffle# ln -sf /var/lib/wwwoffle/monitor . Regards, S.Karrmann -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

