1 | | [ Feb 9 21:15:01 Executing start method ("/opt/oxide/lib/svc/manifest/crucible/pantry.sh"). ] |
2 | | + . /lib/svc/share/smf_include.sh |
3 | | ++ SMF_EXIT_OK=0 |
4 | | ++ SMF_EXIT_NODAEMON=94 |
5 | | ++ SMF_EXIT_ERR_FATAL=95 |
6 | | ++ SMF_EXIT_ERR_CONFIG=96 |
7 | | ++ SMF_EXIT_MON_DEGRADE=97 |
8 | | ++ SMF_EXIT_MON_OFFLINE=98 |
9 | | ++ SMF_EXIT_ERR_NOSMF=99 |
10 | | ++ SMF_EXIT_ERR_PERM=100 |
11 | | ++ svcprop -c -p config/datalink svc:/oxide/crucible/pantry:default |
12 | | + DATALINK=oxControlService13 |
13 | | ++ svcprop -c -p config/gateway svc:/oxide/crucible/pantry:default |
14 | | + GATEWAY=fd00:1122:3344:101::1 |
15 | | ++ svcprop -c -p config/listen_addr svc:/oxide/crucible/pantry:default |
16 | | + LISTEN_ADDR=fd00:1122:3344:101::10 |
17 | | ++ svcprop -c -p config/listen_port svc:/oxide/crucible/pantry:default |
18 | | + LISTEN_PORT=17000 |
19 | | + [[ oxControlService13 == unknown ]] |
20 | | + [[ fd00:1122:3344:101::1 == unknown ]] |
21 | | + ipadm delete-if oxControlService13 |
22 | | ipadm: Could not delete oxControlService13: Interface does not exist |
23 | | + true |
24 | | + ipadm create-if -t oxControlService13 |
25 | | + ipadm set-ifprop -t -p mtu=9000 -m ipv4 oxControlService13 |
26 | | + ipadm set-ifprop -t -p mtu=9000 -m ipv6 oxControlService13 |
27 | | + ipadm show-addr oxControlService13/ll |
28 | | ipadm: Address object not found |
29 | | + ipadm create-addr -t -T addrconf oxControlService13/ll |
30 | | + ipadm show-addr oxControlService13/omicron6 |
31 | | ipadm: Address object not found |
32 | | + ipadm create-addr -t -T static -a fd00:1122:3344:101::10 oxControlService13/omicron6 |
33 | | + route get -inet6 default -inet6 fd00:1122:3344:101::1 |
34 | | default: not in table |
35 | | + route add -inet6 default -inet6 fd00:1122:3344:101::1 |
36 | | add net default: gateway fd00:1122:3344:101::1 |
37 | | + args=('-l' "[$LISTEN_ADDR]:$LISTEN_PORT") |
38 | | + exec /opt/oxide/pantry/bin/crucible-pantry run -l '[fd00:1122:3344:101::10]:17000' |
39 | | note: configured to log to "/dev/stdout" |
40 | 2024-02-09T21:15:02.667Z | INFO | crucible-pantry (dropshot): listening
local_addr = [fd00:1122:3344:101::10]:17000
|
41 | 2024-02-09T21:15:02.708Z | INFO | crucible-pantry: listen IP: [fd00:1122:3344:101::10]:17000
|