Tagged Questions
1
vote
0answers
86 views
Rsync out of memory
I'm using a VPS (running Debian) with 512mb RAM. I'm trying to copy some file locally on the server with rsync, but it fails fast with this message:
rsync: writefd_unbuffered failed to write 5 bytes ...
0
votes
1answer
122 views
Changing time or offsetting it in OpenVZ contained server
I am trying to run a VPS, a Debian box contained in an OpenVZ container. Obviously, I cannot use time --set or any such command, as the time must be set via the parent node. The owner of the parent ...
1
vote
1answer
967 views
Mounting FTP as filesystem in debian using curlftpfs
I am trying to mount a FTP as filesystem in debian using curlftpfs. What I get after running
curlftpfs -o allow_other username:password@ftp.server.com /mnt/myftp/
is just:
fuse: failed to open ...