On 2008/07/26 01:57, Sean Malloy wrote: > When I try starting pfflowd it complains about an unsupported pfsync > version. For example ... > > $ sudo pfflowd -Dn 127.0.0.1:12345 > Password: > pfflowd[12161]: pfflowd listening on pfsync0 > pfflowd[12161]: Unsupported pfsync version 4, exiting
see Can's email, sorry I forgot to include the pfflowd.h diff when I prepared it. (it's the same change as my earlier diff). > I also noticed that the syslog messages report the wrong time when run > without the -D option. The clock seems to jump ahead five hours when only > run with the -n option. For example ... pfflowd runs in a chroot inside /var/empty, but you don't have /var/empty/etc/localtime, so it defaults to GMT.
