Buna ziua,

Am urmatoarea problema:

Mediu:
CentOS Linux release 6.0 (Final) - 2.6.32-71.29.1.el6.x86_64
fuse-libs-2.8.3-4.el6.x86_64
fuse-devel-2.8.3-4.el6.x86_64
fuse-2.8.3-4.el6.x86_64
fuse-sshfs-2.4-1.el6.x86_64
util-linux-ng-2.17.2-6.el6_0.1.x86_64

Montare sshfs:

echo 12sE05Ag30uL | sshfs -o allow_other,workaround=rename
username@192.168.1.45:/ /mnt/test -o password_stdin

mount |grep test
username@192.168.1.45:/ on /mnt/test type fuse.sshfs
(rw,nosuid,nodev,allow_other)

df -h |grep test
1000G     0 1000G   0% /mnt/test

Incerc sa copiez ceva prima oara:

cp install.log /mnt/test/
cp: cannot create regular file `/mnt/test/install.log': No such file
or directory

ll /mnt/test
total 4
-rwxrwxrwx. 1 root root   0 Jul 12 14:59 install.log


A doua oara:
cp install.log /mnt/test/
cp: overwrite `/mnt/test/install.log'? y

ll /mnt/test
total 28
-rwxrwxrwx. 1 root root 22493 Jul 12 15:00 install.log

Incerc un rsync:

rsync -avz install.log /mnt/test
sending incremental file list
install.log
rsync: mkstemp "/mnt/test/.install.log.lDtWKX" failed: No such file or
directory (2)

sent 5567 bytes  received 31 bytes  11196.00 bytes/sec
total size is 22493  speedup is 4.02
rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1039) [sender=3.0.6]


Din ce am citit pe google pare sa fie un vechi bug fuse, dar cica s-a
rezolvat demult.

Are cineva vreo idee unde as putea sa sap?

Mentionez ca nu am access (decat sftp) pe serverul 192.168.1.45, si
trebuie sa fac sincronizare dintr-un folder local.

Va multumesc pentru orice idee.





-- 
Gyula KERESZTELY-KRALL
_______________________________________________
RLUG mailing list
RLUG@lists.lug.ro
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui