Displaying 1 result from an estimated 1 matches for "hpuxsrv".
2003 Jan 24
2
opendir(somedir/somefile): Not enough space -- why?
...Used Available Use% Mounted on
/dev/tcvg1/tcvol1 1007898916 33408 956667148 1% /vol1
I have "apps" configured properly as a service in the rsyncd.conf file.
I started rsync in daemon mode on the HP-UX server, and from the Linux
server I invoked:
rsync --numeric-ids -vvva root@hpuxsrv::apps /vol1/asic_apps/
The file list get transferred, but then I just get repeated lines of errors:
recv_file_name(some_dir/fm_v200209)
opendir(some_dir/fm_v200209): Not enough space
I have tried with --blocking-io and --no-blocking-io, with --bwlimitXXX.
Same problem each time.
Any insight is a...