Skip to content

Instantly share code, notes, and snippets.

@kevinmeziere
Created August 16, 2014 23:10
Show Gist options
  • Save kevinmeziere/4aa55f5ce63c34b4d567 to your computer and use it in GitHub Desktop.
Save kevinmeziere/4aa55f5ce63c34b4d567 to your computer and use it in GitHub Desktop.
svcadm disable chunter
cp /zones/DEVZONE/root/root/chunter/rel/pkg/chunter-0.6.0.gz chunter-0.6.0.gz
gunzip chunter-0.6.0.gz
rm -r chunter
sh chunter-0.6.0
sed -e '/^[^;]*distributed_cookie/s/=.*$/= \COOKIE/' -i.bak /opt/chunter/etc/chunter.conf
rm /var/log/chunter/crash.log; ./dev_chunt.sh; cp chunter.conf chunter/etc/chunter.conf; ./chunter/bin/chunter console; head /var/log/chunter/crash.log; sleep 8; ptree|grep zonedoor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment