ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] git.alt - проблемы с push
@ 2008-07-17  9:03 Evgeny Sinelnikov
  2008-07-17  9:12 ` Dmitry V. Levin
  2008-07-17 11:04 ` Aleksey Avdeev
  0 siblings, 2 replies; 6+ messages in thread
From: Evgeny Sinelnikov @ 2008-07-17  9:03 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Здравствуйте,

вопрос про внеплановые работы с git.alt... Вот так срабатывает push:
$ git-push alt master
Counting objects: 276, done.
Compressing objects: 100% (99/99), done.
Writing objects: 100% (276/276), 658.55 KiB, done.
Total 276 (delta 184), reused 264 (delta 175)
/usr/libexec/girar/girar-hooks-sh-functions: line 26: lockf: Failed to
place a lock on lock file .: Cannot allocate memory
error: hooks/update exited with error code 1
error: hook declined to update refs/heads/master
To git.alt:packages/python-module-sip.git
 ! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'git.alt:packages/python-module-sip.git'

Или это только у меня?

-- 
Sin (Sinelnikov Evgeny)

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

* Re: [devel] git.alt - проблемы с push
  2008-07-17  9:03 [devel] git.alt - проблемы с push Evgeny Sinelnikov
@ 2008-07-17  9:12 ` Dmitry V. Levin
  2008-07-17  9:33   ` Evgeny Sinelnikov
  2008-07-17 11:04 ` Aleksey Avdeev
  1 sibling, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2008-07-17  9:12 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Thu, Jul 17, 2008 at 01:03:36PM +0400, Evgeny Sinelnikov wrote:
> вопрос про внеплановые работы с git.alt...

Не проводятся.

> $ git-push alt master
> Counting objects: 276, done.
> Compressing objects: 100% (99/99), done.
> Writing objects: 100% (276/276), 658.55 KiB, done.
> Total 276 (delta 184), reused 264 (delta 175)
> /usr/libexec/girar/girar-hooks-sh-functions: line 26: lockf: Failed to
> place a lock on lock file .: Cannot allocate memory

Поднял лимит на numflock, попробуйте ещё раз.

> Или это только у меня?

Нет, просто не повезло.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [devel] git.alt - проблемы с push
  2008-07-17  9:12 ` Dmitry V. Levin
@ 2008-07-17  9:33   ` Evgeny Sinelnikov
  0 siblings, 0 replies; 6+ messages in thread
From: Evgeny Sinelnikov @ 2008-07-17  9:33 UTC (permalink / raw)
  To: ALT Linux Team development discussions

17 июля 2008 г. 13:12 пользователь Dmitry V. Levin <ldv@altlinux.org> написал:
> On Thu, Jul 17, 2008 at 01:03:36PM +0400, Evgeny Sinelnikov wrote:
>> вопрос про внеплановые работы с git.alt...
>
> Не проводятся.
>
>> $ git-push alt master
>> Counting objects: 276, done.
>> Compressing objects: 100% (99/99), done.
>> Writing objects: 100% (276/276), 658.55 KiB, done.
>> Total 276 (delta 184), reused 264 (delta 175)
>> /usr/libexec/girar/girar-hooks-sh-functions: line 26: lockf: Failed to
>> place a lock on lock file .: Cannot allocate memory
>
> Поднял лимит на numflock, попробуйте ещё раз.
>

ага, сработало...

Вопрос в догонку... Как с этим бороться?
$ gear-create-tag
gear-create-tag: .gear-rules: Invalid @name@ "%packagename" specified

-- 
Sin (Sinelnikov Evgeny)

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

* Re: [devel] git.alt - проблемы с push
  2008-07-17  9:03 [devel] git.alt - проблемы с push Evgeny Sinelnikov
  2008-07-17  9:12 ` Dmitry V. Levin
