Nicolas Williams wrote: > On Mon, Dec 01, 2008 at 10:50:00PM +0100, "C. Bergstr?m" wrote: > >>> For svccfg or svc.configd? This isn't necessary for svccfg, because >>> it's not running out of memory. It might be useful for svc.configd, but >>> it's not clear that it's running out of memory yet. >>> >>> >>> >> Yeah. svc.configd is leaving the core and how I'm getting this >> information, but there's a small problem. To get the core off the >> machine I need to livecd boot and pull it off (It's a pretty minimal dev >> env right now and without network connectivity because of another issue >> I'll try to resolve after this.) >> > > Using VirtualBox or some other virtualization solution should help. > Then you could always import the guest's pool and grab the core file > directly! > Oh. this is another problem entirely...
Earlier today I was going to setup this exact thing, but shared folders aren't supported, scp with nat didn't seem to work and overall it was too slow even when I allocated 2G of ram Recommendations? ------------- ::load libumen mdb: no module 'libumen' could be found (looks like I need to find/compile this.. is it in onnv? ) mdb 1.1 --- I've tried quite a bit to work around this and the places it's happening are critical to the boot-up afaik.. it's triggered on at least these.. ../milestone/global.xml \ ../milestone/multi-user.xml ../milestone/restarter.xml ../milestone/console-login.xml \ ../../cmd-inet/usr.lib/inetd/inetd-upgrade.xml \ ../milestone/network-service.xml ../../nscd/name-service-cache.xml ::status debugging core file of svccfg (64-bit) from file: /usr/local/src/onnv-gate/usr/src/cmd/svc/svccfg/svccfg initial argv: ../svccfg/svccfg -v import ../milestone/global.xml threading model: native threads status: process terminated by SIGABRT (Abort) > $C fffffd7fffdfe260 libc.so.1`_lwp_kill+0xa() fffffd7fffdfe280 libc.so.1`raise+0x19() fffffd7fffdfe2c0 libc.so.1`abort+0xca() fffffd7fffdfe350 entity_pgroup_import+0xa59() fffffd7fffdfe3d0 libuutil.so.1`uu_list_walk+0xa4() fffffd7fffdfe510 lscf_service_import+0x55b() fffffd7fffdfe590 libuutil.so.1`uu_list_walk+0xa4() fffffd7fffdfe7a0 lscf_bundle_import+0x11e4() fffffd7fffdfe850 engine_import+0x4e2() fffffd7fffdfe890 yyparse+0x70c() fffffd7fffdfe8c0 engine_exec+0x65() fffffd7fffdfe910 main+0x268() fffffd7fffdfe920 0x410aec() It's last (1am) and was taking too long to upload to my blog so dumped the core here.. http://dev.ospkg.org/~codestr0m/core I'd bet this is a 5-10 minute deal max for someone who knows the code.. Anyone who is kind enough to help me out I owe a beer.. (If you're in SJ or the bay area I'm sure it can be arranged since I still have friends there.) Kindly, ./Christopher