make installworld for i386 fails on Kyuafile

2014-09-22 Thread Thomas Mueller
I was successful on make buildworld and kernel, but make installworld failed on a missing file somewhere: /usr/share/man/man3/pmclog_read.3.gz -> /usr/share/man/man3/pmclog.3.gz ===> lib/libproc (install) install -C -o root -g wheel -m 444 libproc.a /usr/lib install -C -o root -g wheel -m 444

Re: make installworld for i386 fails on Kyuafile

2014-09-22 Thread Julio Merino
On Mon, Sep 22, 2014 at 11:15 AM, Thomas Mueller wrote: > I was successful on make buildworld and kernel, but make installworld failed > on a missing file somewhere: > > /usr/share/man/man3/pmclog_read.3.gz -> /usr/share/man/man3/pmclog.3.gz > ===> lib/libproc (install) > install -C -o root -g wh

Re: Does the xHCI driver has a spec violation?

2014-09-22 Thread Hans Petter Selasky
Hi, Please verify: http://svnweb.freebsd.org/changeset/base/271953 Thank you! --HPS ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@fr

Re: [patch] syscons/vt keymap: Norwegian country code conflicts with default value

2014-09-22 Thread Stefan Esser
Am 21.09.2014 um 18:39 schrieb Gyrd Thane Lange: > Hi, > > Recent changes in keymap namning for syscons/vt to use shorter names > has exposed a conflict with the value "no" both used as country code > for Norway and as a default value indicating that no keymap is set. > > The attached patch propo

Re: Does the xHCI driver has a spec violation?

2014-09-22 Thread Kohji Okuno
> Hi, > > Please verify: > http://svnweb.freebsd.org/changeset/base/271953 > > Thank you! > > --HPS Hi, HPS, I confirmed your commit. It was no problem. Many thanks, Kohji Okuno. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

Re: [RFC] Patch to add Software/Generic Segmentation Offload (GSO) support in FreeBSD

2014-09-22 Thread Stefano Garzarella
Hi Ryan, in gso_dispatch(), I put the "eh_len" parameter in order to have the offset of the L3 header. In this way, if someone adds QinQ support, just call gso_dispatch() with the right length of the MAC header. During the execution the GSO, the MAC header is simply copied as it is in each new segm

Re: libthr and main thread stack size

2014-09-22 Thread Daniel Eischen
On Sun, 21 Sep 2014, Julian Elischer wrote: On 9/20/14, 3:27 AM, John Baldwin wrote: On Tuesday, September 16, 2014 11:13:24 AM Konstantin Belousov wrote: On Mon, Sep 15, 2014 at 03:47:41PM -0600, Justin T. Gibbs wrote: On Aug 8, 2014, at 5:22 AM, Konstantin Belousov wrote: ? Below is the

drm:pid12:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung

2014-09-22 Thread Danilo Egea Gondolfo
Hello, After r271705 (probably) I'm getting this error in dmesg: error: [drm:pid12:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung info: [drm] capturing error event; look for more information in sysctl hw.dri.0.info.i915_error_state The system freezes for a little while.

Re: [HEADSUP] pkg(8) is now the only package management tool

2014-09-22 Thread Bryan Drewery
On 9/21/2014 6:53 PM, Michelle Sullivan wrote: > Michelle Sullivan wrote: >> Baptiste Daroussin wrote: >> >>> Hi all, >>> >>> The ports tree has been modified to only support pkg(8) as package >>> management >>> system for all supported version of FreeBSD. >>> >>> if you were still using pkg_in

Re: [patch] syscons/vt keymap: Norwegian country code conflicts with default value

2014-09-22 Thread Tijl Coosemans
On Mon, 22 Sep 2014 14:09:54 +0200 Stefan Esser wrote: > Am 21.09.2014 um 18:39 schrieb Gyrd Thane Lange: > > Hi, > > > > Recent changes in keymap namning for syscons/vt to use shorter names > > has exposed a conflict with the value "no" both used as country code > > for Norway and as a default v

Re: [PATCH] Various fixes to wl(4)

2014-09-22 Thread John Baldwin
On Friday, September 19, 2014 03:47:16 PM Warner Losh wrote: > I got rid of my pre-802.11 WaveLAN cards about 8 years go after not having > them in a system at all for 8 years. And they were about 4 years obsolete > when I took them out of service… I’m not even sure I have a machine with an > ISA s

Re: libthr and main thread stack size

2014-09-22 Thread John Baldwin
On Sunday, September 21, 2014 09:36:25 PM Justin T. Gibbs wrote: > On Sep 20, 2014, at 11:06 AM, Konstantin Belousov wrote: > > On Fri, Sep 19, 2014 at 03:27:25PM -0400, John Baldwin wrote: > >> I suspect it was done out of reasons of being overly conservative in > >> interpreting RLIMIT_STACK. I

Re: [patch] syscons/vt keymap: Norwegian country code conflicts with default value

