Re: help /w syntax? the creation of vlan interfaces and subsequent automatic routes

2005-05-12 Thread Karl-Heinz Wild
On 13.05.2005, at 00:01, Whyzzi wrote: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # cat /etc/hostname.vlan2 inet 10.117.254.2 255.255.255.248 NONE vlan 2 vlandev fxp0 # cat /etc/ifconfig.vlan2 inet 10.117.254.2 255.255.255.248 vlan 2 vlandev fxp0 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- [snip

Re: OpenBSD 3.6, Intel 3.0 HT processor!!

2005-05-12 Thread Ted Unangst
On Thu, 12 May 2005, Henning Brauer wrote: > * J.D. Bronson <[EMAIL PROTECTED]> [2005-05-12 16:23]: > > No matter what I set the BIOS to - I cannot get SMP/HTT to work in > > OpenBSD, but it does work with others > > OpenBSD will only use HT on systems with an MPBIOS, which almost no > unip

Re: /etc/skel/.profile export PATH HOME TERM

2005-05-12 Thread Christian Jones
On 5/12/05, Nick Holland <[EMAIL PROTECTED]> wrote: > Unnecessarily code != evil code. :) > Always very, very good to remember ;-) You're absolutely right, Nick---these stylistic and pragmatic issues are certainly ones I hadn't thought of. Though I was initially looking for some specific reason

Re: Mail Server Architecture

2005-05-12 Thread Geoff White
Hey, folks, this is what I'm working on right now ... www.maildroid.org I'm releasing an ALPHA CD/.iso on or around May 19th. You'll be able to download it and play around with it. I'm running it on my MTA right now, but it is FAR from a final solution. Any Ideas/fee

Re: restore partitions

2005-05-12 Thread Nick Holland
Roland wrote: > I would like to know if it is possible to continue restoring partitions > after having restored the root partition. > > The FAQ mentions that the new root filesystem should be ready enough so > you can reboot and continue restoring the rest of the filesystems in > single user mod

Re: /etc/skel/.profile export PATH HOME TERM

2005-05-12 Thread Nick Holland
Christian Jones wrote: > A minor, even trivial, perhaps pointless issue---but I'm curious: > > /etc/skel/.profile includes the line > export PATH HOME TERM > > This appears to be unnecessary; login(1) places all three into the > environment. Simple testing with ksh and sh reveal no changes > re

OT: Archiving many files to span multiple DVDs

2005-05-12 Thread Nick Holmes
Dear Misc@, First up this is off-topic but I'm sure that someone here has experienced this problem in the past, so please forgive my asking as I'm not sure where else to turn. I've got an OpenBSD fileserver full of files which I have built up over the years: Digital photos, 3D modelling files,

Re: help /w syntax? the creation of vlan interfaces and subsequent automatic routes

2005-05-12 Thread Whyzzi
Of course! How silly of me. Thanks so much! On 5/12/05, Stephen Marley <[EMAIL PROTECTED]> wrote: > On Thu, May 12, 2005 at 04:01:03PM -0600, Whyzzi wrote: > > # cat /etc/ifconfig.vlan2 > > inet 10.117.254.2 255.255.255.248 vlan 2 vlandev fxp0 > ^ > Insert the word netmask. > >

Re: help /w syntax? the creation of vlan interfaces and subsequent automatic routes

2005-05-12 Thread Claudio Jeker
On Thu, May 12, 2005 at 04:01:03PM -0600, Whyzzi wrote: > I've got two files, hostname.vlan2 and ifconfig.vlan2, both contain > basically the same information: > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > # cat /etc/hostname.vlan2 > inet 10.117.254.2 255.255.255.248 NONE vlan 2 vlandev fxp0

Re: help /w syntax? the creation of vlan interfaces and subsequent automatic routes

2005-05-12 Thread Stephen Marley
On Thu, May 12, 2005 at 04:01:03PM -0600, Whyzzi wrote: > # cat /etc/ifconfig.vlan2 > inet 10.117.254.2 255.255.255.248 vlan 2 vlandev fxp0 ^ Insert the word netmask. -- [EMAIL PROTECTED]

Cisco Aironet MPI350

2005-05-12 Thread Justin Reigle
Hello All, I recently purchased a Thinkpad T40 which contains the Cisco Aironet MPI350 minipci adapter. After an afternoon of research and hacking the various aironet driver files, I'm hoping someone can offer some assistance. If you read this far, I'm sure you already know the MPI350 is differen

help /w syntax? the creation of vlan interfaces and subsequent automatic routes

2005-05-12 Thread Whyzzi
I've got two files, hostname.vlan2 and ifconfig.vlan2, both contain basically the same information: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # cat /etc/hostname.vlan2 inet 10.117.254.2 255.255.255.248 NONE vlan 2 vlandev fxp0 # cat /etc/ifconfig.vlan2 inet 10.117.254.2 255.255.255.248 vlan 2 v

