Re: not enough disk on git.fedorahosted.org

2010-04-12 Thread Jon Stanley
Last I looked there were hundreds of gigs free there. I know you spacewalk
folks are space hogs, but not to the tune of hundreds of gigs :) I think
from the alerts I've been getting that hosted has other problems right at
the moment, but I'm at work and can't get in to look at it right now.

On Apr 12, 2010 8:16 AM, Miroslav Suchý msu...@redhat.com wrote:

Please delete something or buy another disk :)

We got there email hook, which probobly do not have enough disk space on
some mount.


[msu...@dri/~/rhn/spacewalk.pub/schema/spacewalk]$ git push --tags
Counting objects: 1, done.
Writing objects: 100% (1/1), 229 bytes, done.
Total 1 (delta 0), reused 0 (delta 0)
Traceback (most recent call last):
  File /usr/bin/send-unicode-email.py, line 32, in ?
smtp.sendmail(sender, recipients, msg.as_string())
  File /usr/lib/python2.4/smtplib.py, line 680, in sendmail
raise SMTPSenderRefused(code, resp, from_addr)
smtplib.SMTPSenderRefused: (452, '4.3.1 Insufficient system storage',
'=?utf-8?q?Miroslav_Such=C3=BD?= msu...@fedoraproject.org')
To ssh://msu...@git.fedorahosted.org/git/spacewalk.git/
 * [new tag] spacewalk-schema-0.9.4-1 - spacewalk-schema-0.9.4-1


--
Miroslav Suchy
Red Hat Satellite Engineering
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: not enough disk on git.fedorahosted.org

2010-04-12 Thread Mike McGrath
On Mon, 12 Apr 2010, Miroslav Suchý wrote:

 Please delete something or buy another disk :)

 We got there email hook, which probobly do not have enough disk space on
 some mount.



I suspect this error came from smtp itself but I don't see any disks that
are full on space.  The only thing I can think of is if this particular
commit was very large, lots of images or a tarball perhaps?  And you hit
our single email size limit?

How big was this commit?  It says 229 bytes is that what it was?

-Mike


 [msu...@dri/~/rhn/spacewalk.pub/schema/spacewalk]$ git push --tags
 Counting objects: 1, done.
 Writing objects: 100% (1/1), 229 bytes, done.
 Total 1 (delta 0), reused 0 (delta 0)
 Traceback (most recent call last):
File /usr/bin/send-unicode-email.py, line 32, in ?
  smtp.sendmail(sender, recipients, msg.as_string())
File /usr/lib/python2.4/smtplib.py, line 680, in sendmail
  raise SMTPSenderRefused(code, resp, from_addr)
 smtplib.SMTPSenderRefused: (452, '4.3.1 Insufficient system storage',
 '=?utf-8?q?Miroslav_Such=C3=BD?= msu...@fedoraproject.org')
 To ssh://msu...@git.fedorahosted.org/git/spacewalk.git/
   * [new tag] spacewalk-schema-0.9.4-1 - spacewalk-schema-0.9.4-1


 --
 Miroslav Suchy
 Red Hat Satellite Engineering
 ___
 infrastructure mailing list
 infrastructure@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/infrastructure
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: not enough disk on git.fedorahosted.org

2010-04-12 Thread Mike McGrath
On Mon, 12 Apr 2010, Mike McGrath wrote:

 On Mon, 12 Apr 2010, Miroslav Suchý wrote:

  Please delete something or buy another disk :)
 
  We got there email hook, which probobly do not have enough disk space on
  some mount.
 
 

 I suspect this error came from smtp itself but I don't see any disks that
 are full on space.  The only thing I can think of is if this particular
 commit was very large, lots of images or a tarball perhaps?  And you hit
 our single email size limit?

 How big was this commit?  It says 229 bytes is that what it was?


Nope, that disk certainly filled up:

https://admin.fedoraproject.org/collectd/bin/index.cgi?hostname=hosted1plugin=dftimespan=86400action=show_selectionok_button=OK

-Mike

   -Mike


  [msu...@dri/~/rhn/spacewalk.pub/schema/spacewalk]$ git push --tags
  Counting objects: 1, done.
  Writing objects: 100% (1/1), 229 bytes, done.
  Total 1 (delta 0), reused 0 (delta 0)
  Traceback (most recent call last):
 File /usr/bin/send-unicode-email.py, line 32, in ?
   smtp.sendmail(sender, recipients, msg.as_string())
 File /usr/lib/python2.4/smtplib.py, line 680, in sendmail
   raise SMTPSenderRefused(code, resp, from_addr)
  smtplib.SMTPSenderRefused: (452, '4.3.1 Insufficient system storage',
  '=?utf-8?q?Miroslav_Such=C3=BD?= msu...@fedoraproject.org')
  To ssh://msu...@git.fedorahosted.org/git/spacewalk.git/
* [new tag] spacewalk-schema-0.9.4-1 - spacewalk-schema-0.9.4-1
 
 
  --
  Miroslav Suchy
  Red Hat Satellite Engineering
  ___
  infrastructure mailing list
  infrastructure@lists.fedoraproject.org
  https://admin.fedoraproject.org/mailman/listinfo/infrastructure
 ___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: not enough disk on git.fedorahosted.org

2010-04-12 Thread Mike McGrath
On Mon, 12 Apr 2010, Stefan Schlesinger wrote:


 On 12.04.2010, at 16:10, Mike McGrath wrote:
  Nope, that disk certainly filled up:
 
  https://admin.fedoraproject.org/collectd/bin/index.cgi?hostname=hosted1plugin=dftimespan=86400action=show_selectionok_button=OK


 Hey,

 just a short question - what kind of interface are we currently using
 for collectd?


That web interface is the one that comes with the collectd source in the
user contrib directory (I forget the exact name).  I submitted a patch to
the packager and it should be installable in Fedora soon if its not
already.

-Mike
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure


Re: not enough disk on git.fedorahosted.org

2010-04-12 Thread Jeroen van Meeuwen
Mike McGrath wrote:
 On Mon, 12 Apr 2010, Mike McGrath wrote:
 
  On Mon, 12 Apr 2010, Miroslav Suchý wrote:
 
   Please delete something or buy another disk :)
  
   We got there email hook, which probobly do not have enough disk space on
   some mount.
  
  
 
  I suspect this error came from smtp itself but I don't see any disks that
  are full on space.  The only thing I can think of is if this particular
  commit was very large, lots of images or a tarball perhaps?  And you hit
  our single email size limit?
 
  How big was this commit?  It says 229 bytes is that what it was?
 
 
 Nope, that disk certainly filled up:
 
 
https://admin.fedoraproject.org/collectd/bin/index.cgi?hostname=hosted1plugin=dftimespan=86400action=show_selectionok_button=OK
 

FYI, is it filling up rapidly right now, again?

-- Jeroen
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure