FreeBSD 9.1 - not work IPMI

2013-01-29 Thread Alex Keda
srv3# dmesg -a | grep -i ipmi ipmi0: on isa0 ipmi0: KCS mode found at io 0xca2 alignment 0x1 on isa ipmi0: Timed out waiting for GET_DEVICE_ID srv3# ll /dev/ipmi* ls: No match. srv3# srv3# uname -a FreeBSD srv3.host-food.ru 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Wed Dec 5 04:53:34 MSK 2012 t..

Re: Fast gettimeofday(2) and static linking

2013-01-29 Thread Konstantin Belousov
On Tue, Jan 29, 2013 at 11:16:00PM +0100, Marius Strobl wrote: > On Mon, Jan 28, 2013 at 05:55:24PM +0200, Konstantin Belousov wrote: > > Please rebuild the world with the patch and check that gettimeofday(2) still > > works on your architecture, both for the static and dynamic binaries. > > I thin

Missing compile_et and kerberos breaks buildworld

2013-01-29 Thread Alie Tan
Hi, Is there any way to fix this issue? This issue happens when I compile world without KRB then re-enable again for second compilation. I have to disable KRB with WITHOUT_KERBEROS=yes for me to compile the world :-( Regards, Alie T ___ freebsd-curren

Re: Fast gettimeofday(2) and static linking

2013-01-29 Thread Marius Strobl
On Mon, Jan 28, 2013 at 05:55:24PM +0200, Konstantin Belousov wrote: > On Mon, Jan 28, 2013 at 04:45:17PM +0100, Marius Strobl wrote: > > On Fri, Jan 25, 2013 at 02:35:54PM +0200, Konstantin Belousov wrote: > > > Bruce Evans reported that statically linked binaries on HEAD an stable/9 > > > use the

Re: x220 notes

2013-01-29 Thread Andrey Fesenko
On Wed, Mar 14, 2012 at 11:15 PM, Hannes Mehnert wrote: > Ciao, > > On 03/14/2012 00:38, matt wrote: >> I have brightness control through raw acpi..."\_BCL" and friends seem to >> do nothing. >> >> Most of the video methods differentiate between \VIGD (which seems to be >> a check for integrated g

Re: mounting root from NFS via ROOTDEVNAME

2013-01-29 Thread Craig Rodrigues
On Tue, Jan 29, 2013 at 1:17 AM, Eggert, Lars wrote: > > On Jan 29, 2013, at 10:13, Lars Eggert > wrote: > > On Jan 29, 2013, at 9:34, Craig Rodrigues wrote: > > I had read both before, and they're very useful documents. Unfortunately, they don't fully apply to my case, since I'm not PXE-bootin

[CFT] WITH_BSD_PATCH

2013-01-29 Thread Pedro Giffuni
(Not sure the first announcement made it - Sorry if you get this twice) Fellow FreeBSD developers; As many of you may have noticed as of r246074 we have a new version of patch(1) in the tree! The brief history is this: - Larry Wall developed the first patch(1) implementation which was taken by

Re: BHyVe on 10-Current r245673

2013-01-29 Thread Neel Natu
Hi Gary, On Tue, Jan 29, 2013 at 6:15 AM, G B wrote: > I am using FreeBSD 10-Current r245673 as a host on an HP p2-1394. I have the > host OS installed on 1 drive using UFS and a second drive using ZFS with a > pool named 'tank.' They layout for zfs for my guest install is /tank/guest01. > >

Re: r246057: buildworld fails with: /usr/obj/usr/src/tmp/usr/lib/libc++.so: undefined reference to `std::bad_alloc::~bad_alloc()'

2013-01-29 Thread David Wolfskill
On Tue, Jan 29, 2013 at 11:06:02AM +0100, O. Hartmann wrote: > I receive this error since yesterday building world and it is still > sticky on most recent sources (r246057) and I was wondering why the > tinderboxes do not pick this up on the 10.0-CURRENT builds ... just for > a notice for the devel

Re: Why don't we check for preemption when we unlend priority?

2013-01-29 Thread John Baldwin
On Friday, January 25, 2013 3:01:14 pm Ryan Stone wrote: > I'm having a problem where userland threads are running with a loaned (via > mutex priority propagation) priority even after they have released the > mutex. This is causing the low-priority userland thread to starve > high-priority interru

Re: BHyVe on 10-Current r245673

2013-01-29 Thread Nikolai Lifanov
On 01/29/2013 09:15 AM, G B wrote: > I am using FreeBSD 10-Current r245673 as a host on an HP p2-1394. > I have the host OS installed on 1 drive using UFS and a second > drive using ZFS with a pool named 'tank.' They layout for zfs for > my guest install is /tank/guest01. > > When using the comma

Re: Zpool surgery

2013-01-29 Thread Fabian Keil
Dan Nelson wrote: > In the last episode (Jan 28), Fabian Keil said: > > Ulrich Spörlein wrote: > > > On Mon, 2013-01-28 at 07:11:40 +1100, Peter Jeremy wrote: > > > > On 2013-Jan-27 14:31:56 -, Steven Hartland > > > > wrote: > > > > >- Original Message - > > > > >From: "Ulrich Spö

Re: BHyVe on 10-Current r245673

2013-01-29 Thread Nikolai Lifanov
On 01/29/2013 09:15 AM, G B wrote: > I am using FreeBSD 10-Current r245673 as a host on an HP p2-1394. > I have the host OS installed on 1 drive using UFS and a second > drive using ZFS with a pool named 'tank.' They layout for zfs for > my guest install is /tank/guest01. > > When using the comma

BHyVe on 10-Current r245673

2013-01-29 Thread G B
I am using FreeBSD 10-Current r245673 as a host on an HP p2-1394.  I have the host OS installed on 1 drive using UFS and a second drive using ZFS with a pool named 'tank.'  They layout for zfs for my guest install is /tank/guest01.   When using the command: # bhyveload -d /tmp/FreeBSD-9.1-RELEASE

Re: r246057: buildworld fails with: /usr/obj/usr/src/tmp/usr/lib/libc++.so: undefined reference to `std::bad_alloc::~bad_alloc()'

2013-01-29 Thread David Chisnall
On 29 Jan 2013, at 10:06, O. Hartmann wrote: > I receive this error since yesterday building world and it is still > sticky on most recent sources (r246057) and I was wondering why the > tinderboxes do not pick this up on the 10.0-CURRENT builds ... just for > a notice for the development folks ..

Re: mounting root from NFS via ROOTDEVNAME

2013-01-29 Thread Ian Lepore
On Tue, 2013-01-29 at 09:17 +, Eggert, Lars wrote: > On Jan 29, 2013, at 10:13, Lars Eggert > wrote: > > On Jan 29, 2013, at 9:34, Craig Rodrigues wrote: > >> I recommend that you do not use ROOTDEVNAME, and instead > >> you should follow the instructions which I wrote and contributed to the

Re: hwpmc support for Ivy Bridge Xeon

2013-01-29 Thread hiren panchasara
On Tue, Jan 29, 2013 at 2:05 AM, Davide Italiano wrote: > On Tue, Jan 29, 2013 at 12:29 AM, hiren panchasara > wrote: >> On Mon, Jan 28, 2013 at 7:27 PM, hiren panchasara >> wrote: >>> On Sat, Jan 26, 2013 at 1:58 AM, hiren panchasara >>> wrote: I've tried to update hwpmc by adding support

Re: r246057: buildworld fails with: /usr/obj/usr/src/tmp/usr/lib/libc++.so: undefined reference to `std::bad_alloc::~bad_alloc()'

2013-01-29 Thread David Chisnall
On 29 Jan 2013, at 10:48, O. Hartmann wrote: > On 01/29/13 11:08, David Chisnall wrote: >> On 29 Jan 2013, at 10:06, O. Hartmann wrote: >> >>> I receive this error since yesterday building world and it is still >>> sticky on most recent sources (r246057) and I was wondering why the >>> tinderboxe

Re: r246057: buildworld fails with: /usr/obj/usr/src/tmp/usr/lib/libc++.so: undefined reference to `std::bad_alloc::~bad_alloc()'

2013-01-29 Thread O. Hartmann
On 01/29/13 11:08, David Chisnall wrote: > On 29 Jan 2013, at 10:06, O. Hartmann wrote: > >> I receive this error since yesterday building world and it is still >> sticky on most recent sources (r246057) and I was wondering why the >> tinderboxes do not pick this up on the 10.0-CURRENT builds ...

r246057: buildworld fails with: /usr/obj/usr/src/tmp/usr/lib/libc++.so: undefined reference to `std::bad_alloc::~bad_alloc()'

2013-01-29 Thread O. Hartmann
I receive this error since yesterday building world and it is still sticky on most recent sources (r246057) and I was wondering why the tinderboxes do not pick this up on the 10.0-CURRENT builds ... just for a notice for the development folks ... oh ===> libexec/atf/atf-check (all) c++ -O3 -pipe

Re: hwpmc support for Ivy Bridge Xeon

2013-01-29 Thread Davide Italiano
On Tue, Jan 29, 2013 at 12:29 AM, hiren panchasara wrote: > On Mon, Jan 28, 2013 at 7:27 PM, hiren panchasara > wrote: >> On Sat, Jan 26, 2013 at 1:58 AM, hiren panchasara >> wrote: >>> I've tried to update hwpmc by adding support for xeon class of Ivy >>> bridge processors. >>> >>> Thanks Jim f

Re: mounting root from NFS via ROOTDEVNAME

2013-01-29 Thread Eggert, Lars
On Jan 29, 2013, at 10:13, Lars Eggert wrote: > On Jan 29, 2013, at 9:34, Craig Rodrigues wrote: >> I recommend that you do not use ROOTDEVNAME, and instead >> you should follow the instructions which I wrote and contributed to the >> FreeBSD handbook: >> >> "PXE Booting with an NFS Root File S

Re: mounting root from NFS via ROOTDEVNAME

2013-01-29 Thread Eggert, Lars
Hi, On Jan 29, 2013, at 9:34, Craig Rodrigues wrote: > I recommend that you do not use ROOTDEVNAME, and instead > you should follow the instructions which I wrote and contributed to the > FreeBSD handbook: > > "PXE Booting with an NFS Root File System" > > http://www.freebsd.org/doc/en_US.ISO88

Re: mounting root from NFS via ROOTDEVNAME

2013-01-29 Thread Craig Rodrigues
On Mon, Jan 28, 2013 at 7:13 AM, Eggert, Lars wrote: > Hi, > > I'm trying to netboot a system where the root device is specified in the > kernel via ROOTDEVNAME: > > Lars, I recommend that you do not use ROOTDEVNAME, and instead you should follow the instructions which I wrote and contributed to

Re: hwpmc support for Ivy Bridge Xeon

2013-01-29 Thread hiren panchasara
On Mon, Jan 28, 2013 at 7:27 PM, hiren panchasara wrote: > On Sat, Jan 26, 2013 at 1:58 AM, hiren panchasara > wrote: >> I've tried to update hwpmc by adding support for xeon class of Ivy >> bridge processors. >> >> Thanks Jim for pointing me to the correct document. (325462-045US Jan 2013) >> >>