mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-25 15:35:58 +03:00
[GH-ISSUE #42] sometimes VPS does not start #19
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/owp#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lwolf on GitHub (May 28, 2014).
Original GitHub issue: https://github.com/sibprogrammer/owp/issues/42
sometimes after changing any value in OWP I see error about unable to set value and then its impossible to start vps.
When I try to start vps through
vzctlI seeAfter some search in google I've found some magic method like change template type to any other, save, and then change template back. Once it helped but now I'm getting this error again.
If I set all this values manually in config it works.
is it error in my templates or what?
@imlonghao commented on GitHub (Oct 1, 2014):
same problem....
@wrewolf commented on GitHub (Oct 13, 2014):
@lwolf @imlonghao you try run vz on ext3 filesystem?
@wrewolf commented on GitHub (Oct 13, 2014):
http://wiki.autosys.tk/proxmox.OpenVZ-Failed-to-change-state-for-virtual-server-state-start-code-28.ashx
Лечение
Вылечились контейнеры так:
Открываем свойства контейнера, там меняем шаблон Server Template, например на vswap-512m, а на вкладке Additional Settings если значение RAM Memory задано unlimited, то задаем его в зависимости от потребностей, а если оно уже задано - немного увеличиваем или уменьшаем его. Теперь контейнер запустится. Затем можно изменить шаблон обратно на тот который был. И контейнер опять запускается.
В чем причина - неизвестно.
Change Server Template to vswap-512m, on tab Additional Settings change value RAM Memory to digit, e.g. 512 (but if old value 512, change to 513), Save. now all works