[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] SGID error..
From: |
Andrew K. Bressen |
Subject: |
Re: [rdiff-backup-users] SGID error.. |
Date: |
Sun, 30 Jan 2005 04:55:28 -0500 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Common Lisp, linux) |
Peter Larsen <address@hidden> writes:
> if i change the login to
> /usr/local/bin/rdiff-backup -v5 --exclude /proc --exclude-special-files
> --exclude-device-files / root@<host>::/usr/local/backups/rdiff/<computer>
>
> (yes, root)
>
> then all works..
>
> why?
Uh, not having touched FreeBSD in a long time, and being only half-awake,
I can only speculate that the user "backup" is not allowed to create
files that are SGID kmem on the target filesystem.
bressen:/tmp$ touch foo
bressen:/tmp$ chmod +s foo
bressen:/tmp$ chgrp music foo
bressen:/tmp$ chgrp kmem foo
chgrp: changing group of `foo': Operation not permitted