Doug Sampson wrote:
>>> 07.11.2007 02:41,, Doug Sampson wrote::
>>>> I am testing the restore function of Bacula 2.2.5 on 
>>> FreeBSD 6.2 and in the
>>>> process of restoring ~20,000 files recursively from the 
>>> /var directory, I am
>>>> seeing numerous error messages as follows:
>>>>
>>>> <..snip..>
>>>> 06-Nov 17:37 aries-fd JobId 2326: Warning: restore.c:588 
>>> Can't restore ACL
>>>> of
>>>>
>>> /tmp/bacula-restores/var/db/portsnap/files/49aef80a863cf2a80ab
>>> 801b5f23f311d4
>>>> d005adb8a96f5477bb50deef559fc75.gz
>> The file system on this FreeBSD machine is UFS2. Default file 
>> system as with
>> all FreeBSD machines. So it isn't the ZFS file system, what 
>> is causing these
>> errors?
> 
> I haven't heard anything on this issue thus far. Anybody?

Well the other thing I can think of are the mount options.
What filesystem is /tmp on, and if it's ufs2 is it mounted with
the -o acls mount option? At least FreeBSD 5.x needs this option
to support ACL. Try adding a "acls" to the "Options" column of
/etc/fstab for the appropriate mount point.

A frequent problem with restoring ACL on solaris to /tmp results
from the fact that /tmp is mounted as tmpfs which in turn does not
support ACL. But as far as I know tmpfs is only in the "CURRENT"
FreeBSD branch.

Attila

<..snip..>
> 
> ~Doug
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to