* Mackan <[EMAIL PROTECTED]> [070809 14:13]: > Hi, > > For many months, I've had this in root's crontab: > > # update src tree > 0 4 * * * cd /usr/src && cvs -q up - > rOPENBSD_4_1 -Pd > > with no problem. For about a week now I get mail from cron about no > space left on device. > I need some advise on how to find whats wrong. > > > # dmesg > OpenBSD 4.1-stable (GENERIC) #0: Sat Jun 9 12:54:39 CEST 2007 > [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC > [...] > real mem = 1064857600 (1039900K) > avail mem = 964227072 (941628K) > using 4278 buffers containing 53366784 bytes (52116K) of memory > > # cd /usr/src && cvs -q up -rOPENBSD_4_1 -Pd > can't create temporary directory /tmp/cvs-serv19063 > No space left on device > > # df -hi > Filesystem Size Used Avail Capacity iused ifree %iused > Mounted on > /dev/wd0a 147M 37.7M 102M 27% 2208 16990 12% / > /dev/wd0d 148M 104K 140M 0% 14 19312 0% /tmp > /dev/wd0e 1006M 405M 551M 42% 13289 130965 9% /usr > /dev/wd0i 1006M 59.6M 896M 6% 2874 141380 2% / > usr/local > /dev/wd0g 2.0G 9.3M 1.9G 0% 1733 266169 1% / > usr/obj > /dev/wd0h 2.0G 194M 1.7G 10% 81258 186644 30% / > usr/ports > /dev/wd0f 2.0G 630M 1.3G 33% 78418 189484 29% / > usr/src > /dev/wd0j 4.9G 787M 3.9G 16% 4819 654635 1% /var > /dev/wd0k 214G 5.3G 198G 3% 58249 28401397 0% / > var/www/users >
I think that is an issue on the server. Here's an alternative that eases the burden on the server and speeds up your local operations. Try using cvsync to get and maintain your own copy of the repository. Then do your cvs co and cvs up operations against it. If your sending back patches based on changes in your cvs tree, just be sure to #> cvs -d [EMAIL PROTECTED]:/cvs diff .... to create your patches. HTH, Jim

