[Users] another init-logger patch

2008-12-17 Thread Dietmar Maurer
This one uses BSD pseudo terminal - seem to work much better that the previous 'fifo' approach. What do you think? - Dietmar vzctl.diff Description: vzctl.diff ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

[Users] [PATCH 0/6] Some small vztmpl improvements/tweaks

2008-12-17 Thread Kir Kolyshkin
Hi Robert, Here are a few patches against your vztmpl which I developed while caching fedora-10 template. All patches are hopefully self-explanatory, and are to be applied in the listed order. Patches are against current git head (e42f6fad632b03b4eeb94fdb3e2ccc3dec82d58d aka vztmpl2-1.0.0-1).

[Users] [PATCH 5/6] fedora/config/install-post: do not abort if YUM_REPO is unset

2008-12-17 Thread Kir Kolyshkin
It looks like a proper check if $YUM_REPO is set is present, but in fact due to 'set -o nounset' we will get the following fatal error: YUM_REPO: unbound variable Fix that by using bash feature of substiting some value if variable is unset. Apparently in this case it doesn't complain about

[Users] [PATCH 3/6] fedora/config/install-post: remove mingetty for upstart case

2008-12-17 Thread Kir Kolyshkin
Since Fedora 10 init is replaced with upstart, so mingetty starts not from /etc/inittab but from /etc/event.d/tty*. Handle this. Signed-off-by: Kir Kolyshkin k...@openvz.org --- templates/fedora/config/install-post |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git

[Users] [PATCH 4/6] fedora/config/default.list: remove samba-swat

2008-12-17 Thread Kir Kolyshkin
samba-swat is just ugly, nobody ever need it. Remove. Signed-off-by: Kir Kolyshkin k...@openvz.org --- templates/fedora/config/default.list |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/templates/fedora/config/default.list b/templates/fedora/config/default.list index

[Users] [PATCH 2/6] templates/fedora/config: whitespace cleanups

2008-12-17 Thread Kir Kolyshkin
Signed-off-by: Kir Kolyshkin k...@openvz.org --- templates/fedora/config/install-post | 12 ++-- templates/fedora/config/vzpkg.conf |2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/fedora/config/install-post b/templates/fedora/config/install-post