CVS update aborts with "No space left on device"

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: OpenBSD Misc <misc@...>
Date: Friday, October 26, 2007 - 12:42 pm

Hi list,

when i try to update my sources using CVS i get e following error:

###########################################################################
Updating src
M usr.sbin/spamdb/spamdb.c
Updating ports
? editors/fte
cvs [server aborted]: error closing CVS/Entries.Backup: No space left on
device
Done
#######################################################################

This is the script that is stared by cron:

###########################################################
#!/bin/sh
export CVSROOT=anoncvs@anoncvs1.ca.openbsd.org:/cvs
#
echo "Updating src"
cd /usr/src && cvs -q up -rOPENBSD_4_2 -Pd
#
echo "Updating ports"
cd /usr/ports && cvs -q up -rOPENBSD_4_2 -Pd
#
echo "Done"
###########################################################

This is my disk:

###########################################################
root@obsd42 [~] # df -hi
Filesystem Size Used Avail Capacity iused ifree %iused
Mounted on
/dev/wd0a 18.7G 6.7G 11.0G 38% 363344 2157102 14% /
root@obsd42 [~] # mount
/dev/wd0a on / type ffs (local, softdep)
###########################################################

11.0G free should be enough?

Any ideas?

Heinrich

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
CVS update aborts with "No space left on device", Heinrich Rebehn, (Fri Oct 26, 12:42 pm)
Re: CVS update aborts with "No space left on device", Markus Lude, (Fri Oct 26, 1:38 pm)