Re: problem with ls, not show a correct list

2017-04-06 Thread Nilton José Rizzo
Em 2017-04-07 02:29, Garrett Wollman escreveu: In article <3a8b8ade882d1486aa41b448a9c83...@i805.com.br> you write: It's a terrible Is it a locale bug? Look! % locale LANG=pt_BR.UTF-8 % touch E % ls -l [a-z]* -rw-r--r-- 1 rizzo wheel 0 7 abr 02:06 E No, it's the specification of h

Re: problem with ls, not show a correct list

2017-04-06 Thread Ngie Cooper (yaneurabeya)
> On Apr 6, 2017, at 22:15, Ngie Cooper (yaneurabeya) > wrote: > > >> On Apr 6, 2017, at 21:28, Nilton José Rizzo wrote: > > … > >> [966] root@valfenda rizzo #locale >> LANG=pt_BR.UTF-8 >> LC_CTYPE="pt_BR.UTF-8" >> LC_COLLATE="pt_BR.UTF-8" >> LC_TIME="pt_BR.UTF-8" >> LC_NUMERIC="pt_BR.UTF-8

Re: problem with ls, not show a correct list

2017-04-06 Thread Ngie Cooper (yaneurabeya)
> On Apr 6, 2017, at 21:28, Nilton José Rizzo wrote: … > [966] root@valfenda rizzo #locale > LANG=pt_BR.UTF-8 > LC_CTYPE="pt_BR.UTF-8" > LC_COLLATE="pt_BR.UTF-8" > LC_TIME="pt_BR.UTF-8" > LC_NUMERIC="pt_BR.UTF-8" > LC_MONETARY="pt_BR.UTF-8" > LC_MESSAGES="pt_BR.UTF-8" > LC_ALL= I bet t

Re: problem with ls, not show a correct list

2017-04-06 Thread Nilton José Rizzo
It's a terrible Is it a locale bug? Look! % locale LANG=pt_BR.UTF-8 LC_CTYPE="pt_BR.UTF-8" LC_COLLATE="pt_BR.UTF-8" LC_TIME="pt_BR.UTF-8" LC_NUMERIC="pt_BR.UTF-8" LC_MONETARY="pt_BR.UTF-8" LC_MESSAGES="pt_BR.UTF-8" LC_ALL= % pwd /home2/rizzo/tmp/teste % touch a % touch b % touch c % touch

Re: problem with ls, not show a correct list

2017-04-06 Thread Nilton José Rizzo
Em 2017-04-07 01:33, Allan Jude escreveu: On 2017-04-06 23:12, Nilton José Rizzo wrote: Hi all Look this command on a FreeBSD -current % ls -d /usr/ports/[a-z]* /usr/ports/accessibility /usr/ports/math /usr/ports/arabic /usr/ports/misc /usr/ports/archivers /usr/ports/Mk /usr/ports/astro /u

Re: problem with ls, not show a correct list

2017-04-06 Thread Allan Jude
On 2017-04-06 23:12, Nilton José Rizzo wrote: > Hi all > > Look this command on a FreeBSD -current > > % ls -d /usr/ports/[a-z]* > /usr/ports/accessibility /usr/ports/math > /usr/ports/arabic /usr/ports/misc > /usr/ports/archivers /usr/ports/Mk > /usr/ports/astro /usr/ports/MOVED > /usr/por

Re: problem with ls, not show a correct list

2017-04-06 Thread Nilton José Rizzo
Em 2017-04-07 00:59, Ngie Cooper escreveu: On Apr 6, 2017, at 20:12, Nilton José Rizzo wrote: Hi all Look this command on a FreeBSD -current % ls -d /usr/ports/[a-z]* /usr/ports/accessibility /usr/ports/math /usr/ports/arabic /usr/ports/misc /usr/ports/archivers /usr/ports/Mk /usr/ports/ast

Re: problem with ls, not show a correct list

2017-04-06 Thread Ngie Cooper
> On Apr 6, 2017, at 20:12, Nilton José Rizzo wrote: > > Hi all > > Look this command on a FreeBSD -current > > % ls -d /usr/ports/[a-z]* > /usr/ports/accessibility /usr/ports/math > /usr/ports/arabic /usr/ports/misc > /usr/ports/archivers /usr/ports/Mk > /usr/ports/astro /usr/ports/MOVED

problem with ls, not show a correct list

2017-04-06 Thread Nilton José Rizzo
Hi all Look this command on a FreeBSD -current % ls -d /usr/ports/[a-z]* /usr/ports/accessibility /usr/ports/math /usr/ports/arabic /usr/ports/misc /usr/ports/archivers /usr/ports/Mk /usr/ports/astro /usr/ports/MOVED /usr/ports/audio /usr/ports/multimedia % echo /usr/ports/[a-z]* /usr/ports

pkg with current pipe into pkg fetch problem...

2017-04-06 Thread Jeffrey Bouquet
Until pkg fetch and/or pkg install can ncurses-deselect the hundreds they are about to act on rather than a Y, N... cat pkg-to-fetch-file | xargs -J % pkg fetch -y % seems to fail. I've sed'd away the : and the right awk'd away foo-1: foo-1_1 so the port remains foo or foo-1, [ I forget...

Re: Is ipfilter firewall with ippool working?

2017-04-06 Thread Cy Schubert
In message <58e656c6.8000...@gmail.com>, Ernie Luzar writes: > Cy Schubert wrote: > > In message <58e50379.6090...@gmail.com>, Ernie Luzar writes: > >> I have been a ipfilter user since Freebsd 3.0 without any complaints. > >> Now I'm trying to get ippool to function. I have been able to add a >

Re: how to mark llvm* forbidden?

2017-04-06 Thread Brooks Davis
On Thu, Apr 06, 2017 at 05:35:35PM -0700, Jeffrey Bouquet wrote: > > > On Thu, 6 Apr 2017 17:26:18 +, Brooks Davis wrote: > > > On Wed, Apr 05, 2017 at 06:18:37PM -0700, Russell L. Carter wrote: > > > On 04/05/17 15:32, Chris H wrote: > > > > On Wed, 5 Apr 2017 21:51:40 + Brooks Davis

Re: how to mark llvm* forbidden?

2017-04-06 Thread Jeffrey Bouquet
On Thu, 6 Apr 2017 17:26:18 +, Brooks Davis wrote: > On Wed, Apr 05, 2017 at 06:18:37PM -0700, Russell L. Carter wrote: > > On 04/05/17 15:32, Chris H wrote: > > > On Wed, 5 Apr 2017 21:51:40 + Brooks Davis wrote > > > > > >> On Wed, Apr 05, 2017 at 11:42:16AM -0700, Chris H wrote: >

Re: how to mark llvm* forbidden?

2017-04-06 Thread Russell L. Carter
On 04/06/17 10:26, Brooks Davis wrote: On Wed, Apr 05, 2017 at 06:18:37PM -0700, Russell L. Carter wrote: On 04/05/17 15:32, Chris H wrote: On Wed, 5 Apr 2017 21:51:40 + Brooks Davis wrote On Wed, Apr 05, 2017 at 11:42:16AM -0700, Chris H wrote: OK I'm chasing -CURRENT, and I performed

Re: how to mark llvm* forbidden?

2017-04-06 Thread Brooks Davis
On Wed, Apr 05, 2017 at 06:18:37PM -0700, Russell L. Carter wrote: > On 04/05/17 15:32, Chris H wrote: > > On Wed, 5 Apr 2017 21:51:40 + Brooks Davis wrote > > > >> On Wed, Apr 05, 2017 at 11:42:16AM -0700, Chris H wrote: > >>> OK I'm chasing -CURRENT, and I performed an initial > >>> install

Re: Is ipfilter firewall with ippool working?

2017-04-06 Thread Ernie Luzar
Cy Schubert wrote: In message <58e50379.6090...@gmail.com>, Ernie Luzar writes: I have been a ipfilter user since Freebsd 3.0 without any complaints. Now I'm trying to get ippool to function. I have been able to add a pool, but now I want to refresh it's contents. From what I read in "man 8 ip

Re: FYI: what it takes for RAM+swap to build devel/llvm40 with 4 processors or cores and WITH__DEBUG= (powerpc64 example)

2017-04-06 Thread Alexey Dokuchaev
On Wed, Apr 05, 2017 at 08:46:22PM +0200, Mathieu Arnold wrote: > Le 05/04/2017 ?? 19:20, Alexey Dokuchaev a ??crit : > > On Wed, Apr 05, 2017 at 07:12:06PM +0200, Mathieu Arnold wrote: > >> Le 05/04/2017 ?? 18:15, Alexey Dokuchaev a ??crit : > >>> ... > >>> That 1G looks like a big jump from 259M