ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Сизиф в ovz контейнере. забавный баг.
@ 2009-06-17 10:09 Alexey Borovskoy
  2009-06-17 10:15 ` Dmitry V. Levin
  2009-06-17 10:17 ` Damir Shayhutdinov
  0 siblings, 2 replies; 11+ messages in thread
From: Alexey Borovskoy @ 2009-06-17 10:09 UTC (permalink / raw)
  To: devel

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

Добрый вечер.

Есть такая нода.

# uname -r
2.6.18-ovz-smp-alt23.M40.2

# rpm -q vzctl
vzctl-3.0.23-alt0.M40.3

В куче контейнеров живут 4.0.1 и бранч 5.0.

Сегодня добавил контейнер со вчерашним сизифом.

# vzctl start 208
Starting container ...
Container is mounted
Adding IP address(es): 172.16.81.15
 ERROR: Unable to backup interface config files
cp: preserving times for `.tmp/venet0/ipv4route': Bad address
cp: preserving times for `.tmp/venet0/options': Bad address
cp: preserving times for `.tmp/venet0/ipv4address': Bad address
Setting CPU units: 1000
Configure meminfo: 65536
Container start in progress...

# vzctl stop 208
Stopping container ...
Container was stopped
Container is unmounted

Где стучит? Я все уже перетряхнул.

-- 
Алексей.
GPG key fingerprint
DBB3 1832 13C6 5C96 4A58  4AFF 78F7 159F 66AD 8D7E

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [devel] Сизиф в ovz контейнере. забавный баг.
  2009-06-17 10:09 [devel] Сизиф в ovz контейнере. забавный баг Alexey Borovskoy
@ 2009-06-17 10:15 ` Dmitry V. Levin
  2009-06-17 10:44   ` Alexey Borovskoy
  2009-06-17 11:40   ` Alexey Borovskoy
  2009-06-17 10:17 ` Damir Shayhutdinov
  1 sibling, 2 replies; 11+ messages in thread
From: Dmitry V. Levin @ 2009-06-17 10:15 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Jun 17, 2009 at 11:09:18PM +1300, Alexey Borovskoy wrote:
> Добрый вечер.
> 
> Есть такая нода.
> 
> # uname -r
> 2.6.18-ovz-smp-alt23.M40.2

ovz-ядро поновее поставить не получается?

[...]
> Сегодня добавил контейнер со вчерашним сизифом.
> 
> # vzctl start 208
> Starting container ...
> Container is mounted
> Adding IP address(es): 172.16.81.15
>  ERROR: Unable to backup interface config files
> cp: preserving times for `.tmp/venet0/ipv4route': Bad address

Это разновидность http://bugzilla.openvz.org/show_bug.cgi?id=970
Вы уже второй, кто жалуется после того, как я убрал из coreutils
workaround.
В любом случае на этом ядре этот баг с utimensat будет всплывать
в контейнерах с новыми ОС.


-- 
ldv

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

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

* Re: [devel] Сизиф в ovz контейнере. забавный баг.
  2009-06-17 10:09 [devel] Сизиф в ovz контейнере. забавный баг Alexey Borovskoy
  2009-06-17 10:15 ` Dmitry V. Levin
@ 2009-06-17 10:17 ` Damir Shayhutdinov
  2009-06-17 10:31   ` Alexey Borovskoy
  1 sibling, 1 reply; 11+ messages in thread
From: Damir Shayhutdinov @ 2009-06-17 10:17 UTC (permalink / raw)
  To: ALT Linux Team development discussions

> Есть такая нода.
>
> # uname -r
> 2.6.18-ovz-smp-alt23.M40.2

http://lists.altlinux.org/pipermail/sisyphus/2009-June/339806.html

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

* Re: [devel] Сизиф в ovz контейнере. забавный баг.
  2009-06-17 10:17 ` Damir Shayhutdinov
@ 2009-06-17 10:31   ` Alexey Borovskoy
  0 siblings, 0 replies; 11+ messages in thread
From: Alexey Borovskoy @ 2009-06-17 10:31 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

* 17 июня 2009 Damir Shayhutdinov

> > Есть такая нода.
> >
> > # uname -r
> > 2.6.18-ovz-smp-alt23.M40.2
>
> http://lists.altlinux.org/pipermail/sisyphus/2009-June/339806.
>html

Как чинить то?

-- 
Алексей.
GPG key fingerprint
DBB3 1832 13C6 5C96 4A58  4AFF 78F7 159F 66AD 8D7E

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [devel] Сизиф в ovz контейнере. забавный баг.
  2009-06-17 10:15 ` Dmitry V. Levin
