Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread O. Hartmann
Am Sat, 4 Oct 2014 15:58:48 -0700 Mark Johnston schrieb: > On Sat, Oct 4, 2014 at 3:40 PM, Mark Johnston wrote: > > On Sat, Oct 04, 2014 at 04:39:37PM -0400, Ryan Stone wrote: > >> On Sat, Oct 4, 2014 at 2:33 PM, Mark Johnston wrote: > >> > On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann

Re: About pmap_mapdev() & pmap_unmapdev()

2014-10-05 Thread Konstantin Belousov
On Sun, Oct 05, 2014 at 01:15:12PM +0900, Kohji Okuno wrote: > Hi, > > > On Sat, Oct 04, 2014 at 08:53:35PM +0900, Kohji Okuno wrote: > >> Hi Konstantin, > >> > >> Thank you for your prompt response. > >> I will test and report from next monday. > >> > >> >> In addtion, I have one question. > >>

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread O. Hartmann
Am Sun, 5 Oct 2014 05:36:57 +0400 Arseny Nasokin schrieb: > Mark, > > Thank you for patch, I encounter same error and this patch works for me. > > ✪ > > > -- Eir Nym > > On 5 October 2014 04:43, Mark Johnston wrote: > > > On Sat, Oct 04, 2014 at 04:41:07PM -0700, Russell L. Carter wrote: >

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread Arseny Nasokin
Waiting for patch in -CURRENT. -- Eir Nym On 5 October 2014 13:18, O. Hartmann wrote: > Am Sun, 5 Oct 2014 05:36:57 +0400 > Arseny Nasokin schrieb: > > > Mark, > > > > Thank you for patch, I encounter same error and this patch works for me. > > > > ✪ > > > > > > -- Eir Nym > > > > On 5 October

Re: About pmap_mapdev() & pmap_unmapdev()

2014-10-05 Thread Kohji Okuno
Hi Konstantin, Thank you very much for your detailed explanatin. I understood the policy of vmem. Many thanks, Kohji Okuno > On Sun, Oct 05, 2014 at 01:15:12PM +0900, Kohji Okuno wrote: >> Hi, >> >> > On Sat, Oct 04, 2014 at 08:53:35PM +0900, Kohji Okuno wrote: >> >> Hi Konstantin, >> >> >> >

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread Ranjan1018 .
2014-10-05 11:37 GMT+02:00 Arseny Nasokin : > Waiting for patch in -CURRENT. > > -- Eir Nym > > This patch work in r272559 for me: http://pastebin.com/2QJRYjCK Regards Maurizio ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: HEADS UP: Merging projects/ipfw to HEAD

2014-10-05 Thread bycn82
On 10/4/14 20:35, Alexander V. Chernikov wrote: Hi, I'm going to merge projects/ipfw branch to HEAD in the middle of next week. What has changed: Main user-visible changes are related to tables: * Tables are now identified by names, not numbers. There can be up to 65k tables with up to 63-

Re: i915 driver update testing

2014-10-05 Thread Adam McDougall
On 10/03/2014 13:02, Konstantin Belousov wrote: > Please find at the > https://kib.kiev.ua/kib/drm/i915.1.patch > a patch which provides some updates to the i915 driver. At large, this > is import of the batch of Linux commits, and as such, it is interesting > mostly as attempt to restart the race

Re: Buildworld Failure

2014-10-05 Thread Shawn Webb
On Sat, Oct 4, 2014 at 8:30 PM, Shawn Webb wrote: > It looks like buildworld is failing when building the rescue binaries. I'm > not sure which commit broke it. Log is here: > http://0xfeedface.org/~shawn/2014-10-04-build.txt > The build is erroring out when trying to build the crunchgen'd cat f

Re: i915 driver update testing

2014-10-05 Thread Konstantin Belousov
On Sun, Oct 05, 2014 at 11:01:14AM -0400, Adam McDougall wrote: > (kgdb) #0 doadump (textdump=1) at pcpu.h:219 > #1 0x80661efd in kern_reboot (howto=260) > at /usr/src/sys/kern/kern_shutdown.c:447 > #2 0x80662450 in panic (fmt=) > at /usr/src/sys/kern/kern_shutdown.c:746

printing text file with LPD - non-printable characters

2014-10-05 Thread Beeblebrox
I have two LPD errors 1. I see two characters being replaced by strings on the hard copy (the {â} below is an {a^}). This happens on the first page and not on following pages. instead of " I get: â\200\234 (235 for trailing ") instead of ' I get: â\200\231 2. All non-english characters get garble

Re: printing text file with LPD - non-printable characters

2014-10-05 Thread Matthias Apitz
El día Sunday, October 05, 2014 a las 10:41:43AM -0700, Beeblebrox escribió: > I have two LPD errors > 1. I see two characters being replaced by strings on the hard copy (the {â} > below is an {a^}). This happens on the first page and not on following > pages. > instead of " I get: â\200\234 (235

