ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] OpenZV или alterator-ovz
@ 2008-02-14  7:20 Sergey
  2008-02-14  9:39 ` Alexander Volkov
  2008-02-14 10:17 ` Nikolay A. Fetisov
  0 siblings, 2 replies; 12+ messages in thread
From: Sergey @ 2008-02-14  7:20 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Приветствую.

Что-то заметил, в последнее время, что для вновь созданных виртуалов
предупреждения валятся:

Warning: too large value for VMGUARPAGES=6144:9223372036854775807 was truncated
Warning: too large value for OOMGUARPAGES=6144:9223372036854775807 was truncated
Warning: too large value for PHYSPAGES=0:9223372036854775807 was truncated

бага ?

-- 
С уважением, Сергей
a_s_y@sama.ru


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

* Re: [sisyphus] OpenZV или alterator-ovz
  2008-02-14  7:20 [sisyphus] OpenZV или alterator-ovz Sergey
@ 2008-02-14  9:39 ` Alexander Volkov
  2008-02-14 10:17 ` Nikolay A. Fetisov
  1 sibling, 0 replies; 12+ messages in thread
From: Alexander Volkov @ 2008-02-14  9:39 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On 2008-02-14 11:20:03 +0400, Sergey wrote:
S> Приветствую.

S> Что-то заметил, в последнее время, что для вновь созданных виртуалов
S> предупреждения валятся:

S> Warning: too large value for VMGUARPAGES=6144:9223372036854775807 was truncated
S> Warning: too large value for OOMGUARPAGES=6144:9223372036854775807 was truncated
S> Warning: too large value for PHYSPAGES=0:9223372036854775807 was truncated

S> бага ?
не, это параметры по умолчанию, они вроде всегда так были "с запасом"
--
 Regards, Alexander



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

* Re: [sisyphus] OpenZV или alterator-ovz
  2008-02-14  7:20 [sisyphus] OpenZV или alterator-ovz Sergey
  2008-02-14  9:39 ` Alexander Volkov
@ 2008-02-14 10:17 ` Nikolay A. Fetisov
  2008-02-14 11:26   ` Dmitry V. Levin
  1 sibling, 1 reply; 12+ messages in thread
From: Nikolay A. Fetisov @ 2008-02-14 10:17 UTC (permalink / raw)
  To: sisyphus

On Thu, 14 Feb 2008 11:20:03 +0400
Sergey wrote:

> Что-то заметил, в последнее время, что для вновь созданных виртуалов
> предупреждения валятся:
> ...
> Warning: too large value for PHYSPAGES=0:9223372036854775807 was truncated
> 
> бага ?

Да; #11268, #11639. 

Сообщения идут на значения limit=9223372036854775807, они соответствуют
значениям для 64-битного HN. Для 32-битного HN правильное значение -
2147483647.

-- 
С уважением,
Николай Фетисов


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

* Re: [sisyphus] OpenZV или alterator-ovz
  2008-02-14 10:17 ` Nikolay A. Fetisov
@ 2008-02-14 11:26   ` Dmitry V. Levin
  2008-02-14 12:41     ` Sergey
  0 siblings, 1 reply; 12+ messages in thread
From: Dmitry V. Levin @ 2008-02-14 11:26 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

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

On Thu, Feb 14, 2008 at 01:17:31PM +0300, Nikolay A. Fetisov wrote:
> On Thu, 14 Feb 2008 11:20:03 +0400, Sergey wrote:
> 
> > Что-то заметил, в последнее время, что для вновь созданных виртуалов
> > предупреждения валятся:
> > ...
> > Warning: too large value for PHYSPAGES=0:9223372036854775807 was truncated
> > 
> > бага ?
> 
> Да; #11268, #11639. 
> 
> Сообщения идут на значения limit=9223372036854775807, они соответствуют
> значениям для 64-битного HN. Для 32-битного HN правильное значение -
> 2147483647.

Проще всего поменять на unlimited, поддерживается начиная с vzctl-3.0.19.


-- 
ldv

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

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

* Re: [sisyphus] OpenZV или alterator-ovz
  2008-02-14 11:26   ` Dmitry V. Levin
@ 2008-02-14 12:41     ` Sergey
  2008-02-14 12:46       ` Dmitry V. Levin
  0 siblings, 1 reply; 12+ messages in thread
From: Sergey @ 2008-02-14 12:41 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

On Thursday 14 February 2008, Dmitry V. Levin wrote:

> > Сообщения идут на значения limit=9223372036854775807, они соответствуют
> > значениям для 64-битного HN. Для 32-битного HN правильное значение -
> > 2147483647.
> 
> Проще всего поменять на unlimited, поддерживается начиная с vzctl-3.0.19.

Но как я смотрю, оно ещё не в бранче. Может нестыковка случиться.

-- 
С уважением, Сергей
a_s_y@sama.ru


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

* Re: [sisyphus] OpenZV или alterator-ovz
  2008-02-14 12:41     ` Sergey
@ 2008-02-14 12:46       ` Dmitry V. Levin
  2008-02-15  6:21         ` Sergey
  0 siblings, 1 reply; 12+ messages in thread
From: Dmitry V. Levin @ 2008-02-14 12:46 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

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

On Thu, Feb 14, 2008 at 04:41:02PM +0400, Sergey wrote:
> On Thursday 14 February 2008, Dmitry V. Levin wrote:
> 
> > > Сообщения идут на значения limit=9223372036854775807, они соответствуют
> > > значениям для 64-битного HN. Для 32-битного HN правильное значение -
> > > 2147483647.
> > 
> > Проще всего поменять на unlimited, поддерживается начиная с vzctl-3.0.19.
> 
> Но как я смотрю, оно ещё не в бранче. Может нестыковка случиться.

Могу положить в бранч, если будет запрос.


-- 
ldv

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

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

* Re: [sisyphus] OpenZV или alterator-ovz
  2008-02-14 12:46       ` Dmitry V. Levin
@ 2008-02-15  6:21         ` Sergey
  2008-02-15  6:24           ` Sergey
  0 siblings, 1 reply; 12+ messages in thread
From: Sergey @ 2008-02-15  6:21 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

On Thursday 14 February 2008, Dmitry V. Levin wrote:

> > Но как я смотрю, оно ещё не в бранче. Может нестыковка случиться.
> 
> Могу положить в бранч, если будет запрос.
 
Если препятствий нет, наверное стоит положить. А на alterator-ovz
сейчас багу повешу со ссылкой сюда.

-- 
С уважением, Сергей
a_s_y@sama.ru


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

* Re: [sisyphus] OpenZV или alterator-ovz
  2008-02-15  6:21         ` Sergey
@ 2008-02-15  6:24           ` Sergey
  2008-02-21 20:56             ` Michael Shigorin
  0 siblings, 1 reply; 12+ messages in thread
From: Sergey @ 2008-02-15  6:24 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Friday 15 February 2008, Sergey wrote:

> сейчас багу повешу со ссылкой сюда.

Торможу с утра - баги-то висят.

-- 
С уважением, Сергей
a_s_y@sama.ru


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

* Re: [sisyphus] OpenZV или alterator-ovz
  2008-02-15  6:24           ` Sergey
@ 2008-02-21 20:56             ` Michael Shigorin
  2008-02-23 18:43               ` Sergey
  0 siblings, 1 reply; 12+ messages in thread
From: Michael Shigorin @ 2008-02-21 20:56 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Fri, Feb 15, 2008 at 10:24:16AM +0400, Sergey wrote:
> > сейчас багу повешу со ссылкой сюда.
> Торможу с утра - баги-то висят.

Лучше упомянуть там про unlimited и версию vzctl.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] OpenZV или alterator-ovz
  2008-02-21 20:56             ` Michael Shigorin
@ 2008-02-23 18:43               ` Sergey
  2008-02-23 19:57                 ` Dmitry V. Levin
  0 siblings, 1 reply; 12+ messages in thread
From: Sergey @ 2008-02-23 18:43 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Friday 22 February 2008, Michael Shigorin wrote:

> Лучше упомянуть там про unlimited и версию vzctl.

LDV так и написал в #11268. Хотя я не вижу, до сих пор, vzctl-3.0.19
в бранче.

-- 
С уважением, Сергей
a_s_y@sama.ru


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

* Re: [sisyphus] OpenZV или alterator-ovz
  2008-02-23 18:43               ` Sergey
@ 2008-02-23 19:57                 ` Dmitry V. Levin
  2008-02-23 20:48                   ` [sisyphus] [JT] " Michael Shigorin
  0 siblings, 1 reply; 12+ messages in thread
From: Dmitry V. Levin @ 2008-02-23 19:57 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

On Sat, Feb 23, 2008 at 10:43:49PM +0400, Sergey wrote:
> On Friday 22 February 2008, Michael Shigorin wrote:
> 
> > Лучше упомянуть там про unlimited и версию vzctl.
> 
> LDV так и написал в #11268. Хотя я не вижу, до сих пор, vzctl-3.0.19
> в бранче.

Отмашки никто не дал, даже запроса никто не повесил.


-- 
ldv

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

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

* [sisyphus] [JT] Re: OpenZV или alterator-ovz
  2008-02-23 19:57                 ` Dmitry V. Levin
@ 2008-02-23 20:48                   ` Michael Shigorin
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Shigorin @ 2008-02-23 20:48 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Sat, Feb 23, 2008 at 10:57:40PM +0300, Dmitry V. Levin wrote:
> > > Лучше упомянуть там про unlimited и версию vzctl.
> > LDV так и написал в #11268. Хотя я не вижу, до сих пор,
> > vzctl-3.0.19 в бранче.
> Отмашки никто не дал, даже запроса никто не повесил.

Ну что ты как маленький, сам бы уже себе и повесил :)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2008-02-23 20:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-14  7:20 [sisyphus] OpenZV или alterator-ovz Sergey
2008-02-14  9:39 ` Alexander Volkov
2008-02-14 10:17 ` Nikolay A. Fetisov
2008-02-14 11:26   ` Dmitry V. Levin
2008-02-14 12:41     ` Sergey
2008-02-14 12:46       ` Dmitry V. Levin
2008-02-15  6:21         ` Sergey
2008-02-15  6:24           ` Sergey
2008-02-21 20:56             ` Michael Shigorin
2008-02-23 18:43               ` Sergey
2008-02-23 19:57                 ` Dmitry V. Levin
2008-02-23 20:48                   ` [sisyphus] [JT] " Michael Shigorin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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