Re: ports install problem

2010-02-07 Thread Paolo Supino
Hi Dorian I did as you wrote below, but ... $ sudo -i Password: # cd /usr/ports/lang/python/2.5/ # export FLAVOR=no_x11 # make install Fatal: no flavors for this port. (in lang/python/2.5) *** Error code 1 Stop. # :-( -- TIA Paolo On Sat, Feb 6, 2010 at 9:39 PM, Dorian B|ttner wrote: >

Re: ports install problem

2010-02-07 Thread Dorian Büttner
Hi Paolo, as Matthias already pointed out, python doesn't have a no_x11 Flavor. I had the ruby thing in mind while typing, it ends up similar. Sorry again for the confusion. Dorian Paolo Supino schrieb: Hi Dorian I did as you wrote below, but ... $ sudo -i Password: # cd /usr/ports/lang

pf rdr to multiple machines in the subnet

2010-02-07 Thread Jean-François SIMON
Hello, I am going to replace the rule rdr pass on $ext_if proto tcp from any to any port 1024:65535 -> 10.0.1.32 port 1024:* by a general rule for redirecting to all the machines that have a ip starting by 10.0.1 Is this even possible ? A rule like rdr pass on $ext_if proto tcp from any to any po

Re: pf rdr to multiple machines in the subnet

2010-02-07 Thread Bret S. Lambert
On Sun, Feb 07, 2010 at 12:24:52PM +0100, Jean-Fran?ois SIMON wrote: > Hello, > > I am going to replace the rule > rdr pass on $ext_if proto tcp from any to any port 1024:65535 -> 10.0.1.32 > port 1024:* > by a general rule for redirecting to all the machines that have a ip > starting by 10.0.1 >

Re: pf rdr to multiple machines in the subnet

2010-02-07 Thread Peter N. M. Hansteen
"Bret S. Lambert" writes: > No, you'd have to so a seperate rdr line for each backend host. The other way to do it would make a list or table with the actual addresses, then do the rdr with round-robin or random, possibly sticky-address if it's important that connections go to the same machine.

Re: pf rdr to multiple machines in the subnet

2010-02-07 Thread Jean-François SIMON
2010/2/7 Bret S. Lambert > On Sun, Feb 07, 2010 at 12:24:52PM +0100, Jean-Fran?ois SIMON wrote: > > Hello, > > > > I am going to replace the rule > > rdr pass on $ext_if proto tcp from any to any port 1024:65535 -> > 10.0.1.32 > > port 1024:* > > by a general rule for redirecting to all the machi

Re: pf rdr to multiple machines in the subnet

2010-02-07 Thread Bret S. Lambert
On Sun, Feb 07, 2010 at 03:09:44PM +0100, Jean-Fran?ois SIMON wrote: > 2010/2/7 Bret S. Lambert > > > On Sun, Feb 07, 2010 at 12:24:52PM +0100, Jean-Fran?ois SIMON wrote: > > > Hello, > > > > > > I am going to replace the rule > > > rdr pass on $ext_if proto tcp from any to any port 1024:65535 ->

Re: pf rdr to multiple machines in the subnet

2010-02-07 Thread Bret S. Lambert
On Sun, Feb 07, 2010 at 03:09:44PM +0100, Jean-Fran?ois SIMON wrote: > 2010/2/7 Bret S. Lambert > > > On Sun, Feb 07, 2010 at 12:24:52PM +0100, Jean-Fran?ois SIMON wrote: > > > Hello, > > > > > > I am going to replace the rule > > > rdr pass on $ext_if proto tcp from any to any port 1024:65535 ->

route default

2010-02-07 Thread Jean-Francois
Hello, Since sometime, I need to add default route as "route add default 192.168.1.1" in order to be able to reach internet, otherwise I have ("no route to host"). I would like to automate this in a proper way as it should be. Regards

Re: AMD power reduction

2010-02-07 Thread Jean-Francois
Le vendredi 05 fivrier 2010 17:51:05, Calomel Org a icrit : > You can use apm. It will only save a few watts, but it may reduce the > cooling costs by reducing the heat generated by the CPU. If you have > _many_ machines you can easily reduce the temperature of the server room > by a few degrees C.

Re: route default

2010-02-07 Thread Peter N. M. Hansteen
"Jean-Francois" writes: > Since sometime, I need to add default route as "route add default > 192.168.1.1" > in order to be able to reach internet, otherwise I have ("no route to host"). > > I would like to automate this in a proper way as it should be. sounds like you could be missing /etc/my

Re: route default

2010-02-07 Thread Bret S. Lambert
On Sun, Feb 07, 2010 at 06:29:27PM +0100, Jean-Francois wrote: > Hello, > > Since sometime, I need to add default route as "route add default > 192.168.1.1" > in order to be able to reach internet, otherwise I have ("no route to host"). > > I would like to automate this in a proper way as it sh

