Hello, 

li...@thyssentishman.com (Johannes Thyssen Tishman), 2023.10.01 (Sun) 16:27 
(CEST):
> I'm trying to update my ports tree with 'cvs -q up -Pd -A' and I'm
> getting the following error:
> 
> > cannot create_adm_p /tmp/cvs-serv54231/textproc/cdiff
> > No space left on device

same here with: 
 
$ env CVSROOT=anon...@ftp.hostserver.de:/cvs cvs -q \
        -danon...@ftp.hostserver.de:/cvs update -PdA

but not with:

$ env CVSROOT=anon...@mirror.osn.de:/cvs cvs -q \
        -danon...@mirror.osn.de:/cvs update -PdA

hence the CC:, taken from https://www.openbsd.org/anoncvs.html .

Which CVS server do you use?

I ran a .5s loop with "df(1) -i" during "cvs update" and no, it is not
the disk space or the inodes of my machine that are to low. 

Wild guessing, I think we are seeing an error of the server. 

Marcus

> From this I assume that there may not be enough space on /tmp but
> based on the output of 'df -h' it should:
> 
> Filesystem     Size    Used   Avail Capacity  Mounted on
> /dev/sd1a      986M    135M    801M    15%    /
> /dev/sd1l      295G   17.1G    263G     7%    /home
> /dev/sd1d      3.9G    2.0M    3.7G     1%    /tmp
> /dev/sd1f     29.1G    3.7G   23.9G    14%    /usr
> /dev/sd1g      986M    290M    647M    31%    /usr/X11R6
> /dev/sd1h     19.4G    8.4G   10.0G    46%    /usr/local
> /dev/sd1k      5.8G    2.0K    5.5G     1%    /usr/obj
> /dev/sd1j      2.9G    2.0K    2.8G     1%    /usr/src
> /dev/sd1e     19.1G   65.0M   18.1G     1%    /var
> 
> Is this not enough? IIRC my ports-tree should not be outdated by
> more than a week or two. I really only use CVS for ports by running
> the above mentioned command everytime I'm working with ports.
> 
> Thanks.
> 
> Kind regards,
> Johannes
> 

Reply via email to