Re: Zpool surgery

2013-01-30 Thread Ulrich Spörlein
On Tue, 2013-01-29 at 15:52:50 +0100, Fabian Keil wrote: Dan Nelson dnel...@allantgroup.com wrote: In the last episode (Jan 28), Fabian Keil said: Ulrich Spörlein u...@freebsd.org wrote: On Mon, 2013-01-28 at 07:11:40 +1100, Peter Jeremy wrote: On 2013-Jan-27 14:31:56 -,

stable/8 to HEAD

2013-01-30 Thread Sergey V. Dyatko
Hi, Possible stupid question, but.. Can I update my stable/8 r228757 to HEAD? sandbox# svnversion 246112 sandbox# cat /etc/src.conf WITHOUT_PROFILE=YES WITHOUT_GAMES=YES WITHOUT_BLUETOOTH=YES WITHOUT_FREEBSD_UPDATE=YES WITHOUT_LPR=YES WITHOUT_NDIS=YES WITHOUT_WPA_SUPPLICANT_EAPOL=YES

Re: mounting root from NFS via ROOTDEVNAME

2013-01-30 Thread Eggert, Lars
Hi, On Jan 30, 2013, at 10:32, Eggert, Lars l...@netapp.com wrote: On Jan 29, 2013, at 20:22, Craig Rodrigues rodr...@crodrigues.org wrote: In src/sys/boot/common/boot.c which is part of the loader (not the kernel), if you look in the getrootmount() function, you will see that the loader will

Re: stable/8 to HEAD

2013-01-30 Thread Konstantin Belousov
On Wed, Jan 30, 2013 at 01:11:30PM +0300, Sergey V. Dyatko wrote: Hi, Possible stupid question, but.. Can I update my stable/8 r228757 to HEAD? You need at least r231588. Generally, only updates from the latest last stable branches are supported, i.e. latest stable/9. From the hand-on

buildworld errors

2013-01-30 Thread Jesse
I updated /usr/src and buildworld just now. The building process stopped at here. It's FreeBSD 10.0 === lib/clang/libllvmlinker (all) === lib/clang/libllvmmc (all) === lib/clang/libllvmmcparser (all) === lib/clang/libllvmobject (all) === lib/clang/libllvmscalaropts (all) ===

Re: buildworld error

2013-01-30 Thread Dimitry Andric
On 2013-01-30 10:37, Jesse wrote: I just update /usr/src and make buildworld. The building proccess stop as errors: === lib/clang/libllvmx86asmparser (all) === lib/clang/libllvmx86codegen (all) === lib/clang/libllvmx86desc (all) === lib/clang/libllvmx86disassembler (all) ===

Re: mounting root from NFS via ROOTDEVNAME

2013-01-30 Thread Ian Lepore
On Wed, 2013-01-30 at 09:32 +, Eggert, Lars wrote: Hi, On Jan 29, 2013, at 20:22, Craig Rodrigues rodr...@crodrigues.org wrote: What kind of architecture are you trying to do this on? Is this i386/amd64 or something else? amd64 I am not familiar with netboot compared to PXE.

x11/nvidia-driver build fails in head @r246115

2013-01-30 Thread David Wolfskill
I include PORTS_MODULES=x11/nvidia-driver in /etc/src.conf in order to keep nvidia-driver in sync with my kernel. It last built OK yesterday, @r246057; @r246115, I see: === nvidia-driver-304.64 depends on file: /usr/local/libdata/pkgconfig/xorg-server.pc - found === nvidia-driver-304.64

Re: mounting root from NFS via ROOTDEVNAME

2013-01-30 Thread Rick Macklem
Lars Eggert wrote: Hi, On Jan 29, 2013, at 20:22, Craig Rodrigues rodr...@crodrigues.org wrote: What kind of architecture are you trying to do this on? Is this i386/amd64 or something else? amd64 I am not familiar with netboot compared to PXE. Is TFTP involved at all with

Re: x11/nvidia-driver build fails in head @r246115

