Re: Install FreeBSD from source into VM image

2017-08-17 Thread Panagiotes Mousikides
Den 2017-08-16 kl. 23:40, skrev Peter Grehan: Error return from kevent monitor: Not permitted in capability mode ... This sounds like an issue with the bhyve capsicum work. I've cc'd Allan and Peter who might be able to help track that down. It might be useful if you can run bhyve under

Re: Install FreeBSD from source into VM image

2017-08-16 Thread Peter Grehan
Error return from kevent monitor: Not permitted in capability mode ... This sounds like an issue with the bhyve capsicum work. I've cc'd Allan and Peter who might be able to help track that down. It might be useful if you can run bhyve under ktrace, e.g.: sudo ktrace -i -t p sh /usr/

Re: Install FreeBSD from source into VM image

2017-08-16 Thread John Baldwin
On Wednesday, August 16, 2017 12:57:25 PM Panagiotes Mousikides wrote: > Den 2017-08-14 kl. 18:49, skrev Matt Joras: > > On 08/14/2017 11:42, Panagiotes Mousikides wrote: > >> I am working on the FreeBSD test suite, and need to create an image > >> file from source. How can I do that? > >> > >> I

Re: Install FreeBSD from source into VM image

2017-08-16 Thread Panagiotes Mousikides
Den 2017-08-14 kl. 18:49, skrev Matt Joras: On 08/14/2017 11:42, Panagiotes Mousikides wrote: I am working on the FreeBSD test suite, and need to create an image file from source. How can I do that? I need to run something similar to make installkernel && make installworld with an image file a

Install FreeBSD from source into VM image

2017-08-14 Thread Panagiotes Mousikides
Hello everybody! I am working on the FreeBSD test suite, and need to create an image file from source. How can I do that? I need to run something similar to make installkernel && make installworld with an image file as the target, such that the end result is a ready-made FreeBSD system that

Re: Install FreeBSD from source into VM image

2017-08-14 Thread Nicolas Embriz
Hi, maybe this can help you to start https://fabrik.red, https://github.com/fabrik-red/images a set of scripts to create an image. regards. On Mon, Aug 14, 2017 at 8:42 PM, Panagiotes Mousikides wrote: > Hello everybody! > > I am working on the FreeBSD test suite, and need to create an image fi

Re: Install FreeBSD from source into VM image

2017-08-14 Thread Matt Joras
On 08/14/2017 11:42, Panagiotes Mousikides wrote: > I am working on the FreeBSD test suite, and need to create an image > file from source. How can I do that? > > I need to run something similar to make installkernel && make > installworld with an image file as the target, such that the end > resu