Re: considering i386 as a tier 1 architecture

2013-03-31 Thread Erich Dollansky
Hi, On Mon, 1 Apr 2013 00:48:08 -0400 Eitan Adler wrote: > Hi, > > I am writing this email to discuss the i386 architecture in FreeBSD. if not for the date, I just wonder, what significance it real has. Erich ___ freebsd-hackers@freebsd.org mailing

Re: considering i386 as a tier 1 architecture

2013-03-31 Thread Kimmo Paasiala
On Mon, Apr 1, 2013 at 8:50 AM, Greg 'groggy' Lehey wrote: > On Monday, 1 April 2013 at 0:48:08 -0400, Eitan Adler wrote: >> Hi, >> >> I am writing this email to discuss the i386 architecture in FreeBSD. >> >> Computers are getting faster, but also more memory intensive. I >> can not find a lap

Re: considering i386 as a tier 1 architecture

2013-03-31 Thread Greg 'groggy' Lehey
On Monday, 1 April 2013 at 0:48:08 -0400, Eitan Adler wrote: > Hi, > > I am writing this email to discuss the i386 architecture in FreeBSD. > > Computers are getting faster, but also more memory intensive. I > can not find a laptop with less than 4 or 8 GB of RAM. Modern > browsers, such as Fir

Re: considering i386 as a tier 1 architecture

2013-03-31 Thread Kimmo Paasiala
I think the only ones who are going to object are the users of embedded hardware. Some of them are still using CPUs that are only i586 equivalent. Personally I support the notion. -Kimmo On Mon, Apr 1, 2013 at 7:48 AM, Eitan Adler wrote: > Hi, > > I am writing this email to discuss the i386 a

Re: considering i386 as a tier 1 architecture

2013-03-31 Thread Mehmet Erol Sanliturk
On Sun, Mar 31, 2013 at 9:48 PM, Eitan Adler wrote: > Hi, > > I am writing this email to discuss the i386 architecture in FreeBSD. > > Computers are getting faster, but also more memory intensive. I > can not find a laptop with less than 4 or 8 GB of RAM. Modern > browsers, such as Firefox, req

Re: considering i386 as a tier 1 architecture

2013-03-31 Thread Joel Dahl
On Mon, Apr 01, 2013 at 12:48:08AM -0400, Eitan Adler wrote: > Finally, others are dropping support for i386. Windows Server 2008 > is 64 bit only. No, it isn't. Windows Server 2008 comes in both 32 bit and 64 bit versions. Windows Server 2008 R2 is 64 bit only however. The same goes for Windows

considering i386 as a tier 1 architecture

2013-03-31 Thread Eitan Adler
Hi, I am writing this email to discuss the i386 architecture in FreeBSD. Computers are getting faster, but also more memory intensive. I can not find a laptop with less than 4 or 8 GB of RAM. Modern browsers, such as Firefox, require a 64bit architecture and 8GB of RAM. A 32 bit platform is no

Re: how to force all packets to be ipv4 not v6

2013-03-31 Thread Kimmo Paasiala
If it's just for ssh(1) and scp(1) you can use ssh_config(5) to force the use of IPv4 based on the destination hostname. -Kimmo On Sun, Mar 31, 2013 at 10:43 PM, Lowell Gilbert < freebsd-li...@be-well.ilk.org> wrote: > Mario Lobo writes: > > > On Sun, 31 Mar 2013 01:20:17 -0400 > > Aryeh Fried

Re: how to force all packets to be ipv4 not v6

2013-03-31 Thread Lowell Gilbert
Mario Lobo writes: > On Sun, 31 Mar 2013 01:20:17 -0400 > Aryeh Friedman wrote: > >> I have a host that for ISP reasons must have a ipv6 addr as well as >> the ipv4 but the ISP does not offer external ipv6 routing but all the >> commanes (ssh, ftp, etc.) default to ipv6 and need special options

Re: libprocstat(3): retrieve process command line args and environment

2013-03-31 Thread Konstantin Belousov
On Sun, Mar 31, 2013 at 06:53:00PM +0300, Mikolaj Golub wrote: > On Sun, Mar 31, 2013 at 04:40:47PM +0300, Konstantin Belousov wrote: > > > I inspected imgact_elf.c:parse_note(), imgact_elf.c:putnote() and > > rtld.c:digest_notes(). Only putnote() uses 8-byte alignment. > > Every other OS and our

Re: Ports: make fails, if DESTDIR path has spaces

2013-03-31 Thread Matthias Apitz
El día Sunday, March 31, 2013 a las 05:29:18PM +0100, Chris Rees escribió: > Yeah, don't do that. +1 > > Spaces in directories will always cause problems; I suppose someone > could fix it in bsd.port.mk, but it will probably break somewhere > else; spaces in Make variables have a special meanin

Re: Ports: make fails, if DESTDIR path has spaces

2013-03-31 Thread Chris Rees
On 31 March 2013 14:38, wrote: > Under 9.0-RELEASE-p6 > > -- > #!/bin/sh > > # Contains 9.0 world > DESTDIR='/usr/TZ ONE'; export DESTDIR > > cd /usr/ports/benchmarks/unixbench > /usr/bin/make showconfig > -- > > > Errors: > --- > [: /usr/TZ: unexpected operator > ===> Creating some importa

Re: Ports: make fails, if DESTDIR path has spaces

2013-03-31 Thread Joshua Isom
Try "DESTDIR='/usr/TZ\ ONE'; export DESTDIR". You need to escape the space. On 3/31/2013 8:38 AM, rank1see...@gmail.com wrote: Under 9.0-RELEASE-p6 -- #!/bin/sh # Contains 9.0 world DESTDIR='/usr/TZ ONE'; export DESTDIR cd /usr/ports/benchmarks/unixbench /usr/bin/make showconfig -- Errors

Re: libprocstat(3): retrieve process command line args and environment

2013-03-31 Thread Mikolaj Golub
On Sun, Mar 31, 2013 at 04:40:47PM +0300, Konstantin Belousov wrote: > I inspected imgact_elf.c:parse_note(), imgact_elf.c:putnote() and > rtld.c:digest_notes(). Only putnote() uses 8-byte alignment. > Every other OS and our !coredump code assumes 4-byte alignment. Thanks! > Does changing the

Re: libprocstat(3): retrieve process command line args and environment

2013-03-31 Thread Konstantin Belousov
On Fri, Mar 29, 2013 at 02:31:57PM +0200, Mikolaj Golub wrote: > On Fri, Mar 29, 2013 at 11:22:45AM +0200, Konstantin Belousov wrote: > > On Thu, Mar 28, 2013 at 11:18:21PM +0200, Mikolaj Golub wrote: > > > On Thu, Mar 28, 2013 at 12:51:34PM +0200, Konstantin Belousov wrote: > > > > > > > In the g

Ports: make fails, if DESTDIR path has spaces

2013-03-31 Thread rank1seeker
Under 9.0-RELEASE-p6 -- #!/bin/sh # Contains 9.0 world DESTDIR='/usr/TZ ONE'; export DESTDIR cd /usr/ports/benchmarks/unixbench /usr/bin/make showconfig -- Errors: --- [: /usr/TZ: unexpected operator ===> Creating some important subdirectories [: /usr/TZ: unexpected operator ===> /tmp su

Re: how to force all packets to be ipv4 not v6

2013-03-31 Thread Mario Lobo
On Sun, 31 Mar 2013 01:20:17 -0400 Aryeh Friedman wrote: > I have a host that for ISP reasons must have a ipv6 addr as well as > the ipv4 but the ISP does not offer external ipv6 routing but all the > commanes (ssh, ftp, etc.) default to ipv6 and need special options to > use 4 is there anyway to