@ 2009-06-17 10:44   ` Alexey Borovskoy
  2009-06-17 11:40   ` Alexey Borovskoy
  1 sibling, 0 replies; 11+ messages in thread
From: Alexey Borovskoy @ 2009-06-17 10:44 UTC (permalink / raw)
  To: ALT Devel discussion list

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

* 17 июня 2009 Dmitry V. Levin

> On Wed, Jun 17, 2009 at 11:09:18PM +1300, Alexey Borovskoy 
wrote:
> > Добрый вечер.
> >
> > Есть такая нода.
> >
> > # uname -r
> > 2.6.18-ovz-smp-alt23.M40.2
>
> ovz-ядро поновее поставить не получается?

Какое ядро посоветуете?

> [...]
>
> > Сегодня добавил контейнер со вчерашним сизифом.
> >
> > # vzctl start 208
> > Starting container ...
> > Container is mounted
> > Adding IP address(es): 172.16.81.15
> >  ERROR: Unable to backup interface config files
> > cp: preserving times for `.tmp/venet0/ipv4route': Bad
> > address
>
> Это разновидность
> http://bugzilla.openvz.org/show_bug.cgi?id=970 Вы уже второй,
> кто жалуется после того, как я убрал из coreutils workaround.
> В любом случае на этом ядре этот баг с utimensat будет
> всплывать в контейнерах с новыми ОС.

О как. Хорошая бага, качественная. :-)

-- 
Алексей.
GPG key fingerprint
DBB3 1832 13C6 5C96 4A58  4AFF 78F7 159F 66AD 8D7E

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [devel] Сизиф в ovz контейнере. забавный баг.
  2009-06-17 10:15 ` Dmitry V. Levin
  2009-06-17 10:44   ` Alexey Borovskoy
@ 2009-06-17 11:40   ` Alexey Borovskoy
  2009-06-17 13:09     ` Dmitry V. Levin
  1 sibling, 1 reply; 11+ messages in thread
From: Alexey Borovskoy @ 2009-06-17 11:40 UTC (permalink / raw)
  To: ALT Devel discussion list

* 17 июня 2009 Dmitry V. Levin

> On Wed, Jun 17, 2009 at 11:09:18PM +1300, Alexey Borovskoy 
wrote:
> > Добрый вечер.
> >
> > Есть такая нода.
> >
> > # uname -r
> > 2.6.18-ovz-smp-alt23.M40.2
>
> ovz-ядро поновее поставить не получается?

ovz-rhel-2.6.18 подойдет? Или надо ставить ovz-smp-2.6.27?

-- 
Алексей.
GPG key fingerprint
DBB3 1832 13C6 5C96 4A58  4AFF 78F7 159F 66AD 8D7E

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

* Re: [devel] Сизиф в ovz контейнере. забавный баг.
  2009-06-17 11:40   ` Alexey Borovskoy
@ 2009-06-17 13:09     ` Dmitry V. Levin
  2009-06-17 13:25       ` Slava Dubrovskiy
  0 siblings, 1 reply; 11+ messages in thread
From: Dmitry V. Levin @ 2009-06-17 13:09 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Thu, Jun 18, 2009 at 12:40:28AM +1300, Alexey Borovskoy wrote:
> * 17 июня 2009 Dmitry V. Levin
> > On Wed, Jun 17, 2009 at 11:09:18PM +1300, Alexey Borovskoy wrote:
> > > Добрый вечер.
> > >
> > > Есть такая нода.
> > >
> > > # uname -r
> > > 2.6.18-ovz-smp-alt23.M40.2
> >
> > ovz-ядро поновее поставить не получается?
> 
> ovz-rhel-2.6.18 подойдет?

Да, ovz-rhel-2.6.18-alt2.M40.4 или ovz-rhel >= 2.6.18-alt5 подойдёт.


-- 
ldv

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

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

* Re: [devel] Сизиф в ovz контейнере. забавный баг.
  2009-06-17 13:09     ` Dmitry V. Levin
@ 2009-06-17 13:25       ` Slava Dubrovskiy
  2009-06-17 13:28         ` Dmitry V. Levin
  0 siblings, 1 reply; 11+ messages in thread
From: Slava Dubrovskiy @ 2009-06-17 13:25 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

17.06.2009 16:09, Dmitry V. Levin пишет:
> ovz-ядро поновее поставить не получается?
>   
>> ovz-rhel-2.6.18 подойдет?
>>     
> Да, ovz-rhel-2.6.18-alt2.M40.4 или ovz-rhel >= 2.6.18-alt5 подойдёт.
>   
Вчера обновил до 2.6.18-128.1.1.el5.028stab062.3 из openvz репозитария и
проблема решилась.

-- 
WBR,
Dubrovskiy Vyacheslav


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

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

* Re: [devel] Сизиф в ovz контейнере. забавный баг.
  2009-06-17 13:25       ` Slava Dubrovskiy
