Re: why no SASL in sendmail?

2006-08-02 Thread J Moore
On Wed, Aug 02, 2006 at 01:02:31AM -0500, the unit calling itself Jacob Yocom-Piatt wrote: > > > >I need to support mail for mobile users. Consensus appears to be that > >this is best done w/ a combination of SASL (authentication) & STARTTLS > >(encryption). However, sendmail isn't compiled with

Re: compact flash format GPRS modems

2006-08-02 Thread Damien Miller
On Wed, 2 Aug 2006, Nik Lam wrote: > Does anyone have any advice on which one of these two CF GPRS cards would be > better (mainly for use with a Zaurus SL-C3200)? > > Pretec CompactGPRS > http://www.expansys.com.au/product.asp?code=106282&tab=2 > > Audiovox RTM-8000 > http://www.umd.com.au/itd/

Re: why no SASL in sendmail?

2006-08-02 Thread Antoine Jacoutot
On Wed, 2 Aug 2006, J Moore wrote: Perhaps I'm reading too much into this, but is this because there are issues with SASL? Or is there a "better way" to provide smtp services for mobile users? Add WANT_SMTPAUTH=Yes in /etc/mk.conf and recompile sendmail. See /usr/src/gnu/usr.sbin/sendmail/send

Re: Subversion client for openbsd

2006-08-02 Thread Siju George
On 8/2/06, Sigfred Heversen <[EMAIL PROTECTED]> wrote: Siju George wrote: > Hi, > > What subversion ( GUI ) clients do you use on your OpenBSD systems? > Seems there is none on 3.9 ports and I will have to compile from source. > Will 4.0 have any subversio client in ports? Subclipse (Java) was v

Compiler error during porting exercise

2006-08-02 Thread Michael C
Hi, I am trying some porting examples to winscw and I have a question: Why is it that the MetroWerks CodeWarrior 3.1 cannot handle the following? in header file (pcb.h): int in_baddynamic (u_int16_t, u_int16_t); in c file (pcb.c) int in_baddynamic (a, b) u_int16_ta; u_

Re: [OT] Need to use OpenOffice & WINE, so FreeBSD or Slackware?

2006-08-02 Thread Stefan Kell
Hi, Slackware! It is Linux in BSD-Style. So you have the benefit that commercial software will run without emulation if you need to. Installation is easy and the default configuration is very reasonably. Regards Stefan Kell On Wed, 2 Aug 2006, Damon McMahon wrote: > Greetings, > > Please accep

Re: compact flash format GPRS modems

2006-08-02 Thread Nik Lam
Damien Miller wrote: On Wed, 2 Aug 2006, Nik Lam wrote: Does anyone have any advice on which one of these two CF GPRS cards would be better (mainly for use with a Zaurus SL-C3200)? Pretec CompactGPRS http://www.expansys.com.au/product.asp?code=106282&tab=2 Audiovox RTM-8000 http://www.umd.

Re: Compiler error during porting exercise

2006-08-02 Thread Otto Moerbeek
On Wed, 2 Aug 2006, Michael C wrote: > Hi, > > I am trying some porting examples to winscw and I have a question: > > Why is it that the MetroWerks CodeWarrior 3.1 cannot handle the following? > > in header file (pcb.h): > intin_baddynamic (u_int16_t, u_int16_t); > > in c file (pcb.c) > in

Re: OT - OpenBSD's own compiler

2006-08-02 Thread mickey
On Tue, Aug 01, 2006 at 03:57:34PM -0500, Jacob Yocom-Piatt wrote: > Original message > >Date: Tue, 01 Aug 2006 19:19:11 +0200 > >From: chefren <[EMAIL PROTECTED]> > >Subject: Re: OpenBSD's own compiler > >To: misc@openbsd.org > > > >On 08/01/06 16:48, Anton Karpov wrote: > > > >> Thi

Re: ralink rum(4) driver ?

