From c725ead5d45f17b94a3dcad89fa3bf85fd23b2b4 Mon Sep 17 00:00:00 2001 From: david hill Date: Tue, 7 Mar 2017 12:32:09 -0600 Subject: [PATCH] ubuntu 14 fix --- oam/install_scripts/post-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oam/install_scripts/post-install b/oam/install_scripts/post-install index 5de1b981b..caf0946b2 100755 --- a/oam/install_scripts/post-install +++ b/oam/install_scripts/post-install @@ -214,7 +214,8 @@ else $SUDO $installdir/bin/syslogSetup.sh --installdir=$installdir install > /tmp/syslog_install.log 2>&1 $SUDO chown $user:$user $installdir/etc/Columnstore.xml $SUDO chmod -R 777 /dev/shm - $SUDO chmod 777 /var/lock/subsys + $SUDO mkdir /var/lock/subsys > /dev/null 2>&1 + $SUDO chmod 777 /var/lock/subsys > /dev/null 2>&1 $SUDO rm -f /var/lock/subsys/mysql-Columnstore $SUDO chmod 777 /etc/fstab