Re: built php4 from ports, but no mysql or postgresql support...how to enable support?

2005-05-12 Thread Rick Barter
Rick Barter wrote: I have Googled and searched the archives, but I'm not finding what I'm looking for. I have installed php4 from ports and realize after researching an erro I was getting and viewing info.php that I don't have support for mysql and postgresql. Is there a way I can add support

Re: Controlling fan speed

2005-05-12 Thread Anthony Roberts
> Is it possible to control the speed at which the fans are running on OpenBSD? > > I know that my motherboard has the chip that allows for such control > (the settings are available in BIOS, but the options in BIOS are too > limited, in fact it's just Enabled/Disabled, so not much choice). I > al

Re: rdr to internal web server (pf.conf)

2005-05-12 Thread Jason Dixon
On May 12, 2005, at 3:03 PM, GV wrote: based to the given port number, I want to redirect an external call to my public IP to different web servers (they listen locally to port 80!) located inside my LAN. For example: IP:8000 --> 192.168.1.100 (on port 80!) IP:8001 --> 192.168.1.101 (on port 80!

Re: Beefier alternative to soekris 4801 for openbsd router?

2005-05-12 Thread Constantine A. Murenin
On 12/05/05, Diana Eichert <[EMAIL PROTECTED]> wrote: > On Thu, 12 May 2005, Mark Uemura wrote: > > > On Wed, May 11, 2005 at 12:29:12PM -0400, Constantine A. Murenin wrote: > > > > > On 11/05/05, Mark Uemura <[EMAIL PROTECTED]> wrote: > > > > > FWIW that's my US$.02 > > > > Thanks for that. You

Re: rdr to internal web server (pf.conf)[SOLVED]

2005-05-12 Thread GV
Indeed. Thank you for your support George On Thursday 12 May 2005 21:41, Jason Dixon wrote: > On May 12, 2005, at 3:03 PM, GV wrote: > > based to the given port number, I want to redirect an external call to > > my > > public IP to different web servers (they listen locally to port 80!) > > locat

Re: Binat roaming vpn clients

2005-05-12 Thread Bob Beck
Bug [EMAIL PROTECTED] and make him write up a little nerdy whitepaper on using ipsec with authpf and NAT for trackable roaming VPN clients. That's what we use here. Very distilled summary is that the clients connect with a fairly vanilla vpn setup, but then must authpf authentica

Re: built php4 from ports, but no mysql or postgresql support...how to enable support?

2005-05-12 Thread Rick Barter
Daniel Ouellet wrote: Yeah, but my question was about compiling different flavors. This is because I'm dealing with an OpenBSD 3.0 machine. The search continues... How could anyone have guess that as it wasn't in your question? There is so much improvement from then, that it may be time to swit

Controlling fan speed

2005-05-12 Thread Constantine A. Murenin
Hello, Is it possible to control the speed at which the fans are running on OpenBSD? I know that my motherboard has the chip that allows for such control (the settings are available in BIOS, but the options in BIOS are too limited, in fact it's just Enabled/Disabled, so not much choice). I also k

Re: built php4 from ports, but no mysql or postgresql support...how to enable support?

2005-05-12 Thread Daniel Ouellet
Yeah, but my question was about compiling different flavors. This is because I'm dealing with an OpenBSD 3.0 machine. The search continues... How could anyone have guess that as it wasn't in your question? There is so much improvement from then, that it may be time to switch to 3.7...

Re: installing mysql-server from ports?

2005-05-12 Thread Daniel Ouellet
Didier Wiroth wrote: hi, i've installed 3.7 from cd and want to install mysql-server from the ports. unfortunately the port version only installs the client part, how do I install the server part? many thx didier If you look at the packages available, I see: mysql-client-4.0.20.tgz and mysql-server

rdr to internal web server (pf.conf)

2005-05-12 Thread GV
Hi, based to the given port number, I want to redirect an external call to my public IP to different web servers (they listen locally to port 80!) located inside my LAN. For example: IP:8000 --> 192.168.1.100 (on port 80!) IP:8001 --> 192.168.1.101 (on port 80!) when I try the above, pf is blo

Re: built php4 from ports, but no mysql or postgresql support...how to enable support?

2005-05-12 Thread Rick Barter
Daniel Ouellet wrote: Rick Barter wrote: I have Googled and searched the archives, but I'm not finding what I'm looking for. I have installed php4 from ports and realize after researching an erro I was getting and viewing info.php that I don't have support for mysql and postgresql. Is there a

dual internet; pf; isakmpd & default gateway - possible?

2005-05-12 Thread Whyzzi
I got a second business class DSL line recently and was wondering if anyone had any luck with a split isakmpd over two internet interfaces. Anyway the problem I am having is with the default gateway - i need to have the default gateway tied to (we will call it gateway 1; henceforth gw1) because th

built php4 from ports, but no mysql or postgresql support...how to enable support?

2005-05-12 Thread Rick Barter
I have Googled and searched the archives, but I'm not finding what I'm looking for. I have installed php4 from ports and realize after researching an erro I was getting and viewing info.php that I don't have support for mysql and postgresql. Is there a way I can add support for these databases

Re: built php4 from ports, but no mysql or postgresql support...how to enable support?

2005-05-12 Thread Mike Belopuhov
On Thu, May 12, 2005 at 14:13 -0400, Rick Barter wrote: > I have Googled and searched the archives, but I'm not finding what I'm > looking for. > > I have installed php4 from ports and realize after researching an erro > I was getting and viewing info.php that I don't have support for mysql > a

Re: built php4 from ports, but no mysql or postgresql support...how to enable support?

2005-05-12 Thread Daniel Ouellet
Rick Barter wrote: I have Googled and searched the archives, but I'm not finding what I'm looking for. I have installed php4 from ports and realize after researching an erro I was getting and viewing info.php that I don't have support for mysql and postgresql. Is there a way I can add support

Re: /etc/skel/.profile export PATH HOME TERM

2005-05-12 Thread Christian Jones
On 5/12/05, Will H. Backman <[EMAIL PROTECTED]> wrote: > What about when sshd is set to not use login? > This is exactly the sort of thing I was hoping to hear, something I hadn't thought of. However, it looks like it's still unnecessary. sshd_config has UseLogin No as the default, and running t

Re: Mail from doubleclick.com sites

2005-05-12 Thread =?ISO-8859-1?Q?Sigfred_H=E5versen?=
Dave Feustel wrote: Is there any straightforward way to block email from locations that whois shows to have been created by doubleclick.com? Thanks, Dave Feustel Yuck, did not read your mail properly before replying... You can use the blacklisting functionality of spamd. /Sigfred

Re: Mail from doubleclick.com sites

2005-05-12 Thread =?ISO-8859-1?Q?Sigfred_H=E5versen?=
Dave Feustel wrote: Is there any straightforward way to block email from locations that whois shows to have been created by doubleclick.com? Thanks, Dave Feustel You can use BIND for this. In /var/named/etc/named.conf you can put something like zone "doubleclick.com" { type master;

Re: /etc/skel/.profile export PATH HOME TERM

2005-05-12 Thread Will H. Backman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Christian Jones > Sent: Thursday, May 12, 2005 11:56 AM > To: misc@openbsd.org > Subject: Re: /etc/skel/.profile export PATH HOME TERM > > On 5/12/05, Andreas Kahari <[EMAIL PROTECTED]> wrote: > > These

Re: Mail from doubleclick.com sites

2005-05-12 Thread Mike Belopuhov
On Thu, May 12, 2005 at 11:45 -0500, Dave Feustel wrote: > Is there any straightforward way to > block email from locations that whois shows > to have been created by doubleclick.com? > something like this maybe?... LOCAL_CONFIG Kcheckblocked regex [EMAIL PROTECTED] (doubleclick.com) LO

Mail from doubleclick.com sites

2005-05-12 Thread Dave Feustel
Is there any straightforward way to block email from locations that whois shows to have been created by doubleclick.com? Thanks, Dave Feustel

Re: Beefier alternative to soekris 4801 for openbsd router?

2005-05-12 Thread Diana Eichert
On Thu, 12 May 2005, Mark Uemura wrote: > On Wed, May 11, 2005 at 12:29:12PM -0400, Constantine A. Murenin wrote: > > > Doing some flirting with Diana on a public mailing list? :-) > > I hope that it doesn't look that way as my wife and kids would be terribly > disappointed ;) I'm just happy

Re: /etc/skel/.profile export PATH HOME TERM

2005-05-12 Thread Christian Jones
On 5/12/05, Andreas Kahari <[EMAIL PROTECTED]> wrote: > These are variables typically used by processed started from the shell > session. Without exporting the variables, they would not be seen by > new processes. > That's true---but login(1) already exports them (see below, or man 1 login). > Th

Re: OpenBSD 3.6, Intel 3.0 HT processor!!

2005-05-12 Thread JR Dalrymple
You're multithreading for long periods of time, and your maximum cpu usage there is limeted largely by disk i/o. Not very often do you have more than one process going on limited by disk i/o and when it does happen it doesn't happen for long periods of time). The only time I could see HT being

Re: /etc/skel/.profile export PATH HOME TERM

2005-05-12 Thread Christian Jones
On 5/12/05, Marcus Popp <[EMAIL PROTECTED]> wrote: > /etc/skel/.profile isn't used at the login. > Read man adduser. The /etc/skel/* could be copied to a new users homedir. > That's correct---and it's copied by default, so that it ends up being accessed by a non-root user who uses ksh or sh as his

Re: OpenBSD 3.6, Intel 3.0 HT processor!!

2005-05-12 Thread Theo de Raadt
> No matter what I set the BIOS to - I cannot get SMP/HTT to work in > OpenBSD, but it does work with others Some machines advertise their HTT processors in MPBIOS. Some do not. If they do advertise it, it works.

Re: OpenBSD 3.6, Intel 3.0 HT processor!!

2005-05-12 Thread Mike Sazhin
J.D. Bronson wrote: At 09:04 AM 05/12/2005, JR Dalrymple wrote: You can solve the problem by going into the bios setup and disabling HT. Or you can suffer the performance loss. Your choice. Joco Salvatti wrote: Hi all, I have a Server box running OpenBSD 3.6, Intel 3.0 HT processor, I've compiled a

Re: OpenBSD 3.6, Intel 3.0 HT processor!!

2005-05-12 Thread Henning Brauer
* J.D. Bronson <[EMAIL PROTECTED]> [2005-05-12 16:23]: > No matter what I set the BIOS to - I cannot get SMP/HTT to work in > OpenBSD, but it does work with others OpenBSD will only use HT on systems with an MPBIOS, which almost no uniprocessor board has. not that this is a loss... -- BS

Re: OpenBSD 3.6, Intel 3.0 HT processor!!

2005-05-12 Thread J.D. Bronson
At 09:04 AM 05/12/2005, JR Dalrymple wrote: You can solve the problem by going into the bios setup and disabling HT. Or you can suffer the performance loss. Your choice. Joco Salvatti wrote: Hi all, I have a Server box running OpenBSD 3.6, Intel 3.0 HT processor, I've compiled a kernel with SMP sup

Re: OpenBSD 3.6, Intel 3.0 HT processor!!

2005-05-12 Thread JR Dalrymple
You can solve the problem by going into the bios setup and disabling HT. Or you can suffer the performance loss. Your choice. Joco Salvatti wrote: Hi all, I have a Server box running OpenBSD 3.6, Intel 3.0 HT processor, I've compiled a kernel with SMP support, but where can I verify if it's really

Re: OpenBSD 3.6, Intel 3.0 HT processor!!

2005-05-12 Thread Rogier Krieger
On 5/12/05, Joco Salvatti <[EMAIL PROTECTED]> wrote: > Hi all, I have a Server box running OpenBSD 3.6, Intel 3.0 HT > processor, I've compiled a kernel with SMP support, but where can I > verify if it's really using SMP? You will want to try GENERIC.MP for an SMP-enabled kernel: it's named /bsd.m

installing mysql-server from ports?

2005-05-12 Thread Didier Wiroth
hi, i've installed 3.7 from cd and want to install mysql-server from the ports. unfortunately the port version only installs the client part, how do I install the server part? many thx didier

OpenBSD 3.6, Intel 3.0 HT processor!!

2005-05-12 Thread João Salvatti
Hi all, I have a Server box running OpenBSD 3.6, Intel 3.0 HT processor, I've compiled a kernel with SMP support, but where can I verify if it's really using SMP? Under GNU/Linux distros i run cat /proc/cpuinfo and it shows me two processors. Under OpenBSD I've mounted the kernel filesystem and I t

FW: installing mysql-server from ports?

2005-05-12 Thread Didier Wiroth
oups :-/ got it ...sorry ... >unfortunately the port version only installs the client part, how do I install the server part?

Re: Zaurus 3000, openbsd and cellular telephone

2005-05-12 Thread Yasuhito FUTATSUKI
In article <[EMAIL PROTECTED]> I writes: > At least umodem(4) driver works well on my USB adaptor for PC-card > communication device translate into USB communication device class > (Vendor: SUNTAC, Product: Slipper X(VS-11X) ... end of life), > with CF type PHS card (Vendor: Sharp, Carrier:NTT-D

Re: /etc/skel/.profile export PATH HOME TERM

2005-05-12 Thread Marcus Popp
On 2005-05-11T20:24, Christian Jones wrote: > A minor, even trivial, perhaps pointless issue---but I'm curious: > > /etc/skel/.profile includes the line > export PATH HOME TERM > > This appears to be unnecessary; login(1) places all three into the > environment. Simple testing with ksh and sh

Re: File system mirroring for SMTP/POP Servers

2005-05-12 Thread Holger Mauermann
Erik Carlseen wrote: > That being said, it'd be fascinated in hearing about any successes you > have with clustered F/OSS solutions. I'm running a Debian cluster with 2 machines, one is a mail server (Cyrus) and another is a database and file server. If one machine fails, the remaining machine au