From d50ca9e27cfb7fd8aba92ec557eb07944f3a33ad Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Mon, 22 Mar 2010 23:50:43 +0100 Subject: qemukvm weiter, sollte laufen (ungetestet), noch anpassungen an scripten notwendig (XX_qemu.., ifup), sudoers, /dev/fb0 für jedermann zugreifbar --- os-plugins/plugins/vmgrid/files/run-vmgrid.sh | 2 +- os-plugins/plugins/vmgrid/files/vmgrid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os-plugins/plugins/vmgrid/files') diff --git a/os-plugins/plugins/vmgrid/files/run-vmgrid.sh b/os-plugins/plugins/vmgrid/files/run-vmgrid.sh index 18e62ea0..8d199ccf 100644 --- a/os-plugins/plugins/vmgrid/files/run-vmgrid.sh +++ b/os-plugins/plugins/vmgrid/files/run-vmgrid.sh @@ -38,7 +38,7 @@ RWSHARE=/var/opt/openslx/plugins/vmgrid/share ################################################################################ # function to write to stdout and logfile -mkdir -p ${RWSHARE}/var/log/openslx 2>/dev/null +mkdir -m 1777 -p ${RWSHARE}/var/log/openslx 2>/dev/null writelog () { # write to stdout echo -e "$1" diff --git a/os-plugins/plugins/vmgrid/files/vmgrid b/os-plugins/plugins/vmgrid/files/vmgrid index 7257226e..b8806ab3 100644 --- a/os-plugins/plugins/vmgrid/files/vmgrid +++ b/os-plugins/plugins/vmgrid/files/vmgrid @@ -51,7 +51,7 @@ RWSHARE=/var/opt/openslx/plugins/vmgrid/share ################################################################################ # function to write to stdout and logfile -mkdir -p ${RWSHARE}/var/log/openslx 2>/dev/null +mkdir -m 1777 -p ${RWSHARE}/var/log/openslx 2>/dev/null writelog () { # write to stdout echo -e "$1" -- cgit v1.2.3-55-g7522