1 | [ Mar 26 14:46:15 Enabled. ] | ||
2 | [ Mar 26 14:46:15 Rereading configuration. ] | ||
3 | [ Mar 26 14:46:16 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[1].user=support | ||
18 | + USERS[1].group=support | ||
19 | + USERS[1].gecos='Oxide Support' | ||
20 | + USERS[1].profiles=( 'Primary Administrator' ) | ||
21 | + u='USERS[0]' | ||
22 | + typeset -n u | ||
23 | + getent group wicket | ||
24 | + 1> /dev/null 2>& 1 | ||
25 | + groupadd wicket | ||
26 | + getent passwd wicket | ||
27 | + 1> /dev/null 2>& 1 | ||
28 | + useradd -m -g wicket -c 'Wicket User' wicket | ||
29 | 48 blocks | ||
30 | + ((u.nopasswd)) | ||
31 | + passwd -d wicket | ||
32 | passwd: password information changed for wicket | ||
33 | + [[ -n '' ]] | ||
34 | + usermod -P '' wicket | ||
35 | + u='USERS[1]' | ||
36 | + typeset -n u | ||
37 | + getent group support | ||
38 | + 1> /dev/null 2>& 1 | ||
39 | + groupadd support | ||
40 | + getent passwd support | ||
41 | + 1> /dev/null 2>& 1 | ||
42 | + useradd -m -g support -c 'Oxide Support' support | ||
43 | 48 blocks | ||
44 | + ((u.nopasswd)) | ||
45 | + passwd -N support | ||
46 | passwd: password information changed for support | ||
47 | + [[ -n 'Primary Administrator' ]] | ||
48 | + printf %s, 'Primary Administrator' | ||
49 | + usermod '-PPrimary Administrator,' support | ||
50 | + exit 0 | ||
51 | [ Mar 26 14:46:27 Method "start" exited with status 0. ] |