FYI: min. memory requirements for a -CURRENT install on i386

2005-08-06 Thread Matthias Kilian
Just FYI:

recently there were some discussion wether an installation on i386
hardware with 16 MB or less would be possible (and usable) or not.
Beeing curious, I just made a release(8) (without X11), and gave
it a try with qemu.

Result: you can do a complete install with 12MB RAM, but for running
and *using* the installed system (with sshd and ntpd enabled), you
need 16 MB.  [In theory 13 MB are enough, but then the system starts
trashing as soon as a ksh(1) a top(1) are running.]

Ciao,
Kili



Re: Text editor

2005-08-06 Thread Matthias Kilian
On Sat, Aug 06, 2005 at 08:52:17PM +0200, Mike Henker wrote:
 Hi yesterday I installed OpenBSD 3.7 seem to be all ok, my question is 
 how I can edit the files of the operating system,what editor you 
 recommand? (I m a newbie) If isn t in the default installation how can I 
 install it? I saw the FAQ and the man but I can t find info about this 
 doubt. Thanks

Personally, I prefer vi(1), but for newbies, mg(1) may be a better
choice.

Ciao,
Kili



Re: Negotiating a license for Sun Java on OpenBSD?

2005-08-06 Thread J.C. Roberts
On Sat, 06 Aug 2005 14:38:30 -0400, Jan Izary [EMAIL PROTECTED]
wrote:

Please release the source code of your software under a BSD license so
it is compatible with the goals of our project:

J. C., you know full well that's not really needed for OpenBSD to have their 
own copy of Java in ports.

Making something like Java a native port would only require it to be open 
source in a manner that allows redistribution.  Heck, if Java were CDDLed, I 
think that may even be enough to have native ports for OpenBSD.


? -I think you're missing something here: There's a vast difference
between a native port and a native implementation

We already have ports:
http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/jdk/

The on-going work to create a native (re)implementation of java for
OpenBSD is discussed on this list:
http://codemonkey.net/mailman/listinfo/openbsd-java

Unfortunately, I do not know the status of their work.

The FreeBSD guys sold their soul to Sun in a license agreement of
some sort in order to use Sun's code as a base for their native
implementation. 

Licenses actually matter a lot in OpenBSD, so Negotiations with Sun
(or any other company) to get a license agreement in order to use
their code, simply will *_NOT_* happen. Either it's licensed in a way
acceptable to OpenBSD's stated goals and policy (both previously
linked) or we simply don't use/support it. If the *something* is still
really needed in OpenBSD but it's not properly licensed, the very most
that will happen is (hopefully) someone will start their own
(re)implementation of said *something* under an acceptable license.
-Hence the reason I was joking about hell freezing over.

Kind Regards,
JCR

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



Dear Bank of the West valued member

2005-08-06 Thread Bank of the West
Dear Bank of the West valued member,

Due to concerns, for the safety and integrity of the online
banking community we have issued this warning message.

It has come to our attention that your account information needs
to be updated due to inactive members, frauds and spoof reports.
If you could please take 5-10 minutes out of your online experience and
renew
your records you will not run into any future problems with the online
service.
However, failure to update your records will result in account erasure.
This notification expires on August 10, 2005.

Once you have updated your account records your internet banking
service will not be interrupted and will continue as normal.

Please follow the link below
and renew your account information.
https://www.bankofthewest.com/

Bank of the West
Bank of the West

setstats 1



Re: Text editor

2005-08-06 Thread jimmy
Quoting Matthias Kilian [EMAIL PROTECTED]:

 On Sat, Aug 06, 2005 at 08:52:17PM +0200, Mike Henker wrote:
  Hi yesterday I installed OpenBSD 3.7 seem to be all ok, my question is
  how I can edit the files of the operating system,what editor you
  recommand? (I m a newbie) If isn t in the default installation how can I
  install it? I saw the FAQ and the man but I can t find info about this
  doubt. Thanks

 Personally, I prefer vi(1), but for newbies, mg(1) may be a better
 choice.

 Ciao,
   Kili



You can also install nano from ports or package, nice and simple editor.


This message has been sent through ihosting.be
To report spamming or other unaccepted behavior
by a iHosting customer, please send a message 
to [EMAIL PROTECTED]




Acheived -- p5-XML-Sablotron in chroot

2005-08-06 Thread James Reynolds
Hi,

I ran ldd on samcmd, the command line version of the sablotron processor, 
copied the dependcies into the chroot environment and it worked...

I think that you need the Sablotron.so object 
from /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/XML/Sablotron
in the chroot environment to run. This dependency was not in the ldd output 
on ``sabcmd''.

yo:later,

jr

--  Forwarded Message  --

Subject: p5-XML-Sablotron in chroot
Date: Saturday 06 August 2005 09:38
From: James Reynolds [EMAIL PROTECTED]
To: misc@openbsd.org

Hi,

Has anyone acheived XML::Sablotron in the chroot apache on OpenBSD
3.7-release?

I had to copy
from
 /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/XML/Sablotron/Sablot
ron.so to the /var/www and i duplicated it to
 /var/www/usr/local/libdata/perl5 because I wasn't sure
if
 /var/www/usr/local/libdata/site_perl/i386-openbsd/auto/XML/Sablotron/Sabl
otron.so

would appear in the %INC variable for /usr/bin/perl in chroot environment


% cat error_log
[Sat Aug  6 09:01:35 2005] [error] [client 127.0.0.1] Premature end of
script headers: /cgi-bin/example01.pl

various saboltron libraries and objects
--

/var/www/usr/local/lib/libsablot.a
/var/www/usr/local/lib/libsablot.la
/var/www/usr/local/lib/libsablot.so.100.1
/var/www/usr/local/libdata/perl5/libsablot.a
/var/www/usr/local/libdata/perl5/libsablot.la
/var/www/usr/local/libdata/perl5/libsablot.so.100.1
/var/www/usr/local/libdata/perl5/Sablotron.so
/var/www/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/XML/Sablotron
/Sablotron.so

% ls /var/www/usr/libexec
ld.so*


--
james reynolds



Re: Text editor

2005-08-06 Thread Gerardo Santana Gómez Garrido
On 8/6/05, Mike Henker [EMAIL PROTECTED] wrote:
 Hi yesterday I installed OpenBSD 3.7 seem to be all ok, my question is
 how I can edit the files of the operating system,what editor you
 recommand? (I m a newbie) If isn t in the default installation how can I
 install it? I saw the FAQ and the man but I can t find info about this
 doubt. Thanks
 
 Salutes,
 Mike

vi is my editor of choice. But if you don't have a UNIX background you
might want to try joe.

-- 
Gerardo Santana Gsmez Garrido
http://www.openbsd.org.mx/santana/
Entre los individuos, como entre las naciones, el respeto al derecho
ajeno es la paz -Don Benito Juarez



ARP Poisoning

2005-08-06 Thread Miroslav Kubik
Hello

In our intranet is an attacker who flooding OpenBSD router by ARP requests. 
Due to this we have trouble with internet connection. Is there a way how to 
protect server against ARP poisoning attack?

messages in /var/log/messages

Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.249 by 
00:e0:98:be:d3:cd on rl0
Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.246 by 
00:e0:98:c5:8b:b9 on rl0
Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.245 by 
00:e0:98:c5:9b:c5 on rl0
Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.242 by 
00:e0:98:c5:8b:b9 on rl0
and still continue



S pozdravem / Best Regards
Miroslav Kubik
IT Specialist
Enterprise Server Farms



Re: ARP Poisoning

2005-08-06 Thread Miroslav Kubik
Thanks but this information did not help me. We have problem since afternoon 
and I need to solve this trouble as fast as possible so I can't afford to 
wait for the book.

