"C. Bergstr??m" writes: [SNIP] > > Is the connection breaking because configd is dumping core? > > Doesn't seem so.. > > > svccfg_libscf.c:1884: scf_transaction_commit() failed with unexpected > error -1. Aborting. > > Which was just a default catch all in case something went wrong.. > > So looking at the code.. (and forgive my rambling `out loud` please) > > r = -1 > > So am I just missing something or should we not hit 1854 instead of 1884? > 1854 case -1: > > I'm reading the code now and trying to track things down... I've > duplicated the entire process on my central chroot dev env.. Perms are > now correct on the core [1] in case anyone has time to take a quick 2nd > look. > > > Thanks > > ./C > > [1] http://dev.ospkg.org/~codestr0m/core > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org
I've got the core file. I'll try to take a look at it sometime today. First, I'd like to back off a little bit to make sure that I understand what we're doing here. As I understand things, you've made some changes to SMF code. Now when you try to build you're running into problems in the usr/src/cmd/svc/seed directory, because svccfg is dumping core. Is this pretty much correct? If it is correct, it would be helpful if you could give us a webrev showing the code changes that you have made. Right now, we're sort of searching in the dark. tom