Subject: cvs pkgsrc problem
To: None <tech-pkg@netbsd.org>
From: Frank Knappe <knappe@tu-harburg.de>
List: tech-pkg
Date: 08/12/2002 23:19:44
			Hallo!

I use cvs over ssh to keep my pkgsrc uptodate. 
Today I encoutered a strange problem:

root@trinity# cvs -z5 -d $CVSROOT update -PAd pkgsrc
anoncvs@sunsite.univie.ac.at's password: 
? pkgsrc/audio/abcde/work
? pkgsrc/audio/gqmpeg/work
? pkgsrc/audio/kdemultimedia2/work
? pkgsrc/audio/vorbis-tools/work
? pkgsrc/devel/SDL/work
? pkgsrc/devel/glib/work
? pkgsrc/devel/libglade/work
? pkgsrc/devel/libproplist/work
? pkgsrc/devel/oaf/work
? pkgsrc/devel/pth/work
? pkgsrc/graphics/gdk-pixbuf/work
? pkgsrc/graphics/gdk-pixbuf-gnome/work
? pkgsrc/graphics/hermes/work
? pkgsrc/graphics/imlib/work
? pkgsrc/mail/exim/files/libdvdcss
? pkgsrc/mail/exim/files/work
? pkgsrc/mail/exim/files/work
? pkgsrc/mail/exim/files/work
? pkgsrc/mail/exim/files/fetchwm
? pkgsrc/mail/exim/files/work
? pkgsrc/mail/exim/files/work
? pkgsrc/mail/exim/files/texput.log
? pkgsrc/mail/exim/files/work
? pkgsrc/mail/exim/files/work
cannot create_adm_p /tmp/cvs-serv17731/pkgsrc/mail/exim/files
No space left on device

There are no such files under /pkgsrc/mail/exim/files


What I changed in the last time is that I compiled a kernel with apm
support and I start the apmd at startup.

apm0    at mainbus0                     # Advanced power management

I don't see any space problems:
root@trinity# df
Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
/dev/wd0a      528208   148391   353406    29%    /
/dev/wd0e     3915973  1746119  1974055    46%    /usr
kernfs              1        1        0   100%    /kern
/dev/wd0h     1026104   958792    67312    93%    /mnt/Data

root@trinity# cd /tmp
root@trinity# ll
total 6
drwxrwxrwt  2 omfk   wheel  512 Aug 12 22:47 .ICE-unix
-r--r--r--  1 root   wheel   11 Aug 12 22:46 .X0-lock
drwxrwxrwt  2 root   wheel  512 Aug 12 22:46 .X11-unix
-rw-------  1 omfk   wheel  263 Aug 12 22:46 dcop00324b
drwx------  2 omfk   wheel  512 Aug 12 22:47 ksocket-omfk
drwx------  3 omfk   wheel  512 Aug 12 22:46 mcop-omfk
srwxrwxrwx  1 mysql  wheel    0 Aug 12 22:45 mysql.sock
prwxrwxrwx  1 root   wheel    0 Aug 12 22:45 refdbd_fifo244


I also tried a make clean in pkgsrc and started the cvs again.
Same error. 

Ciao , Frank .