2014-09-22 Thread Stefan Esser
Am 22.09.2014 um 19:28 schrieb Tijl Coosemans: > On Mon, 22 Sep 2014 14:09:54 +0200 Stefan Esser wrote: >> Am 21.09.2014 um 18:39 schrieb Gyrd Thane Lange: >>> Hi, >>> >>> Recent changes in keymap namning for syscons/vt to use shorter names >>> has exposed a conflict with the value "no" both used

Re: [patch] syscons/vt keymap: Norwegian country code conflicts with default value

2014-09-22 Thread Gyrd Thane Lange
On Mon, 22 Sep 2014 19:28:44 +0200 Tijl Coosemans wrote: > On Mon, 22 Sep 2014 14:09:54 +0200 Stefan Esser > wrote: > > Am 21.09.2014 um 18:39 schrieb Gyrd Thane Lange: > > > Hi, > > > > > > Recent changes in keymap namning for syscons/vt to use shorter > > > names has exposed a conflict with t

Re: [PATCH] Various fixes to wl(4)

2014-09-22 Thread Adrian Chadd
On 22 September 2014 12:20, John Baldwin wrote: > On Friday, September 19, 2014 03:47:16 PM Warner Losh wrote: >> I got rid of my pre-802.11 WaveLAN cards about 8 years go after not having >> them in a system at all for 8 years. And they were about 4 years obsolete >> when I took them out of servi

Re: [PATCH] Various fixes to wl(4)

2014-09-22 Thread John Baldwin
On Monday, September 22, 2014 12:42:34 PM Adrian Chadd wrote: > On 22 September 2014 12:20, John Baldwin wrote: > > On Friday, September 19, 2014 03:47:16 PM Warner Losh wrote: > >> I got rid of my pre-802.11 WaveLAN cards about 8 years go after not > >> having > >> them in a system at all for 8 y

Re: [PATCH] Various fixes to wl(4)

2014-09-22 Thread Adrian Chadd
Oh yeah, I am. but wl likely hasn't been tested in a long time.. I think my last pair of wl(4) NICs disappeared in 2001. -a On 22 September 2014 13:35, John Baldwin wrote: > On Monday, September 22, 2014 12:42:34 PM Adrian Chadd wrote: >> On 22 September 2014 12:20, John Baldwin wrote: >> >

Re: [PATCH] Various fixes to wl(4)

2014-09-22 Thread Warner Losh
I have a dozen I can bring to the next bafug I go to :) Warner On Sep 22, 2014, at 2:44 PM, Adrian Chadd wrote: > Oh yeah, I am. > > but wl likely hasn't been tested in a long time.. I think my last pair > of wl(4) NICs disappeared in 2001. > > > -a > > > On 22 September 2014 13:35, John

Re: [PATCH] Various fixes to wl(4)

2014-09-22 Thread Adrian Chadd
On 22 September 2014 13:46, Warner Losh wrote: > I have a dozen I can bring to the next bafug I go to :) But, do you have the pentium class machines with ISA slots that we'd need to use em? :P -a ___ freebsd-current@freebsd.org mailing list http://lis

Re: [PATCH] Various fixes to wl(4)

2014-09-22 Thread Alfred Perlstein
On 9/22/14 3:05 PM, Adrian Chadd wrote: On 22 September 2014 13:46, Warner Losh wrote: I have a dozen I can bring to the next bafug I go to :) But, do you have the pentium class machines with ISA slots that we'd need to use em? :P I have the pci card to pccard bridge cards. I'll bring thos

Re: [PATCH] Various fixes to wl(4)

2014-09-22 Thread Adrian Chadd
On 22 September 2014 15:28, Alfred Perlstein wrote: > > On 9/22/14 3:05 PM, Adrian Chadd wrote: >> >> On 22 September 2014 13:46, Warner Losh wrote: >>> >>> I have a dozen I can bring to the next bafug I go to :) >> >> But, do you have the pentium class machines with ISA slots that we'd >> need t

Re: [PATCH] Various fixes to wl(4)

2014-09-22 Thread Warner Losh
On Sep 22, 2014, at 4:05 PM, Adrian Chadd wrote: > On 22 September 2014 13:46, Warner Losh wrote: >> I have a dozen I can bring to the next bafug I go to :) > > But, do you have the pentium class machines with ISA slots that we'd > need to use em? :P For wi(4)? You can test that with any lapt

Re: [PATCH] Various fixes to wl(4)

2014-09-22 Thread Adrian Chadd
I have lots of wavelan/prism NICs. The driver just doesn't work with them. -a ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.or

10.1-BETA2 ZFS boot failure on sparc64

2014-09-22 Thread Kurt Lidl
I downloaded the 10.1-BETA disc1 iso image for sparc64, and burned it to media. I then used that media to attempt an installation onto a spare sparc64 machine that I have. Using UFS as the filesystem, and more or less just following the prompts, the system got installed OK, and boots off of ZFS OK