printing text file with LPD - non-printable characters

2014-10-05 Thread Beeblebrox
@Matthias: > I moved the thread by setting Reply-To: to the normal > freebsd-question@ list; I'm using the nabble interface, so if the move does not work.. (I've never tried with moved thread before). > First of all check, what encoding has your text file, UTF-8 or ISO or $ file print.txt > UTF-

Re: i915 driver update testing

2014-10-05 Thread Koop Mast
On Fri, 2014-10-03 at 20:02 +0300, Konstantin Belousov wrote: > Please find at the > https://kib.kiev.ua/kib/drm/i915.1.patch > a patch which provides some updates to the i915 driver. At large, this > is import of the batch of Linux commits, and as such, it is interesting > mostly as attempt to res

Re: What do you use for kernel debugging?

2014-10-05 Thread José Pérez Arauzo
Hi Daniel, On Thu, 2 Oct 2014 20:50:30 -0400, O'Connor, Daniel wrote [...] > I wrote a quick program to dump xHCI extended capabilities https://gist.github.com/DanielO/c42819ae69a1f680039a Cool! > Run pciconf -lb and look for the base value for xhciX then run the > command with that like so..

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread Mark Johnston
On Sun, Oct 05, 2014 at 11:18:55AM +0200, O. Hartmann wrote: > Am Sun, 5 Oct 2014 05:36:57 +0400 > Arseny Nasokin schrieb: > > > Mark, > > > > Thank you for patch, I encounter same error and this patch works for me. > > > > ✪ > > > > > > -- Eir Nym > > > > On 5 October 2014 04:43, Mark Johns

Re: [CFT] alc(4) QAC AR816x/AR817x ethernet controller support

2014-10-05 Thread Yonghyeon PYUN
On Sat, Oct 04, 2014 at 08:10:06PM +, Craig Wiesen wrote: > Yonghyeon PYUN gmail.com> writes: > > > > > On Wed, Oct 01, 2014 at 10:36:37AM +0900, Yonghyeon PYUN wrote: > > > On Tue, Sep 30, 2014 at 10:57:41AM +0900, Yonghyeon PYUN wrote: > > > > Hi, > > > > I've added support for QAC AR816x/

Re: HEADS UP: Merging projects/ipfw to HEAD

2014-10-05 Thread Marcelo Araujo
Hey Alexander, Very nice work, thank you so much to bring these stuff to us. Best Regards, 2014-10-04 20:35 GMT+08:00 Alexander V. Chernikov : > Hi, > > I'm going to merge projects/ipfw branch to HEAD in the middle of next week. > > What has changed: > > Main user-visible changes are related to

Re: [CFT] alc(4) QAC AR816x/AR817x ethernet controller support

2014-10-05 Thread Yonghyeon PYUN
On Fri, Oct 03, 2014 at 09:29:46PM +0200, Dariusz Wierzbicki wrote: > Dnia 2014-10-02, o godz. 14:07:30 > Yonghyeon PYUN napisał(a): > > > On Wed, Oct 01, 2014 at 10:36:37AM +0900, Yonghyeon PYUN wrote: > > > On Tue, Sep 30, 2014 at 10:57:41AM +0900, Yonghyeon PYUN wrote: > > > > Hi, > > > > I've

NFS installworld failures

2014-10-05 Thread Russell L. Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings, Am I the only one attempting to maintain a local cluster using a buildworld server and mounting /usr/src/ and /usr/obj/ via NFS? I intermittently run into installworld failures, usually in sys/boot/i386 but occasionally e.g. cddl/lib where

Re: NFS installworld failures

2014-10-05 Thread David Wolfskill
On Sun, Oct 05, 2014 at 08:37:26PM -0700, Russell L. Carter wrote: > Greetings, > > Am I the only one attempting to maintain a local cluster using > a buildworld server and mounting /usr/src/ and /usr/obj/ via NFS? No; I do that, as well (for a couple of "client" machines), but they're tracking s

Re: NFS installworld failures

2014-10-05 Thread Russell L. Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/14 20:51, David Wolfskill wrote: > On Sun, Oct 05, 2014 at 08:37:26PM -0700, Russell L. Carter wrote: >> Greetings, >> >> Am I the only one attempting to maintain a local cluster using a >> buildworld server and mounting /usr/src/ and /usr/

Re: About pmap_mapdev() & pmap_unmapdev()

2014-10-05 Thread Kohji Okuno
Hi Konstantin, I tested your patch. It was no problem. Thank you for your kind correspondence. Regards, Kohji Okuno > On Sat, Oct 04, 2014 at 05:53:26PM +0900, Kohji Okuno wrote: >> Hi, Konstantin, >> >> > At the end of the mail is commit candidate. I did not even compiled this. >> > Can you