Subject: Re: anoncvs2.us.netbsd.org / Steven Tech: No space left on device
To: George Georgalis <george@galis.org>
From: Brian A Seklecki (Mobile) <bseklecki@collaborativefusion.com>
List: pkgsrc-users
Date: 11/05/2007 23:03:14
On Mon, 2007-11-05 at 22:28 -0500, George Georgalis wrote:
> On Mon, Nov 05, 2007 at 02:43:09PM -0500, Brian A Seklecki (Mobile) wrote:
> >CVS Client Failures
> >
> > root@build-netbsd-i386:/usr/pkgsrc/sysutils/bacula# cvs -q update -d -P
> > can't create temporary directory /tmp/cvs-serv14049
> > No space left on device
>
> that's localhost, any space left in /tmp? if using mfs, you can
nah it's the server i'm pretty sure:
root@build-netbsd-i386:/usr/pkgsrc/sysutils/cdrtools# df -i
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused
/dev/sd0a 132311 46412 79284 36% 2866 30412 8% /
# cvs -t update -d -P
-> main loop with CVSROOT=anoncvs@anoncvs2.us.netbsd.org:/cvsroot
-> Starting server: ssh -l anoncvs anoncvs2.us.netbsd.org cvs server
can't create temporary directory /tmp/cvs-serv16053
No space left on dev...
# echo "hlpiminhell" | ssh -l anoncvs anoncvs2.us.netbsd.org cvs server
E can't create temporary directory /tmp/cvs-serv12342
error No space left on device
anoncvs2 isnt presently listed as a production mirror, so we'll assume
that its out of rotation for now..
~BAS
> specify the size (in 512 byte blocks), at mount time. Here I have
> a 275MB /tmp in my fstab:
>
> /dev/wd0b /tmp mfs rw,-s=563200,-n=204800 # ~275MB , 275 * 1024 * 1024 /512
>
> I've also specified the number of inodes but you probably don't
> need that.
>
> // George
>
>