2013-01-30 Thread John Baldwin
On Wednesday, January 30, 2013 9:51:35 am David Wolfskill wrote: I include PORTS_MODULES=x11/nvidia-driver in /etc/src.conf in order to keep nvidia-driver in sync with my kernel. It last built OK yesterday, @r246057; @r246115, I see: Oof, it needs to use compat/linux/linux_ioctl.h

[no subject]

2013-01-30 Thread AN
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #33 r246130: Wed Jan 30 15:00:08 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 I just rebuilt the world and kernel. Then I rebuilt /usr/ports/emulators/virtualbox-ose-kmod. # kldstat Id Refs AddressSize Name 1

Re: mounting root from NFS via ROOTDEVNAME

2013-01-30 Thread Craig Rodrigues
On Wed, Jan 30, 2013 at 1:32 AM, Eggert, Lars l...@netapp.com wrote: Hi, On Jan 29, 2013, at 20:22, Craig Rodrigues rodr...@crodrigues.org wrote: TFTP is not involved. The kernel gets booted by our custom loader (over HTTP) and the root FS is supposed to be mounted over NFS. If through

Re[2]: Re[2]: AHCI timeout when using ZFS + AIO + NCQ

2013-01-30 Thread Vladislav Prodan
I once ran into a very severe AHCI timeout problem. After months of trying to figure it out and insane Hardware_ECC_Recovered error values, I found that the error was with the power connector plug / sata HDD interface. All errors disappeared after replacing that cable. Since you have error

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

2013-01-30 Thread Jan Beich
O. Hartmann ohart...@zedat.fu-berlin.de writes: c++ -O3 -pipe -fno-strict-aliasing -march=native -march=native -DHAVE_CONFIG_H -I/usr/src/libexec/atf/atf-check/../../../contrib/atf -Qunused-arguments -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter

Re: mounting root from NFS via ROOTDEVNAME

2013-01-30 Thread Julian Elischer
On 1/30/13 1:32 AM, Eggert, Lars wrote: Hi, On Jan 29, 2013, at 20:22, Craig Rodrigues rodr...@crodrigues.org wrote: Alternatively, if you don't want to create an /etc/fstab file, then you could put something like this in your loader.conf file:

Re: buildworld error

2013-01-30 Thread Jesse
i set these in make.conf: CXXFLAGS+=-stdlib=libc++ CXXFLAGS+=-std=c++11 i comment them and rebuild world ok but it works at previous revision. On 1/30/13, Dimitry Andric d...@freebsd.org wrote: On 2013-01-30 10:37, Jesse wrote: I just update /usr/src and make buildworld. The building proccess

Re: buildworld error

2013-01-30 Thread Jesse
z On 1/31/13, Jesse je...@glx.me wrote: i set these in make.conf: CXXFLAGS+=-stdlib=libc++ CXXFLAGS+=-std=c++11 i comment them and rebuild world ok but it works at previous revision. On 1/30/13, Dimitry Andric d...@freebsd.org wrote: On 2013-01-30 10:37, Jesse wrote: I just update

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

2013-01-30 Thread O. Hartmann
Am 01/29/13 17:35, schrieb 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

Re: buildworld error

2013-01-30 Thread O. Hartmann
Am 01/31/13 05:06, schrieb Jesse: z On 1/31/13, Jesse je...@glx.me wrote: i set these in make.conf: CXXFLAGS+=-stdlib=libc++ CXXFLAGS+=-std=c++11 i comment them and rebuild world ok but it works at previous revision. On 1/30/13, Dimitry Andric d...@freebsd.org wrote: On 2013-01-30

Re: x220 notes

2013-01-30 Thread Thomas Mueller
Excerpt from Andrey Fesenko f0and...@gmail.com: And other problems. 1) wi-fi standart rtl8192cu - not work change AR5B95 - work n-mode (thanks Adrian Chadd :) need hack BIOS dev.acpi_ibm.0.wlan: 1 - read only hardware switch work, not send mesage What did you try to make rtl8192cu work?