search for: academus

Displaying 2 results from an estimated 2 matches for "academus".

Did you mean: academic
2003 May 06
0
mkstemp done in sub-optimal directory
...e updated file. In my case the permissions for these directories are different, and I get a "Permission denied" error message. Here is my Rsync command line: | rsync -zrtlvessh --partial --delete --delete-after --bwlimit=8 \ | --exclude '*.iso' \ | /extra/library academus:/var/pub The tomg user has no write permission for the academus:/var/pub directory, but the tomg user has write permission for the library directory and all its sub-directories. I managed to run the strace utility on the server side to figure out what was happening. Here is a relevant block of l...
2003 Apr 22
1
deflate on token returned 0 (16384 bytes left)
Hi, I was getting an error when uploading Knoppix ISO images with compression with Rsync. Here is the error as I recall it: tomg@nova:~/mylibrary$ rsync -rtlvessh --partial --delete --delete-after --bwlimit=8 /extra/library academus:/var/pub building file list ... done library/software/Knopper,_Klaus/ library/software/Knopper,_Klaus/KNOPPIX_V3.2-2003-04-18-EN.iso deflate on token returned 0 (16384 bytes left) [ some other line mentioning token.c ] tomg@nova:~/mylibrary$ Unfortunately I can't reproduce it right now for a s...