On Tuesday 16 March 2010 16:15:43 Bjoern A. Zeeb wrote: [ snip ]
> >> Basically, I use shared memory as common data area across more vimages > >> in order to be able to generate quick summaries from in-memory data. I > >> was not able to get it running under freshly compiler 8-STABLE, error > >> message is > >> > >> shmget: Function not implemented > >> > >> Has anybody any idea? Patch to test to enable use of shared memory in > >> vnet jails? > >> > >> Regards, > >> Milan > > [ snip ] > if you create a jail with a vnet you want to give it > jail - i -c vnet allow.sysvipc .. > > and then things should start to work at leat in the non-virtualized > way (global namespace across all jails). > > /bz Thanks, you are right. I overlooked this one at first, then I fiddled a bit with my vnets and everything works the way I need (global namespace is just what I need). Regards Milan _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "[email protected]"
