Hi,
The root cause here is that although the Solaris 10 release has extended
attributes, the Solaris 10 mv command does not understand the special
SUNWattr_ro/rw files that are included in the OpenSolaris 2008.11
release.
The reason that the rsync does not fail is that it just ignores the
extended attributes.
Regards,
Cindy
wojciech wrote:
Hi
I have opensolaris 2008.11 installed on x4500. This machine is working as temporary storage and scratch area. Each user has its own ZFS filesystem, we are using NIS, autofs , nfs.
on (solaris10) db server, scratch server is mounted under /scratch. one of users on her filesystem created directory with database stuff. When she finished sql programing she wanted to mv this directory from /scratch/anna/db/ to /data/mysql, but she received this errors
% mv /scratch/anna/db /data/mysql
mv: cannot change owner and group of attribute SUNWattr_ro for file
/scratch/anna/db/exclude_clean.tab: Not owner
mv: cannot change owner and group of attribute SUNWattr_rw for file
/scratch/anna/db/exclude_clean.tab: Not owner
mv: Failed to preserve extended attributes of file
/scratch/anna/db/exclude_clean.tab
ans so on....
whes she copied or rsync this files she didn't receicve this error.
Permissions on this directories are :
cd /scratch/anna/
% ls -l
drwxr-s--- 127 anna db-script 135 May 11 14:25 db
...
and
...
drwxrwsr-x 146 neil db-script 2560 May 15 12:25 data
...
thanx for any help
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss