Re: star warnings about ACLs and sockets

Akop Pogosian <[email protected]> Sun, 16 Oct 2005 15:35:20 -0700
Newsgroups gmane.comp.archivers.star.user
Message-ID <[email protected]>
On Thu, Oct 13, 2005 at 01:24:40PM +0200, Joerg Schilling wrote:
> Akop Pogosian <[email protected]> wrote:
> 
> > I am trying to do a filesystem copy using star 1.4.3 on Solaris 8 with
> > the following command:
> >
> > time ( /opt/local/bin/star -c -acl . | ( cd /dest && /opt/local/bin/star \
> > -x -v -acl ) ) > /var/tmp/tar.log 2>/var/tmp/tar-error.log
> >
> > /var/tmp/tar-error.log has many messages like this:
> >
> > /opt/local/bin/star: Invalid argument. Cannot set ACL 'user' for
> > 'ak/.mozilla/firefox/default.fpf/extensions/'.
> >
> > This file doesn't seem to use any ACLs besides unix file permissions.
> > Should I be worried about these errors?
> 
> Upgrade to a resent star.......
> 
> There was a bug in libsec on Solaris 8 and Star now unsludes
> the related Solaris sources in a fixed form.
> 


I updated to star 1.5a68 but it runs into a different problem now.
With "star -copy -acl source destination" it works fine but at some
point, after copying a few dozen gigabytes, it pauses without printing
any errors and sits there until I manually interrupt it. By the way, I
was doing this copy on a live file system to estimate how long it will
take to do this copy in single user mode.


-akop