Re: route default

2010-02-07 Thread Robert
On Sun, 7 Feb 2010 18:29:27 +0100 "Jean-Francois" wrote: > Hello, > > Since sometime, I need to add default route as "route add default > 192.168.1.1" in order to be able to reach internet, otherwise I have > ("no route to host"). > > I would like to automate this in a proper way as it should b

Re: route default

2010-02-07 Thread Gaby Vanhegan
On 7 Feb 2010, at 17:50, Bret S. Lambert wrote: > On Sun, Feb 07, 2010 at 06:29:27PM +0100, Jean-Francois wrote: >> Hello, >> >> Since sometime, I need to add default route as "route add default 192.168.1.1" >> in order to be able to reach internet, otherwise I have ("no route to host"). >> >> I w

Re: AMD power reduction

2010-02-07 Thread Robert
On Sun, 7 Feb 2010 18:44:13 +0100 "Jean-Francois" wrote: > Is there something one can do to make the system fall into sleep in > OpenBSD ? Suspending has worked for some time on OpenBSD. Have a look at: zzz But you might want to do your homework about the wakeing up part.

Re: AMD power reduction

2010-02-07 Thread frantisek holop
hmm, on Sun, Feb 07, 2010 at 07:10:29PM +0100, Robert said that > On Sun, 7 Feb 2010 18:44:13 +0100 > "Jean-Francois" wrote: > > > Is there something one can do to make the system fall into sleep in > > OpenBSD ? > > Suspending has worked for some time on OpenBSD. Have a look at: zzz > But you m

Re: AMD power reduction

2010-02-07 Thread Jean-Francois
As far as I can see, any modern processor supports several states C0, C1, ... Is there any way to take advantage of this into OpenBSD in order to reduce the system consumption by falling the CPU in C1 state or higher ? Regards

Re: route default

2010-02-07 Thread Jean-Francois
> This should have been automatically configured when you did the initial > installation. What did you skip in there? > > G. Noticed. I think I tried too many various things with ifconfig or whatever network configuration files. In the end, I must have done something that I basically did not u

Re: Daily : forward mails from root to normal user

2010-02-07 Thread Philip Guenther
On Saturday, February 6, 2010, Chris Bennett wrote: ... > make a .forward file with the user or email address to forward to. > note the dot in front. > Please note, this can only be one address and root will not get a copy The forward(5) manpage explicitly states that multiple addresses are permi

Re: AMD power reduction

2010-02-07 Thread Schöberle Dániel
>> Note: When running with the lowest multiplier, HDD I/O performance may >> suffer. In my case the lowest CPU rate is at 1000MHz and with full I/O >> load accross 1 or 2 HDDs the CPU load is below the treshold of the apm -C, >> so it doesn't speed up. If I switch it manually with apm -H the tr

Re: AMD power reduction

2010-02-07 Thread Jean-Francois
> The disk I/O + samba doesn't stress the CPU enough so it does not speed up. > Which is good :) I expect my disk I/O to keep CPU usage low, that's why we > have all that DMA, I/O controllers and stuff. > > Bad thing is, with the lowest CPU multiplier, something else is slowed > down. Maybe the c

Re: looking for help with encryption and boot setup

2010-02-07 Thread Scott Learmonth
On Sat, Feb 06, 2010 at 09:48:03PM +0100, Gergely Fazekas wrote: > Hello, > > I'm looking for help with setting up my laptop with OpenBSD. I'm pretty new > to *BSD, so please, bear with me, as I'm eager and capable to learn. :-) > > What I'd like to achieve: dual boot with Windows XP, with the fo

Firefox malware in add-ons

2010-02-07 Thread Chris Bennett
This article is about some add-ons that are not safe. Shockingly, :) they got by Mozilla's eyes http://blogs.zdnet.com/security/?p=5408&tag=content;col1 I might not post this, except I suspect that there are other add-ons that are not secure. I recently had Firefox 3.5 open web pages "magical

Re: Firefox malware in add-ons

2010-02-07 Thread ropers
On 8 February 2010 00:45, Chris Bennett wrote: > This article is about some add-ons that are not safe. > Shockingly, :) they got by Mozilla's eyes > > http://blogs.zdnet.com/security/?p=5408&tag=content;col1 > > I might not post this, except I suspect that there are other add-ons that > are not se

Re: Firefox malware in add-ons

2010-02-07 Thread Chris Bennett
ropers wrote: On 8 February 2010 00:45, Chris Bennett wrote: This article is about some add-ons that are not safe. Shockingly, :) they got by Mozilla's eyes http://blogs.zdnet.com/security/?p=5408&tag=content;col1 I might not post this, except I suspect that there are other add-ons that ar

GNOBSD

2010-02-07 Thread Mike
Hello, Can the Operating system be ported to AMD64? We need the safest operating system in the world for our AMD64 Tyan Work Stations. Hopefully you will make an installer for us. Your talent is world renowned, I can only run your system live for now in i386, it is the best. Do you need money donat

Re: Firefox malware in add-ons

2010-02-07 Thread L. V. Lammert
On Sun, 7 Feb 2010, Chris Bennett wrote: > I might not post this, except I suspect that there are other add-ons > that are not secure. > > I recently had Firefox 3.5 open web pages "magically" > I had a similarproblem - FF opening sites 'magically'! In my case, it was a plugin that automatically d

Re: anyone need old PC crap?

2010-02-07 Thread ropers
You (or anyone else, really) wouldn't happen to have any 1st or 2nd generation PC stuff (as in, IBM 5150 PC / IBM 5155 Portable, or IBM 5160 PC XT)? http://en.wikipedia.org/wiki/IBM_5150 http://en.wikipedia.org/wiki/IBM_5155 http://en.wikipedia.org/wiki/IBM_5160 On 5 February 2010 14:03, Daniel M

Re: AMD power reduction

2010-02-07 Thread Nick Holland
With all this talk about power reduction...I'm going to toss out one small suggestion: Get a Wattmeter, and measure... Don't waste your time speculating. An ammeter and high school physics V*A=>Watts doesn't cut it for AC (in general -- a lot of machines are power-factor corrected now so V*A bec

Re: anyone need old PC crap?

2010-02-07 Thread Nick Holland
ropers wrote: > You (or anyone else, really) wouldn't happen to have any 1st or 2nd > generation PC stuff (as in, IBM 5150 PC / IBM 5155 Portable, or IBM > 5160 PC XT)? > > http://en.wikipedia.org/wiki/IBM_5150 > http://en.wikipedia.org/wiki/IBM_5155 > http://en.wikipedia.org/wiki/IBM_5160 please

Re: AMD power reduction

2010-02-07 Thread ropers
On 8 February 2010 04:10, Nick Holland wrote: > With all this talk about power reduction...I'm going to toss out one > small suggestion: > > Get a Wattmeter, and measure... Don't waste your time speculating. > > An ammeter and high school physics V*A=>Watts doesn't cut it for AC > (in general --

Re: AMD power reduction

2010-02-07 Thread Jussi Peltola
On Sun, Feb 07, 2010 at 10:10:22PM -0500, Nick Holland wrote: > With all this talk about power reduction...I'm going to toss out one > small suggestion: > > Get a Wattmeter, and measure... Don't waste your time speculating. > > An ammeter and high school physics V*A=>Watts doesn't cut it for AC

craigslist.org: Account Update

2010-02-07 Thread craigslist
Dear valued member of craigslist.org Due to recent security updates on our website we need you to upgrade to a Verified Member. As of today, Verified Members become immune to flagging! https://accounts.craigslist.org/login?ui=SJ9K2j7&acnt=update If you experience any problems or have any questio

Re: GNOBSD

2010-02-07 Thread STeve Andre'
On Sunday 07 February 2010 20:07:34 Mike wrote: > Hello, Can the Operating system be ported to AMD64? We need the safest > operating system in the world for our AMD64 Tyan Work Stations. Hopefully > you will make an installer for us. Your talent is world renowned, I can > only run your system live

Re: AMD power reduction

2010-02-07 Thread Robert
On Sun, 7 Feb 2010 20:41:31 +0100 frantisek holop wrote: > hmm, on Sun, Feb 07, 2010 at 07:10:29PM +0100, Robert said that > > On Sun, 7 Feb 2010 18:44:13 +0100 > > "Jean-Francois" wrote: > > > > > Is there something one can do to make the system fall into sleep > > > in OpenBSD ? > > > > Susp

flags for wd timeouts?

2010-02-07 Thread Roger Hammerstein
Hello. I have one of these motherboards: http://www.supermicro.com/Aplus/motherboard/Opteron/HT2000/H8DSP-i.cfm Disk activity is a problem on this motherboard. Fscking, or a couple of dd's from /dev/zero to a file on the hard disk result in the below error. I could not finish the install from th

Re: Firefox malware in add-ons

2010-02-07 Thread James Hozier
> From: Chris Bennett > Subject: Firefox malware in add-ons > To: "Misc" > Date: Sunday, February 7, 2010, 11:45 PM > This article is about some add-ons > that are not safe. > Shockingly, :) they got by Mozilla's eyes > > http://blogs.zdnet.com/security/?p=5408&tag=content;col1 > > I might not