Advertisement
Guest User

Untitled

a guest
May 18th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. for m in ../milestone/boot-archive.xml ../milestone/devices-local.xml ../milestone/global.xml ../milestone/identity.xml ../milestone/local-fs.xml ../milestone/manifest-import.xml ../milestone/minimal-fs.xml ../milestone/multi-user
  2. .xml ../milestone/name-services.xml ../milestone/network-initial.xml ../milestone/network-loopback.xml ../milestone/network-netcfg.xml ../milestone/network-physical.xml ../milestone/restarter.xml ../milestone/root-fs.xml ../miles
  3. tone/single-user.xml ../milestone/usr-fs.xml ../../dlmgmtd/dlmgmt.xml ../../cmd-inet/lib/ipmgmtd/network-ipmgmt.xml ../../rpcbind/bind.xml; do \
  4. echo $m; \
  5. SVCCFG_DTD=../dtd/service_bundle.dtd.1 \
  6. SVCCFG_REPOSITORY=/jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate/usr/src/cmd/svc/seed/common.db \
  7. SVCCFG_CONFIGD_PATH=../configd/svc.configd-native \
  8. ../svccfg/svccfg-native import $m; \
  9. done
  10. ../milestone/boot-archive.xml
  11. ../milestone/devices-local.xml
  12. ../milestone/global.xml
  13. ../milestone/identity.xml
  14. ../milestone/local-fs.xml
  15. ../milestone/manifest-import.xml
  16. ../milestone/minimal-fs.xml
  17. ../milestone/multi-user.xml
  18. ../milestone/name-services.xml
  19. ../milestone/network-initial.xml
  20. svccfg-native: Could not delete svc:/TEMP/network/initial (repository connection
  21. broken).
  22. svccfg-native: Repository connection broken.
  23. svccfg-native: Import of ../milestone/network-initial.xml failed. Progress:
  24. svccfg-native: Service "network/initial": not reached.
  25. svccfg-native: Instance "default": not reached.
  26. svccfg-native: Import of ../milestone/network-initial.xml failed.
  27. *** Error code 1
  28. /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate/usr/src/cmd/svc/milestone
  29. `console-login.xml' is up to date.
  30. /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate/usr/src/tools/proto/root_i386-nd/opt/onbld/bin/i386/install -s -d -m 755 /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate/proto/root_i386-nd/usr/sadm/install
  31. dmake: Warning: Target `install' not remade because of errors
  32. Current working directory /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate/usr/src/cmd/svc/seed
  33. *** Error code 1
  34. The following command caused the error:
  35. cd seed; pwd; dmake -ek install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement