* Can't push: "Error unpack remote failed..."
@ 2022-09-23 7:14 Matthias Fischer
2022-09-23 8:19 ` Michael Tremer
0 siblings, 1 reply; 5+ messages in thread
From: Matthias Fischer @ 2022-09-23 7:14 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 903 bytes --]
Hi,
I'd like to have a problem* during pushing through GIT...:
If I try something like
git push mfischer unbound
I get:
**SNIP***
root(a)Devel64-1: /git/ipfire-2.x # git push mfischer unbound
mfischer(a)git.ipfire.org's password:
Enumerating objects: 153, done.
Counting objects: 100% (149/149), done.
Delta compression using up to 8 threads
Compressing objects: 100% (89/89), done.
Writing objects: 100% (98/98), 12.06 KiB | 823.00 KiB/s, done.
Total 98 (delta 71), reused 4 (delta 0), pack-reused 0
error: remote unpack failed: unable to create temporary object directory
To ssh://git.ipfire.org/pub/git/people/mfischer/ipfire-2.x.git
! [remote rejected] unbound -> unbound (unpacker error)
error: failed to push some refs to
'ssh://git.ipfire.org/pub/git/people/mfischer/ipfire-2.x.git'
***SNAP***
Something up there in GIT doesn't like me anymore...
Can someone confirm?
Best,
Matthias
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can't push: "Error unpack remote failed..."
2022-09-23 7:14 Can't push: "Error unpack remote failed..." Matthias Fischer
@ 2022-09-23 8:19 ` Michael Tremer
2022-09-23 9:01 ` Matthias Fischer
0 siblings, 1 reply; 5+ messages in thread
From: Michael Tremer @ 2022-09-23 8:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1434 bytes --]
Hallo Matthias,
It looks like the file server had a little hick-up this night.
I restarted it and things look okay, and I cannot really find anything that might have caused this, but loads of other things didn’t work either.
So, I will keep my fingers crossed that the file server is happy again after a reboot.
Best,
-Michael
> On 23 Sep 2022, at 09:14, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> Hi,
>
> I'd like to have a problem* during pushing through GIT...:
>
> If I try something like
>
> git push mfischer unbound
>
> I get:
>
> **SNIP***
> root(a)Devel64-1: /git/ipfire-2.x # git push mfischer unbound
> mfischer(a)git.ipfire.org's password:
> Enumerating objects: 153, done.
> Counting objects: 100% (149/149), done.
> Delta compression using up to 8 threads
> Compressing objects: 100% (89/89), done.
> Writing objects: 100% (98/98), 12.06 KiB | 823.00 KiB/s, done.
> Total 98 (delta 71), reused 4 (delta 0), pack-reused 0
> error: remote unpack failed: unable to create temporary object directory
> To ssh://git.ipfire.org/pub/git/people/mfischer/ipfire-2.x.git
> ! [remote rejected] unbound -> unbound (unpacker error)
> error: failed to push some refs to
> 'ssh://git.ipfire.org/pub/git/people/mfischer/ipfire-2.x.git'
> ***SNAP***
>
> Something up there in GIT doesn't like me anymore...
>
> Can someone confirm?
>
> Best,
> Matthias
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can't push: "Error unpack remote failed..."
2022-09-23 8:19 ` Michael Tremer
@ 2022-09-23 9:01 ` Matthias Fischer
2022-09-23 12:23 ` Arne Fitzenreiter
0 siblings, 1 reply; 5+ messages in thread
From: Matthias Fischer @ 2022-09-23 9:01 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2062 bytes --]
On 23.09.2022 10:19, Michael Tremer wrote:
> Hallo Matthias,
Hai Michael,
> It looks like the file server had a little hick-up this night.
>
> I restarted it and things look okay, and I cannot really find anything that might have caused this, but loads of other things didn’t work either.
>
> So, I will keep my fingers crossed that the file server is happy again after a reboot.
Äh...sorry...he isn't:
***SNIP***
root(a)Devel64-1: /git/ipfire-2.x # git push mfischer unbound
mfischer(a)git.ipfire.org's password:
Could not chdir to home directory /home/mfischer: Permission denied
bash: /home/mfischer/.bashrc: Permission denied
fatal: '/pub/git/people/mfischer/ipfire-2.x.git' does not appear to be a
git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
***SNAP***
Best,
Matthias
> Best,
> -Michael
>
>> On 23 Sep 2022, at 09:14, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>>
>> Hi,
>>
>> I'd like to have a problem* during pushing through GIT...:
>>
>> If I try something like
>>
>> git push mfischer unbound
>>
>> I get:
>>
>> **SNIP***
>> root(a)Devel64-1: /git/ipfire-2.x # git push mfischer unbound
>> mfischer(a)git.ipfire.org's password:
>> Enumerating objects: 153, done.
>> Counting objects: 100% (149/149), done.
>> Delta compression using up to 8 threads
>> Compressing objects: 100% (89/89), done.
>> Writing objects: 100% (98/98), 12.06 KiB | 823.00 KiB/s, done.
>> Total 98 (delta 71), reused 4 (delta 0), pack-reused 0
>> error: remote unpack failed: unable to create temporary object directory
>> To ssh://git.ipfire.org/pub/git/people/mfischer/ipfire-2.x.git
>> ! [remote rejected] unbound -> unbound (unpacker error)
>> error: failed to push some refs to
>> 'ssh://git.ipfire.org/pub/git/people/mfischer/ipfire-2.x.git'
>> ***SNAP***
>>
>> Something up there in GIT doesn't like me anymore...
>>
>> Can someone confirm?
>>
>> Best,
>> Matthias
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can't push: "Error unpack remote failed..."
2022-09-23 9:01 ` Matthias Fischer
@ 2022-09-23 12:23 ` Arne Fitzenreiter
2022-09-23 12:48 ` Matthias Fischer
0 siblings, 1 reply; 5+ messages in thread
From: Arne Fitzenreiter @ 2022-09-23 12:23 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2215 bytes --]
Hi Matthias,
please try again, now it should work.
Arne
Am 2022-09-23 11:01, schrieb Matthias Fischer:
> On 23.09.2022 10:19, Michael Tremer wrote:
>> Hallo Matthias,
>
> Hai Michael,
>
>> It looks like the file server had a little hick-up this night.
>>
>> I restarted it and things look okay, and I cannot really find anything
>> that might have caused this, but loads of other things didn’t work
>> either.
>>
>> So, I will keep my fingers crossed that the file server is happy again
>> after a reboot.
>
> Äh...sorry...he isn't:
>
> ***SNIP***
> root(a)Devel64-1: /git/ipfire-2.x # git push mfischer unbound
> mfischer(a)git.ipfire.org's password:
> Could not chdir to home directory /home/mfischer: Permission denied
> bash: /home/mfischer/.bashrc: Permission denied
> fatal: '/pub/git/people/mfischer/ipfire-2.x.git' does not appear to be
> a
> git repository
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> ***SNAP***
>
> Best,
> Matthias
>
>> Best,
>> -Michael
>>
>>> On 23 Sep 2022, at 09:14, Matthias Fischer
>>> <matthias.fischer(a)ipfire.org> wrote:
>>>
>>> Hi,
>>>
>>> I'd like to have a problem* during pushing through GIT...:
>>>
>>> If I try something like
>>>
>>> git push mfischer unbound
>>>
>>> I get:
>>>
>>> **SNIP***
>>> root(a)Devel64-1: /git/ipfire-2.x # git push mfischer unbound
>>> mfischer(a)git.ipfire.org's password:
>>> Enumerating objects: 153, done.
>>> Counting objects: 100% (149/149), done.
>>> Delta compression using up to 8 threads
>>> Compressing objects: 100% (89/89), done.
>>> Writing objects: 100% (98/98), 12.06 KiB | 823.00 KiB/s, done.
>>> Total 98 (delta 71), reused 4 (delta 0), pack-reused 0
>>> error: remote unpack failed: unable to create temporary object
>>> directory
>>> To ssh://git.ipfire.org/pub/git/people/mfischer/ipfire-2.x.git
>>> ! [remote rejected] unbound -> unbound (unpacker error)
>>> error: failed to push some refs to
>>> 'ssh://git.ipfire.org/pub/git/people/mfischer/ipfire-2.x.git'
>>> ***SNAP***
>>>
>>> Something up there in GIT doesn't like me anymore...
>>>
>>> Can someone confirm?
>>>
>>> Best,
>>> Matthias
>>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can't push: "Error unpack remote failed..."
2022-09-23 12:23 ` Arne Fitzenreiter
@ 2022-09-23 12:48 ` Matthias Fischer
0 siblings, 0 replies; 5+ messages in thread
From: Matthias Fischer @ 2022-09-23 12:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2399 bytes --]
On 23.09.2022 14:23, Arne Fitzenreiter wrote:
> Hi Matthias,
Hi Arne,
> please try again, now it should work.
Done. Works. Thanks! ;-)
Best,
Matthias
> Arne
>
>
> Am 2022-09-23 11:01, schrieb Matthias Fischer:
>> On 23.09.2022 10:19, Michael Tremer wrote:
>>> Hallo Matthias,
>>
>> Hai Michael,
>>
>>> It looks like the file server had a little hick-up this night.
>>>
>>> I restarted it and things look okay, and I cannot really find anything
>>> that might have caused this, but loads of other things didn’t work
>>> either.
>>>
>>> So, I will keep my fingers crossed that the file server is happy again
>>> after a reboot.
>>
>> Äh...sorry...he isn't:
>>
>> ***SNIP***
>> root(a)Devel64-1: /git/ipfire-2.x # git push mfischer unbound
>> mfischer(a)git.ipfire.org's password:
>> Could not chdir to home directory /home/mfischer: Permission denied
>> bash: /home/mfischer/.bashrc: Permission denied
>> fatal: '/pub/git/people/mfischer/ipfire-2.x.git' does not appear to be
>> a
>> git repository
>> fatal: Could not read from remote repository.
>>
>> Please make sure you have the correct access rights
>> and the repository exists.
>> ***SNAP***
>>
>> Best,
>> Matthias
>>
>>> Best,
>>> -Michael
>>>
>>>> On 23 Sep 2022, at 09:14, Matthias Fischer
>>>> <matthias.fischer(a)ipfire.org> wrote:
>>>>
>>>> Hi,
>>>>
>>>> I'd like to have a problem* during pushing through GIT...:
>>>>
>>>> If I try something like
>>>>
>>>> git push mfischer unbound
>>>>
>>>> I get:
>>>>
>>>> **SNIP***
>>>> root(a)Devel64-1: /git/ipfire-2.x # git push mfischer unbound
>>>> mfischer(a)git.ipfire.org's password:
>>>> Enumerating objects: 153, done.
>>>> Counting objects: 100% (149/149), done.
>>>> Delta compression using up to 8 threads
>>>> Compressing objects: 100% (89/89), done.
>>>> Writing objects: 100% (98/98), 12.06 KiB | 823.00 KiB/s, done.
>>>> Total 98 (delta 71), reused 4 (delta 0), pack-reused 0
>>>> error: remote unpack failed: unable to create temporary object
>>>> directory
>>>> To ssh://git.ipfire.org/pub/git/people/mfischer/ipfire-2.x.git
>>>> ! [remote rejected] unbound -> unbound (unpacker error)
>>>> error: failed to push some refs to
>>>> 'ssh://git.ipfire.org/pub/git/people/mfischer/ipfire-2.x.git'
>>>> ***SNAP***
>>>>
>>>> Something up there in GIT doesn't like me anymore...
>>>>
>>>> Can someone confirm?
>>>>
>>>> Best,
>>>> Matthias
>>>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-09-23 12:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-23 7:14 Can't push: "Error unpack remote failed..." Matthias Fischer
2022-09-23 8:19 ` Michael Tremer
2022-09-23 9:01 ` Matthias Fischer
2022-09-23 12:23 ` Arne Fitzenreiter
2022-09-23 12:48 ` Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox