On Fri, Apr 4, 2014 at 1:35 PM, Joe Van Dyk <[email protected]> wrote: > Seeing this on backup-fetch: > > wal-e: Could not set up syslog, continuing anyway. Reason: ENOENT > > On 0.7, ubuntu 12.04, standard python packages, installed with pip from > 'apt-get install python-pip'.
Weird. I also use v0.7 and 12.04, but I do use a package. Still, the difference should be marginal... As seen in the code below, the way WAL-E talks to syslog is via "/dev/log". Do you somehow not have this way of accessing syslog? https://github.com/wal-e/wal-e/blob/2fc2a55ec1c55e4c5c1470061f67811c974b67c9/wal_e/log_help.py#L55-L82 -- You received this message because you are subscribed to the Google Groups "wal-e" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
