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 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 im

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: Attn: CI/Jenkins people; Run bhyve instance for testing pf

2017-07-17 Thread Panagiotes Mousikides
Den 2017-07-16 kl. 21:11, skrev Alan Somers: On Sun, Jul 16, 2017 at 2:44 PM, Panagiotes Mousikides wrote: Hello everybody! I am working on adding tests to the FreeBSD test suite for testing pf, the network packet filter. These tests need at least two machines running and connected to each

Attn: CI/Jenkins people; Run bhyve instance for testing pf

2017-07-16 Thread Panagiotes Mousikides
Hello everybody! I am working on adding tests to the FreeBSD test suite for testing pf, the network packet filter. These tests need at least two machines running and connected to each other, with one machine generating network traffic and the other running pf and filtering the traffic. I am

Re: Run binary from test suite

2017-07-12 Thread Panagiotes Mousikides
Den 2017-07-11 kl. 20:05, skrev Ngie Cooper: On Tue, Jul 11, 2017 at 10:38 AM, Panagiotes Mousikides wrote: (Resending due to moderation.) Hello! I'm a Google Summer of Code student, writing some tests for the FreeBSD test suite, and putting them under src/tests. I need to run some bin

Re: Run binary from test suite

2017-07-12 Thread Panagiotes Mousikides
ist by the time somebody is running the ATF test. -Alan I see, thanks a lot for the input! I will change my tests to call pfctl from PATH. Best regards, Panagiotes On Tue, Jul 11, 2017 at 11:13 AM, Panagiotes Mousikides wrote: Hello! I'm a Google Summer of Code student, writing some t

Run binary from test suite

2017-07-11 Thread Panagiotes Mousikides
Hello! I'm a Google Summer of Code student, writing some tests for the FreeBSD test suite, and putting them under src/tests. I need to run some binaries, specifically pfctl. How should I call pfctl from my test scripts? Should I call it directly and let the shell find the binary in the pat

Run binary from test suite

2017-07-11 Thread Panagiotes Mousikides
(Resending due to moderation.) Hello! I'm a Google Summer of Code student, writing some tests for the FreeBSD test suite, and putting them under src/tests. I need to run some binaries, specifically pfctl. How should I call pfctl from my test scripts? Should I call it directly and let the