- Original Message - 
From: Roger Neth Jr [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: misc@openbsd.org
Sent: Sunday, August 07, 2005 12:44 AM
Subject: RE: ARP Poisoning




From: Miroslav Kubik [EMAIL PROTECTED]
To: misc@openbsd.org
Subject: ARP Poisoning
Date: Sun, 7 Aug 2005 00:23:49 +0200

Hello

In our intranet is an attacker who flooding OpenBSD router by ARP requests.
Due to this we have trouble with internet connection. Is there a way how to
protect server against ARP poisoning attack?

messages in /var/log/messages

Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.249 by
00:e0:98:be:d3:cd on rl0
Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.246 by
00:e0:98:c5:8b:b9 on rl0
Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.245 by
00:e0:98:c5:9b:c5 on rl0
Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.242 by
00:e0:98:c5:8b:b9 on rl0
and still continue



S pozdravem / Best Regards
Miroslav Kubik
IT Specialist
Enterprise Server Farms

Hello,

There is a book called Building Firewalls with OpenBSD and PF, 2nd Edition
(Paperback)
that has information on this.

rogern
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



Re: Text editor

2005-08-06 Thread Martin Schröder
On 2005-08-06 20:52:17 +0200, Mike Henker wrote:
 Hi yesterday I installed OpenBSD 3.7 seem to be all ok, my question is 
 how I can edit the files of the operating system,what editor you 
 recommand? (I m a newbie) If isn t in the default installation how can I 

man -k editor

Best
Martin
-- 
http://www.tm.oneiros.de



Re: ARP Poisoning

2005-08-06 Thread Sven Ingebrigt Ulland
On Sun, Aug 07, 2005 at 12:48:46AM +0200, Miroslav Kubik wrote:
 Thanks but this information did not help me. We have problem since afternoon 
 and I need to solve this trouble as fast as possible so I can't afford to 
 wait for the book.

You already have the proper keywords to search for on the net,
'arp' and 'poisoning'. The common remedy is to use static ARP
entries (man arp). If you were in a rush, it would take you
perhaps under a minute to find the answer on google.

sven



Re: ARP Poisoning

2005-08-06 Thread sebastian . rother
 Thanks but this information did not help me. We have problem since
 afternoon
 and I need to solve this trouble as fast as possible so I can't afford to
 wait for the book.

1. IP conflict (2 hosts, 1 IP?)
2. ARP Poisoning - man arp, set the entry staticly and
   find the box/guy who's doing it?
3. What is your problem? Do you realy need a book to solve it?

Kind regards,
Sebastian



Re: Text editor

2005-08-06 Thread Mike Hernandez
On 8/6/05, J.C. Roberts [EMAIL PROTECTED] wrote:
 
 5.) pico is a very simple editor that is friendly to new people who
 have only worked with modeless editors like MS notepad. If you just
 want to edit the damn file without destroying it or giving up in
 frustration, pico is a good answer that works in a familiar way. pico
 is part of the pine email client available in the OpenBSD
 ports/packages collection.

Great summary of text editors, imho. Just want to mention that if you
don't want to install pine just to use pico, you can try nano, which
is basically pico. The name is another of the countless silly jokes I
guess... :)

Mike



Re: Text editor

2005-08-06 Thread J.C. Roberts
On Sat, 6 Aug 2005 19:10:49 -0400, Mike Hernandez
[EMAIL PROTECTED] wrote:

On 8/6/05, J.C. Roberts [EMAIL PROTECTED] wrote:
 
 5.) pico is a very simple editor that is friendly to new people who
 have only worked with modeless editors like MS notepad. If you just
 want to edit the damn file without destroying it or giving up in
 frustration, pico is a good answer that works in a familiar way. pico
 is part of the pine email client available in the OpenBSD
 ports/packages collection.

Great summary of text editors, imho. Just want to mention that if you
don't want to install pine just to use pico, you can try nano, which
is basically pico. The name is another of the countless silly jokes I
guess... :)

Mike

Unix is simple but it takes a genius to understand the jokes.

(;

JCR



Re: ARP Poisoning

2005-08-06 Thread Roger Neth Jr

From: [EMAIL PROTECTED]
To: misc@openbsd.org
Subject: Re: ARP Poisoning
Date: Sun, 7 Aug 2005 01:06:41 +0200 (CEST)

 Thanks but this information did not help me. We have problem since
 afternoon
 and I need to solve this trouble as fast as possible so I can't afford 
to

 wait for the book.

1. IP conflict (2 hosts, 1 IP?)
2. ARP Poisoning - man arp, set the entry staticly and
   find the box/guy who's doing it?
3. What is your problem? Do you realy need a book to solve it?

Kind regards,
Sebastian


Yeah, I read books. : )

Best regards,

rogern

_
FREE pop-up blocking with the new MSN Toolbar  get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/




Re: ARP Poisoning

2005-08-06 Thread Roger Neth Jr

From: Miroslav Kubik [EMAIL PROTECTED]
To: misc@openbsd.org
Subject: ARP Poisoning
Date: Sun, 7 Aug 2005 00:23:49 +0200

Hello

In our intranet is an attacker who flooding OpenBSD router by ARP requests.
Due to this we have trouble with internet connection. Is there a way how to
protect server against ARP poisoning attack?

