Created
November 5, 2015 17:44
-
-
Save stevenwilliamson/0a6f60378b29c71909c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@test /var/svc/log]# cat system-manifest-import\:default.log | |
[ Nov 5 17:41:11 Enabled. ] | |
[ Nov 5 17:41:11 Executing start method ("/lib/svc/method/manifest-import"). ] | |
[ Nov 5 17:41:11 Timeout override by svc.startd. Using infinite timeout. ] | |
+ activity=false | |
+ EMI_SERVICE=svc:/system/early-manifest-import:default | |
+ PROFILE_DIR_SITE=/etc/svc/profile/site | |
+ X='' | |
+ ALT_REPOSITORY='' | |
+ ALT_MFST_DIR='' | |
+ early=false | |
+ [ svc:/system/manifest-import:default == svc:/system/early-manifest-import:default ] | |
+ getopts nd:f: opt | |
+ [ -n '' -a -z '' ] | |
+ [ -n '' -a -z '' ] | |
+ [ false = false ] | |
+ echo 'in cleanup death row' | |
in cleanup death row | |
+ deathrow=/etc/svc/deathrow | |
+ [ -s /etc/svc/deathrow ] | |
+ SVCCFG_CHECKHASH=1 | |
+ export SVCCFG_CHECKHASH | |
+ [ false = false ] | |
+ echo 'in cleanup reposiroty' | |
in cleanup reposiroty | |
+ [ -z '' ] | |
+ /usr/bin/grep '^ar_svc_[^/]*/md5sum opaque ' | |
+ 1> /dev/null | |
+ /usr/bin/svcprop smf/manifest | |
+ 2> /dev/null | |
+ [ -n '' -a -n '' ] | |
+ [ false = true ] | |
+ echo 'not in early applying profiles' | |
not in early applying profiles | |
+ import_manifests /lib/svc/manifest true | |
in import manifests | |
+ import_manifests /var/svc/manifest true | |
in import manifests | |
svccfg: Loaded 1 smf(5) service descriptions | |
+ [ -d /opt/custom/smf ] | |
+ apply_profile | |
in applu_profile | |
/etc/svc system profiles not found: upgrade system profiles | |
in preserver_sysmte_profiles | |
calling svccfg apply | |
calling svccfg apply | |
+ apply_site_profile /etc/svc/profile | |
In apply_site_profile | |
calling svccfg apply | |
+ handle_upgrade | |
in handle upgrade | |
+ apply_site_profile /var/svc/profile | |
In apply_site_profile | |
+ touch /etc/svc/smf_rwtest.40059 | |
+ 1> /dev/null 2>& 1 | |
+ [ 0 -eq 0 ] | |
+ echo 'in svcadm switch perm' | |
in svcadm switch perm | |
+ rm -f /etc/svc/smf_rwtest.40059 | |
+ /usr/sbin/svcadm _smf_repository_switch perm | |
+ true | |
+ echo 'in activity cleanup' | |
in activity cleanup | |
+ /usr/bin/tee /dev/msglog | |
+ /usr/sbin/svccfg cleanup | |
svccfg: Multiple definitions for property value_F5SGK5RPMNXW443PNRSQ----_description_C in property group tm_proppat_nt_ttymon_device. | |
Delete service svc:/network/ldap/client as there are no supporting manifests | |
Delete service svc:/network/nfs/mapid as there are no supporting manifests | |
Delete service svc:/network/nfs/status as there are no supporting manifests | |
Delete service svc:/network/nis/client as there are no supporting manifests | |
Delete service svc:/network/nfs/client as there are no supporting manifests | |
Delete service svc:/network/nfs/nlockmgr as there are no supporting manifests | |
Delete service svc:/system/boot-archive as there are no supporting manifests | |
Delete service svc:/system/sac as there are no supporting manifests | |
Delete service svc:/system/sysidtool as there are no supporting manifests | |
+ exit 0 | |
[ Nov 5 17:41:12 Method "start" exited with status 0. ] | |
[ Nov 5 17:41:33 Enabled. ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment