Re: Buildworld Benchmarks

2011-05-18 Thread claudiu vasadi
Hi Devin, Have a look at ccache, it might help (if you do not clean the cache every time a buildworld is done). As a comparison, my Intel i7 (8 core) CPU, finished the buildworld (-j16) in ~19 minutes (if I remember correctly). Cheers. ___

Re: Skype with sound and video support :)

2011-05-18 Thread Ion-Mihai Tetcu
On Tue, 17 May 2011 21:46:14 +0200 Alexander Leidinger alexan...@leidinger.net wrote: On Tue, 17 May 2011 09:01:41 -0700 Kevin Oberman ober...@es.net wrote: Please put the information in this message (or at least most of it) into ports/UPDATING so a few less people running old kernels

FreeBSD compatible mini-itx board

2011-05-18 Thread Erik Nørgaard
Hi: I am looking for a new low power mini-itx board for my firewall/home server. I've had VIA boards but flacky disk controller and other problems have made me look for something else. So, going all Intel, I hope there will be no hardware problems. I'm looking at The Intel D945GSEJT with an

editors/libreoffice: can not compile, crash on FreeBSD 9.0-CUR/amd64

2011-05-18 Thread O. Hartmann
On all of my FreeBSD 9.0-CURRENT/amd64 boxes LibreOffice 3.3.X crashes after starting and dumping core with signal 8. The boxes are all FreeBSD 9.0-CURRENT/amd64, the most recent version. The ports are up to date, I also tried to recompile every necessary port without success. On all FreeBSD

Re: editors/libreoffice: can not compile, crash on FreeBSD 9.0-CUR/amd64

2011-05-18 Thread Andriy Gapon
on 18/05/2011 12:10 O. Hartmann said the following: --- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in:

FreeBSD 8.2 and Lenovo X300 WWAN Modem

2011-05-18 Thread crsnet.pl
Hello. Have here anyone run this modem/GPS under FreeBSD 8.2 ? Modem is recognized, but when i try to run ppp -ddial iplus i get this error : /var/log/messages May 18 11:20:59 x60s ppp[1656]: tun0: Warning: Chat script failed /var/log/ppp May 18 11:20:53 x60s ppp[1656]: tun0: Phase: deflink:

Re: Buildworld Benchmarks

2011-05-18 Thread Bernt Hansson
2011-05-18 02:50, Devin Teske: Hi List, What's the fastest anyone has every completed buildworld on a single machine? No idea. The reason I ask is because we just got some new hardware in and decided to benchmark it using buildworld. Nice! Just as a quick test, we decided to perform

Re: Buildworld Benchmarks

2011-05-18 Thread Reko Turja
We thought going tmpfs would make things faster, but that resulted in over 13 minutes (huh? you'd think a RAM disk would be smoking compared to even the SSDs that we used to achieve ~9 min; do note that we did make sure to nullfs mount a tmpfs-based directory onto /usr/obj -- though the

Re: FreeBSD 8.2 and Lenovo X300 WWAN Modem

2011-05-18 Thread Jeremy Chadwick
On Wed, May 18, 2011 at 11:40:36AM +0200, crsnet.pl wrote: Hello. Have here anyone run this modem/GPS under FreeBSD 8.2 ? Modem is recognized, but when i try to run ppp -ddial iplus i get this error : /var/log/messages May 18 11:20:59 x60s ppp[1656]: tun0: Warning: Chat script failed

Firebird 2.5 and SysV Semaphores

2011-05-18 Thread Leonardo M . Ramé
Hi, I have a problem with Firebird 2.5, and posted the issue in their mailing list. They suggested that I have to recompile the kernel to allow more SysV semaphores. Do you recommend this? Here's a copy of my mail: I recently installed Firebird 2.5 on a FreeBSD, it was running ok until this

FreeBSD 7.4-STABLE server behind an isa server

2011-05-18 Thread Jack Raats
I am setting up a FreeBSD 7.4 server behind an ISA server. The purpose of this server is to serve as an intranet web server. But I would like to update the ports of course. I have a login and password for the isa server. I would like to know how to implement this so that I can usr portupgrade to

Inquiry about The FreeBSD Project

2011-05-18 Thread Zoe Davis
Hi! This is Zoe and I work for Hosting Observer. I recently visited your site at freebsd.org and I'm wondering if you’re interested in having a partnership with our site. Our site is a trusted directory for various web hosting needs that will be very helpful to your readers. Would you like to

Re: FreeBSD 7.4-STABLE server behind an isa server

2011-05-18 Thread George Liaskos
On Wed, May 18, 2011 at 3:54 PM, Jack Raats j...@jarasoft.net wrote: I am setting up a FreeBSD 7.4 server behind an ISA server. The purpose of this server is to serve as an intranet web server. But I would like to update the ports of course. I have a login and password for the isa server. I

kwik way?

2011-05-18 Thread Gary Kline
should i use tr or sed to turn \t into ? --i.e., tabs into spaces. tx! -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix The 7.98a release of Jottings: http://jottings.thought.org/index.php http://journey.thought.org

RE: kwik way?

2011-05-18 Thread Devin Teske
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of Gary Kline Sent: Wednesday, May 18, 2011 10:42 AM To: FreeBSD Mailing List Subject: kwik way? should i use tr or sed to turn \t into ? --i.e., tabs into

RE: kwik way?

2011-05-18 Thread Devin Teske
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of Devin Teske Sent: Wednesday, May 18, 2011 11:19 AM To: 'Gary Kline'; 'FreeBSD Mailing List' Subject: RE: kwik way? -Original Message- From:

How to update build tools

2011-05-18 Thread Коньков Евгений
Hi I am compile freebsd from source, but get error 2 some time ago somebody advice me to update build tools or etc. But I do not remember ( please remind me which command to use to update build tools? thank you -- С уважением, Коньков mailto:kes-...@yandex.ru

Re: How to update build tools

2011-05-18 Thread Chuck Swiger
On May 18, 2011, at 12:01 PM, Коньков Евгений wrote: I am compile freebsd from source, but get error 2 some time ago somebody advice me to update build tools or etc. But I do not remember ( please remind me which command to use to update build tools? cd /usr/src ; make buildworld (See

Re: Re[2]: How to update build tools

2011-05-18 Thread Chuck Swiger
On May 18, 2011, at 12:07 PM, Коньков Евгений wrote: no, I upgrade from freebsd current 201101 to 201105 and there was command without buildworld The compiler toolchain is rebuilt with buildworld/installworld. Perhaps it would be more useful to see what kind of error you are experiencing

Re: Expanding tabs (was Re: kwik way?)

2011-05-18 Thread Gary Kline
On Wed, May 18, 2011 at 01:09:36PM -0500, Dan Nelson wrote: Date: Wed, 18 May 2011 13:09:36 -0500 From: Dan Nelson dnel...@allantgroup.com Subject: Re: Expanding tabs (was Re: kwik way?) To: Gary Kline kl...@thought.org Cc: FreeBSD Mailing List freebsd-questions@freebsd.org In the last

Re: Re[4]: How to update build tools

2011-05-18 Thread Chuck Swiger
On May 18, 2011, at 12:21 PM, Коньков Евгений wrote: CS The compiler toolchain is rebuilt with buildworld/installworld. CS Perhaps it would be more useful to see what kind of error you are CS experiencing which makes you think that updating the build tools would help? error 2 when compile

Re[2]: How to update build tools

2011-05-18 Thread Коньков Евгений
Здравствуйте, Chuck. Вы писали 18 мая 2011 г., 22:03:49: CS On May 18, 2011, at 12:01 PM, Коньков Евгений wrote: I am compile freebsd from source, but get error 2 some time ago somebody advice me to update build tools or etc. But I do not remember ( please remind me which command to use to

Re[4]: How to update build tools

2011-05-18 Thread Коньков Евгений
Здравствуйте, Chuck. Вы писали 18 мая 2011 г., 22:09:26: CS On May 18, 2011, at 12:07 PM, Коньков Евгений wrote: no, I upgrade from freebsd current 201101 to 201105 and there was command without buildworld CS The compiler toolchain is rebuilt with buildworld/installworld. CS Perhaps it would

Re[6]: How to update build tools

2011-05-18 Thread Коньков Евгений
Здравствуйте, Chuck. Вы писали 18 мая 2011 г., 22:23:26: CS On May 18, 2011, at 12:21 PM, Коньков Евгений wrote: CS The compiler toolchain is rebuilt with buildworld/installworld. CS Perhaps it would be more useful to see what kind of error you are CS experiencing which makes you think that

Re: Buildworld Benchmarks

2011-05-18 Thread krad
On 18 May 2011 01:50, Devin Teske dte...@vicor.com wrote: Hi List, What's the fastest anyone has every completed buildworld on a single machine? The reason I ask is because we just got some new hardware in and decided to benchmark it using buildworld. Just as a quick test, we decided to

RE: kwik way?

2011-05-18 Thread Warren Block
On Wed, 18 May 2011, Devin Teske wrote: In case you were thinking of either awk or perl, I'd recommend against those given the following results: ... $ time sh -c perl -pe 'tr/\t/ /' foo bar real0m0.565s user0m0.277s sys 0m0.137s $ md5 bar MD5 (bar) =