Hi Christopher, When replying to emails on this list, please do not put your reply above the quoted text, and do not quote the entire message you're answering to. This makes it unnecessarily hard for other readers to understand the context of your email. Instead, please cut quoted parts that are not relevant to your reply, and insert your responses right after the points you're replying to (as I have done below). Thanks!
On May 28 2015, Christopher Bartels <[email protected]> wrote: >> On Thursday, May 28, 2015 at 4:56:49 AM UTC-4, Christopher Bartels wrote: >> I'm using the following script in /etc/init/ >> [..] >> env USER="chris" >> env AUTHFILE="/home/chris/.s3ql/authinfo2" >> [...] >> >> # Check and mount file system >> su -s /bin/sh -c 'exec "$0" "$@"' "$USER" -- \ >> fsck.s3ql --batch --authfile "$AUTHFILE" "$STORAGE_URL" >> exec su -s /bin/sh -c 'exec "$0" "$@"' "$USER" -- \ >> mount.s3ql --upstart --allow-other --authfile "$AUTHFILE" >> "$STORAGE_URL" "$MOUNTPOINT" [...] >> It never starts, always fails. >> Syslog shows this: >> >> chris@Wooden:~$ less /var/log/syslog|grep s3 >> May 28 03:14:59 Wooden s3ql: /root/.s3ql/authinfo2 has insecure >> permissions, aborting. This is not the authfile that you're passing to fsck.s3ql, so I think your logs do not correspond to the above init script. Best, -Nikolaus -- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.« -- You received this message because you are subscribed to the Google Groups "s3ql" 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.
