Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf

2016-12-13 Thread Herbert J. Skuhra
Kevin Oberman skrev: > > On Mon, Dec 12, 2016 at 4:20 PM, Herbert J. Skuhra > wrote: > >> Kevin Oberman skrev: >> > >> > Clearly the documentation is a bit behind the times. For some time people >> > have used KERNCONF to build multiple kernels, but that was a lucky things >> > that was not offi

Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf

2016-12-13 Thread tech-lists
On 13/12/2016 04:22, Kevin Oberman wrote: I should also mention that, if you want to install a new kernel without overwriting the old kernel and modules (/boot/kernel.old/), "make reinstallkernel". It replaces the existing kernel instead of renaming the kernel directory to kernel.old. I find this

Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf

2016-12-13 Thread tech-lists
On 12/12/2016 23:40, Herbert J. Skuhra wrote: PORTS_MODULES does not work if KERNCONF contains multiple kernels: The problem is obviously in /usr/src/sys/conf/kern.post.mk (line 66): WRKDIRPREFIX?= ${MAKEOBJDIRPREFIX}${SRC_BASE}/sys/${KERNCONF} hmm! I didn't know that. I can't confirm exact

Re: Is System V IPC namespace still shared across jails?

2016-12-13 Thread Mark Martinec
2016-12-12 20:38, Christian Schwarz wrote: With the new jail parameters, new namespaces for SysV IPC are possible on FreeBSD 11. For those ezjail users, add something like this to the jail's config after creating it using 'ezjail-admin create': export jail_postgres_parameters="sysvmsg=new sysvs

Re: Is System V IPC namespace still shared across jails?

2016-12-13 Thread Alan Somers
I've already added support for sysvmsg, sysvsem, and sysvshm to iocage. They all default to "new", which means you won't have to do anything special in your jail config to make postgres work. You can find the patch below. The only reason it hasn't been merged is because it can't (yet) be made to

Re: CVE-2016-7434 NTP

2016-12-13 Thread Dimitry Andric
On 13 Dec 2016, at 03:18, Michelle Sullivan wrote: > > Dimitry Andric wrote: >> On 08 Dec 2016, at 06:08, Michelle Sullivan wrote: >>> Are we going to get a patch for CVE-2016-7434 on FreeBSD 9.3? >> On Nov 22, in r309009, Xin Li merged ntp 4.2.8p9, which fixes this >> issue, to stable/9: >> >>

Re: Is System V IPC namespace still shared across jails?

2016-12-13 Thread Mark Martinec
2016-12-13 16:29, Alan Somers wrote: I've already added support for sysvmsg, sysvsem, and sysvshm to iocage. They all default to "new", which means you won't have to do anything special in your jail config to make postgres work. You can find the patch below. The only reason it hasn't been merg

Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf

2016-12-13 Thread Ian Lepore
On Mon, 2016-12-12 at 20:22 -0800, Kevin Oberman wrote: > On Mon, Dec 12, 2016 at 4:20 PM, Herbert J. Skuhra rg> > wrote: > > > > > Kevin Oberman skrev: > > > > > > > > > Clearly the documentation is a bit behind the times. For some > > > time people > > > have used KERNCONF to build multiple

Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf

2016-12-13 Thread Ian Lepore
On Tue, 2016-12-13 at 10:00 +, tech-lists wrote: > On 12/12/2016 23:40, Herbert J. Skuhra wrote: > > > > PORTS_MODULES does not work if KERNCONF contains multiple kernels: > > > > The problem is obviously in /usr/src/sys/conf/kern.post.mk (line > > 66): > > > > WRKDIRPREFIX?=  ${MAKEOBJDIRPR

Re: make buildkernel does not respect KERNCONF or JOBS in /etc/make.conf

2016-12-13 Thread Ian Lepore
On Tue, 2016-12-13 at 10:13 -0700, Ian Lepore wrote: > On Tue, 2016-12-13 at 10:00 +, tech-lists wrote: > > > > On 12/12/2016 23:40, Herbert J. Skuhra wrote: > > > > > > > > > PORTS_MODULES does not work if KERNCONF contains multiple > > > kernels: > > > > > > The problem is obviously in /u

Re: CVE-2016-7434 NTP

2016-12-13 Thread Xin LI
We plan to issue an EN to update the base system ntp to 4.2.8p9. The high impact issue is Windows only by the way. Cheers, On Mon, Dec 12, 2016 at 6:18 PM, Michelle Sullivan wrote: > Dimitry Andric wrote: >> >> On 08 Dec 2016, at 06:08, Michelle Sullivan wrote: >>> >>> Are we going to get a pa

The EASIEST CHRISTMAS present for everyone..

2016-12-13 Thread Banana Bed via freebsd-stable
Your email client cannot read this email. To view it online, please go here: http://e.bananabed.com.au/mail/display.php?M=167275&C=8648afca1a3d942b3722860809266e82&S=9&L=2&N=2 To stop receiving these emails:http://e.bananabed.com.au/mail/unsubscribe.php?M=167275&C=8648afca1a3d942b3722860809266e8

Re: Huge hpet0 interrupt storm, but only if HGST HTS721010A9E630 HDD is present at the boot _and_ formatted with recognized fs (??)

2016-12-13 Thread Jakub Lach
No change after a # gpart destroy -F , like something permanently changed after first writes to disk. -- View this message in context: http://freebsd.1045724.x6.nabble.com/Huge-hpet0-interrupt-storm-but-only-if-HGST-HTS721010A9E630-HDD-is-present-at-the-boot-and-formatted-tp6151041p6151798.htm

broken source upgrade 9.3-STABLE to 10.3-STABLE

2016-12-13 Thread Eugene Grosbein
Hi! I've got legacy FreeBSD server running 8.4-STABLE and I'm trying to upgrade it. Source upgrade for 8.4 to 9.3-STABLE r310015 went flawlessly. After reboot, I checked out stable/10 r310043 sources and ran buildworld again. It fails: ===> lib/clang/libllvmanalysis (all) c++ -O2 -pipe -I/usr/s

broken source upgrade 9.3-STABLE to 10.3-STABLE

2016-12-13 Thread Eugene Grosbein
Hi! I've got legacy FreeBSD server running 8.4-STABLE and I'm trying to upgrade it. Source upgrade for 8.4 to 9.3-STABLE r310015 went flawlessly. After reboot, I checked out stable/10 r310043 sources and ran buildworld again. It fails: ===> lib/clang/libllvmanalysis (all) c++ -O2 -pipe -I/usr/s