Re: mod_auth_kerb2 broken in 8-STABLE? Or is it heimdal to blame?

2012-10-19 Thread George Mamalakis
On 19/10/2012 02:19 πμ, John Marshall wrote: On 02/10/2012 02:08, George Mamalakis wrote: On 04/07/11 14:08, George Mamalakis wrote: On 06/04/2011 18:29, George Mamalakis wrote: Dear all, I installed mod_auth_kerb2 on my FreeBSD 8-STABLE machine and tried to use it. After the installation (wh

Re: Problem reading vitals from Gigabyte H77-DH3H

2012-10-19 Thread Andriy Gapon
on 17/10/2012 23:51 Derek Kulinski said the following: > On Wed, Oct 17, 2012 at 11:38:57PM +0300, Andriy Gapon wrote: >> I've found that on quite a few modern systems the ACPI platform advertises >> some >> useless thermal zones, which always return some hardcoded temperatures. >> E.g. I have Asu

Re: Problem reading vitals from Gigabyte H77-DH3H

2012-10-19 Thread Andriy Gapon
on 19/10/2012 16:27 Andriy Gapon said the following: > on 17/10/2012 23:51 Derek Kulinski said the following: [snip] >> I'm open to experimenting. It's kind of important to me, because I recently >> had heating issue (that I hopefully fixed) and I wasn't aware of problems >> until my system start

Re: FreeBSD 9.1-RC2 Available...

2012-10-19 Thread Andriy Gapon
on 19/10/2012 00:07 Alex de Joode said the following: > Updated two 9.1-RC1 machines (both R210, dual GEOM MIRRORED disk) > > > 1 went OK; > 1 went belly up (see attachment) (after the 1st reboot) There is no spoon^Wattachment. Consider sending a link. > - Invalid format >

RE: FreeBSD 9.1-RC2 Available...

2012-10-19 Thread Alex de Joode
https://sabotage.org/FBSD/FBSD-9.1RC2.jpg Screen shot. Basicly the only diff between the two r210 are the disks, one has 2x2TB (works) and the one that has 2x1Tb fails with the above error. Both are sw/ mirrored. No hw/ raid and ACHI sata settings. : -Original Message- : From: Andriy G

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-19 Thread Adrian Chadd
Guys/girls/etc, I do suggest that someone actually spends some time coming up with a table of "what the current state is", "what we could do", "what would happen if we did that." Right now there's a lot of possibilities (new drive, drive with windows, drive with linux, drive with linux/windows, d

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-19 Thread Chuck Burns
On 10/19/2012 1:32 PM, Adrian Chadd wrote: Guys/girls/etc, I do suggest that someone actually spends some time coming up with a table of "what the current state is", "what we could do", "what would happen if we did that." Right now there's a lot of possibilities (new drive, drive with windows,

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-19 Thread Rainer Duffner
Am Fri, 19 Oct 2012 11:32:49 -0700 schrieb Adrian Chadd : > Guys/girls/etc, > > I do suggest that someone actually spends some time coming up with a > table of "what the current state is", "what we could do", "what would > happen if we did that." > > Right now there's a lot of possibilities (new

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-19 Thread Glen Barber
On Fri, Oct 19, 2012 at 10:38:41PM +0200, Rainer Duffner wrote: > Am Fri, 19 Oct 2012 11:32:49 -0700 > schrieb Adrian Chadd : > > > Guys/girls/etc, > > > > I do suggest that someone actually spends some time coming up with a > > table of "what the current state is", "what we could do", "what woul

Re: FreeBSD 9.1-RC2 Available...

2012-10-19 Thread John Baldwin
On Friday, October 19, 2012 2:26:45 pm Alex de Joode wrote: > https://sabotage.org/FBSD/FBSD-9.1RC2.jpg > > Screen shot. Basicly the only diff between the two r210 are the disks, > one has 2x2TB (works) and the one that has 2x1Tb fails with the above error. > > Both are sw/ mirrored. No hw/ raid

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-19 Thread Gary Palmer
On Fri, Oct 19, 2012 at 10:38:41PM +0200, Rainer Duffner wrote: > Am Fri, 19 Oct 2012 11:32:49 -0700 > schrieb Adrian Chadd : > > > Guys/girls/etc, > > > > I do suggest that someone actually spends some time coming up with a > > table of "what the current state is", "what we could do", "what woul

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-19 Thread Rainer Duffner
Am Fri, 19 Oct 2012 17:11:30 -0400 schrieb Glen Barber : > On Fri, Oct 19, 2012 at 10:38:41PM +0200, Rainer Duffner wrote: > > If I select the "entire disk" for FreeBSD, I think it's a reasonable > > assumption that the MBR should replaced, too. > > Please don't make people install FreeBSD 9.0 fir

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-19 Thread Glen Barber
On Sat, Oct 20, 2012 at 02:06:03AM +0200, Rainer Duffner wrote: > Am Fri, 19 Oct 2012 17:11:30 -0400 > schrieb Glen Barber : > > > On Fri, Oct 19, 2012 at 10:38:41PM +0200, Rainer Duffner wrote: > > > If I select the "entire disk" for FreeBSD, I think it's a reasonable > > > assumption that the MB

${CTFCONVERT_CMD} expands to empty string

2012-10-19 Thread Andrey Chernov
On recent -stable I got a lots of (see subj) now due to CTF changes in *.mk files. I have WITHOUT_CDDL=yes in my /etc/src.conf and WITHOUT_CDDL have wider scope than WITHOUT_CTF suggested, but WITHOUT_CDDL is not checked in recent CTF changes. Please fix this thing.

Re: ${CTFCONVERT_CMD} expands to empty string

2012-10-19 Thread Andrey Chernov
On 20.10.2012 5:06, Andrey Chernov wrote: > On recent -stable I got a lots of (see subj) now due to CTF changes in > *.mk files. > I have > WITHOUT_CDDL=yes > in my /etc/src.conf and WITHOUT_CDDL have wider scope than WITHOUT_CTF > suggested, but WITHOUT_CDDL is not checked in recent CTF changes. >

Re: Problem reading vitals from Gigabyte H77-DH3H

2012-10-19 Thread Derek Kulinski
Hello Andriy, Friday, October 19, 2012, 6:27:11 AM, you wrote: > Here is a (quite large) patch: > http://people.freebsd.org/~avg/sensors.diff > Please note that if affects both kernel and userland code. > Read it(4) manual page after upgrading. Note that you will need to add some > entries to /b

9.1 and intel graphics

2012-10-19 Thread Zoran Kolic
Yesterday I have gotten lenovo e320 laptop, with core i3 2350 and HD3000 integrated. Gonna wait few days till 9.1 release. I never used anything aside "intel" on my old laptop. Kostik Belousov made a port of kms and I found patches from june and jule on the net. What should I do after 9.1 install i

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-19 Thread Warren Block
On Sat, 20 Oct 2012, Rainer Duffner wrote: Am Fri, 19 Oct 2012 17:11:30 -0400 schrieb Glen Barber : On Fri, Oct 19, 2012 at 10:38:41PM +0200, Rainer Duffner wrote: If I select the "entire disk" for FreeBSD, I think it's a reasonable assumption that the MBR should replaced, too. Please don't m

Re: 9.1 and intel graphics

2012-10-19 Thread Glen Barber
On Sat, Oct 20, 2012 at 06:14:08AM +0200, Zoran Kolic wrote: > Yesterday I have gotten lenovo e320 laptop, with core i3 2350 > and HD3000 integrated. Gonna wait few days till 9.1 release. > I never used anything aside "intel" on my old laptop. Kostik > Belousov made a port of kms and I found patche

Re: 9.1 and intel graphics

2012-10-19 Thread Kevin Oberman
On Fri, Oct 19, 2012 at 9:14 PM, Zoran Kolic wrote: > Yesterday I have gotten lenovo e320 laptop, with core i3 2350 > and HD3000 integrated. Gonna wait few days till 9.1 release. > I never used anything aside "intel" on my old laptop. Kostik > Belousov made a port of kms and I found patches from j

Re: 9.1 and intel graphics

2012-10-19 Thread Erich Dollansky
Hi, On Fri, 19 Oct 2012 23:29:28 -0700 Kevin Oberman wrote: > On Fri, Oct 19, 2012 at 9:14 PM, Zoran Kolic wrote: > > I always remind folks to blow out the heat sink on laptops about one a > year. Dust is a great insulator and laptops often collect a lot more I never did this on a laptop as a