@ 2008-07-17 11:04 ` Aleksey Avdeev
  2008-07-17 11:05   ` Evgeny Sinelnikov
  2008-07-17 11:06   ` Evgeny Sinelnikov
  1 sibling, 2 replies; 6+ messages in thread
From: Aleksey Avdeev @ 2008-07-17 11:04 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

Evgeny Sinelnikov пишет:
> Здравствуйте,
> 
> вопрос про внеплановые работы с git.alt... Вот так срабатывает push:
> $ git-push alt master
> Counting objects: 276, done.
> Compressing objects: 100% (99/99), done.
> Writing objects: 100% (276/276), 658.55 KiB, done.
> Total 276 (delta 184), reused 264 (delta 175)
> /usr/libexec/girar/girar-hooks-sh-functions: line 26: lockf: Failed to
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> place a lock on lock file .: Cannot allocate memory
                               ^^^^^^^^^^^^^^^^^^^^^^
> error: hooks/update exited with error code 1
> error: hook declined to update refs/heads/master
> To git.alt:packages/python-module-sip.git
>  ! [remote rejected] master -> master (hook declined)
> error: failed to push some refs to 'git.alt:packages/python-module-sip.git'
> 
> Или это только у меня?

  Сейчас наблюдаю тоже самое.

-- 

С уважением. Алексей.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 556 bytes --]

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

* Re: [devel] git.alt - проблемы с push
  2008-07-17 11:04 ` Aleksey Avdeev
@ 2008-07-17 11:05   ` Evgeny Sinelnikov
  2008-07-17 11:06   ` Evgeny Sinelnikov
  1 sibling, 0 replies; 6+ messages in thread
From: Evgeny Sinelnikov @ 2008-07-17 11:05 UTC (permalink / raw)
  To: ALT Linux Team development discussions

17 июля 2008 г. 15:04 пользователь Aleksey Avdeev <solo@solin.spb.ru> написал:
> Evgeny Sinelnikov пишет:
>> Здравствуйте,
>>
>> вопрос про внеплановые работы с git.alt... Вот так срабатывает push:
>> $ git-push alt master
>> Counting objects: 276, done.
>> Compressing objects: 100% (99/99), done.
>> Writing objects: 100% (276/276), 658.55 KiB, done.
>> Total 276 (delta 184), reused 264 (delta 175)
>> /usr/libexec/girar/girar-hooks-sh-functions: line 26: lockf: Failed to
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> place a lock on lock file .: Cannot allocate memory
>                               ^^^^^^^^^^^^^^^^^^^^^^
>> error: hooks/update exited with error code 1
>> error: hook declined to update refs/heads/master
>> To git.alt:packages/python-module-sip.git
>>  ! [remote rejected] master -> master (hook declined)
>> error: failed to push some refs to 'git.alt:packages/python-module-sip.git'
>>
>> Или это только у меня?
>
>  Сейчас наблюдаю тоже самое.
>

аналогично


-- 
Sin (Sinelnikov Evgeny)

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

* Re: [devel] git.alt - проблемы с push
  2008-07-17 11:04 ` Aleksey Avdeev
  2008-07-17 11:05   ` Evgeny Sinelnikov
@ 2008-07-17 11:06   ` Evgeny Sinelnikov
  1 sibling, 0 replies; 6+ messages in thread
From: Evgeny Sinelnikov @ 2008-07-17 11:06 UTC (permalink / raw)
  To: ALT Linux Team development discussions

17 июля 2008 г. 15:04 пользователь Aleksey Avdeev <solo@solin.spb.ru> написал:
> Evgeny Sinelnikov пишет:
>> Здравствуйте,
>>
>> вопрос про внеплановые работы с git.alt... Вот так срабатывает push:
>> $ git-push alt master
>> Counting objects: 276, done.
>> Compressing objects: 100% (99/99), done.
>> Writing objects: 100% (276/276), 658.55 KiB, done.
>> Total 276 (delta 184), reused 264 (delta 175)
>> /usr/libexec/girar/girar-hooks-sh-functions: line 26: lockf: Failed to
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> place a lock on lock file .: Cannot allocate memory
>                               ^^^^^^^^^^^^^^^^^^^^^^
>> error: hooks/update exited with error code 1
>> error: hook declined to update refs/heads/master
>> To git.alt:packages/python-module-sip.git
>>  ! [remote rejected] master -> master (hook declined)
>> error: failed to push some refs to 'git.alt:packages/python-module-sip.git'
>>
>> Или это только у меня?
>
>  Сейчас наблюдаю тоже самое.
>

аналогично



-- 
Sin (Sinelnikov Evgeny)

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

end of thread, other threads:[~2008-07-17 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-17  9:03 [devel] git.alt - проблемы с push Evgeny Sinelnikov
2008-07-17  9:12 ` Dmitry V. Levin
2008-07-17  9:33   ` Evgeny Sinelnikov
2008-07-17 11:04 ` Aleksey Avdeev
2008-07-17 11:05   ` Evgeny Sinelnikov
2008-07-17 11:06   ` Evgeny Sinelnikov

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git