Re: Better pkg bootstrapping instructions?

2013-02-13 Thread Tim Kientzle
On Feb 13, 2013, at 2:23 AM, Baptiste Daroussin wrote: > On Sat, Feb 02, 2013 at 09:46:41PM -0800, Tim Kientzle wrote: >> Especially on -CURRENT, it's not going to be uncommon >> to see things like this: >> >> The package management tool is not yet installed on your system. >> Do you want to fet

Re: Possible bug in NFSv4 with krb5p security?

2013-02-13 Thread Rick Macklem
Elias Martenson wrote: > Thanks for the information. I was looking a bit further into the > tcpdump > log, and this is what happens: > > Here are some relevant packets: > > 115 > NULL call establishing a mutual context(?) > GSS-API: > Kerberos AP-REQ: > Ticket: Server Name (Principal):

Re: [RFC] USB keyboard and devd.conf

2013-02-13 Thread Marius Strobl
On Wed, Feb 13, 2013 at 09:23:25AM +0100, Hans Petter Selasky wrote: > On Tuesday 12 February 2013 15:51:01 Marius Strobl wrote: > > On Mon, Feb 11, 2013 at 01:43:29PM +0100, Hans Petter Selasky wrote: > > > Hi, > > > > > > Does anyone need these lines in /etc/devd.conf ? > > > > > > === etc/devd

Re: [PATCH] open_memstream() and open_wmemstream()

2013-02-13 Thread John Baldwin
On Thursday, February 07, 2013 4:12:22 pm Jilles Tjoelker wrote: > On Tue, Feb 05, 2013 at 03:46:43PM -0500, John Baldwin wrote: > > I've written an implementation of open_memstream() and > > open_wmemstream() along with a set of regression tests. I'm pretty > > sure open_memstream() is correct, a

Re: sysctl -a causes kernel trap 12

2013-02-13 Thread Henri Hennebert
On 02/12/2013 12:22, Henri Hennebert wrote: > On 01/19/2013 06:58, Brandon Gooch wrote: >> On Fri, Jan 18, 2013 at 2:56 PM, Xin Li wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA512 >>> >>> On 01/18/13 12:50, Brandon Gooch wrote: On Thu, Jan 10, 2013 at 4:25 PM, Xin Li >>>

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread O. Hartmann
Am 02/13/13 15:05, schrieb Kimmo Paasiala: > On Wed, Feb 13, 2013 at 3:33 PM, Tom Evans wrote: >> On Wed, Feb 13, 2013 at 12:30 PM, Yamaya Takashi >> wrote: >>> On 2013/02/13 19:08, O. Hartmann wrote: Setting only base system source compiler optins in /etc/src.conf, for instance >>

Re: Possible bug in NFSv4 with krb5p security?

2013-02-13 Thread Elias MÃ¥rtenson
Thanks for the information. I was looking a bit further into the tcpdump log, and this is what happens: Here are some relevant packets: 115 NULL call establishing a mutual context(?) GSS-API: Kerberos AP-REQ: Ticket: Server Name (Principal): nfs/domainname 117 NULL

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread Kimmo Paasiala
On Wed, Feb 13, 2013 at 3:33 PM, Tom Evans wrote: > On Wed, Feb 13, 2013 at 12:30 PM, Yamaya Takashi > wrote: >> On 2013/02/13 19:08, O. Hartmann wrote: >>> Setting only base system source compiler optins in /etc/src.conf, for >>> instance >>> >>> # >>> CXXFLAGS+= -stdlib=libc++ >>>

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread Tom Evans
On Wed, Feb 13, 2013 at 12:30 PM, Yamaya Takashi wrote: > On 2013/02/13 19:08, O. Hartmann wrote: >> Setting only base system source compiler optins in /etc/src.conf, for >> instance >> >> # >> CXXFLAGS+= -stdlib=libc++ >> CXXFLAGS+= -std=c++11 >> >> >> which do NOT appea

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread Yamaya Takashi
On 2013/02/13 19:08, O. Hartmann wrote: > Setting only base system source compiler optins in /etc/src.conf, for > instance > > # > CXXFLAGS+= -stdlib=libc++ > CXXFLAGS+= -std=c++11 > > > which do NOT appear in /etc/make.conf, make building port > grahpics/libfpx complainin

kernel boot failier

2013-02-13 Thread Yasir hussan
hi, i am have make some changes in my freebsd acutally have replaced mii bus with my own switch bus and have put some code of switch but after i successfully build kernel and world when i try to run it on machine it just hangs up at boot time after this ar7100> bootm change bootargs console=ttyS0

Re: Better pkg bootstrapping instructions?

2013-02-13 Thread Baptiste Daroussin
On Sat, Feb 02, 2013 at 09:46:41PM -0800, Tim Kientzle wrote: > Especially on -CURRENT, it's not going to be uncommon > to see things like this: > > The package management tool is not yet installed on your system. > Do you want to fetch and install it now? [y/N]: y > Bootstrapping pkg please wait

ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread O. Hartmann
Setting only base system source compiler optins in /etc/src.conf, for instance # CXXFLAGS+= -stdlib=libc++ CXXFLAGS+= -std=c++11 which do NOT appear in /etc/make.conf, make building port grahpics/libfpx complaining about unrecognized compiler options. As far a sI know,

Re: [RFC] USB keyboard and devd.conf

2013-02-13 Thread Hans Petter Selasky
On Tuesday 12 February 2013 15:51:01 Marius Strobl wrote: > On Mon, Feb 11, 2013 at 01:43:29PM +0100, Hans Petter Selasky wrote: > > Hi, > > > > Does anyone need these lines in /etc/devd.conf ? > > > > === etc/devd.conf > > == > > --