Sebastien Roy writes: > Sebastien Roy wrote: > > svc.startd has detected a cycle in the service dependencies on my test > > machine, and it is due to a stale manifest in the seed repository. > > svc.startd has placed svc:/system/filesystem/usr:default in maintenance > > mode due to the cycle, and the repository is in read-only mode. How do I > > fix the cycle if the repository is read-only? I only need to remove one > > bogus dependency from one service. I'm at a loss. > > This was a "Duh!" moment. I figured it out... > > mount -o remount / > svccfg import <my-fixed-manifest>.xml > reboot > > Now I still can't figure out why the xml file in /var/svc/manifest/ did > not match what was in the repository. I guess the cycle was detected > before the new manifest was imported?.. > > -Seb > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org
That could be. The manifest-import service runs fairly late in the boot process and certainly after the root file system is made read/write. tom