Displaying 2 results from an estimated 2 matches for "test_pierr".
Did you mean:
  test_pierre
  
2005 Jun 13
0
[Bug 2793] New: xattr support fails with multiples attributes
...AssignedTo: wayned@samba.org
        ReportedBy: pierre@tuxfamily.org
         QAContact: rsync-qa@samba.org
When I try to use -X option with a patched rsync (using XFS as file system), I
obtain this when a file have multiple user attributes:
[root@Chakra data]# echo "test" > test_pierre/test.file 
[root@Chakra data]# setfattr -n user.test1 -v testval1 test_pierre/test.file 
[root@Chakra data]# setfattr -n user.test2 -v testval2 test_pierre/test.file 
[root@Chakra data]# getfattr test_pierre/test.file 
# file: test_pierre/test.file
user.test1
user.test2
[root@Chakra data]# rsync...
2005 Jan 04
1
problems includind a samba server in a 2003 network
...led
[2005/01/04 16:25:43, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(319)
  Error domain join verification (reused connection): 
NT_STATUS_INVALID_COMPUTER_NAME
I give you my smb.conf config, thank you for some help
[global]
workgroup = SERVICES
server string = Samba test pierre
netbios name = test_pierre
printcap name = /etc/printcap
load printers = yes
log file = /var/log/samba/smbd.log
max log size = 500
security = ADS
 password server = laurel.obspm.fr
 encrypt passwords = yes
 add machine script = /usr/sbin/useradd -d /dev/null -g 100 -s 
/bin/false -M 
%u...