Xen Orchestra on Ubuntu 15.10 - Complete installation instructions
-
@Danp said:
This appears to work:
kill $(ps aux | grep "node bin/xo-server" | grep -v grep | cut -d' ' -f8)
Interesting. Good call.
-
@Danp said:
This appears to work:
kill $(ps aux | grep "node bin/xo-server" | grep -v grep | cut -d' ' -f8)
Confirmed.
-
So this script should work.
Going to update my script and test.
-
I'm going to modify the update script to reboot immediately when done updating, 2 minutes just feels way to long.
-
Or better yet... now that we know how...
Stop the XO server... do the updates... start the XO Server... no reboot required.
-
Reboots are kind of critical to know if anything is broken.....
-
@DustinB3403 said:
Reboots are kind of critical to know if anything is broken.....
Only in Windows, lol.
-
And since we're using cron to start the job, it's more easily handled there.
Uptime of weeks or months is no good for any system.
Regardless of how awesome it is.
-
@dafyre said:
@DustinB3403 said:
Reboots are kind of critical to know if anything is broken.....
Only in Windows, lol.
Any system that is getting properly patched.
-
Can't seem to get the startup script working with cron. Entered the command:
chmod +x xo-start.sh
What did I miss?
-
@Danp Did you run it with sudo?
-
@Danp said:
Can't seem to get the startup script working with cron. Entered the command:
chmod +x xo-start.sh
What did I miss?
That just makes the script executable.
-
Try it from /etc/rc.local ?
-
@coliver said:
@Danp Did you run it with sudo?
Yes, current octal on the file is 0755 so it would appear that the executable flag is set for everyone.
@DustinB3403 said:
That just makes the script executable.
No kidding?!
I followed your earlier guide, but it isn't working for some reason.
-
@Danp where did you put the xo-start.sh script? It should be in /etc
-
and what is in
/etc/crontab
?
And this should be what is in "my" /etc/crontab
-
Everything looks the same to me. <shrug>
Tried running
grep CRON /var/log/syslog
but don't see anything useful. -
Works as expected when I run
cd /etc && ./xo-start.sh
from the command line. -
Can anyone else with XO running give the above steps a try and let us know if you're having the same issue?
@Danp sorry I'm just not sure what might be off without more details...
-
@DustinB3403 said:
Can anyone else with XO running give the above steps a try and let us know if you're having the same issue?
@Danp sorry I'm just not sure what might be off without more details...
Try adding the XO installation directory to the PATH statement in that crontab. I'm betting it doesn't know where to run things due to the limited environment the system crontabs run in.