| 1 | [ May 24 13:18:39 Enabled. ] | ||
| 2 | [ May 24 13:18:39 Rereading configuration. ] | ||
| 3 | [ May 24 13:18:40 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=(wicket support) | ||
| 14 | + for user in ${USERS[@]} | ||
| 15 | + id -u wicket | ||
| 16 | + groupadd wicket | ||
| 17 | + useradd -m -g wicket wicket | ||
| 18 | 48 blocks | ||
| 19 | + passwd -d wicket | ||
| 20 | passwd: password information changed for wicket | ||
| 21 | + for user in ${USERS[@]} | ||
| 22 | + id -u support | ||
| 23 | + groupadd support | ||
| 24 | + useradd -m -g support support | ||
| 25 | 48 blocks | ||
| 26 | + passwd -d support | ||
| 27 | passwd: password information changed for support | ||
| 28 | + pfexec routeadm -e ipv6-forwarding -u | ||
| 29 | + pfexec routeadm -e ipv6-routing -u | ||
| 30 | + exit 0 | ||
| 31 | [ May 24 13:18:48 Method "start" exited with status 0. ] | ||