@ 2009-06-17 13:28         ` Dmitry V. Levin
  2009-06-17 13:33           ` Slava Dubrovskiy
  2009-06-17 15:48           ` Konstantin Pavlov
  0 siblings, 2 replies; 11+ messages in thread
From: Dmitry V. Levin @ 2009-06-17 13:28 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Wed, Jun 17, 2009 at 04:25:01PM +0300, Slava Dubrovskiy wrote:
> 17.06.2009 16:09, Dmitry V. Levin пишет:
> > ovz-ядро поновее поставить не получается?
> >   
> >> ovz-rhel-2.6.18 подойдет?
> >>     
> > Да, ovz-rhel-2.6.18-alt2.M40.4 или ovz-rhel >= 2.6.18-alt5 подойдёт.
> >   
> Вчера обновил до 2.6.18-128.1.1.el5.028stab062.3 из openvz репозитария и
> проблема решилась.

В том ядре, которое вы установили, неотрываемый IPv6 и ещё некоторое
количество вещей, которые в ovz-rhel запатчены.


-- 
ldv

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

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

* Re: [devel] Сизиф в ovz контейнере. забавный баг.
  2009-06-17 13:28         ` Dmitry V. Levin
@ 2009-06-17 13:33           ` Slava Dubrovskiy
  2009-06-17 15:48           ` Konstantin Pavlov
  1 sibling, 0 replies; 11+ messages in thread
From: Slava Dubrovskiy @ 2009-06-17 13:33 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

17.06.2009 16:28, Dmitry V. Levin пишет:
>> Вчера обновил до 2.6.18-128.1.1.el5.028stab062.3 из openvz репозитария и
>> проблема решилась.
>>     
> В том ядре, которое вы установили, неотрываемый IPv6 и ещё некоторое
> количество вещей, которые в ovz-rhel запатчены.
>   
Ну на CentOs альтовское ядро я не рискну ставить :)
Просто контейнеры там на альте и в них сеть не настраивалась.

-- 
WBR,
Dubrovskiy Vyacheslav


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

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

* Re: [devel] Сизиф в ovz контейнере. забавный баг.
  2009-06-17 13:28         ` Dmitry V. Levin
  2009-06-17 13:33           ` Slava Dubrovskiy
@ 2009-06-17 15:48           ` Konstantin Pavlov
  1 sibling, 0 replies; 11+ messages in thread
From: Konstantin Pavlov @ 2009-06-17 15:48 UTC (permalink / raw)
  To: devel

On Wed, Jun 17, 2009 at 05:28:53PM +0400, Dmitry V. Levin wrote:
> On Wed, Jun 17, 2009 at 04:25:01PM +0300, Slava Dubrovskiy wrote:
> > 17.06.2009 16:09, Dmitry V. Levin пишет:
> > > ovz-ядро поновее поставить не получается?
> > >   
> > >> ovz-rhel-2.6.18 подойдет?
> > >>     
> > > Да, ovz-rhel-2.6.18-alt2.M40.4 или ovz-rhel >= 2.6.18-alt5 подойдёт.
> > >   
> > Вчера обновил до 2.6.18-128.1.1.el5.028stab062.3 из openvz репозитария и
> > проблема решилась.
> 
> В том ядре, которое вы установили, неотрываемый IPv6 и ещё некоторое
> количество вещей, которые в ovz-rhel запатчены.

Свежайшее ovz-rhel не всегда доступно в updates для серверного
дистрибутива.

-- 
> А почему же тогда вся система не реагирует ни на что(1) и лампочка
$ man 1 что
No entry for что in section 1 of the manual
		-- wrar in community@



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

end of thread, other threads:[~2009-06-17 15:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-17 10:09 [devel] Сизиф в ovz контейнере. забавный баг Alexey Borovskoy
2009-06-17 10:15 ` Dmitry V. Levin
2009-06-17 10:44   ` Alexey Borovskoy
2009-06-17 11:40   ` Alexey Borovskoy
2009-06-17 13:09     ` Dmitry V. Levin
2009-06-17 13:25       ` Slava Dubrovskiy
2009-06-17 13:28         ` Dmitry V. Levin
2009-06-17 13:33           ` Slava Dubrovskiy
2009-06-17 15:48           ` Konstantin Pavlov
2009-06-17 10:17 ` Damir Shayhutdinov
2009-06-17 10:31   ` Alexey Borovskoy

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