On 08/01/15 16:41, Martin Lucina wrote: > [email protected] said: >> Sysproxy support is now also available for rumprun-xen on the sysproxy >> branch, but untested as for now. Build with "make CONFIG_SYSPROXY=y" >> (remember to "make clean" first) and if you're lucky, clients to >> guestip/12345 will work. > > Ok, I just tested this and it seems to work fine. Good stuff!
Cool, please merge the branch. > What's the procedure for adding extra commands (eg. vmstat), should I want > to do that? Good question. The "easy" way is including it in rumprun-posix. I'm not proficient enough with the current incarnation of rumprun-posix to know if there's an easy way to just compile bits out of a full NetBSD tree in a "appmake" style fashion. Justin? Anything sort of useful we can add to the standard build, but of course it would be nice if the utility were tested and proven useful _before_ ;) caveat: utilities using libkvm (no, not the linux kvm) will not work. I can't quite remember if it's a fundamental incompatibility, or if the kvm driver for the rump kernel is just lacking. I seem to recall the former, though I can't now think of the specific reason. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
