Re: [jail] Allowing root privledged users to renice

2012-05-28 Thread Konstantin Belousov
On Sun, May 27, 2012 at 05:33:30PM -0600, Jamie Gritton wrote: > On 05/25/12 10:48, Sean Bruno wrote: > >I've been toying with the idea of letting jails renice processes ... how > >dangerous and/or stupid is this idea? > > > > //depot/yahoo/ybsd_9/src/sys/kern/kern_jail.c#5 - > >/home/seanbru/y

pxe + nfs + microsoft dhcp

2012-05-28 Thread pacija
Dear list readers, I am having a problem with pxe loader on FreeBSD 9.0 i386 release. No matter what value I put for DHCP option 017 (Root Path) in Microsoft DHCP server, pxe always sets root path: pxe_open: server path: / I've read src/sys/boot/i386/libi386/pxe.c as instructed in handbook, and i

Re: [jail] Allowing root privledged users to renice

2012-05-28 Thread Mateusz Guzik
On Fri, May 25, 2012 at 10:23:53AM -0700, Julian Elischer wrote: > On 5/25/12 10:04 AM, Bjoern A. Zeeb wrote: > >On 25. May 2012, at 16:48 , Sean Bruno wrote: > > > >>I've been toying with the idea of letting jails renice processes ... how > >>dangerous and/or stupid is this idea? > >> > >> //d

Re: nvidia-driver-295.49 is highly unstable

2012-05-28 Thread Mark Felder
On Sun, 27 May 2012 11:46:23 -0500, wrote: After the recent system upgrade that brought nvidia-driver-295.49 my system began to malfunction. Xorg randomly freezes and gets to 100% CPU (in kde4), switching back from the black terminal takes 30 seconds, some windows don't repaint while windo

Re: Activating libssp

2012-05-28 Thread Jeremie Le Hen
Hi Mel, On Sun, May 27, 2012 at 08:15:02PM +0200, Mel Flynn wrote: > Hi, > > for a port, I'm seeing: > #ifdef _FORTIFY_SOURCE > ... > #endif > > I did a bit of reading (http://wiki.debian.org/Hardening) for example, > searching through /usr/share/mk/* /usr/include/libssp, /usr/src/gnu/libssp. >

Re: pxe + nfs + microsoft dhcp

2012-05-28 Thread Rick Macklem
pacija wrote: - Original Message - > Dear list readers, > > I am having a problem with pxe loader on FreeBSD 9.0 i386 release. No > matter what value I put for DHCP option 017 (Root Path) in Microsoft > DHCP server, pxe always sets root path: > pxe_open: server path: / > > I've read src/