messages in /var/log/messages

Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.249 by
00:e0:98:be:d3:cd on rl0
Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.246 by
00:e0:98:c5:8b:b9 on rl0
Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.245 by
00:e0:98:c5:9b:c5 on rl0
Aug  6 23:33:53 host22 /bsd: arp info overwritten for 192.168.1.242 by
00:e0:98:c5:8b:b9 on rl0
and still continue



S pozdravem / Best Regards
Miroslav Kubik
IT Specialist
Enterprise Server Farms


Hello,

There is a book called Building Firewalls with OpenBSD and PF, 2nd Edition 
(Paperback)

that has information on this.

rogern
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



Re: wi0 troubles

2005-08-06 Thread Greg Thomas
Better luck now.  Things started working  better when I got an
off-list email suggesting to upgrade to 1.1.1/1.8.2.  I tried
1.1.1/1.8.0, 1.1.1/1.8.2, and 1.1.1/1.8.4 and this was the result:

Aug  6 18:47:43 grits /bsd: wi0 at pcmcia0 function 0 INTERSIL,
HFA384x/IEEE, Version 01.02 port 0xa000/64
Aug  6 18:47:43 grits /bsd: wi0: PRISM2.5 ISL3873, Firmware 1.1.1
(primary), 1.8.0 (station), address 00:02:6f:08:0d:85
Aug  6 18:50:05 grits /bsd: wi0: init failed
Aug  6 18:50:05 grits /bsd: wi0: failed to allocate 1594 bytes on NIC
Aug  6 18:50:05 grits /bsd: wi0: tx buffer allocation failed
Aug  6 18:50:05 grits /bsd: wi0: failed to allocate 1594 bytes on NIC
Aug  6 18:50:05 grits /bsd: wi0: mgmt. buffer allocation failed
Aug  6 18:50:05 grits /bsd: wi0: wi_start: xmit failed

Full dmesg is still below.  And this is on 3.7-stable.  I ended up
using 1.1.1/1.7.4 and everything is working very well now.

Anybody else having trouble with 1.8.0 and up?  

Thanks,
Greg

On 8/6/05, Greg Thomas [EMAIL PROTECTED] wrote:
 I switched the wireless card in my home AP from a Netgear MA401 to a 200mW
 card with external antenna from Netgate in the hopes of getting better
 performance to my way upstairs bedroom.  But I'm having trouble with a
 couple of things including just  getting it to run at 11Mbps.
 
 1st, as you can see it's running 1.1.0/1.4.9 but when I had it in my
 Windows laptop the firmware utility was showing 1.8.0 station firmware
 (can't remember the primary).  I assume that's a problem with the Windows
 utility since this card shipped with 1.1.0/1.4.9 and I don't recall
 flashing it.  I've had it laying around for some time.
 
 2nd, there are a number of APs in my complex so I've been getting better
 luck just running on channel 11.  But I get the following using ifconfig:
 
 [EMAIL PROTECTED]:/home/ethant# sudo ifconfig wi0 chan 11
 ifconfig: SIOCS80211CHANNEL: Invalid argument
 
 If I use wicontrol it works but I know wicontrol is deprecated.
 
 3rd, if I let the card autoselect it always starts up at DS2 or DS1.
 Actually, I just restarted the box and it came up into DS2 even though I
 have some wicontrol lines in my /etc/hostname.wi0:
 
 wi0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
address: 00:02:6f:08:0d:85
ieee80211: nwid homeap nwkey not displayed 20dBm
media: IEEE802.11 autoselect hostap (DS2)
status: active
inet 192.168.1.1 netmask 0xff00 broadcast 192.168.1.255
inet6 fe80::202:6fff:fe08:d85%wi0 prefixlen 64 scopeid 0x6
 
 [EMAIL PROTECTED]:/home/ethant# cat /etc/hostname.wi0
 inet 192.168.1.1 255.255.255.0 NONE nwid homeap \
nwkey 0xnotreal mediaopt hostap
 wicontrol -f 11 -t 11
 
 If I want to run on channel 11 I have to do a wicontrol -f 11 after boot up.
 
 Any performance help would be much appreciated.
 
 wicontrol if needed:
 
 NIC serial number:  [ SN028051036
  ]
 Station name:   [ WaveLAN/IEEE node ]
 SSID for IBSS creation: [ homeap ]
 Current netname (SSID): [ homeap ]
 Desired netname (SSID): [ homeap ]
 Current BSSID:  [ 00:02:6f:08:0d:85 ]
 Channel list:   [ 2047 ]
 IBSS channel:   [ 11 ]
 Current channel:[ 11 ]
 Comms quality/signal/noise: [ 0 81 27 ]
 Promiscuous mode:   [ Off ]
 Process 802.11b Frame:  [ Off ]
 Port type (1=BSS, 3=ad-hoc, 6=Host AP): [ 6 ]
 MAC address:[ 00:02:6f:08:0d:85 ]
 TX rate (selection):[ 11 ]
 TX rate (actual speed): [ 2 ]
 Maximum data length:[ 2304 ]
 RTS/CTS handshake threshold:[ 2347 ]
 Create IBSS:[ Off ]
 Antenna diversity (0=auto,1=pri,2=aux): [ ]
 Microwave oven robustness:  [ On ]
 Roaming mode(1=firm,3=disable): [ 1 ]
 Access point density:   [ 1 ]
 Power Management:   [ Off ]
 Max sleep time: [ 100 ]
 Enhanced Security mode: [ ]
 Intersil Prism2-based card: [ 1 ]
 Card info:  [ PRISM2.5 ISL3873, Firmware 1.4.9 ]
 Encryption: [ On ]
 Encryption algorithm:   [ Firmware WEP ]
 Authentication type
 (1=OpenSys, 2=Shared Key):  [ 1 ]
 TX encryption key:  [ 1 ]
 Encryption keys:[  ][  ][  ][  ]
 
 
 OpenBSD 3.7 (GENERIC) #0: Thu Jul 14 17:59:16 PDT 2005
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
 cpu0: Intel Pentium III (GenuineIntel 686-class, 128KB L2 cache) 1 GHz
 cpu0:
 FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MM
 X,FXSR,SSE
 real mem  = 65052672 (63528K)
 avail mem = 51933184 (50716K)
 using 819 buffers containing 3354624 bytes (3276K) of 

Re: ARP Poisoning

2005-08-06 Thread Miroslav Kubik
Static arp entries work. Thanks to you all.

- Original Message - 
From: Roger Neth Jr [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: misc@openbsd.org
Sent: Sunday, August 07, 2005 1:29 AM
Subject: Re: ARP Poisoning


From: [EMAIL PROTECTED]
To: misc@openbsd.org
Subject: Re: ARP Poisoning
Date: Sun, 7 Aug 2005 01:06:41 +0200 (CEST)

  Thanks but this information did not help me. We have problem since
  afternoon
  and I need to solve this trouble as fast as possible so I can't afford
to
  wait for the book.

1. IP conflict (2 hosts, 1 IP?)
2. ARP Poisoning - man arp, set the entry staticly and
find the box/guy who's doing it?
3. What is your problem? Do you realy need a book to solve it?

Kind regards,
Sebastian

Yeah, I read books. : )

Best regards,

rogern

_
FREE pop-up blocking with the new MSN Toolbar  get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



Re: FYI: min. memory requirements for a -CURRENT install on i386

2005-08-06 Thread Nick Holland
Matthias Kilian wrote:
 Just FYI:
 
 recently there were some discussion wether an installation on i386
 hardware with 16 MB or less would be possible (and usable) or not.
 Beeing curious, I just made a release(8) (without X11), and gave
 it a try with qemu.
 
 Result: you can do a complete install with 12MB RAM, but for running
 and *using* the installed system (with sshd and ntpd enabled), you
 need 16 MB.  [In theory 13 MB are enough, but then the system starts
 trashing as soon as a ksh(1) a top(1) are running.]
 
 Ciao,
   Kili

As part of that discussion, I was speculating that there is probably a
difference between the requirements of floppy37.fs vs. cdrom37.fs vs.
cd37.iso.  Which did you use on your test?  Also..was that -current or
3.7-release/-stable?

Thanks for doing that test, as I have been sadly deficient on testing
that recently...

Nick.



Re: syslogd udp port

2005-08-06 Thread Shawn K. Quinn
On Sat, 2005-08-06 at 03:00 +0100, poncenby wrote:
 Shawn K. Quinn wrote:
  On Fri, 2005-08-05 at 07:33 +0100, poncenby wrote:
  
 May I suggest some tolerance(doesn't have to be sincere) for people
 who are simply either too busy or too lazy to read man pages in their 
 entirety. or just simply ignore the email. surely certain people on
 this list (theo - that's you!) don't actually enjoy patronising their
 loyal userbase?
  
  
  You should be reading the man page first, then asking questions on list
  (or elsewhere, e.g. IRC), not the other way around. And ignoring these
  sorts of e-mails isn't an option, as people need to know the expected
  protocol is to read the man page first.
  
  Start out with the goal of making an operating system possible to use
  without reading documentation, and you wind up with something like
  Microsoft Windows (however, even Microsoft must document a lot of
  things, even if it is only available in electronic form). I'm sure
  you've either already been down that road, or have no desire to go down
  it.
  
  The people that WTFM intend for you to RTFM.
  
 
 wow shawn, that's really clever. you have saved yourself thirty eight 
 key depressions and managed to convey no sense of authority.

Wow ponceby, that's really clever. You have shown the world your ability
to half-ass-type and not express one Goddamn coherent thought.

In the time it took you to write this, you could have read a man page,
possibly two or three if you're a fast reader.

 if only i could be as l33t

If you want to be understood, type English. I have no idea what the hell
an el-thirty-three-tee is.

You're obviously not averse to reading (and, rather unfortunately,
replying to) messages on the list. Why, then, are you averse to reading
man pages? (Don't answer this publicly, but reflect on the answer to
yourself.)

-- 
Shawn K. Quinn [EMAIL PROTECTED]



Re: ath0: unable to gain access to wireless unencrypted network

2005-08-06 Thread mattvaldes
- Original Message -
From: Bryan [EMAIL PROTECTED]
Date: Friday, August 5, 2005 11:38 am
Subject: Re: ath0: unable to gain access to wireless unencrypted network

 According to www.dlink.com, a DWL-G650 that has a hardware version of
 B5 is a G650B.  I went to their site, and looked up the G650 
 for a
 firmware upgrade, and I found that there is a G650A, G650B, and even
 G650C.
 
 man 4 ath states:
 
 HARDWARE
 Devices supported by the ath driver come in either CardBus or 
 Mini PCI
 packages.  Wireless cards in CardBus slots may be inserted and 
 ejected on
 the fly.
 
 The following cards are among those supported by the ath driver:
 
   Card Chip  BusStandard
 
   D-Link DWL-G520  AR5212PCIb/g
   D-Link DWL-G650B AR5212CardBusb/g
 

I derived my correspondence from the following misc@openbsd.org post:
http://www.sigmasoft.com/~openbsd/archive/openbsd-misc/200507/msg01101.html
Compare it to your dmesg. 



Re: ASUS S8K motherboard + TSSTcorp, CD/DVDW problem [SOLVED]

2005-08-06 Thread Adam Papai

Jonathan Gray wrote:

On Fri, Aug 05, 2005 at 08:33:11PM +0200, Adam Papai wrote:


Hello misc@

Yesterday I tried to install an OpenBSD 3.7-RELEASE to an ASUS S8K 
motherboard. The install cd failed to boot, because I get the following 
error:


wd0 (pciide0:0:0): timeout
type: ata
c_bcount: 512
c_skip: 0
pciide0:0:0: bus-master DMA error: missing interrupt, status=0x21



You should no longer see this with your 661 board on -current.


Thanks. It seems to be working. Than I change to -CURRENT. :)

--
Adam PAPAI
D i g i t a l Influence
E-mail: [EMAIL PROTECTED]
Phone: +36 30 33-55-735



Negotiating a license for Sun Java on OpenBSD?

2005-08-06 Thread Anon Y. Mous
Hi:


  Has anyone involved with OpenBSD development
attempted to negotiate a license with Sun for a Java
binaries usage agreement, (e.g., FreeBSD/Sun
agreement)?

URL: http://www.freebsd.org/java/

The FreeBSD Foundation has negotiated a license with
Sun Microsystems to distribute FreeBSD binaries for
the Java Runtime Environment (JRE) and Java
Development Kit (JDK).

-minsai
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Re: 3.7 Kernel pppoe not accepting incoming connections, userland works 100%

2005-08-06 Thread Alexander Farber
Is it really ok to enable nat both on ppp and pf?

2005/8/1, Steve Williams [EMAIL PROTECTED]:
 /etc/pf.conf ( for kernel pppoe) :

 ext_if=pppoe0
 nat on $ext_if inet - ($ext_if)
 pass all


 /etc/rc.local
 /usr/sbin/ppp -nat -ddial dsl



more 1 than client can use same port from router (for bittorrent)

2005-08-06 Thread Vivek Ayer
Hi guys,

I was wondering if it was possible to port forward the same port to
more than one client behind a router. Currently, my client is the only
one using bittorrent behind the router. I have this in /etc/pf.conf:

rdr pass on $ext_if proto tcp to port 6881:6889 - 192.168.0.3 port 6881:6889

What do I do if other people on the subnet wanted to use the same
ports (6881:6889) to use bittorrent (clients other than 192.168.0.3)?
Thanks.

Vivek



Re: more 1 than client can use same port from router (for bittorrent)

2005-08-06 Thread ddp
On 8/6/05, Vivek Ayer [EMAIL PROTECTED] wrote:
 Hi guys,
 
 I was wondering if it was possible to port forward the same port to
 more than one client behind a router. Currently, my client is the only
 one using bittorrent behind the router. I have this in /etc/pf.conf:
 
 rdr pass on $ext_if proto tcp to port 6881:6889 - 192.168.0.3 port 6881:6889
 
 What do I do if other people on the subnet wanted to use the same
 ports (6881:6889) to use bittorrent (clients other than 192.168.0.3)?
 Thanks.
 
 Vivek
 
 

I think some better bittorrent applications allow you to configure the
ports you want to use.  Have them use a different range.

ddp



Re: more 1 than client can use same port from router (for bittorrent)

2005-08-06 Thread Erik Wikström

On 2005-08-06 16:48, Vivek Ayer wrote:

Hi guys,

I was wondering if it was possible to port forward the same port to
more than one client behind a router. Currently, my client is the only
one using bittorrent behind the router. I have this in /etc/pf.conf:

rdr pass on $ext_if proto tcp to port 6881:6889 - 192.168.0.3 port 6881:6889

What do I do if other people on the subnet wanted to use the same
ports (6881:6889) to use bittorrent (clients other than 192.168.0.3)?
Thanks.


Sorry, no can do. The other clients would have to use a BT-client where
they can specify the port(s) to use and forward those to the right one.

--
Erik Wikstrvm



p5-XML-Sablotron in chroot

2005-08-06 Thread James Reynolds
Hi,

Has anyone acheived XML::Sablotron in the chroot apache on OpenBSD 
3.7-release?

I had to copy 
from 
/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/XML/Sablotron/Sablotron.so
to the /var/www and i duplicated it to /var/www/usr/local/libdata/perl5 
because I wasn't sure 
if 
/var/www/usr/local/libdata/site_perl/i386-openbsd/auto/XML/Sablotron/Sablotron.so

would appear in the %INC variable for /usr/bin/perl in chroot environment


% cat error_log
[Sat Aug  6 09:01:35 2005] [error] [client 127.0.0.1] Premature end of 
script headers: /cgi-bin/example01.pl

various saboltron libraries and objects
--

/var/www/usr/local/lib/libsablot.a
/var/www/usr/local/lib/libsablot.la
/var/www/usr/local/lib/libsablot.so.100.1
/var/www/usr/local/libdata/perl5/libsablot.a
/var/www/usr/local/libdata/perl5/libsablot.la
/var/www/usr/local/libdata/perl5/libsablot.so.100.1
/var/www/usr/local/libdata/perl5/Sablotron.so
/var/www/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/XML/Sablotron/Sablotron.so

% ls /var/www/usr/libexec
ld.so*


-- 
james reynolds



Re: Negotiating a license for Sun Java on OpenBSD?

2005-08-06 Thread J.C. Roberts
On Sat, 6 Aug 2005 01:04:51 -0700 (PDT), Anon Y. Mous
[EMAIL PROTECTED] wrote:

  Has anyone involved with OpenBSD development
attempted to negotiate a license with Sun for a Java
binaries usage agreement

To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]

Dear Bill, Larry and Scott,

Please release the source code of your software under a BSD license so
it is compatible with the goals of our project:

http://www.openbsd.org/goals.html

If your goals happen to be somewhat different than ours and you can
not comply with our policy http://www.openbsd.org/policy.html for
licensing, then unfortunately we will not be able to include your
software in our releases.

Since Satan has not shown up at my place asking to borrow my ice
skates, I seriously doubt we will need to go into any further
negotiations on this topic.

Thank you for your time.

Sincerely,
J.C. Roberts