All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-mono] Git push fails. No space left
@ 2014-05-18  8:48 Alex J Lennon
  2014-05-19  1:37 ` Michael Halstead
  0 siblings, 1 reply; 4+ messages in thread
From: Alex J Lennon @ 2014-05-18  8:48 UTC (permalink / raw)
  To: Yocto

Hi,

I'm trying to push a commit to meta-mono and it's failing due to lack of
space, it says,

Counting objects: 12, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 477 bytes | 0 bytes/s, done.
Total 5 (delta 4), reused 0 (delta 0)
error: file write error (No space left on device)
fatal: unable to write sha1 file
error: unpack failed: unpack-objects abnormal exit
To git@git.yoctoproject.org:meta-mono
 ! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'git@git.yoctoproject.org:meta-mono'

Cheers,

Alex



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-mono] Git push fails. No space left
  2014-05-18  8:48 [meta-mono] Git push fails. No space left Alex J Lennon
@ 2014-05-19  1:37 ` Michael Halstead
  2014-05-19  1:46   ` Khem Raj
  2014-05-19  7:21   ` Alex J Lennon
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Halstead @ 2014-05-19  1:37 UTC (permalink / raw)
  To: Alex J Lennon, Yocto

[-- Attachment #1: Type: text/plain, Size: 1079 bytes --]

Thanks for the heads up Alex!

I've added 1.8TB of extra space so we should be set for awhile. Sorry
that you weren't able to push.

I've also fixed the obvious style problems with the headers on the
markdown the meta-mono /about page. Please tell me if you have any other
style suggestions.

Michael Halstead
Yocto Project / SysAdmin

On 05/18/2014 01:48 AM, Alex J Lennon wrote:
> Hi,
>
> I'm trying to push a commit to meta-mono and it's failing due to lack of
> space, it says,
>
> Counting objects: 12, done.
> Delta compression using up to 2 threads.
> Compressing objects: 100% (5/5), done.
> Writing objects: 100% (5/5), 477 bytes | 0 bytes/s, done.
> Total 5 (delta 4), reused 0 (delta 0)
> error: file write error (No space left on device)
> fatal: unable to write sha1 file
> error: unpack failed: unpack-objects abnormal exit
> To git@git.yoctoproject.org:meta-mono
>  ! [remote rejected] master -> master (n/a (unpacker error))
> error: failed to push some refs to 'git@git.yoctoproject.org:meta-mono'
>
> Cheers,
>
> Alex
>
>



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4516 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-mono] Git push fails. No space left
  2014-05-19  1:37 ` Michael Halstead
@ 2014-05-19  1:46   ` Khem Raj
  2014-05-19  7:21   ` Alex J Lennon
  1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2014-05-19  1:46 UTC (permalink / raw)
  To: Michael Halstead; +Cc: Yocto

On Sun, May 18, 2014 at 6:37 PM, Michael Halstead
<michael@yoctoproject.org> wrote:
> Thanks for the heads up Alex!
>
> I've added 1.8TB of extra space so we should be set for awhile.

Thats good. but I think it would be good to clean up some of contrib
repos. May be a call to clean up
unused contrib repos should be made.

 Sorry
> that you weren't able to push.
>
> I've also fixed the obvious style problems with the headers on the
> markdown the meta-mono /about page. Please tell me if you have any other
> style suggestions.
>
> Michael Halstead
> Yocto Project / SysAdmin
>
> On 05/18/2014 01:48 AM, Alex J Lennon wrote:
>> Hi,
>>
>> I'm trying to push a commit to meta-mono and it's failing due to lack of
>> space, it says,
>>
>> Counting objects: 12, done.
>> Delta compression using up to 2 threads.
>> Compressing objects: 100% (5/5), done.
>> Writing objects: 100% (5/5), 477 bytes | 0 bytes/s, done.
>> Total 5 (delta 4), reused 0 (delta 0)
>> error: file write error (No space left on device)
>> fatal: unable to write sha1 file
>> error: unpack failed: unpack-objects abnormal exit
>> To git@git.yoctoproject.org:meta-mono
>>  ! [remote rejected] master -> master (n/a (unpacker error))
>> error: failed to push some refs to 'git@git.yoctoproject.org:meta-mono'
>>
>> Cheers,
>>
>> Alex
>>
>>
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-mono] Git push fails. No space left
  2014-05-19  1:37 ` Michael Halstead
  2014-05-19  1:46   ` Khem Raj
@ 2014-05-19  7:21   ` Alex J Lennon
  1 sibling, 0 replies; 4+ messages in thread
From: Alex J Lennon @ 2014-05-19  7:21 UTC (permalink / raw)
  To: Michael Halstead; +Cc: Yocto


On 19/05/2014 02:37, Michael Halstead wrote:
> Thanks for the heads up Alex!
>
> I've added 1.8TB of extra space so we should be set for awhile. Sorry
> that you weren't able to push.

No problem here. Just guessed you would want to know :)

> I've also fixed the obvious style problems with the headers on the
> markdown the meta-mono /about page. Please tell me if you have any other
> style suggestions.

Looks good! Thanks!

> Michael Halstead
> Yocto Project / SysAdmin
>
> On 05/18/2014 01:48 AM, Alex J Lennon wrote:



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-19  7:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-18  8:48 [meta-mono] Git push fails. No space left Alex J Lennon
2014-05-19  1:37 ` Michael Halstead
2014-05-19  1:46   ` Khem Raj
2014-05-19  7:21   ` Alex J Lennon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.