Re: question; how to build individual userland programs on NetBSD 7-RC3 ?

2015-09-16 Thread Martin Husemann
On Tue, Sep 15, 2015 at 09:31:29PM -0700, r.liegh wrote: > Can someone explain to me what the process is to build userland tools > individually? As Manuel pointed out, the easiest way is forced native compilation with USETOOLS=never. The officialy sanctioned way is to create tools upfront (e.g.

Re: question; how to build individual userland programs on NetBSD 7-RC3 ?

2015-09-16 Thread Martin Husemann
On Wed, Sep 16, 2015 at 08:58:22AM +0200, Martin Husemann wrote: > The officialy sanctioned way is to create tools upfront (e.g. by runing > "build.sh tools" or a variant of that) and use nbmake-$arch from the > $TOOLDIR/bin/ directory created by that step. Actually you will need more - one of

Re: question; how to build individual userland programs on NetBSD 7-RC3 ?

2015-09-16 Thread Valery Ushakov
Martin Husemann wrote: > On Wed, Sep 16, 2015 at 08:58:22AM +0200, Martin Husemann wrote: >> The officialy sanctioned way is to create tools upfront (e.g. by runing >> "build.sh tools" or a variant of that) and use nbmake-$arch from the >> $TOOLDIR/bin/ directory created by

Re: Why doesn't NetBSD recognize my entries in /etc/hosts?

2015-09-16 Thread Johnny Billquist
On 2015-09-16 21:30, Ottavio Caruso wrote: On 16 September 2015 at 19:06, Johnny Billquist wrote: On 2015-09-16 19:09, Ottavio Caruso wrote: RE: http://mail-index.netbsd.org/netbsd-users/2014/04/27/msg014543.html I put domains that I want to block in /etc/hosts preceded

Re: Why doesn't NetBSD recognize my entries in /etc/hosts?

2015-09-16 Thread Johnny Billquist
On 2015-09-16 21:56, Ottavio Caruso wrote: On 16 September 2015 at 19:36, Johnny Billquist wrote: Maybe you should try and learn about /etc/hosts.deny as well as ipfilters? But again, why? If I have a list of 300 domains to block, this would not be practicable. The

Re: Why doesn't NetBSD recognize my entries in /etc/hosts?

2015-09-16 Thread Ottavio Caruso
On 16 September 2015 at 19:36, Johnny Billquist wrote: >>> Maybe you should try and learn about /etc/hosts.deny as well as >>> ipfilters? >> >> >> But again, why? >> >> If I have a list of 300 domains to block, this would not be practicable. > > > The question is - what do you

re-introducing ARFE; teaching ARFE new tricks

2015-09-16 Thread David Young
ARFE is a new text-processing toolkit that I recently started sharing with the NetBSD community. I introduced ARFE on tech-userlevel@ in August, . ARFE is an experiment in making UNIX text-processing more *applicable* and

Re: Why doesn't NetBSD recognize my entries in /etc/hosts?

2015-09-16 Thread Ottavio Caruso
On 16 September 2015 at 19:06, Johnny Billquist wrote: > On 2015-09-16 19:09, Ottavio Caruso wrote: >> >> RE: http://mail-index.netbsd.org/netbsd-users/2014/04/27/msg014543.html >> >> I put domains that I want to block in /etc/hosts preceded by 0.0.0.0 >> but I can still ping

Re: Why doesn't NetBSD recognize my entries in /etc/hosts?

2015-09-16 Thread Eric Haszlakiewicz
On September 16, 2015 3:30:43 PM EDT, Ottavio Caruso wrote: >On 16 September 2015 at 19:06, Johnny Billquist >wrote: >> On 2015-09-16 19:09, Ottavio Caruso wrote: >>> >>> RE: >http://mail-index.netbsd.org/netbsd-users/2014/04/27/msg014543.html

Re: Why doesn't NetBSD recognize my entries in /etc/hosts?

2015-09-16 Thread Matt Sporleder
> On Sep 16, 2015, at 3:30 PM, Ottavio Caruso > wrote: > >> On 16 September 2015 at 19:06, Johnny Billquist wrote: >>> On 2015-09-16 19:09, Ottavio Caruso wrote: >>> >>> RE:

Re: Why doesn't NetBSD recognize my entries in /etc/hosts?

2015-09-16 Thread Martin Husemann
On Wed, Sep 16, 2015 at 07:56:56PM +, Ottavio Caruso wrote: > There are third party lists of domains that are either malware or > nasty tracing cookies, this is one of them: > http://winhelp2002.mvps.org/hosts.txt I tried with one entry from that file and it works fine for me: > ping

Re: Why doesn't NetBSD recognize my entries in /etc/hosts?

2015-09-16 Thread Ottavio Caruso
On 17 September 2015 at 06:54, Martin Husemann wrote: > On Wed, Sep 16, 2015 at 07:56:56PM +, Ottavio Caruso wrote: >> There are third party lists of domains that are either malware or >> nasty tracing cookies, this is one of them: >> http://winhelp2002.mvps.org/hosts.txt

Re: question; how to build individual userland programs on NetBSD 7-RC3 ?

2015-09-16 Thread r.liegh
On Tue, 9/15/15, Manuel Bouyer wrote: Subject: Re: question; how to build individual userland programs on NetBSD 7-RC3 ? To: "r.liegh" Cc: netbsd-users@NetBSD.org Date: Tuesday, September 15, 2015, 9:51