Hi

I can't "cvs update."  It looks like the CVS repository has run
out of space.

$ cvs update
can't create temporary directory
No space left on device

Also, you learn something new every day:

$ strace cvs update
[...]
read(7, ":pserver:[EMAIL PROTECTED]"..., 4096) = 907
close(7)                                = 0
munmap(0x4000b000, 4096)                = 0
send(3, "BEGIN AUTH REQUEST\n", 19, 0)  = 19
send(3, "/cvsroot-plex86", 15, 0)       = 15
send(3, "\n", 1, 0)                     = 1
send(3, "cvs", 3, 0)                    = 3
send(3, "\n", 1, 0)                     = 1
send(3, "A", 1, 0)                      = 1
send(3, "\n", 1, 0)                     = 1
send(3, "END AUTH REQUEST\n", 17, 0)    = 17
recv(3, "I", 1, 0)                      = 1
recv(3, " ", 1, 0)                      = 1
recv(3, "L", 1, 0)                      = 1
recv(3, "O", 1, 0)                      = 1
recv(3, "V", 1, 0)                      = 1
recv(3, "E", 1, 0)                      = 1
recv(3, " ", 1, 0)                      = 1
recv(3, "Y", 1, 0)                      = 1
recv(3, "O", 1, 0)                      = 1
recv(3, "U", 1, 0)                      = 1
recv(3, "\n", 1, 0)                     = 1
[...]

Someone must have been in a funny mood when they implemented the
CVS pserver protocol :)

-- 
Michael Wood        | Tel: +27 21 762 0276 | http://www.kingsley.co.za/
[EMAIL PROTECTED] | Fax: +27 21 761 9930 | Kingsley Technologies

Reply via email to