1 | [ Feb 9 21:14:51 Disabled. ] | ||
2 | [ Feb 9 21:14:51 Rereading configuration. ] | ||
3 | [ Feb 9 21:14:52 Enabled. ] | ||
4 | [ Feb 9 21:14:53 Rereading configuration. ] | ||
5 | [ Feb 9 21:14:59 Executing start method ("/opt/oxide/lib/svc/manifest/crucible/pantry.sh"). ] | ||
6 | + . /lib/svc/share/smf_include.sh | ||
7 | ++ SMF_EXIT_OK=0 | ||
8 | ++ SMF_EXIT_NODAEMON=94 | ||
9 | ++ SMF_EXIT_ERR_FATAL=95 | ||
10 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
11 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
12 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
13 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
14 | ++ SMF_EXIT_ERR_PERM=100 | ||
15 | ++ svcprop -c -p config/datalink svc:/oxide/crucible/pantry:default | ||
16 | + DATALINK=oxControlService16 | ||
17 | ++ svcprop -c -p config/gateway svc:/oxide/crucible/pantry:default | ||
18 | + GATEWAY=fd00:1122:3344:101::1 | ||
19 | ++ svcprop -c -p config/listen_addr svc:/oxide/crucible/pantry:default | ||
20 | + LISTEN_ADDR=fd00:1122:3344:101::11 | ||
21 | ++ svcprop -c -p config/listen_port svc:/oxide/crucible/pantry:default | ||
22 | + LISTEN_PORT=17000 | ||
23 | + [[ oxControlService16 == unknown ]] | ||
24 | + [[ fd00:1122:3344:101::1 == unknown ]] | ||
25 | + ipadm delete-if oxControlService16 | ||
26 | ipadm: Could not delete oxControlService16: Interface does not exist | ||
27 | + true | ||
28 | + ipadm create-if -t oxControlService16 | ||
29 | + ipadm set-ifprop -t -p mtu=9000 -m ipv4 oxControlService16 | ||
30 | + ipadm set-ifprop -t -p mtu=9000 -m ipv6 oxControlService16 | ||
31 | + ipadm show-addr oxControlService16/ll | ||
32 | ipadm: Address object not found | ||
33 | + ipadm create-addr -t -T addrconf oxControlService16/ll | ||
34 | + ipadm show-addr oxControlService16/omicron6 | ||
35 | ipadm: Address object not found | ||
36 | + ipadm create-addr -t -T static -a fd00:1122:3344:101::11 oxControlService16/omicron6 |