[Asterisk-Dev] Disk full in cvs.digium.com

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Tue Mar 1 16:27:08 MST 2005


On Tuesday 01 March 2005 16:39, Brian Christie wrote:
> > On Mar 1, 2005, at 1:22 PM, Fernando Romo wrote:
> > > The HD of the cvs repository are full
> > >
> > > cvs up -dPA
> > > ...
> > > cannot mkdir /tmp/cvs-serv20656/db1-ast/db
> > > Disk quota exceeded
> > >
> > > Best Regards.... El Pop
>
> On Tue, 1 Mar 2005 15:15:05 -0600, Brian West <brian.west at mac.com> top 
posted:
> > Care to share which IP is full?
> >
> > /b
>
> 66.250.69.240
>
> It seems to be totally dead now.
> "cvs [checkout aborted]: connect to
> cvs.digium.com(66.250.69.240):2401 failed: Connection timed out"
>
> 66.225.202.81 still works
>
> fwiw, if anybody needs to check out asterisk ' export
> CVSROOT=:pserver:anoncvs:anoncvs at 66.225.202.81:/usr/cvsroot && cvs co
> asterisk' should work.

Please do not do it this way.  This hardcodes your checkout to a single
IP, which will cause problems if the IP for that mirror ever needs to be
changed (which would happen transparently for the community, if you use
the DNS name).  Instead, place a temporary entry in your /etc/hosts file
for the corresponding IP and remove it when done.

cvs.digium.com maps to multiple IPs, specifically so the load is
distributed.  Don't override this mechanism except in very specific
circumstances (like this one, where a server is temporarily offline).

-- 
Tilghman



More information about the asterisk-dev mailing list