Created
February 17, 2015 22:42
-
-
Save sperreault/843ad152b72e47a870bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ Feb 17 22:14:57 Executing start method ("/lib/svc/method/mdata-execute"). ] | |
+ . /lib/svc/share/smf_include.sh | |
++ SMF_EXIT_OK=0 | |
++ SMF_EXIT_NODAEMON=94 | |
++ SMF_EXIT_ERR_FATAL=95 | |
++ SMF_EXIT_ERR_CONFIG=96 | |
++ SMF_EXIT_MON_DEGRADE=97 | |
++ SMF_EXIT_MON_OFFLINE=98 | |
++ SMF_EXIT_ERR_NOSMF=99 | |
++ SMF_EXIT_ERR_PERM=100 | |
+ smf_is_globalzone | |
+ '[' 44a6f0f8-9a09-4bdc-be7f-f8eacb65563d = global ']' | |
+ return 1 | |
+ '[' -f /var/svc/provisioning ']' | |
+ mv /var/svc/provisioning /var/svc/provision_success | |
+ [[ -x /var/svc/mdata-operator-script ]] | |
+ user_script_exit=0 | |
+ '[' -x /var/svc/mdata-user-script ']' | |
+ /var/svc/mdata-user-script | |
+ '[' 1 -gt 0 ']' | |
+ user_script_exit=95 | |
+ exit 95 | |
[ Feb 17 22:14:57 Method "start" exited with status 95. ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment