Re: how to speed up port make??

2012-07-26 Thread Ryan Noll
Hello, On Jul 25, 2012 7:34 PM, Chad Perrin per...@apotheon.com wrote: You kids have got it easy. I used to have to compile by hand with a pair of tweezers, bar copper wire, a magnifying glass, and a potato with two pieces of metal stuck in it as a power source. Ha-ha... Ah those were the

Re: mail(1) save command does not work as in the man page

2012-07-26 Thread Anton Shterenlikht
From bon...@mail.r-bonomi.com Thu Jul 26 02:58:29 2012 Date: Wed, 25 Jul 2012 19:37:47 -0500 (CDT) From: Robert Bonomi bon...@mail.r-bonomi.com To: freebsd-questions@freebsd.org, me...@bristol.ac.uk Subject: Re: mail(1) save command does not work as in the

Re: how to speed up port make??

2012-07-26 Thread Doug Hardie
On 25 July 2012, at 23:04, Ryan Noll wrote: Hello, On Jul 25, 2012 7:34 PM, Chad Perrin per...@apotheon.com wrote: You kids have got it easy. I used to have to compile by hand with a pair of tweezers, bar copper wire, a magnifying glass, and a potato with two pieces of metal stuck in it

Re: how to speed up port make??

2012-07-26 Thread Volodymyr Kostyrko
Mr U wrote: is it possible to speed up port make ?? i want to install openbox and xorg on a Pentium 4 and 2gb ram, compiling xorg takes about 2 hours 1. You can use devel/ccache to cache compiled data. This way when you are compiling anything for a second time you'll get a big speed boost.

INVESTISSEMENT SOLAIRE 39% de Rentabilite sur 6 ans MP395

2012-07-26 Thread CN2i SOLAIRE 9% Rendement Sud FRANCE
Pour afficher correctem= ent la page [1]Cliquez-ici Pour = Devenir Partenaire [2]Cliq= uez-ici [3]3DPV4_NEWSLETTER_SOLAIRE_PV4_CAVAILLON_CN2i_DEVELOPPEMENT_MARS_20 Pour Dev= enir Partenaire [4]Cliq= uez-ici Michael FRAYSSE ?n= bsp;Direction ? CN2i DEVELOPPEMENT Site Web

INVESTISSEMENT SOLAIRE 39% de Rentabilite sur 6 ans MP395

2012-07-26 Thread CN2i SOLAIRE 9% Rendement Sud FRANCE
Pour afficher correctem= ent la page [1]Cliquez-ici Pour = Devenir Partenaire [2]Cliq= uez-ici [3]3DPV4_NEWSLETTER_SOLAIRE_PV4_CAVAILLON_CN2i_DEVELOPPEMENT_MARS_20 Pour Dev= enir Partenaire [4]Cliq= uez-ici Michael FRAYSSE ?n= bsp;Direction ? CN2i DEVELOPPEMENT Site Web

Re: how to speed up port make??

2012-07-26 Thread Wojciech Puchar
2. Try switching to clang, it has lower memory requirements and compilation this is simply not true. ___ freebsd-questions@freebsd.org mailing list

Re: geli - selecting cipher

2012-07-26 Thread Wojciech Puchar
'CBC' -- [C]ypher [B]lock [C]hainig -- is well-suited for strictly -sequential- data access. Try reading the blocks of a large (say 10gB) file in *reverse* order and see what kind of performance you get. how about randomio test on geli encrypted ramdisk? AES-CBC still 3 times faster

Re: how to speed up port make??

2012-07-26 Thread Volodymyr Kostyrko
Wojciech Puchar wrote: 2. Try switching to clang, it has lower memory requirements and compilation this is simply not true. This is simply not the point. Let's not start it again. The question was clearly about compilation speed where clang

Re: how to speed up port make??

2012-07-26 Thread Reko Turja
-Original Message- From: Reko Turja Sent: Thursday, July 26, 2012 12:12 PM To: Wojciech Puchar Subject: Re: how to speed up port make?? -Original Message- From: Wojciech Puchar 2. Try switching to clang, it has lower memory requirements and compilation

Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-26 Thread Maciej Milewski
On 24.07.2012 10:59, Manish Jain wrote: Jul 23 22:36:15 bourne kernel: ugen0.2: American Power Conversion at usbus0 Jul 23 22:36:15 bourne kernel: ugen1.2: HUAWEI TECHNOLOGIES at usbus1 Jul 23 22:36:15 bourne kernel: umass0: HUAWEI TECHNOLOGIES HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2

Re: how to speed up port make??

2012-07-26 Thread David Naylor
On Wednesday, 25 July 2012 17:02:37 Mr U wrote: hi is it possible to speed up port make ?? i want to install openbox and xorg on a Pentium 4 and 2gb ram, compiling xorg takes about 2 hours A few things you could try adding to make.conf: FORCE_MAKE_JOBS=yes MAKE_JOBS_NUMBER=4 Also, you

Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-26 Thread Manish Jain
On 25-Jul-12 21:06, Erich Dollansky wrote: Hi On Wed, 25 Jul 2012 20:21:04 +0530 Manish Jainbourne.ident...@hotmail.com wrote: On 25-Jul-12 18:53, Erich Dollansky wrote: On Tue, 24 Jul 2012 14:29:07 +0530 Manish Jainbourne.ident...@hotmail.com wrote: On 23-Jul-12 16:07, Erich Dollansky

Re: Security - logging of user commands

2012-07-26 Thread Damien Fleuriot
On 7/25/12 6:15 PM, jb wrote: Damien Fleuriot ml at my.gd writes: ... From my syslog.conf: auth.info;authpriv.info /var/log/auth.log Yet I'm seeing not a trail in /var/log/auth.log , or messages, or even in secure ... # less /var/log/auth.log Feb 22

Freebsd build problem

2012-07-26 Thread Venkat Duvvuru
Hi, I'm unable to compile the kernel code (for that matter any kernel module also). The following is the error. My guess is that it is trying to compile the code for x86 instead of amd64 as you can a symbolic link create for x86 includes. Please suggest the change to be done inorder to compile it

Re: Freebsd build problem

2012-07-26 Thread Damien Fleuriot
On 7/26/12 12:48 PM, Venkat Duvvuru wrote: Hi, I'm unable to compile the kernel code (for that matter any kernel module also). The following is the error. My guess is that it is trying to compile the code for x86 instead of amd64 as you can a symbolic link create for x86 includes. Please

Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-26 Thread Robert Bonomi
From: Manish Jain bourne.ident...@hotmail.com Date: Thu, 26 Jul 2012 15:37:23 +0530 Subject: Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2? On 25-Jul-12 21:06, Erich Dollansky wrote: I did some tinkering to make _some_ progress. My APC UPS is working fine now under

Re: Freebsd build problem

2012-07-26 Thread Venkat Duvvuru
Hi, Please find my repsonses in line. On Thu, Jul 26, 2012 at 4:57 PM, Damien Fleuriot m...@my.gd wrote: On 7/26/12 12:48 PM, Venkat Duvvuru wrote: Hi, I'm unable to compile the kernel code (for that matter any kernel module also). The following is the error. My guess is that it is

Re: Freebsd build problem

2012-07-26 Thread Damien Fleuriot
On 7/26/12 2:08 PM, Venkat Duvvuru wrote: Hi, Please find my repsonses in line. On Thu, Jul 26, 2012 at 4:57 PM, Damien Fleuriot m...@my.gd mailto:m...@my.gd wrote: On 7/26/12 12:48 PM, Venkat Duvvuru wrote: Hi, I'm unable to compile the kernel code (for that matter

Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-26 Thread Matthias Apitz
El día Thursday, July 26, 2012 a las 07:10:00AM -0500, Robert Bonomi escribió: [[ sneck logfile entries ]] Could it be that I am using the wrong AT commands ? C Best guess possibilities -- 1) wrong serial port 2) wrong speed. Recommend using a simple teminal program, like 'cu'

Re: geli - selecting cipher

2012-07-26 Thread Fabian Keil
RW rwmailli...@googlemail.com wrote: On Wed, 25 Jul 2012 19:52:39 -0500 (CDT) Robert Bonomi wrote: From owner-freebsd-questi...@freebsd.org Wed Jul 25 14:00:27 2012 Date: Wed, 25 Jul 2012 20:57:30 +0200 (CEST) From: Wojciech Puchar woj...@wojtek.tensor.gdynia.pl To:

Re: Support

2012-07-26 Thread Andy Recker
yes i booted from a cd the fist time and i almost had it installed but then i turned my computer off because i was having some problems and i turned it back on and it is un responsivr and showed only a white screen and thanks for the help. On Wed, Jul 25, 2012 at 9:41 AM, Lowell Gilbert

Re: Support

2012-07-26 Thread Damien Fleuriot
Wow wait a sec here ... You've installed a boot loader but no the OS itself and then shut down the computer ? Have you tried booting from the CD again ? On 7/26/12 4:10 PM, Andy Recker wrote: yes i booted from a cd the fist time and i almost had it installed but then i turned my computer

mc-light with tcsh receives segfault

2012-07-26 Thread Jeff Tipton
Hi, My mc-light doesn't work with tcsh. When I try to launch it: mc Segmentation fault (core dumped) uname -a FreeBSD jeff-netf 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 System and ports

Re: geli - selecting cipher

2012-07-26 Thread Ivan Voras
On 26/07/2012 04:14, RW wrote: I asked a similar questions to the OPs in the geom list and didn't get an answer. Geli doesn't need or isn't using any advantages of XTS. And CBC in geli is actually equivalent to ESSIV (see the previously linked wikipedia page). Hi, You didn't get an answer

Re: geli - selecting cipher

2012-07-26 Thread Michael Sierchio
On Thu, Jul 26, 2012 at 8:47 AM, Ivan Voras ivo...@freebsd.org wrote: You didn't get an answer because in security, the answer depends on exact circumstances of use. The short answer is that if you don't have a specific adversary you need to protect your data from, I'd say that GELI's CBC is

Re: geli - selecting cipher

2012-07-26 Thread Wojciech Puchar
If you don't need to detect modifications/insertions/deletions that yes i don't. i just want data to be unreadable for thieves in case of robbery. ___ freebsd-questions@freebsd.org mailing list

Re: Security - logging of user commands

2012-07-26 Thread jb
Damien Fleuriot ml at my.gd writes: ... Might anyone confirm the issue ? The above is true for 8.1-RELEASE, 8-STABLE , 9-STABLE with snoopy being at version 1.8.0 on all of them. $ uname -r 9.0-RELEASE-p3 $ man ldconfig ... Filenames must conform to the lib*.so.[0-9] pattern in order to

Re: how to speed up port make??

2012-07-26 Thread Chad Perrin
On Wed, Jul 25, 2012 at 11:04:27PM -0700, Ryan Noll wrote: Hello, On Jul 25, 2012 7:34 PM, Chad Perrin per...@apotheon.com wrote: You kids have got it easy. I used to have to compile by hand with a pair of tweezers, bar copper wire, a magnifying glass, and a potato with two pieces of

Re: geli - selecting cipher

2012-07-26 Thread RW
On Thu, 26 Jul 2012 15:49:00 +0200 Fabian Keil wrote: RW rwmailli...@googlemail.com wrote: In the end I went with 128 bit aes-cbc since it's the fastest setting and Bruce Schneier recommends 128 over 256 AES as being more secure. Can you provide the source for the as being more

Architectural CAD software

2012-07-26 Thread leeoliveshackelford
Good afternoon, FreeBSD enthusiasts. I did not receive a response to the following message, so I would like to rephrase the question. Does anyone use an architectural CAD application with FreeBSD? If so, would you be willing to share any comments, opinions, or advice with me concerning your

Re: Architectural CAD software

2012-07-26 Thread Leonardo M . Ramé
From: leeoliveshackelf...@surewest.net leeoliveshackelf...@surewest.net To: freebsd-questions@freebsd.org Sent: Thursday, July 26, 2012 7:53 PM Subject: Architectural CAD software Good afternoon, FreeBSD enthusiasts.  I did not receive a response to the

Re: how to speed up port make??

2012-07-26 Thread Polytropon
On Thu, 26 Jul 2012 11:36:18 +0200, David Naylor wrote: On Wednesday, 25 July 2012 17:02:37 Mr U wrote: hi is it possible to speed up port make ?? i want to install openbox and xorg on a Pentium 4 and 2gb ram, compiling xorg takes about 2 hours A few things you could try adding to

[FreeBSD9.0]Question about IP Forwarding feature

2012-07-26 Thread kuni_kachi
Hello, I have question about how i can enable ip forwarding I set gateway_enable = YES in /etc/rc.conf When I restart/start FreeBSD,OS started completely but ip forwarding feature is not enabled. #sysctl net.inet.ip.forwarding net.inet.ip.forwarding: 0

Re: how to speed up port make??

2012-07-26 Thread Chris Hill
On Wed, 25 Jul 2012, Ryan Noll wrote: Does anyone else remember The Complete FreeBSD? I'm looking right at it on the shelf here. Second Edition - over 1750 pages!. It is *bristling* with post-it notes used as bookmarks. -- Chris Hill ch...@monochrome.org **

Re: Architectural CAD software

2012-07-26 Thread Mehmet Erol Sanliturk
On Thu, Jul 26, 2012 at 3:53 PM, leeoliveshackelf...@surewest.net wrote: Good afternoon, FreeBSD enthusiasts. I did not receive a response to the following message, so I would like to rephrase the question. Does anyone use an architectural CAD application with FreeBSD? If so, would you be