| 1 | [ May 25 00:55:38 Enabled. ] | ||
| 2 | [ May 25 00:55:38 Rereading configuration. ] | ||
| 3 | [ May 25 00:55:39 Executing start method ("/opt/oxide/bin/switch_zone_setup"). ] | ||
| 4 | + . /lib/svc/share/smf_include.sh | ||
| 5 | + SMF_EXIT_OK=0 | ||
| 6 | + SMF_EXIT_NODAEMON=94 | ||
| 7 | + SMF_EXIT_ERR_FATAL=95 | ||
| 8 | + SMF_EXIT_ERR_CONFIG=96 | ||
| 9 | + SMF_EXIT_MON_DEGRADE=97 | ||
| 10 | + SMF_EXIT_MON_OFFLINE=98 | ||
| 11 | + SMF_EXIT_ERR_NOSMF=99 | ||
| 12 | + SMF_EXIT_ERR_PERM=100 | ||
| 13 | + USERS[0].user=wicket | ||
| 14 | + USERS[0].group=wicket | ||
| 15 | + USERS[0].gecos='Wicket User' | ||
| 16 | + USERS[0].nopasswd=1 | ||
| 17 | + USERS[0].shell=/bin/sh | ||
| 18 | + USERS[1].user=support | ||
| 19 | + USERS[1].group=support | ||
| 20 | + USERS[1].gecos='Oxide Support' | ||
| 21 | + USERS[1].homedir=/home/support | ||
| 22 | + USERS[1].shell=/bin/bash | ||
| 23 | + USERS[1].profiles=( 'Primary Administrator' ) | ||
| 24 | + u='USERS[0]' | ||
| 25 | + typeset -n u | ||
| 26 | + getent group wicket | ||
| 27 | + 1> /dev/null 2>& 1 | ||
| 28 | + groupadd wicket | ||
| 29 | + getent passwd wicket | ||
| 30 | + 1> /dev/null 2>& 1 | ||
| 31 | + useradd -m -s /bin/sh -g wicket -c 'Wicket User' wicket | ||
| 32 | 48 blocks | ||
| 33 | + ((u.nopasswd)) | ||
| 34 | + passwd -d wicket | ||
| 35 | passwd: password information changed for wicket | ||
| 36 | + [[ -n '' ]] | ||
| 37 | + usermod -P '' wicket | ||
| 38 | + [[ -n '' ]] | ||
| 39 | + u='USERS[1]' | ||
| 40 | + typeset -n u | ||
| 41 | + getent group support | ||
| 42 | + 1> /dev/null 2>& 1 | ||
| 43 | + groupadd support | ||
| 44 | + getent passwd support | ||
| 45 | + 1> /dev/null 2>& 1 | ||
| 46 | + useradd -m -s /bin/bash -g support -c 'Oxide Support' support | ||
| 47 | 48 blocks | ||
| 48 | + ((u.nopasswd)) | ||
| 49 | + passwd -N support | ||
| 50 | passwd: password information changed for support | ||
| 51 | + [[ -n 'Primary Administrator' ]] | ||
| 52 | + printf %s, 'Primary Administrator' | ||
| 53 | + usermod '-PPrimary Administrator,' support | ||
| 54 | + [[ -n /home/support ]] | ||
| 55 | + mkdir -p /home/support | ||
| 56 | + cp /root/.bashrc /home/support/.bashrc | ||
| 57 | + cp /root/.profile /home/support/.profile | ||
| 58 | + chown -R support /home/support | ||
| 59 | + exit 0 | ||
| 60 | [ May 25 00:55:49 Method "start" exited with status 0. ] | ||