2006-08-02 Thread Diana Eichert
On Tue, 1 Aug 2006, pedro la peu wrote: > On Tuesday 01 August 2006 13:01, Diana Eichert wrote: > > > I want to put a bi-quad at the focal point of an 18" parabolic dish at > > either end. > > If that combination is necessary a ralink radio is likely a poor choice. I could do it with bi-quads onl

Re: ralink rum(4) driver ?

2006-08-02 Thread NetNeanderthal
On 8/2/06, Diana Eichert <[EMAIL PROTECTED]> wrote: On Tue, 1 Aug 2006, pedro la peu wrote: > If that combination is necessary a ralink radio is likely a poor choice. I could do it with bi-quads only on either end but by using the parabolic I focus the radio signal minimimizing other radios seei

Re: Easy for a newbie to manage an OpenBSD server?

2006-08-02 Thread David Leung
On Wednesday 02 August 2006 03:26, Titan wrote: > I have quite a predicament. I have been tasked with setting up an FTP > server for the research group I'm involved with. The problem is once > I'm gone someone with no *NIX experience will be maintaining the > server. Does the ftp have to run on

misterious network/all freezing.

2006-08-02 Thread Inigo Tejedor Arrondo
scene: home webserver (athlon 1,2Mz via chipset, lan realtek) dmesg at the end of email. OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48 MST 2006 The server is conected to a 3com superstack hub, and witouth keyboard/screen, managed with ssh. Packet Filter is disable on this machine. Uptimes are a

Re: misterious network/all freezing.

2006-08-02 Thread Andrei GUDIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try replacing the rl0 nic. I had similar problems. Random freezing of my server. After replacing the rl0 nic everyting went back to normal. Inigo Tejedor Arrondo wrote: > scene: home webserver (athlon 1,2Mz via chipset, lan realtek) dmesg at > the end

compiler error

2006-08-02 Thread holger glaess
hi i got after an cvs update to current an compiler error /usr/src/sys/arch/amd64/compile/fw >make depend mkdir -p /usr/src/sys/arch/amd64/compile/fw/lib/kern depending the kern library objects depending the compat library objects sh /usr/src/sys/arch/amd64/compile/fw/../../../../kern/genassym.s

Re: compiler error

2006-08-02 Thread ddp
On 8/2/06, holger glaess <[EMAIL PROTECTED]> wrote: > > hi > > i got after an cvs update to current an compiler error > > /usr/src/sys/arch/amd64/compile/fw >make depend > mkdir -p /usr/src/sys/arch/amd64/compile/fw/lib/kern > depending the kern library objects > depending the compat library object

Re: compiler error

2006-08-02 Thread Miod Vallat
> i got after an cvs update to current an compiler error [...] > cc1: error: unrecognized option `-Wstack-larger-than-2047' > *** Error code 1 > > Stop in /usr/src/sys/arch/amd64/compile/fw (line 581 of Makefile). > > > any clue for me ? http://www.openbsd.org/faq/current.html#20060727 Miod

Re: compiler error

2006-08-02 Thread Antoine Jacoutot
On Wed, 2 Aug 2006, holger glaess wrote: i got after an cvs update to current an compiler error /usr/src/sys/arch/amd64/compile/fw >make depend mkdir -p /usr/src/sys/arch/amd64/compile/fw/lib/kern depending the kern library objects depending the compat library objects sh /usr/src/sys/arch/amd64/

Re: Network equipment testing with two NICs

2006-08-02 Thread Michal Soltys
Anwyay. With "fresh" routing table - let's assume that the only thing there is localhost. When you did: $ ifconfig sk0 192.168.50.1 $ ifconfig sk1 192.168.50.2 The first command would add something like: 192.168/255.255.0.0 link#1 UC sk0 Flag C (check netstat man page) is important

need amd64/x86 system with PCIe

2006-08-02 Thread Marco Peereboom
Over the course of a month I had my 3 x86 test machines break down on me. I am therefore in need of an x86 box. I preferably need an amd64 (so that I can develop for both x86 and amd64) box that has PCIe and PCIX slots in it. Anyone willing to donate a box? or individual parts? Please contact

Re: OT - OpenBSD's own compiler

2006-08-02 Thread chefren
On 08/01/06 22:57, Jacob Yocom-Piatt wrote: this is the funniest post i've read on misc@ in a while. That was why I put "Amen" below it... .. sounds like it's already under way with google "monitor me six ways from sunday" desktop. overt centralization of anything is dangerous, especially c

Re: Intel gigabit 82541PI

2006-08-02 Thread Lasse Bach
Hi Stuart. I received the NIC today. The chip is found and seems to be working well, caught with the 82541GI driver as you said. I'm running 3.9 release. The chip is a 82541PI as my supplier stated. I don't know if the man page should be updated, or if anything else is needed. I'll be available

Re: ralink rum(4) driver ?

2006-08-02 Thread Diana Eichert
On Wed, 2 Aug 2006, NetNeanderthal wrote: chuckle > A bit off-topic from misc@, but you might consider purchasing a > professional-grade antenna. I believe that pacwireless.com sells most > in the 2.4GHz range at or under $65 USD that will more than suffice (I > am unaffiliated). I advise again

problem with IoGear 4-port USB KVM model GCS634U: uhidev2: no report descriptor

2006-08-02 Thread Chris Paul
Attached is a excerpt of /var/log/messages showing the KVM switch to and from a computer named honey. You can see that uhidev2 normally comes back up but sometimes says "no report descriptor". When it does, this USB port is dead and doesn't come back. I have to connect the keyboard to another por

Re: misterious network/all freezing.

2006-08-02 Thread Inigo Tejedor Arrondo
El mii, 02-08-2006 a las 18:01 +0300, Andrei GUDIU escribis: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Try replacing the rl0 nic. I had similar problems. Random freezing of my > server. After replacing the rl0 nic everyting went back to normal. Well, now i have some 3Com 3c905C-TX/TX-

Re: Run script on cd insertion

2006-08-02 Thread andrew fresh
On Tue, Aug 01, 2006 at 08:53:15PM -0400, Jeff Quast wrote: > On 8/1/06, andrew fresh <[EMAIL PROTECTED]> wrote: > >I am in need the ability to run a script when a cd is inserted. I am > >not finding any way of getting notified when that happens, so I am > >asking here. If not, I can just loop cd

Re: ralink rum(4) driver ?

2006-08-02 Thread NetNeanderthal
On 8/2/06, Diana Eichert <[EMAIL PROTECTED]> wrote: Thank you for your concerns, but I can honestly say I have access to some of the best machine tools in the world. You're welcome, and I've blessed every last soothsayer's soul that has told me exactly that! Nevertheless, I suppose your ... r

Re: Network equipment testing with two NICs

2006-08-02 Thread Matthew R. Dempsky
On Wed, Aug 02, 2006 at 06:04:19PM +0200, Michal Soltys wrote: > [ reminder about the routing table works ] Whoops, you're right. It wasn't anything specific to sk0 and sk1, just because of how I assigned IP addresses. > Small correction to my prev post - messing with route / PF to enforce goin

Re: problem with IoGear USB KVM model GCS634U: uhidev2: no report descriptor

2006-08-02 Thread Chris Paul
Update on this: It also causes the system to crash apparently. It did not crash previously, before the KVM, and now it has a few times while connected to the KVM and writing to a umass device. I am doing a massive rsync/rsnapshot at the same time to a umass device. I'm going to try it without

Re: ralink rum(4) driver ?

2006-08-02 Thread Diana Eichert
On Wed, 2 Aug 2006, NetNeanderthal wrote: > On 8/2/06, Diana Eichert <[EMAIL PROTECTED]> wrote: > > Thank you for your concerns, but I can honestly say I have access to some > > of the best machine tools in the world. > > You're welcome, and I've blessed every last soothsayer's soul that has > tol

WPA support / creating a cf image

2006-08-02 Thread openbsd misc
Hello together, I hope this is the right place for my questions. At the moment I'm playing around with OpenBSD on a WRAP system. I want it to be a firewall, reverse-proxy (for Outlook Web Access) and as VPN Gateway. My problem is, that I'm only able to install openbsd on an compact flash card usin

Re: OT - OpenBSD's own compiler

2006-08-02 Thread Anton Karpov
2006/8/2, chefren <[EMAIL PROTECTED]>: > > On 08/01/06 22:57, Jacob Yocom-Piatt wrote: > > > this is the funniest post i've read on misc@ in a while. > > That was why I put "Amen" below it... > > .. A little bit of trolling never hurts anyone ;)

4.0-beta mpi sees LSI Fibre Channel Was: problem with LSI Fibre Channel MPT AMD64 OpenBSD 3.9-current

2006-08-02 Thread Diana Eichert
Thanks to all the OpenBSD developers that brought up mpi(4). I just had an opportunity to try yesterday's 4.0-beta amd64 snapshot on a system that didn't work with mpt(4), everything worked AOK. Thanks also to brad@ for the NIC driver work he does, my Intel 10G NIC is supported also. diana dmes

Re: ralink rum(4) driver ?

2006-08-02 Thread pedro la peu
> I focus the radio signal minimimizing other radios seeing the signal > from the sides. I use an(4)'s antenna diversity to similar effect. Either way, good ears need less signal.

Isakmpd (openbsd) and racoon (macos x) interoperability

2006-08-02 Thread Bo Granlund
Hi, I recently got a Mac Book from Apple with the latest and greatest Mac OS X installed on it. I have a setup where I connect the mac book to an wlan accesspoint which is connected to an openbsd 3.9-current machine which should provide connectivity to the Mac Book over an IPSec tunnel. I have lo

Re: ralink rum(4) driver ?

2006-08-02 Thread NetNeanderthal
On 8/2/06, Diana Eichert <[EMAIL PROTECTED]> wrote: We like to do things with commodity hardware, well let's just say that are "interesting", right now we want to push wireless across a "desert", with gear we don't care about losing. It sounds fascinating -- do keep us updated on how OpenBSD fi

service monitoring and pf load balancing

2006-08-02 Thread ben
I'm using a pf to round-robin redirect incoming requests (in this case http) to a pf address pool. I'm using pf to perform redirection in this situation instead of using a proxy specifically to avoid the source addresses in the log files as being that of the proxy server. I'm aware of tools that

Re: ralink rum(4) driver ?

2006-08-02 Thread Diana Eichert
On Wed, 2 Aug 2006, NetNeanderthal wrote: > On 8/2/06, Diana Eichert <[EMAIL PROTECTED]> wrote: > > We like to do things with commodity > > hardware, well let's just say that are "interesting", right now we want to > > push wireless across a "desert", with gear we don't care about losing. > > It so

Re: service monitoring and pf load balancing

2006-08-02 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > CARP comes very close to solving the problem, but it's not specific to > individual tcp ports afaik. So it would help if a box becomes > completely unreachable, but if only the service stops working it's not > that useful. > > Essentially I'm looking for a very simple da

Re: service monitoring and pf load balancing

2006-08-02 Thread Jason Dixon
On Aug 2, 2006, at 7:53 PM, ben wrote: I'm using a pf to round-robin redirect incoming requests (in this case http) to a pf address pool. I'm using pf to perform redirection in this situation instead of using a proxy specifically to avoid the source addresses in the log files as being that of t

Re: Using dd(1) to duplicate a hard drive

2006-08-02 Thread Samurai Chef
On 8/1/06, Shane J Pearson <[EMAIL PROTECTED]> wrote: Hi Chris, On 2006.08.01, at 2:00 PM, Chris Zakelj wrote: > Went back about two years in the MARC archives with the terms 'copy > drive' (oddly enough, 'dd' itself wouldn't work), and got plenty of > linux examples on Google (that pretty much

3.9 building fails

2006-08-02 Thread Giuseppe Argentieri
Hi, I'm trying to build 3.9 release from sources, running 3.9. After cvsup from rt.fm, I followed instructions in release(8): # cd /usr/obj && mkdir -p .old # mv * .old && sudo rm -rf .old # cd /usr/src && nice make obj # cd /usr/src/etc && env DESTDIR=/ sudo make distrib-dirs # cd /usr/sr

Looking for TI-based WLAN cards that can do B+G

2006-08-02 Thread Marcus Glocker
Hello, As we are working on a driver for TI (Texas Instruments) based WLAN CardBus/PCI devices, we are looking for some more of those in Switzerland for our developers. Especially such with a acx111 chipset for CardBus. If you would be able to deliver such a device to Switzerland, please contact

Re: Run script on cd insertion

2006-08-02 Thread L. V. Lammert
At 12:16 PM 8/2/2006 -0700, andrew fresh wrote: > I never checked for CD's, but hotplugd might say something when it is > inserted, I know it works for USB disks. AFAIK hotplug only works for drives not disks. My testing just now shows that hotplugd does not see an event when I put in a CD Yo

"no disk found" - HP ProLiant DL360 G4

2006-08-02 Thread Edward Avent
Hi, I'm trying to install OpenBSD 3.9 -release onto a HP ProLiant DL360 G4 server. I get a "no disk found" message after the install?> question. The system has an Intel 6300ESB/82801FR SATA Controller and is running a single Maxtor SATA HDD. I think if I could set the controller to "compatibil

Re: misterious network/all freezing.

2006-08-02 Thread Nick Holland
Inigo Tejedor Arrondo wrote: scene: home webserver (athlon 1,2Mz via chipset, lan realtek) dmesg at the end of email. OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48 MST 2006 The server is conected to a 3com superstack hub, and witouth keyboard/screen, managed with ssh. Packet Filter is disable

USB Serial Adapter (detected as ugen)

2006-08-02 Thread Craig Barraclough
I recently purchased a USB serial adapter, which is currently showing up as: ugen0 at uhub0 port 1 ugen0: ArkMicroChips USB-UART Controller, rev 1.10/0.01, addr 3 usbdevs -v reports: port 1 addr 3: full speed, power 500 mA, config 1, USB-UART Controller(0x0232), ArkMicroChips(0x6547), rev 0.

Re: ralink rum(4) driver ?

2006-08-02 Thread Jonathan Franks
On Aug 2, 2006, at 7:51 PM, Diana Eichert wrote: On Wed, 2 Aug 2006, NetNeanderthal wrote: On 8/2/06, Diana Eichert <[EMAIL PROTECTED]> wrote: We like to do things with commodity hardware, well let's just say that are "interesting", right now we want to push wireless across a "desert", with

Re: [OT] Need to use OpenOffice & WINE, so FreeBSD or Slackware?

2006-08-02 Thread Rod Dorman
On Wednesday, August 2, 2006, 03:16:01, Stefan Kell wrote: > Slackware! It is Linux in BSD-Style. I can second this recommendation. When I went searching for a linux distro I could live with for setting up an asterisk pbx slackware was the one I found to be the most BSD like. -- [EMAIL P

Re: service monitoring and pf load balancing

2006-08-02 Thread Bill Marquette
On 8/2/06, ben <[EMAIL PROTECTED]> wrote: I'm using a pf to round-robin redirect incoming requests (in this case http) to a pf address pool. I'm using pf to perform redirection in this situation instead of using a proxy specifically to avoid the source addresses in the log files as being that of

Re: "no disk found" - HP ProLiant DL360 G4

2006-08-02 Thread Edward Avent
Hi, I had some suggestions and was able to solve this issue by using the -current snapshot. Thanks, Edward Edward Avent wrote: Hi, I'm trying to install OpenBSD 3.9 -release onto a HP ProLiant DL360 G4 server. I get a "no disk found" message after the install?> question. The system has an

Re: compact flash format GPRS modems

2006-08-02 Thread Damien Miller
On Wed, 2 Aug 2006, Nik Lam wrote: > Very helpful info Damien, thanks. > > What's the longest that you've been able to stay online for at a stretch using > only the zaurus battery? At least an hour, but I have never really timed it. -d