cisco 831 & cisco 7960 behind openbsd nat/firewall

2006-10-17 Thread Bob Dobb
My home office is growing as my wife moves from the office to the home. Her work requires her to have an 831 to which is attached a 7960 IP phone. Currently, my network just has a cheap intel box with OpenBSD doing nat/firewall. My question is how do I make the openbsd nat/firewall box disap

Re: max filesize split(1)

2006-10-17 Thread Otto Moerbeek
On Mon, 16 Oct 2006, Sebastian Dehne wrote: > Replacing the long data type with a bigger type, so that split(1) > supports bigger splits, works good enough for me. Don't make it harder that needed. If you have a tested diff, send it in. -Otto

Re: max filesize split(1)

2006-10-17 Thread Otto Moerbeek
On Mon, 16 Oct 2006, Sebastian Dehne wrote: > Hi, > > I noticed that split(1) can only handle files which's size <= 2GB. I > adjusted my version so that it support larger files. > > Why is this limit never increased. I mean, the fs supports much bigger > files. Are there any plans to increased t

Re: SSH upgrade to ver 4.4 on OBSD 3.9 stable broke key auth

2006-10-17 Thread Otto Moerbeek
On Tue, 17 Oct 2006, Per-Olov Sjvholm wrote: > On Tuesday 17 October 2006 01:07, you wrote: > > After I upgraded to 3.9 stable from Oct 10 SSH key login no longer work. > > > > All my servers stopped working with SSH key logins with the result that all > > my rsync automated backups gave up. This

Re: max filesize split(1)

2006-10-17 Thread Chris Kuethe
The following diff works on my amd64. I split an 8GB file into two chunks: 5GB and 3GB Index: split.c === RCS file: /cvs/src/usr.bin/split/split.c,v retrieving revision 1.13 diff -u -r1.13 split.c --- split.c 2006/08/10 22:44:17

Re: NIC intel pro 10/100 ethernet not recognized on new motherboard

2006-10-17 Thread Thomas Schoeller
On Mon, Oct 16, 2006 at 05:37:22PM -0300, Marcos Laufer wrote: > Hi, > > > I know that if i upgrade to 3.9, or make a 3.9 fresh install that would > solve the issue. > But i would really hate doing that just because of this hardware change, as > i said before, this 3.4 has been running perfectly

Re: max filesize split(1)

2006-10-17 Thread Sebastian Dehne
Otto, Thanks for considering it. Here is the patch which worked for me: # # BEGIN PATCH SPLIT(1) # --- split.c Tue Oct 17 09:19:24 2006 +++ split_new.c Tue Oct 17 09:20:15 2006 @@ -59,7 +59,7 @@ #define DEFLINE1000/* Default num lines per file. */ -longbytec

Re: cisco 831 & cisco 7960 behind openbsd nat/firewall

2006-10-17 Thread Daniel Ouellet
Bob Dobb wrote: My home office is growing as my wife moves from the office to the home. Her work requires her to have an 831 to which is attached a 7960 IP phone. Currently, my network just has a cheap intel box with OpenBSD doing nat/firewall. My question is how do I make the openbsd nat/fi

Re: SSH upgrade to ver 4.4 on OBSD 3.9 stable broke key auth

2006-10-17 Thread Maxim Bourmistrov
Well, I did a cvsup (no manual patching). With cvsup came openssl patches too. So I, personly , compiled/installed openssl first, then continued with openssh. I do setup extra instance of sshd/telnet before any major upgrade. I did the same with openssh as you - make clean obj depend , etc. Works w

Re: cisco 831 & cisco 7960 behind openbsd nat/firewall

2006-10-17 Thread Bryan Vyhmeister
On Tue, Oct 17, 2006 at 03:44:04AM -0400, Daniel Ouellet wrote: > That would depend if here office support NAT traversal, or if they > expect the Cisco phone to use fix IP's and also if the phone is using > SIP, or MGCP as the protocol of choice. MGCP is the proprietary call > manager for Cisco

Re: max filesize split(1)

2006-10-17 Thread Otto Moerbeek
On Mon, 16 Oct 2006, ICMan wrote: > My $0.02: > > Is there a way to query the file system to find out what the max-file-size is? > If there is, I don't know how to do it, but it could be added to split(1) so > that split(1) will handle the largest file allowed by whichever file system is > holdin

Re: max filesize split(1)

2006-10-17 Thread Otto Moerbeek
On Tue, 17 Oct 2006, Sebastian Dehne wrote: > Otto, > > Thanks for considering it. Here is the patch which worked for me: This is not enough at least the call to strtol() in the -b case and the limit check needs to be fixed as well. ckuethe@ is working on something. -Otto

Re: cisco 831 & cisco 7960 behind openbsd nat/firewall

2006-10-17 Thread Daniel Ouellet
Bob Dobb wrote: My home office is growing as my wife moves from the office to the home. Her work requires her to have an 831 to which is attached a 7960 IP phone. Currently, my network just has a cheap intel box with OpenBSD doing nat/firewall. My question is how do I make the openbsd nat/fi

Re: SSH upgrade to ver 4.4 on OBSD 3.9 stable broke key auth

2006-10-17 Thread Per-Olov Sjöholm
On Tuesdayen den 17 October 2006 09:19, you wrote: > On Tue, 17 Oct 2006, Per-Olov SjC6holm wrote: > > On Tuesday 17 October 2006 01:07, you wrote: > > > After I upgraded to 3.9 stable from Oct 10 SSH key login no longer > > > work. > > > > > > All my servers stopped working with SSH key logins wit

Re: cisco 831 & cisco 7960 behind openbsd nat/firewall

2006-10-17 Thread Daniel Ouellet
Bryan Vyhmeister wrote: As far as I know, Cisco has typically used SCCP which is their own proprietary protocol. It uses port 2000. Cisco is now switching to SIP and this could be the case for this phone. You are 100% right. The Skinny client from Cisco does use the SCCP. Why in hell did I put

Re: Oldest Server you run

2006-10-17 Thread Henning Brauer
still using this puppy for running ntpd, and pretty much all machines in our network sync against it ;( OpenBSD 4.0-current (GENERIC) #0: Fri Sep 29 10:20:06 CEST 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/vax/compile/GENERIC VAXstation 3100/m{30,40} [0A04 04010002] cpu: KA41/42 cpu: Enabli

Re: SSH upgrade to ver 4.4 on OBSD 3.9 stable broke key auth

2006-10-17 Thread Per-Olov Sjoholm
Don't really like top posts... You did not do any manual patching, but compile openssl separatley?? ;-) Well. Why should I compile and install openssl first when I do a total cvs stable update. And we use STABLE for production. And I expect stable to work... ;-) Wouldn't the following be suf

Re: SSH upgrade to ver 4.4 on OBSD 3.9 stable broke key auth

2006-10-17 Thread Otto Moerbeek
On Tue, 17 Oct 2006, Per-Olov SjC6holm wrote: > What should I clean when I totaly wiped out /usr/src and /usr/obj before the > cvs update. > > The build is done as follows... > --snip-- > cd /usr > export CVSROOT="[EMAIL PROTECTED]:/cvs" > cvs -z5 -q get -rOPENBSD_3_9 -P src > cd /usr/src/sys/arch

Re: SSH upgrade to ver 4.4 on OBSD 3.9 stable broke key auth

2006-10-17 Thread Per-Olov Sjöholm
On Tuesdayen den 17 October 2006 11:17, you wrote: > On Tue, 17 Oct 2006, Per-Olov SjCB6holm wrote: > > What should I clean when I totaly wiped out /usr/src and /usr/obj before > > the cvs update. > > > > The build is done as follows... > > --snip-- > > cd /usr > > export CVSROOT="[EMAIL PROTECTED

Re: SSH upgrade to ver 4.4 on OBSD 3.9 stable broke key auth

2006-10-17 Thread Otto Moerbeek
On Tue, 17 Oct 2006, Per-Olov SjC6holm wrote: > On Tuesdayen den 17 October 2006 11:17, you wrote: > > On Tue, 17 Oct 2006, Per-Olov SjCB6holm wrote: > > > What should I clean when I totaly wiped out /usr/src and /usr/obj before > > > the cvs update. > > > > > > The build is done as follows... >

Sun Blade 1000 in Europe

2006-10-17 Thread tbert
Good morning misc@ There is a Blade 1k in the UK[1] which I would like to see make its way to kettenis@ in the Netherlands. I cannot, however, make this happen myself. I have mailed Wim, and he says that he can do the ordering if the money were to make it to the European donation a

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread Claudio Jeker
On Tue, Oct 17, 2006 at 02:54:50AM +0200, [EMAIL PROTECTED] wrote: > Hello everybody, > > I`ve a CardBus from Netgear wich uses a PrismGT Chipset. > As I checked the "news" for OpenBSD 4.0 again I noticed the pgt-Driver. > I fetched the firmware by hand (fucking Vendor!) and gave it a try. > > If

Re: More ammunition for the Blob fight

2006-10-17 Thread marrandy
On Monday 16 October 2006 18:48, you wrote: > On Monday 16 October 2006 17:13, you wrote: > > Linux: NVIDIA Binary Graphics Driver Exploit > > > > http://kerneltrap.org/node/7228 > > http://www.rapid7.com/advisories/R7-0025.jsp > > None of this is new; here's what(apprently) Linus Torvalds said ba

Re: cisco 831 & cisco 7960 behind openbsd nat/firewal

2006-10-17 Thread Martin Gignac
Note: I have never used a Cisco 831. All I know about it is what I just read off of the Internet a few minutes ago. On 10/17/06, Bob Dobb <[EMAIL PROTECTED]> wrote: Currently, my network just has a cheap intel box with OpenBSD doing nat/firewall. My question is how do I make the openbsd nat/fi

Re: cisco 831 & cisco 7960 behind openbsd nat/firewal

2006-10-17 Thread Martin Gignac
I've just noticed that Daniel and Bryan have been discussing the subject at some length in more detail than I have. I guess you can forget about my post. :-) -Martin -- "Suburbia is where the developer bulldozes out the trees, then names the streets after them."

Re: max filesize split(1)

2006-10-17 Thread Daniel A. Ramaley
On Tuesday 17 October 2006 03:06, you wrote: >There is no uniform way to ask the max file size of a given >file system. ffs filestems do have that info in therir superblock, >though, you can see it with dumpfs(8). split also supports reading from standard input. Figuring out the maximum size of s

Re: More ammunition for the Blob fight

2006-10-17 Thread bofh
On 10/17/06, marrandy <[EMAIL PROTECTED]> wrote: > > On Monday 16 October 2006 18:48, you wrote: > > None of this is new; here's what(apprently) Linus Torvalds said back in > > 1999: > > > > Basically, I want people to know that when they use binary-only modules, > > it's THEIR problem. I want peo

Re: Oldest Server you run

2006-10-17 Thread Shawn K. Quinn
On Thu, 2006-10-12 at 20:54 +0200, Falk Husemann wrote: > Hello List! > We're trying to put an old server to good use again and would like to > know what's exactly the oldest machine running OpenBSD? Until recently, a Pentium 100 MHz with 32M RAM and approx. 3G hard drive. The last of these comp

OT - DVD case :-)

2006-10-17 Thread Terry
Got my 4.0 CDs in the mail yesterday. The DVD case is real nice, I like it much better than the old case. Artwork is fantastic. My 6yo daughter loved the stickers so I gave them to her but I kept the wireframe puffy. ;-) Nice work guys. -- Terry http://tyson.homeunix.org

tar question

2006-10-17 Thread Didier Wiroth
Hello, How can I exclude files or directories when using tar? I found that gnu tar uses --exclude, but how can I do this in openbsd?! How can I do this for example under openbsd: tar czf x.tar.gz /usr/src --exclude CVS/ Thank you very much! Regards Didier

[feature request] Re: Oldest Server you run

2006-10-17 Thread Nico Meijer
Hi list, Since we're apparently talking 'old': when will you guys support the Sinclair ZX81? The 'keyboard' on mine is busted so I can't use it, but when I could run OpenSSH on it... that would be so w00t! Buhbye... Nico P.S. Is it me or is it synchronicity that Annihilator's "Lunatic Asylum" i

Re: OpenBSD 3.8, Soekris net4801 - console boot hangs when keys pressed

2006-10-17 Thread joerch
On Tue, Oct 17, 2006 at 08:38:06AM +0200, marc wrote: > same problem > but chris tell me that and it works > > " > Your /etc/ttys file probably doesn't have anything in it for: > > tty00 "/usr/libexec/getty std.19200" vt100 on secure" the soekris always boots with 19200 by default. you can

Re: tar question

2006-10-17 Thread Didier Wiroth
sorry forget it guys ;-/ installing gtar is the issue ...

Re: no login prompt on tty00

2006-10-17 Thread Ryan Corder
On Tue, 2006-10-17 at 02:28 +0800, Lars Hansson wrote: > Not necessarily, it might work if you dont configure a serial console in > OpenBSD. that's just the thing...I don't have, nor want a serial console. I just need an additional TTY up and running with a login so that I can manage all my machi

Re: tar question

2006-10-17 Thread Andy Hayward
On 10/17/06, Didier Wiroth <[EMAIL PROTECTED]> wrote: Hello, How can I exclude files or directories when using tar? I found that gnu tar uses --exclude, but how can I do this in openbsd?! Use find (/usr/bin/find) to select the files you require, and pipe the output to tar. -- ach

Re: Soekris net4801, OpenBSD 3.8, and manual disklabel

2006-10-17 Thread joerch
On Mon, Oct 16, 2006 at 02:13:53PM -0600, Stephen Bosch wrote: > I recently switched to 1.0 GB SanDisk CF. I can generate images no > problem, but at boot time, we see this warning: > > > Automatic boot in progress: starting file system checks. > > /dev/rwd0a: file system is clean; not checking >

Re: More ammunition for the Blob fight

2006-10-17 Thread marrandy
On Tuesday 17 October 2006 09:49, bofh wrote: > > Here's the link > > > > http://lwn.net/1999/0211/a/lt-binary.html > > Hmm... The only thing I saw was that he expects to get to kernel version > 5.6.71 in two years? 8-) What are you expecting... a word for word quote of the OpenBSD point of vie

Re: Soekris net4801, OpenBSD 3.8, and manual disklabel

2006-10-17 Thread Stephen Bosch
joerch wrote: > On Mon, Oct 16, 2006 at 02:13:53PM -0600, Stephen Bosch wrote: >> I recently switched to 1.0 GB SanDisk CF. I can generate images no >> problem, but at boot time, we see this warning: >> >>> Automatic boot in progress: starting file system checks. >>> /dev/rwd0a: file system is clea

Re: Soekris net4801, OpenBSD 3.8, and manual disklabel

2006-10-17 Thread joerch
sorry but please do not cc, i am on the list. -- gruesse joerg "joerch" buechner --

Re: Soekris net4801, OpenBSD 3.8, and manual disklabel

2006-10-17 Thread joerch
On Tue, Oct 17, 2006 at 10:04:28AM -0600, Stephen Bosch wrote: > > > Maybe the cf card had some problems from the beginning > > or maybe it happened at the copy process. > > Is it a random thing, or can I reliably expect this to happen every time? I saw this thing happen only 2 times, at the fir

Re: max filesize split(1)

2006-10-17 Thread Ted Unangst
On 10/17/06, Otto Moerbeek <[EMAIL PROTECTED]> wrote: There is no uniform way to ask the max file size of a given file system. ffs filestems do have that info in therir superblock, though, you can see it with dumpfs(8). it hardly matters. if the file is on the filesystem, the filesystem suppor

Re: max filesize split(1)

2006-10-17 Thread Otto Moerbeek
On Tue, 17 Oct 2006, Ted Unangst wrote: > On 10/17/06, Otto Moerbeek <[EMAIL PROTECTED]> wrote: > > There is no uniform way to ask the max file size of a given > > file system. ffs filestems do have that info in therir superblock, > > though, you can see it with dumpfs(8). > > it hardly matters.

Re: what is openripd?

2006-10-17 Thread Karsten McMinn
On 10/16/06, Bryan Irvine <[EMAIL PROTECTED]> wrote: I'm in an entirely rip v2 environment and have long coveted the bgp/ospf folks. :-) *cringe* this post made me dream of rip atrocities last night. just let rip (v1/v2) die already. go burn your legacy rip routers.

Re: spamdb man page - greytrap address

2006-10-17 Thread Bob Beck
> Should the man page be updated, or am I doing something wrong? Both. Know what shell you are running and know if it eats "<" and ">" in a string. Having said that it's nicer if the man page makes you not have to think. I've changed it to single quotes in the example. -Bob

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread sebastian . rother
On 2006/10/17 02:54, [EMAIL PROTECTED] wrote: >> I just like to know (some have already 4.0 stable and propably also a >> pgt-Card) if that Bug was already fixed in 4.0-Stable (because I4ve > >learn your way around the tree and save yourself some time... >http://www.openbsd.org/cgi-bin/cvsweb/src/s

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread Theo de Raadt
> On 2006/10/17 02:54, [EMAIL PROTECTED] wrote: > >> I just like to know (some have already 4.0 stable and propably also a > >> pgt-Card) if that Bug was already fixed in 4.0-Stable (because I4ve > > > >learn your way around the tree and save yourself some time... > >http://www.openbsd.org/cgi-bin/

Fast Xorg Performance

2006-10-17 Thread Karsten McMinn
I'm trying to figure out what needs to be done in order to get fast 2d xorg (and friends) performance. I term fast as not having to wait for window operations, with most every application and xorg opertation taking no longer than 100ms. if anyone experiences this kind of performance in any xorg en

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread Theo de Raadt
> Some peoples will propably OWN such cards and you can`t know if a card > needs softmac or hardmac by starring at the CARD itself (at least I > can4t..). Bummer. > So propably a lot peoples will SIMPLY try out the card and see "aha they > don`t work (yet)". And propably a lot peoples will get a

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread sebastian . rother
>> On 2006/10/17 02:54, [EMAIL PROTECTED] wrote: >> >> I just like to know (some have already 4.0 stable and propably also a >> >> pgt-Card) if that Bug was already fixed in 4.0-Stable (because I4ve >> > >> >learn your way around the tree and save yourself some time... >> >http://www.openbsd.org/cg

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread Stuart Henderson
On 2006/10/17 22:34, [EMAIL PROTECTED] wrote: > On 2006/10/17 02:54, [EMAIL PROTECTED] wrote: > >> I just like to know (some have already 4.0 stable and propably also a > >> pgt-Card) if that Bug was already fixed in 4.0-Stable (because I4ve > > > >learn your way around the tree and save yourself s

Re: Fast Xorg Performance

2006-10-17 Thread Ted Unangst
On 10/17/06, Karsten McMinn <[EMAIL PROTECTED]> wrote: I'm trying to figure out what needs to be done in order to get fast 2d xorg (and friends) performance. I term fast as not having to wait for window operations, with most every application and xorg opertation taking no longer than 100ms. if an

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread Didier Wiroth
- Original Message - From: [EMAIL PROTECTED] Date: Tuesday, October 17, 2006 23:19 Subject: Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy? To: Theo de Raadt Cc: misc@openbsd.org > p.s. > Am I wrong or is the CVS missing the latest OpenSSH-Fixes for 4.0? Hello, Openbsd_4 has Ope

Re: Fast Xorg Performance

2006-10-17 Thread Karsten McMinn
On 10/17/06, Ted Unangst <[EMAIL PROTECTED]> wrote: do you mean if anyone experiences anything that bad? i've never had a window operation take as long as 100ms even using the vesa driver. the example closest to me at the moment is a desktop I work on: OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 0

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread sebastian . rother
> [EMAIL PROTECTED] wrote: > >> Your comment is pointless. >> I don4t see a fix for 4.0 STABLE but for current. >> >> I`m interested to know if I would be able to use my card with 4.0 and >> not >> if I can use my card with 4.0-current. (may sounds rude but I don4t mean >> it that rude, realy). > >

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread Matthew R. Dempsky
On Tue, Oct 17, 2006 at 11:36:53PM +0200, [EMAIL PROTECTED] wrote: > Well the discussion tiself is useless because the developers have to > decide if they wanna fix the DoS or not. ^^^ You keep using that word. I do not think it means what you think it means.

Re: Fast Xorg Performance

2006-10-17 Thread Matthew R. Dempsky
On Tue, Oct 17, 2006 at 02:37:32PM -0700, Karsten McMinn wrote: > OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48 MST 2006 >[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC > cpu0: Intel(R) Celeron(R) CPU 2.00GHz ("GenuineIntel" 686-class) 2 GHz > cpu0: > FPU,V86,DE,PSE,TSC,MSR,PAE,MCE

blobs are bad

2006-10-17 Thread Theo de Raadt
http://news.com.com/Exploit+code+released+for+Nvidia+flaw/2100-1002_3-6126846.html I just wanted to say... "Told you so". Quite amusing. Of course we know this is not the last time this will happen. More problems like this will be exposed, and it is my hope that vendors who refuse to participat

Re: blobs are bad

2006-10-17 Thread Nick Price
When I read that headline earlier today I thought to myself "I bet Theo will be getting a chuckle from this when he reads it" On 10/17/06, Theo de Raadt <[EMAIL PROTECTED]> wrote: > > > http://news.com.com/Exploit+code+released+for+Nvidia+flaw/2100-1002_3-6126846.html > > I just wanted to say... "

Vulnerability and Patch Information

2006-10-17 Thread Podo Carp
Greetings, I recently underwent an audit of my OpenBSD 3.8 systems and the audit report identified CVE-2004-0700 (mod-proxy/mod_ssl format string vulnerability) as a potential risk. Given the age of the problem and the proactive patching stance of OpenBSD, I suspect this has been fixed for some t

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread sebastian . rother
>You keep using that word. I do not think it means what you think it >means. In case some peoples may NOT understood what I`m talking about: DoS, Denial of Service. Mostly the word "DoS" is used for Software Bugs even the Denial of Service can appear even by other stuff. Exmaple: You`re at meeti

popa3d: to compile from tree or not from tree?

2006-10-17 Thread Jacob Yocom-Piatt
that is the question. a quick answer would be appreciated since i have to stay up all night and get a POP3 mailserver ready that supports the virtual-domain-farm-style login without having system accounts. i'll try recompiling popa3d from the source tree unless someone recommends otherwise or i hi

Re: blobs are bad

2006-10-17 Thread Jacob Yocom-Piatt
Original message >Date: Tue, 17 Oct 2006 17:30:53 -0600 >From: Theo de Raadt <[EMAIL PROTECTED]> >Subject: blobs are bad >To: [EMAIL PROTECTED] > >More problems like this will be exposed, and it is my hope that >vendors who refuse to participate in the open communities will get >punis

Re: blobs are bad

2006-10-17 Thread Sam Fourman Jr.
Would this in anyway help the OpenBSD devlopers ongoing campaign to get documentation from Nvidia? Sam Fourman Jr. On 10/17/06, Nick Price <[EMAIL PROTECTED]> wrote: When I read that headline earlier today I thought to myself "I bet Theo will be getting a chuckle from this when he reads it" O

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread Michael Scheliga
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, October 17, 2006 5:18 PM > To: misc@openbsd.org > Subject: Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy? > > >You keep using that word. I do not think it

hostname.wi0 nwflag hidenwid oddity

2006-10-17 Thread William Graeber
I'm just received my 4.0 cd package today and was going through upgrading my system. I have a senao prism2 pcmcia card which is acting up a bit when I try to set the "nwflag hidenwid" option. The card allows me to set it manually by running "ifconfig wi0 nwflag hidenwid", however if I try to add a

Re: hostname.wi0 nwflag hidenwid oddity

2006-10-17 Thread William Graeber
I have managed to gain a bit more information regarding my problem - I added an echo statement in /etc/netstart to get a copy of the command which was being run. I then tried to run it manually to see what happened and it received the same error (surprise). "ifconfig wi0 inet 10.90.1.1 netmask 25

Re: hostname.wi0 nwflag hidenwid oddity

2006-10-17 Thread Bryan Vyhmeister
On Tue, Oct 17, 2006 at 08:53:27PM -0400, William Graeber wrote: > inet 10.90.1.1 255.255.255.0 NONE nwflag hidenwid nwid /dev/null nwkey > XxXx chan 1 mediaopt hostap > > it gives me the error: "ifconfig: SIOCS80211FLAGS: Invalid argument" I do not have a 4.0 system handy to try this on but I wa

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread Matthew R. Dempsky
On Wed, Oct 18, 2006 at 02:18:03AM +0200, [EMAIL PROTECTED] wrote: > Exmaple: You`re at meeting and somebody unplugs your pgt-Card and voila > your kernel crashs. I would call this a clearly DoS. Because after the > "attack" your OS is kinda useless because of the kernel panic. Kernel panics suck,

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread STeve Andre'
On Tuesday 17 October 2006 20:18, [EMAIL PROTECTED] wrote: > >You keep using that word. I do not think it means what you think it > >means. > > In case some peoples may NOT understood what I`m talking about: > DoS, Denial of Service. Mostly the word "DoS" is used for Software Bugs > even the Denia

Re: blobs are bad

2006-10-17 Thread Craig Barraclough
> Would this in anyway help the OpenBSD devlopers ongoing campaign to > get documentation from Nvidia? > As I see it, the only way we are going to get documentation, is for it to make economic sense for nVidia. Cost of documentation / Perceived loss of IP ($) through documentation (+ corporate i

Re: Vulnerability and Patch Information

2006-10-17 Thread Steve Shockley
Podo Carp wrote: I recently underwent an audit of my OpenBSD 3.8 systems and the audit report identified CVE-2004-0700 (mod-proxy/mod_ssl format string vulnerability) as a potential risk. Perhaps your scanner relies on reported versions, rather than actual vulnerabilities? If I'm reading the

Re: hostname.wi0 nwflag hidenwid oddity

2006-10-17 Thread jared r r spiegel
On Tue, Oct 17, 2006 at 09:38:48PM -0400, William Graeber wrote: > I have managed to gain a bit more information regarding my problem - I > added an echo statement in /etc/netstart to get a copy of the command > which was being run. netstart, if has no args, runs thru the whole hostname/bridgena

Re: blobs are bad

2006-10-17 Thread Theo de Raadt
> > Would this in anyway help the OpenBSD devlopers ongoing campaign to > > get documentation from Nvidia? > > > > As I see it, the only way we are going to get documentation, is for it > to make economic sense for nVidia. > Cost of documentation / Perceived loss of IP ($) through documentation

How open is Intel?

2006-10-17 Thread Matthew R. Dempsky
Lately, I have been in several discussions regarding Intel's stance towards the open source community, and the topic of providing hardware documentation frequently arises. However, since I am not much of a kernel hacker, I do not have a good perspective on what documentation is necessary. For exa

Re: disks not detected during install

2006-10-17 Thread Nick Holland
I'm a little behind in my reading, obviously... Patrick Cummings wrote: >>On 11/10/06, Patrick Cummings <[EMAIL PROTECTED]> wrote: >>>Hi misc, >>> >>>I'm trying to setup a new openbsd 3.9 install on i386. It worked before on >>>that computer when I installed quickly to test for compatibility, but

Listar command results: -- Binary/unsupported file stripped by Listar --

2006-10-17 Thread Listar
Request received for list 'pikdev' via request address. >> This message was not delivered due to the following reason: Unknown command. >> Your message could not be delivered because the destination server >> was Unknown command. >> not reachable within the allowed queue period. The amount of ti

Re: blobs are bad

2006-10-17 Thread Ingo Schwarze
Theo de Raadt wrote on Tue, Oct 17, 2006 at 05:30:53PM -0600: > I just wanted to say... "Told you so". After reading the Rapid7 exploit, i just wanted to make sure we are not running this stuff. Of course, none of our servers has Nvidia graphics, but some of the workstations do. And guess what?

Re: pgt-Driver in 4.0-Beta (installed 2 weeks ago) buggy?

2006-10-17 Thread Ingo Schwarze
Michael Scheliga wrote on Tue, Oct 17, 2006 at 05:47:30PM -0700: > You consistently prove the need to skip over your messages, > it's not just the devs that are tired of reading your strange > conclusions. So just killfile him, for *s sake, as i did long ago. Quite possibly, he is not trolling on

Re: blobs are bad

2006-10-17 Thread Girish Venkatachalam
On Tue, Oct 17, 2006 at 08:22:23PM -0600, Theo de Raadt wrote: > > As I see it, the only way we are going to get documentation, is for it > > to make economic sense for nVidia. > > Cost of documentation / Perceived loss of IP ($) through documentation > > (+ corporate inertia) must be less than the

Re: Vulnerability and Patch Information

2006-10-17 Thread Podo Carp
Thanks Steve, The scanner does indeed rely on banners (which can be completely unreliable especially on OpenBSD). However, I would like them to not knock over my servers trying to confirm the problem if I can easily determine that the patches are irrelevant. Of course this is a greater problem

Re: blobs are bad

2006-10-17 Thread Henrik Enberg
> Date: Tue, 17 Oct 2006 19:32:19 -0500 > From: "Sam Fourman Jr." <[EMAIL PROTECTED]> > >> [Nvida exploit] > > Would this in anyway help the OpenBSD devlopers ongoing campaign to > get documentation from Nvidia? Probably not, because a cursory glance at what the Linux community thinks about this

Re: blobs are bad

2006-10-17 Thread Sam Fourman Jr.
Pardon me if my Knowledge is lacking, but is there actually *any* video card vendor that would support Full 3D acceleration and *most* of the stuff desktop users want? Maybe the AMD / ATI merger will yield some results in the future, if i am not mistaken AMD has been a *decent* company as far as

Aironet MPI-350 Wireless Support?

2006-10-17 Thread James Turner
I've looked through the mailing list archives and haven't found any recent information about Aironet MPI-350 Wireless support. I just did a fresh install of OpenBSD 3.9 on a ThinkPad T40 with this wireless card. Dmesg outputs this information ""Aironet MPI-350 Wireless" rev 0x00 at pci2 dev 2 fun

looking for Wireless G

2006-10-17 Thread Bryan
I am trying to find someone willing to sell functional PCMCIA, and PCI cards. By functional, I want them with a ral chipset, or something similiar that is "OpenBSD friendly". No atheros unless specifically supported, as I have been burned by them before. No intel shit either. If you have anyth

Re: Aironet MPI-350 Wireless Support?

2006-10-17 Thread Sam Fourman Jr.
James, in my experience when "not configured" means the device it is not supported. do you know exactly what chipset this device has? Sam Fourman Jr. On 10/17/06, James Turner <[EMAIL PROTECTED]> wrote: I've looked through the mailing list archives and haven't found any recent information ab

Re: blobs are bad

2006-10-17 Thread Nico Meijer
Hi Girish, > > If you keep saying something good won't happen -- well then you can > > bet it won't happen. > > I don't get your point Theo. Search the net for "karma" and the "law of attraction". Perhaps that will give you some insight in what -I think- Theo means. HTH... Nico

Re: Aironet MPI-350 Wireless Support?

2006-10-17 Thread Sam Fourman Jr.
I did a quick search on google and it turned up nothing, However FreeBSD has a "an0" driver that may work for you I have found ral(4) to be Very Good with OpenBSD do a $ man ral at a OpenBSD shell prompt to see a list of supported cards Sam Fourman Jr. On 10/17/06, James Turner <[EMAIL PROTE

Re: blobs are bad

2006-10-17 Thread Eliah Kagan
On 10/18/06, Nico Meijer wrote: Hi Girish, > > If you keep saying something good won't happen -- well then you can > > bet it won't happen. > > I don't get your point Theo. Search the net for "karma" and the "law of attraction". Perhaps that will give you some insight in what -I think- Theo mea

Re: OT - DVD case :-)

2006-10-17 Thread Joe
Terry wrote: Got my 4.0 CDs in the mail yesterday. The DVD case is real nice, I like it much better than the old case. Artwork is fantastic. My 6yo daughter loved the stickers so I gave them to her but I kept the wireframe puffy. ;-) Nice work guys. Yes, the DVD case rocks. I think it was wort

4.0 CDs arrived!

2006-10-17 Thread Joe
My CD's arrived yesterday. I tried an "upgrade" for the first time and it works GREAT. # dmesg OpenBSD 4.0 (GENERIC) #1107: Sat Sep 16 19:15:58 MDT 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC cpu0: VIA Esther processor 1300MHz ("CentaurHauls" 686-class) 1.30 GHz cpu0: FPU

Re: Aironet MPI-350 Wireless Support?

2006-10-17 Thread Jonathan Gray
On Wed, Oct 18, 2006 at 12:18:17AM -0400, James Turner wrote: > I've looked through the mailing list archives and haven't found any recent > information about Aironet MPI-350 Wireless support. I just did a fresh > install of OpenBSD 3.9 on a ThinkPad T40 with this wireless card. Dmesg > outputs t

Re: Aironet MPI-350 Wireless Support?

2006-10-17 Thread Sam Fourman Jr.
Does anyone know if Ralink/ral has any mPCI cards with the tx/rx power compareable to the ath(4) one in this link? http://www.demarctech.com/products/reliawave-rwu/reliawave-rwu-400mw-atheros-802.11g-mini-pci-card.html Sam Fourman Jr. On 10/18/06, Jonathan Gray <[EMAIL PROTECTED]> wrote: On W

Re: blobs are bad

2006-10-17 Thread Han Boetes
Ingo Schwarze wrote: > I just spent an hour ssh'ing from Linux box to Linux box, > editing XF86Configs and restarting X servers. That's hardly fun > if the hardware configurations vary such that you must decide > for each case whether Driver "nv" or Driver "vesa" is the way to > go... I hope you