]> git.decadent.org.uk Git - dak.git/blob - tools/debianqueued-0.9/PROBLEMS
LOCAL: Remove replay check
[dak.git] / tools / debianqueued-0.9 / PROBLEMS
1
2 This is a list of problems that I have seen:
3
4  - One an upload failed with the following error:
5
6      Jul  8 12:13:53 Upload to master.debian.org failed, last exit status 1
7      Jul  8 12:13:53 Error messages from scp:
8      bind: Permission denied
9      lost connection
10
11    Never seen such an error from ssh/scp before... But since it didn't
12    happen again, I suspect something with master and/or the net.
13
14  - There are some protocol problems between certain ssh version (on
15    client/server side). The effect is that scp either hangs itself
16    (times out after $remote_timeout), or leaves ssh processes hanging
17    around. I've noticed that with ssh 1.2.19 on the server. I have a
18    prototype for a workaround, but haven't included it in
19    debianqueued, because master has been updated to 1.2.20 now and the
20    problem disappeared.
21
22  - The "ftp" method has some limitiations:
23         1) Files in the target dir can't be deleted.
24         2) Uploaded files can't be verified as good as with the other methods.
25         3) $chmod_on_target often doesn't work.
26         4) The check for a writable incoming directory leaves temporary files
27            behind.
28
29 $Id: PROBLEMS,v 1.4 1999/07/08 09:34:52 ftplinux Exp $