mesa 9.1+ status

2013-08-17 Thread Sam Fourman Jr.
Hello misc@

I did a few quick google searches, and I can't turn up the status of messa
9.1+ on OpenBSD
there are a few commit references in xenocara, that would lead one to
believe mesa 9+ is
being worked on.

I would like to run mesa 9.1+ with readon-kms, and im looking for a work in
progress port or for someone to explain what the road block is.


Thank you for any feedback
-- 

Sam Fourman Jr.



Re: Compilers in OpenBSD

2013-08-01 Thread Sam Fourman Jr.
On Thu, Aug 1, 2013 at 6:34 AM, h...@riseup.net wrote:

  Well, I think you get the point

 Certainly I do, but this leaves everything but gcc overboard as pcc
 project is too small to
 scale so widely on all the architectures OpenBSD supports. The same
 applies to Clang - it's
 been thought mainly as a commercial replacement for gcc for titanics like
 Apple. This way I
 seriously doubt that they are going to care about something like sgi, vax,
 sparc64 or whatever.
 And sending patches upstream will get you nothing but a brick wall full of
 cold dumb silence.



I am just a user here, I don't have extensive operating system or compiler
knowledge, but this debate interests me.
in general I think it is a good idea to move to something like llvm/clang,
for one the license is good, it is BSD licensed
maybe im wrong here, but clang is a fresh start with modern hardware in
mind, so thats good..

I understand the trouble with maintaining a compiler if the upstream
doesn't care to help..
couldn't All of the *BSD's somehow in some way help with maintaining clang
in some unified way?

for example, FreeBSD uses clang now, they are making real progress on
having the ports tree build with clang as well
NetBSD supports a LOT of architectures,as does OpenBSD. so cant there be a
place, where all the tools needed to build
a *BSD system are kept and maintained? I see the term tool chain thrown
around a lot, I assume this refers to all thing things one needs
to build a system.. so could the tool chain somehow over time be unified
for all the *BSD's, this would include the compiler of course.

I've long wished that the various BSD's could somehow work together in a
more unified way, I get that there are different goals and that creates the
need for separate projects.
but at least from my limited understanding, the tool chain and by
extension the compiler, is a good place to start, where all 4 major BSD's
could have common ground.

There may be very technical reasons why this can't happen, but if there
are, I don't know of any.

any thoughts are appreciated
-- 

Sam Fourman Jr.



Re: dhcp address in /etc/hosts

2013-07-20 Thread Sam Fourman Jr.
I don't like this diff.


 But perhaps because I totally hate that the installer is placing that
 name there.  I believe that dynamically learned names should not be
 saved in that fashion.



I don't really get a vote as i'm not a developer, however cookies to anyone
who fixes this the correct way.

-- 

Sam Fourman Jr.



Re: OpenBSD i7 tablets

2013-04-26 Thread Sam Fourman Jr.
do you have a model # for more information?


On Fri, Apr 26, 2013 at 2:06 AM, Robert Connolly rob...@secondfloor.cawrote:

 Hi. While browsing around the electronics stores I noticed that Intel i7
 tablets were available. From what I understand these tablets are AMD64, and
 the one I looked at had an Intel HD 4000 GPU. I realize that the wifi,
 audio, camera, etc, drivers may not be supported, but I would like to know
 if any of you have booted OpenBSD on an i7 tablet.

 Thanks




-- 

Sam Fourman Jr.



Re: OpenBSD 4.8 modify rts values

2011-01-06 Thread Sam Fourman Jr.
On Thu, Jan 6, 2011 at 5:47 AM, Fred Crowson fred.crow...@gmail.com wrote:
 On 6 January 2011 10:58, Sam Fourman Jr. sfour...@gmail.com wrote:
 Hello list

 I have a OpenBSD wifi AP and it has a ral 2860 device

 I need to modify the rts values like in this link

 http://supremetechs.com/2009/07/24/slow-wifi-iphone-3gs/


 does ifconfig have this ability?

 mtu setting might be what your after, but I guess this would be better
 solved in pf using fragment handling.

 hth

 Fred


I tried Messing with this line in pf.conf

match on ral0 all scrub (random-id min-ttl 254 set-tos lowdelay
reassemble tcp max-mss 1472)

doesn't seem to help, even if I lower the max-mss setting as low at
1280, the iphone 3gs still is pretty dismal


-- 

Sam Fourman Jr.
Fourman Networks
http://www.fourmannetworks.com



Re: Enough is enough!

2010-11-02 Thread Sam Fourman Jr.
 If this whole situation is not cleared in the next 24 hours, I'm
 switching to ArchLinux (www.archlinux.org).


Why not ask how you can help resolve the issue?

infact on that note... if the OpenBSD project needs a 100M Chicago
mirror, drop me a mail privately
I am happy to donate.

-- 

Sam Fourman Jr.
Fourman Networks
http://www.fourmannetworks.com



Re: OpenBSD Vim Programming FAQ

2010-10-08 Thread Sam Fourman Jr.
On Tue, Oct 5, 2010 at 5:02 AM, Tomas Vavrys vav...@cleancode.cz wrote:
 I'll publish my .vimrc when I get home.

 2010/10/5 David Coppa dco...@gmail.com:
 On Tue, Oct 5, 2010 at 11:38 AM, Tomas Vavrys vav...@cleancode.cz wrote:
 I'm sorry. My bad.

 PDF Version
 http://dl.dropbox.com/u/9017966/OpenBSDDevelopementandVimProgrammingGuide.pdf

 HTML Version
 http://dl.dropbox.com/u/9017966/OpenBSDDevelopementandVimProgrammingGuide.zip

 Hi,

 What's the link to your .vimrc?



I would also like a decent .vimrc to copy on all of my OpenBSD installs

-- 

Sam Fourman Jr.
Fourman Networks
http://www.fourmannetworks.com



Re: FreeBSD isn't Free

2010-10-07 Thread Sam Fourman Jr.
What does this mean? does it mean there was a mistake?

http://www.listware.net/201010/freebsd-questions/19724-re-like-it-or-not-theo-has-a-point-freebsd-is-shipping-export-restricted-software-in-the-core.html

-- 

Sam Fourman Jr.
Fourman Networks
http://www.fourmannetworks.com



Re: OpenBSD Vim Programming FAQ

2010-08-13 Thread Sam Fourman Jr.
On Thu, Aug 12, 2010 at 6:07 AM, Tomas Vavrys vav...@cleancode.cz wrote:
 Thank you for your point. Unfortunately there is at least 7 people who
 would like to see some tutorial. I am not a developer so I didn't know
 about the style(9). Anyways, it's not about style(9). It's about people,
 being more productive during programming, collecting habbits and tips
 from OpenBSD programmers. It won't be perfect but I enjoy it.

I would like to see a tutorial for vim and OpenBSD, it would be useful
a quick poll of my facebook friends I have 3 more that vote yes



-- 

Sam Fourman Jr.
Fourman Networks
http://www.fourmannetworks.com



Re: Match rule with scrub options cause some websites to hang

2009-11-10 Thread Sam Fourman Jr.
On Sun, Nov 8, 2009 at 10:32 PM, Cor clinge...@gmail.com wrote:
 I'm running a late-October post-4.6 snapshot on a new Soekris firewall, and
 noticed something peculiar after setting up the rules per the new
pf.conf(5)
 man page.  I had a few lesser-known websites just hang and eventually time
 out (the majors still work fine), but thought little of it until I went
to
 the ISA web site (www.isa.org) to renew my membership there and noticed the
 same effect.

 I changed the following rule:

   match in all scrub (reassemble tcp no-df random-id)

just a question. with the above line enabled do sites like
www.microsoft.com break?

I had a client last week complain that microsoft.com was broken(among others)
here is what I had to do in pf.conf in FreeBSD 8.0RC2

scrub all reassemble tcp max-mss 1452

after that microsoft.com started working again.

I know that OpenBSD 4.6 changed the syntax a bit so I am not sure what
it would have to be now.

Sam Fourman Jr.



Re: Anyway to force IP to be assigned only if MAC matches?

2009-10-28 Thread Sam Fourman Jr.
On Wed, Oct 28, 2009 at 6:08 PM, Peter N. M. Hansteen pe...@bsdly.net
wrote:
 Jorge Enrique Valbuena Vargas jvalbue...@gmail.com writes:

 You can do that using the arp(8) command

  # arp -s 10.0.0.2 00:90:27:bb:cc:dd permanent

 take a look at the man page of the command

 and you could combine that with dhcpd -L to maintain a pf table and
 only pass traffic from addresses in the table, if you like

do you have a example of how to do this?

Sam Fourman Jr.



Re: urtw(4)

2009-06-01 Thread Sam Fourman Jr.
On Mon, Jun 1, 2009 at 2:31 AM, Predrag Punosevac punoseva...@gmail.com wrote:
I bought a new Wireles USB device, using 5-29-2008 amd64 snapshot

 That is an awfully old snapshot. You might want to use something from
 this year.

 Cheers,
 Predrag

 P.S. Sorry Sam I couldn't resist:-)

Sorry that was a typo it is a very current snapshot, it is from 5-29-2009

Sam



urtw(4)

2009-05-30 Thread Sam Fourman Jr.
misc@,

I bought a new Wireles USB device, using 5-29-2008 amd64 snapshot it will not
attach to urtw.

what are the steps I need to take to add the relevant device ID's to
usbdevs, so that the device will attach?

I know I need to recompile a kernel and I am comfortable with that.

I was able to extract the following info from a snapshot install

 usbdevs -v
Controller /dev/usb0:
addr 1: high speed, self powered, config 1, EHCI root hub(0x),
Intel(0x8086), rev 1.00
 port 1 addr 2: high speed, power 500 mA, config 1,
RTL8187B_WLAN_Adapter(0x8189), Realtek(0x0bda), rev 2.00,
iSerialNumber 00e04c01


here is a link to the Card I bought

http://www.alibaba.com/product/tw102499076-217620669-100648643/High_Power_500mW_WiFi_USB_Adapter.html


Thank you in advance for your help

Sam Fourman Jr.



Re: IMPORTANT, DO THIS OR YOUR E-MAIL WON'T WORK

2009-05-26 Thread Sam Fourman Jr.
Sam Fourman Jr.
sfour...@gmail.com
rlz686

On Tue, May 26, 2009 at 11:54 AM, Bob Beck b...@openbsd.org wrote:
 * Chris Harries ch...@sharescope.co.uk [2009-05-26 10:48]:
 it sure beats everyone moaning at me as they cannot read e-mails clearly
 marked IMPORTANT, DO THIS OR YOUR E-MAIL WONT WORK, then moaning when their
 email doesn't work

 IMPORTANT, DO THIS OR YOUR E-MAIL WON'T WORK

 We are refreshing our openbsd mailing lists to ensure that the list
 memberships correctly match our business process and security roles.

 In order to ensure your list memberships and email continue to work
 without interruption, please reply to this email with the following
 information:


 Name : ___


 Email ID: 


 Password: 


 Thanks for helping to ensure the integrity of our email system.



Re: IMPORTANT, DO THIS OR YOUR E-MAIL WON'T WORK

2009-05-26 Thread Sam Fourman Jr.
  Sam Fourman Jr.
  sfour...@gmail.com
  rlz686

 Now that's funny.

 kmw


 That's not *just* funny...it makes my sides hurt.

 To others thinking about responding:

 Check the OP's email address.  Note that it doesn't end with openbsd.org
 or similar.

Oh WOW I guess I did screw up twice, not only did I hit reply all by mistake,
I ALSO just thought Bob Beck, Hey I know that guy he is OpenBSD's Email Guy
:)

I guess the Mastercard Commercial is correct, someday I did
accidentally hit reply all.

LOL

Sam Fourman Jr.



Re: European orders

2009-04-01 Thread Sam Fourman Jr.
 that's up to you. And just in
 case you are not clever enough to realize yourself: I'm not
 a fanboy of OpenBSD, Mr. de Raadt, Mr. Vandeputte or anybody
 else. I am Daniel Seuffert asking two questions.

Daniel, if I may be off topic for a moment, if you are not a Fan of OpenBSD
Why are you on this list?

OpenBSD is a Great product, created by Great people, please respect
everyone on this mailing list.

Sam Fourman Jr.



Re: Vlan Tag on Vlan Tag (l2tunneling)

2009-03-03 Thread Sam Fourman Jr.
On Thu, Aug 21, 2008 at 3:58 PM, Paul de Weerd we...@weirdnet.nl wrote:
 Works for me.

 (haven't tested this very extensively yet, and only OpenBSD -
 OpenBSD ... nor did I try the tcpdump patches .. will do so later)

 Thanks Reyk, cool stuff ;)

 Paul 'WEiRD' de Weerd
 - Show quoted text -
 On Thu, Aug 21, 2008 at 09:34:12PM +0200, Reyk Floeter wrote:
 | On Thu, Aug 21, 2008 at 04:05:50PM +0200, Claudio Jeker wrote:
 |   no point in just doing that.
 |  
 |   a button to change the ether type would make sense.
 |  
 | 
 |
 | this is not trivial because it would require a change in the Rx path
 | where it is currently matching the ethertype in ether_input() before
 | calling vlan_input().  do you want to call vlan_input() for every
 | other packet or do a configured type lookup all the time?  and what if
 | the user specifies an ethernet type that is conflicting with something
 | else?  i think it should really only be 0x8100 or 0x88a8.
 |
 |  If we stack vlan interfaces I don't see a real need for such a button.
 |  This could be figured out either at configuration time or on runtime.
 |  E.g. just check if the ethertype is 0x8100 and add the next vlan tag as
 |  0x88a8. This would also allow to use a bridge for qinq setups. Because of
 |  this I think doing it on runtime is the best.
 | 
 |
 | here is another approach defining QinQ-compliant interfaces as a new
 | cloner type; so you can stack 0x88a8 devices as you wish and it
 | doesn't need a new button in ifconfig.  it also uses a dedicated vlan
 | tag hash for Service VLANs to avoid tag/Id conflicts.
 |
 | # ifconfig em0 up
 | # ifconfig svlan100 vlandev em0
 | # ifconfig vlan200 vlandev svlan100 192.168.2.100
 |
 | reyk

I have a need for this patch and I would like to test it on OpenBSD 4.5.
the patch no longer applies in part because of changes to if_bridge.c
in Revision 1.173

I was wondering if someone had a updated patch laying around, also
what is the likelihood of this patch ever getting committed?

Sam Fourman Jr.
Fourman Networks



Re: Vlan Tag on Vlan Tag (l2tunneling)

2009-02-18 Thread Sam Fourman Jr.
 here is another approach defining QinQ-compliant interfaces as a new
 cloner type; so you can stack 0x88a8 devices as you wish and it
 doesn't need a new button in ifconfig.  it also uses a dedicated vlan
 tag hash for Service VLANs to avoid tag/Id conflicts.

I have looked in the cvs commit logs, and I am unable to determine if
this patch was ever committed?
can anyone confirm if QinQ support is in OpenBSD?

Sam Fourman Jr.
Fourman Networks



Re: Multihead console

2009-02-09 Thread Sam Fourman Jr.
 No. (At least  not without writing code to support  that both in the
 kernel and userland...)

are you aware of any *BSD that does support multiple consoles?

Sam Fourman Jr.
Fourman Networks



Re: hoststated status ?

2009-02-08 Thread Sam Fourman Jr.
 Unfortunalty it doesn't seems to be into 4.4 or even on snapshots...

it has been renamed to relayd(8)

Sam Fourman Jr.
Fourman Networks



Re: Ralink RT2860 PCI cards?

2009-02-01 Thread Sam Fourman Jr.
 I am looking for a Ralink RT2860 PCI (not mini pci) card. Any
 recommendations? Nobody puts the chipset in their ads.

The OpenBSD driver works with a edimax card, I have had several of those cards
and they worked well

Sam Fourman Jr.



Re: Only one headphone jack working - good or bad?

2009-01-06 Thread Sam Fourman Jr.
On Tue, Jan 6, 2009 at 3:29 PM, Jacob Meuser jake...@sdf.lonestar.org wrote:
 this was deep into another thread, so I'm reposting so it will be seen
 by more people (hopefully).

 so azalia users please let your voice be heard.  would you find it annoying
 when playing *only* mono or stereo to have all outputs play the audio,
 or would you like that?

idk if this is along the same topic, but what I have wanted to do for
a long time
is setup a milti room mp3 player in my house, I have 9 rooms all with
in wall speakers

could I put 3 azailla sound cards (maybe I could do it with less) in a
OpenBSD computer, and plug 3 rooms into each sound card
and somehow be able to play 9 different MP3's

maybe I am barking up the wrong tree here.

Sam Fourman Jr.
Fourman Networks



Re: Recommend hardware for video surveillance system?

2008-11-02 Thread Sam Fourman Jr.
 Also, any software recommendations would be appreciated.

I too am looking into doing a home monitoring system with *BSD
I am very interested in suggestions, not only in software, but also
different hardware configurations.

I would envision a system with  5 or 6 cameras, all somehow displaying
on a multi monitor X windows session.

any input would be greatly appreciated

Sam Fourman Jr.
Fourman Networks



Re: DNS confusion about www.oorexx.org

2008-10-02 Thread Sam Fourman Jr.
On Thu, Oct 2, 2008 at 10:55 AM, Jack Woehr [EMAIL PROTECTED] wrote:
 My DNS server is OpenBSD 4.3 and I'm running the default bind.

 The website http://www.oorexx.org 9 times out of ten does not resolve for
 me.


Here is what I get  for what it is worth I am using a ATT internet Connection

Sam# dig @NS1.PLANETDOMAIN.COM www.oorexx.org

;  DiG 9.4.2-P2  @NS1.PLANETDOMAIN.COM www.oorexx.org
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 58131
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;www.oorexx.org.IN  A

;; ANSWER SECTION:
www.oorexx.org. 86400   IN  A   208.34.240.200

;; Query time: 278 msec
;; SERVER: 202.131.95.2#53(202.131.95.2)
;; WHEN: Thu Oct  2 12:32:06 2008
;; MSG SIZE  rcvd: 48


Sam Fourman Jr.
Fourman Networks



Re: Altq number of queues

2008-09-02 Thread Sam Fourman Jr.
 Thanks Jared, I checked out the thread as you pointed :)
 But I would like to know if raising the number of queues to 512 and
 recompiling the kernel is an alternative or its better to keep the
 default values.

 Does anyone have a configuration with 512 or more queues? What is the
 correct way to configure my system to support that number of queues?


I too am interested in this, has anyone tried to run more than 60 ish queues

Sam Fourman Jr.



Re: Altq number of queues

2008-09-02 Thread Sam Fourman Jr.
On Tue, Sep 2, 2008 at 10:05 PM, Fabio Almeida [EMAIL PROTECTED] wrote:
 Hi :)

 I`ve configured the system with a total of 256 HFSC queues.
 pf.conf is configured with 250 queues and everything is running
 smoothly, as far as I can perceive everything is working very well.

 I also configured the system with a total of 512 cbq queues, but I`m
 using just HFSC now.

 Fabio Almeida

Do you have a diff?

Sam Fourman Jr.



Re: Identifying Bandwidth Hogs

2008-07-16 Thread Sam Fourman Jr.
 There's also softflowd, which can listen on an interface to pick
 up flows. Overhead is higher but it might get you something working
 until pfflowd can be mended.

does anyone know of a document or website that has a tourtorial on
setting up a netflow sensor, collector, etc.

Sam Fourman Jr.



Re: Milwaukee BSD Users Group

2008-06-18 Thread Sam Fourman Jr.
Sean,

I live close to Lacrosse Wisconsin, I have been looking for a BSD users
Group. it would appear that the closest one I can find is in Chicago or the
Twin Cities.
I would help in any way practical.

Sam Fourman Jr.



Re: Sloppy states

2008-06-10 Thread Sam Fourman Jr.
 I'm looking around and don't quite get sloppy states.  Looking at the code
 isn't quite helping.  Anything else I can read?

 --STeve Andre'


I also would like some insight on ,
1:) exactly what is sloppy states meant to do
2:) what are some specific instances where we should use sloppy states
3:) what is a case where it would be bad to use sloppy states.


Sam Fourman Jr.



Re: Trouble with OpenBSD 4.2 DNS server setup

2008-05-08 Thread Sam Fourman Jr.
  Are you *sure* you don't mean while still providing the _internal
  network_ recursive queries or not provide _reverse_ queries? Really,
  really sure?

no I am not sure, My DNS skills are not what they need to be. I am
working on improving them.
I am just getting tired of the endless worms and spyware that somehow
finds it way onto a windows 2000 server.
hell there isn't even a monitor on that computer, other than windows
update it has never even browsed the web.

so I decided it was time to brush up on my skills and ditch the windows DNS.

what I have found out since I made this post is that recursion has not
much to do with reverse lookup.
it would appear that I was confused.

I really do thank everyone for their input it is helpful.

Sam Fourman Jr.



Re: ral(4) hostap plea

2008-05-07 Thread Sam Fourman Jr.
  I'd really like to have a sure-fire, always-works MiniPCI card for
  hostap that can be bought individually... any suggestions? are the 11n
  ral(4) any more predictable? anyone got CM9 working?

We have had decent luck with ral RT2860 chipset we use the edimax PCI cards.
I sent a few of them to damien@ last year and he made a driver for
them that in in OpenBSD 4.3


Sam Fourman Jr.



Re: ral(4) hostap plea

2008-05-07 Thread Sam Fourman Jr.
  It looks like newegg carries the EDIMAX EW-7128G.  Since I bought the
  previous card from them as well, maybe I'll have them switch them and
  see if I have any better luck.  Thanks for the suggestion.


We have done testing with that card as well, we used 3 circular 14db
antennas on a 110ft tower
running OpenBSD 4.2 and we got over a mile of solid coverage with a
atheros usb adapter on the client

MIMO really makes all the difference.
in this test both AP and client were running OpenBSD 4.2

Sam Fourman Jr.



Trouble with OpenBSD 4.2 DNS server setup

2008-05-07 Thread Sam Fourman Jr.
hello misc@

I am in need of some guidance, I am trying to convert our name servers
from Windows 2000 DNS to OpenBSD named
I put this name server up last October and it has worked great, or at
least i thought it did.

now that I am trying to host a mail server, I found out my reverse
lookup is not working correctly

we have a /25 ip block on our T1

here is my trouble, if i use nslookup from a computer that is set to
use my name server(ns.wiscdns.com)
my output is as follows:

Sam# nslookup 12.192.128.135
Server: 12.192.128.131
Address:12.192.128.131#53

135.128.192.12.in-addr.arpa name = pop3.DigitalDataWeb.Com.


however if I change my name server to a local ISP (that I do not use
for service)

my output is as follows

Sam$ nslookup 12.192.128.135
Server: 209.103.196.2
Address:209.103.196.2#53

** server can't find 135.128.192.12.in-addr.arpa: NXDOMAIN


I copied all of my named config files in a directory on a webserver
along with a dmesg located here
http://www.puffybsd.com/named/

I assume that if I want to host email for 10 different domains I have
to have these set

allow-recursion { any; };
auth-nxdomain yes;

I am open to any suggestions anyone has, because this is my first set
of BSD based name servers
I do not have a 2nd name server setup yet I just need to do some more
reading and figure out how they are different.


as always Thank you very much for your help

Sam Fourman Jr.



Re: Trouble with OpenBSD 4.2 DNS server setup

2008-05-07 Thread Sam Fourman Jr.
   I assume that if I want to host email for 10 different domains I have
   to have these set
  
   allow-recursion { any; };

  This allows anybody to use your nameserver as a resolver (e.g.
  anyone can ask you to lookup domains for them). You shouldn't
  do this at all without a very good reason (one example being if
  you're providing DNS to VPN clients and filtering non-VPN traffic).
  Doing so without other controls leaves you open to being an
  attack amplifier for anyone who can send a UDP packet with an
  invalid source address, and also may open you up to DNS poisoning.

  If you're currently using a setup that involves the same IP
  address for both authoritative (domains you host) and recursive
  queries (client DNS requests), you should get these split onto
  separate addresses.


so if I understand this, the correct way to setup DNS
is to have one nameserver do just recursive quires
and a separate name server on a separate ip address have the actual domain files

Sam Fourman Jr.



Re: Trouble with OpenBSD 4.2 DNS server setup

2008-05-07 Thread Sam Fourman Jr.
On Wed, May 7, 2008 at 10:41 PM, Jon Radel [EMAIL PROTECTED] wrote:

 Sam Fourman Jr. wrote:
 I assume that if I want to host email for 10 different domains I have
If you're currently using a setup that involves the same IP
address for both authoritative (domains you host) and recursive
queries (client DNS requests), you should get these split onto
separate addresses.

What I am really after is, well it is probably a fine line the
most secure DNS can be while still providing the outside world
recursive queries.
because there is no real (sane)  way to host email servers and not
provide recursive queries.

Sam Fourman Jr.



Re: web development on OpenBSD

2008-04-28 Thread Sam Fourman Jr.
  You've got a choice of classical web dev environments, like perl's Mason,
  which are fast, but a bit difficult to code for, and so-called `modern'
  web environments, like ruby-on-rails, or perl's catalyst (or php symphony,
  if I'm right), which would be nice, except that they're REAL SLOW, and so
  you need a killer machine to run any kind of web server.

  Google's approach of compiling java into javascript has not yet made it
  to the world of php/perl/python, as far as I'm aware, though it might be
  the real solution for maintainable ajax...


I Wonder what amazon.com and Ebay.com use? it would stand to reason
that they would need speed any place they can get it.
I wonder if they use C?

Sam Fourman Jr.



Re: web development on OpenBSD

2008-04-27 Thread Sam Fourman Jr.
  which components will be a good fit?:

  1. Backend: MySQL or SQLite
  2. webserver: apache or Lighttpd
  3. development language: PHP or Java or Javascript (and XML I guess)

  Thanks in advance.
  -BG

I would give PostgreSQL a look, it doesn't get as much press as MySQL,
But it is VERY solid, and it is BSD licensed

Sam Fourman Jr.



Re: Logging failed SSH users and the passwords they typed

2008-04-22 Thread Sam Fourman Jr.
  Is there a way to login the passwords that were used in the bruteforce
 attack?

I am siting trying to come up with a good reason why you would give a
damn what passwords they tried?

I mean for the most part they are scripts trying to BRUTE  your ssh port anyhow.


Sam Fourman Jr.



Re: 4.3 and acpi

2008-04-22 Thread Sam Fourman Jr.
  If you know how to build an ACPI_DEBUG kernel and capture the
  output over serial console (USB serial is no good, it must be a
  real standard serial port) then please include that too.
  There's a *lot* of output, you might want to set this faster
  than 9600...


do you have some sort of link in the OpenBSD man pages that would give
me a step by step instructions on how to build a ACPI_DEBUG kernel and
capture the output with a serial port. if this is what the OpenBSD
developers need,I will Gladly donate the time to give them the data
they need. I just need to Know how.

Sam Fourman Jr.



Re: wpa now in current?!

2008-04-17 Thread Sam Fourman Jr.
 I would like to take this opportunity to thank Damien Bergamini, and
everyone who contributed time and effort to bring WPA/WPA2 to OpenBSD

your work as always is very much appreciated.

Thank you

Sam Fourman Jr.



Re: 4.3 and acpi

2008-04-16 Thread Sam Fourman Jr.
  # SYS=asus-m6ne
  # mkdir $SYS; cd $SYS
  # acpidump -o $SYS  $SYS.aml
  # dmesg  $SYS.dmesg
  # cd ..;tar czf $SYS.tgz $SYS

  put the created tgz on a webserver and send the URL.



Would these commands work on a Dell poweredge 1650, OpenBSD 4.3 will
not boot with acpi enabled, and I am wondering if the above set of
commands would produce any useful info for anyone

Sam Fourman Jr.



Re: Pre-Orders for Limited Edition Puffy the Blowfish

2008-01-08 Thread Sam Fourman Jr.
 - I still haven't seen any pictures
 - I'm waiting for Theo's  Wim's approval of this

 Best
Martin

I agree, I would generally purchase anything that would help the OpenBSD project
but on the other hand unless someone from the OpenBSD project halfway
approves of this
I would not purchase anything. that being said *if* someone does
approve I would like to buy 2 items.

Sam Fourman Jr.



Re: Pre-Orders for Limited Edition Puffy the Blowfish

2008-01-07 Thread Sam Fourman Jr.
do you have a website that has pictures, the mail server stripped your
attachemnts

Sam Fourman Jr.



Re: Play Nice - Real men don't attack straw men (Theo)

2007-12-17 Thread Sam Fourman Jr.
 The OpenBSD group chose to take that as a deliberately spiteful
 missle targeting them.

Richard *did* send an email to misc@openbsd.org, notice that this
whole thing is in reply to Richard's original post to misc@

if Richard could go Back to the Future I believe he would send the
post to /dev/null instead.



Re: Play Nice - Real men don't attack straw men (Theo)

2007-12-16 Thread Sam Fourman Jr.
On Dec 15, 2007 10:56 PM, David H. Lynch Jr. [EMAIL PROTECTED] wrote:
 Bengt Frost wrote:
  On Sat, Dec 15, 2007 at 12:31:25PM -0700, Darrb

  Finally as long as i do not hurt 'someone' (to mutch) then it must
  be up to me to choose what i want to do, f.ex. install packages through
  portssystem.
 
 If I wrote a a BSD Licensed program to mailbomb jews.
 Would that be acceptable within ports ?

and who exactly would you bribe to get this mailbomb committed to
the ports tree?

Sam Fourman Jr.



Re: Real men don't attack straw men

2007-12-14 Thread Sam Fourman Jr.
 The concept of relicensing does not imply changing or adding code, and
 the legality of relicensing doesn't depend on changing or adding code.
 However, I would urge people to relicense only if they make very big
 changes.  If they make lesser changes, it is better to contribute them
 to the original project, and if they make no changes, relicensing is
 just silly (in most cases).


Public domain aside, in what other case would it be legal to change a
license, where no changes were made to the code, and the original
author has not granted permission?
certainly someone could not take BSD licensed code  and change it to
GPL if they have changed nothing and do not have the authors
permission.

keep in mind I have limited knowledge at best of software licensing

Sam Fourman Jr.



Re: Update features on PF(OpenBSD4.2)

2007-10-22 Thread Sam Fourman Jr.
On 10/22/07, Beavis [EMAIL PROTECTED] wrote:
 hi folks,

I saw this performance issue with pf on a AMD64firewall: below is the link

 http://www.nabble.com/firewall-is-very-slow%2C-something%27s-wrong-t4572653i20.html

 it states that pf on 4.2 performs much better than in 4.1. having said
 this, is it possible to be able to just update pf's feature instead of
 going through the entire OS upgrade? since im really going after the
 features of pf, and happy with how 4.1 is.

I am not certain understand the negative impact of a full 4.2 upgrade

Sam Fourman Jr.



Expat in OpenBSD -current

2007-10-16 Thread Sam Fourman Jr.
hello misc@

today I installed a new computer with -current (10/16/2007)

I did not select the X windows files from the install program because
I do not need X

I went to compile /usr/ports/editors/vim with FLAVOR=no_x11 huge

during the build gettext complains about not having expat.

after further investigation I found this:

Log message:
All ports are now using the libexpat that's shipped with xenocara.
Add COMES_WITH=4.2 here.
ok sturm@, steven@, matthieu@, naddy@


it would appear that expat has been removed from ports.

so what is the correct move? Should I have installed xenocara anyway
even if this computer only needs a console?


any help is appreciated.

Sam Fourman Jr.



Re: Expat in OpenBSD -current

2007-10-16 Thread Sam Fourman Jr.
On 10/16/07, Scott Vanderbilt [EMAIL PROTECTED] wrote:
 Sam Fourman Jr. wrote:

  it would appear that expat has been removed from ports.
 
  so what is the correct move? Should I have installed xenocara anyway
  even if this computer only needs a console?

 This bit me too. Just install xbase and you'll be fine.

how do I install xbase without reformatting and reinstalling the whole OS?



Re: Expat in OpenBSD -current

2007-10-16 Thread Sam Fourman Jr.
On 10/16/07, Jacob Meuser [EMAIL PROTECTED] wrote:
 On Tue, Oct 16, 2007 at 06:14:38PM -0700, Scott Vanderbilt wrote:
  Sam Fourman Jr. wrote:
 
  so what is the correct move? Should I have installed xenocara anyway
  even if this computer only needs a console?
  This bit me too. Just install xbase and you'll be fine.

 if you are building ports, you should also install xshare, as it contains
 headers and pkg-config files which may be used by ports.

  how do I install xbase without reformatting and reinstalling the whole OS?
 
 
  This is answered in the very nicely done FAQ:
 
  http://www.openbsd.org/faq/faq4.html#AddFileSet
 

 also, ports questions really belong on the [EMAIL PROTECTED] list.

 --
Thank you all for your help, in the Future I will post ports questions
to the ports@ list, I was confused on where this question should be
placed because now expat is part of the base system(xenocara) so I
thought ports@ or x11@ , I ended up choosing misc@

Sam Fourman Jr.



Re: Nvidia drivers

2007-09-16 Thread Sam Fourman Jr.
On 9/16/07, Cyrus [EMAIL PROTECTED] wrote:
 I researched this time, and nothing.
 Does anyone know of a port of the Nvidia driver so I can finally run my dual
 screen setup I had with Slackware?
 If no, anyway to run dual monitor?  Im using a NVIDIA 6800 XT
 Cyrus


Well if you are referring to the binary 3D driver like FreeBSD has, it
is a Not going to happen situation.

Sam Fourman Jr.



Re: OpenBSD Install Goal

2007-09-14 Thread Sam Fourman Jr.
On 9/14/07, Karl Sjvdahl - dunceor [EMAIL PROTECTED] wrote:
 On 9/14/07, Bob Beck [EMAIL PROTECTED] wrote:
   I hope one day soon OpenBSD will adopt a nice ncurses setup similar to
something like FreeBSD with ease to it.

for what my opinion is worth, I kinda like the OpenBSD installer the
way it is now.. the new ISO cd is very welcomed ( Thanks Guys)

even if someone did fit a FreeBSD type installer on the required
media, where does it stop? before you know it you will be asking for a
3D video driver and Compiz-fusion based installer.

Sam Fourman Jr.



Re: OpenBSD 4.2 Question

2007-09-07 Thread Sam Fourman Jr.
On 9/7/07, Marco Peereboom [EMAIL PROTECTED] wrote:
 I do want to point out that interrupt coalescing also has its draw
 backs.  Many people discussed all the good things so lets underscore the
 bad.  Networks that have trickling amounts of packets are hurt by
 coalescing.  Most notably are interactive things like typing in ftp and
 ssh.  Since the card is going to collect several packets you basically
 always hit the coalescing timer slowing the overall throughput down to
 whatever your timeout is.

 The big issue with coalescing is that it is good for some loads and bad
 for others.  So if you can't predict your load it will either hurt you
 or help you.  So far I have never seen a heuristic that works well both
 ways.

 Also what I have seen is that coalescing always hurts disk IO
 performance.  Every time I tinkered with this it had a negative impact.
 The caveat here is that NICs generate interrupts at a completely
 different order of magnitude.

 On Fri, Sep 07, 2007 at 02:31:15AM +, Sam Fourman Jr. wrote:
  hello misc@
  from the page http://www.openbsd.org/42.html , one of the changes made
  to OpenBSD 4.2 is
 
  A change in the way the kernel random pool is stirred greatly
  increases performance with network interface cards that support
  interrupt mitigation, especially on architectures where reading the
  clock is expensive (such as amd64).
 
  What would be some Examples of Network Cards that Support interrupt 
  mitigation
 
  I guess on this Subject I need educated because I am not all together
  sure what interrupt mitigation is and why I want it.
 
 
  Thank you for another GREAT release
 
  Sam Fourman Jr.
 



Thank you Everyone for your response, the information was very helpful

Sam Fourman Jr.



OpenBSD 4.2 Question

2007-09-06 Thread Sam Fourman Jr.
hello misc@
from the page http://www.openbsd.org/42.html , one of the changes made
to OpenBSD 4.2 is

A change in the way the kernel random pool is stirred greatly
increases performance with network interface cards that support
interrupt mitigation, especially on architectures where reading the
clock is expensive (such as amd64).

What would be some Examples of Network Cards that Support interrupt mitigation

I guess on this Subject I need educated because I am not all together
sure what interrupt mitigation is and why I want it.


Thank you for another GREAT release

Sam Fourman Jr.



Re: Xorg7 and driver CA0106 in OpenBSD ?

2007-09-03 Thread Sam Fourman Jr.
On 9/3/07, Nicolas Letellier [EMAIL PROTECTED] wrote:
 Hello guys,

 I have two questions :
 - do you have an idea for the integration of Xorg 7 in OpenBSD ? In 4.2
 release ?

OpenBSD 4.2 will have xorg 7.2 under the name xenocara

http://www.xenocara.com/


Sam Fourman Jr.



Re: Help with Altell PC6700

2007-09-03 Thread Sam Fourman Jr.
This issue has been resolved

The Altell PPC6700 EVDO works great

http://freshbsd.org/2007/09/02/05/20/26

Many thanks to jsg@

On 8/26/07, Sam Fourman Jr. [EMAIL PROTECTED] wrote:
 hello misc@

 I am in a bit of a time crunch and I am looking for help.
 it seems Windows Update screwed over a bunch of our laptops somehow(gee go
 figure)
 now remote desktop has some sort of a weird screen update problem that I
 can't seem to fix.(spent Thursday and Friday on it)
 (you type and it never shows up until you leave the text field)

 when I use OpenBSD with rdesktop it works like a charm, no text update
 problems)

 we have a number of IBM/Lenovo x41 Tablet Computers.(Very well supported in
 OpenBSD)

 We also have several UTStarcom Pocket PC smart Phones(Windows Mobile 5)
 here is a link
 http://www.utstar.com/pcd/view_phone_details.aspx?mcode=PPC6700sAct=0

 What I am in desperate need to do is, use these Phones ad Wireless Modems
 and use rdesktop to access our office(XP professional Machines) from the
 field. would someone be able to help me
 add these devices to OpenBSD in a way that they will attach in some way that
 I can use them with ppp to dial #777?

 here is someone that did this in Fedora 5

 http://andrewtv.org/fedora-ppc6700/

 below are several OpenBSD dmesg

 dmesg x41 (Not in Modem Mode just default)
 http://ralink.lesmilde.com/x41/x41-tablet2.txt

 dmesg x41 ( in Wireless Modem Mode)
 http://ralink.lesmilde.com/x41/x41-tablet3.txt

 dmesg x41 with ACPI enabled( in Wireless Modem Mode)
 http://ralink.lesmilde.com/x41/x41-tablet4.txt

 if you need any other output I would be happy to get it to you imminently
 if need be I can provide root ssh access to one of these.

 Thank you for your help in advance, I am really in a time crunch
 as no one can work without remote desktop

 Sam Fourman Jr.



Re: Asus Striker Extreme does not support 4GB memory

2007-09-01 Thread Sam Fourman Jr.
On 8/31/07, Constantine A. Murenin [EMAIL PROTECTED] wrote:
 On 31/08/2007, Sam Fourman Jr. [EMAIL PROTECTED] wrote:
  This may be a retarted question, but can a Intel quad core run amd64

 just as i386 doesn't run on 80386, amd64 does run on Intel Core 2 processors

 http://en.wikipedia.org/wiki/X86-64

 C.

Silly me for assuming that the amd part  of amd64 meant only amd lol
I was wondering why the BSD's never had x86-64 like linux does.
Now I understand that amd64 is for both amd and intel alike.

Thank you guys, the thing I love about this Open Source stuff is that
it sparks new learning everyday.

Sam Fourman Jr.



Asus Striker Extreme does not support 4GB memory

2007-08-31 Thread Sam Fourman Jr.
hello misc@

I took the time to install OpenBSD -current on a new computer I just built

It does not see 4GB of memory out of the box, is there something I
have to compile in the kernel to get this to work?

The motherboard is an Asus Striker Extreme it has 4 1GB memory
modules, and an intel Quad Core cpu

below is a dmesg

OpenBSD 4.2 (GENERIC.MP) #252: Tue Aug 28 10:53:04 MDT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Core(TM)2 Quad CPU @ 2.40GHz (GenuineIntel 686-class) 2.41 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,xTPR
real mem  = 3488116736 (3326MB)
avail mem = 3384631296 (3227MB)
User Kernel Config
UKC enable acpi
398 acpi0 enabled
UKC disable apm
307 apm0 disabled
UKC quit
Continuing...
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 07/06/07, BIOS32 rev. 0 @
0xf1e30, SMBIOS rev. 2.4 @ 0xf (77 entries)
bios0: vendor Phoenix Technologies, LTD version ASUS StrikerExtreme
ACPI BIOS Revision 1301 date 07/06/2007
bios0: ASUSTeK Computer INC. StrikerExtreme
apm at bios0 function 0x15 not configured
pcibios0 at bios0: rev 3.0 @ 0xf/0xd964
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfd810/336 (19 entries)
pcibios0: PCI Exclusive IRQs: 5 7 10 11
pcibios0: no compatible PCI ICU found
pcibios0: Warning, unable to fix up PCI interrupt routing
pcibios0: PCI bus #3 is the last bus
bios0: ROM list: 0xc/0xce00 0xd/0x4000!
acpi0 at mainbus0: rev 2
acpi0: tables DSDT FACP HPET MCFG APIC
acpitimer at acpi0 not configured
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 266 MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 Quad CPU @ 2.40GHz (GenuineIntel 686-class) 2.40 GHz
cpu1: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,xTPR
cpu2 at mainbus0: apid 3 (application processor)
cpu2: Intel(R) Core(TM)2 Quad CPU @ 2.40GHz (GenuineIntel 686-class) 2.40 GHz
cpu2: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,xTPR
cpu3 at mainbus0: apid 2 (application processor)
cpu3: Intel(R) Core(TM)2 Quad CPU @ 2.40GHz (GenuineIntel 686-class) 2.40 GHz
cpu3: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,xTPR
ioapic0 at mainbus0: apid 4 pa 0xfec0, version 11, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 4
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 2 (HUB0)
acpicpu at acpi0 not configured
acpicpu at acpi0 not configured
acpicpu at acpi0 not configured
acpicpu at acpi0 not configured
acpitz at acpi0 not configured
acpibtn at acpi0 not configured
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 NVIDIA C55 Host rev 0xa2
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 1 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 2 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 3 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 4 not configured
NVIDIA C55 Memory rev 0xa2 at pci0 dev 0 function 5 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 6 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 7 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 0 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 1 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 2 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 3 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 4 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 5 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 6 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 2 function 0 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 2 function 1 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 2 function 2 not configured
ppb0 at pci0 dev 3 function 0 NVIDIA C55 PCIE rev 0xa1
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 NVIDIA GeForce 8800 GTS rev 0xa2
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
NVIDIA MCP55 Memory rev 0xa1 at pci0 dev 9 function 0 not configured
pcib0 at pci0 dev 10 function 0 NVIDIA MCP55 ISA rev 0xa2
nviic0 at pci0 dev 10 function 1 NVIDIA MCP55 SMBus rev 0xa2
iic0 at nviic0
iic1 at nviic0
lm1 at iic1 addr 0x2d: W83791D
adt0 at iic1 addr 0x2e: adt7475 rev 0x69
ohci0 at pci0 dev 11 function 0 NVIDIA MCP55 USB rev 0xa1: apic 4
int 7 (irq 7), version 1.0, legacy support
ehci0 at pci0 dev 11 function 1 NVIDIA MCP55 USB rev 0xa2: apic 4
int 5 (irq 5)
usb0 at ehci0: USB 

Re: Asus Striker Extreme does not support 4GB memory

2007-08-31 Thread Sam Fourman Jr.
On 8/31/07, Dustin Lundquist [EMAIL PROTECTED] wrote:
 Sam Fourman Jr. wrote:
  OpenBSD 4.2 (GENERIC.MP) #252: Tue Aug 28 10:53:04 MDT 2007
  [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP
  cpu0: Intel(R) Core(TM)2 Quad CPU @ 2.40GHz (GenuineIntel 686-class) 2.41 
  GHz
  cpu0: 
  FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,xTPR
  real mem  = 3488116736 (3326MB)
  avail mem = 3384631296 (3227MB)
 
 That looks normal for 32bit operating system trying to address 4GB, the
 OS still needs address space to PCI devices. I'm not sure of the status
 but the amd64 port might support of 4GB.

This may be a retarted question, but can a Intel quad core run amd64

 Dustin Lundquist



Alltel KPC-650 Wireless Modem

2007-08-29 Thread Sam Fourman Jr.
hello misc@

I am having real trouble getting my alltel based passport card to work correctly
what is happening it Dials up and associated just fine, I can ping, I
can even start a ftp but as soon as I transfer any data, the
connection appears to hang.
ppp does not drop the connection.

I am in a 1xEVDO network my alltel SID is 396 I am using PRL 40023

This device is working in Windows XP with the alltel software, using a
identical x41 tabletPC

I have 2 of these wireless modems and I swap them out neither works

I am using OpenBSD -current a fresh install with the following ppp.conf
 Start ppp.conf ***
# Dial Alltel
default:

 set device /dev/cuaU0
 set speed 230400
 set dial ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 30 \\ \
 AT OK \
 ATZ0 OK \
 ATQ0 OK \
 ATV1 OK \
 ATE1 OK \
 ATV OK \
 \\dATDT\\T TIMEOUT 70 CONNECT
 set login
 set phone #777
 set authname my # here@alltel.com
 set authkey
 set timeout 0
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add! default HISADDR
 enable dns

*** END ppp.conf 

here is a dmesg

http://ralink.lesmilde.com/x41/x41-tablet.txt

also I did try to disable vjcomp in ppp.conf it did not appear to
change anything.


Thank you for any help

Sam Fourman Jr.



Re: Alltel KPC-650 Wireless Modem

2007-08-29 Thread Sam Fourman Jr.
Can anyone confirm they even have this card working? even with a
different Provider?

Sam Fourman Jr.

On 8/29/07, Sam Fourman Jr. [EMAIL PROTECTED] wrote:
 hello misc@

 I am having real trouble getting my alltel based passport card to work 
 correctly
 what is happening it Dials up and associated just fine, I can ping, I
 can even start a ftp but as soon as I transfer any data, the
 connection appears to hang.
 ppp does not drop the connection.

 I am in a 1xEVDO network my alltel SID is 396 I am using PRL 40023

 This device is working in Windows XP with the alltel software, using a
 identical x41 tabletPC

 I have 2 of these wireless modems and I swap them out neither works

 I am using OpenBSD -current a fresh install with the following ppp.conf
  Start ppp.conf ***
 # Dial Alltel
 default:

  set device /dev/cuaU0
  set speed 230400
  set dial ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 30 \\ \
  AT OK \
  ATZ0 OK \
  ATQ0 OK \
  ATV1 OK \
  ATE1 OK \
  ATV OK \
  \\dATDT\\T TIMEOUT 70 CONNECT
  set login
  set phone #777
  set authname my # here@alltel.com
  set authkey
  set timeout 0
  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
  add! default HISADDR
  enable dns

 *** END ppp.conf 

 here is a dmesg

 http://ralink.lesmilde.com/x41/x41-tablet.txt

 also I did try to disable vjcomp in ppp.conf it did not appear to
 change anything.


 Thank you for any help

 Sam Fourman Jr.



Re: Alltel KPC-650 Wireless Modem

2007-08-29 Thread Sam Fourman Jr.
On 8/29/07, Sam Fourman Jr. [EMAIL PROTECTED] wrote:
 Can anyone confirm they even have this card working? even with a
 different Provider?

 Sam Fourman Jr.

 On 8/29/07, Sam Fourman Jr. [EMAIL PROTECTED] wrote:
  hello misc@
 
  I am having real trouble getting my alltel based passport card to work 
  correctly
  what is happening it Dials up and associated just fine, I can ping, I
  can even start a ftp but as soon as I transfer any data, the
  connection appears to hang.
  ppp does not drop the connection.
 
  I am in a 1xEVDO network my alltel SID is 396 I am using PRL 40023
 
  This device is working in Windows XP with the alltel software, using a
  identical x41 tabletPC
 
  I have 2 of these wireless modems and I swap them out neither works
 
  I am using OpenBSD -current a fresh install with the following ppp.conf
   Start ppp.conf ***
  # Dial Alltel
  default:
 
   set device /dev/cuaU0
   set speed 230400
   set dial ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 30 \\ \
   AT OK \
   ATZ0 OK \
   ATQ0 OK \
   ATV1 OK \
   ATE1 OK \
   ATV OK \
   \\dATDT\\T TIMEOUT 70 CONNECT
   set login
   set phone #777
   set authname my # here@alltel.com
   set authkey
   set timeout 0
   set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
   add! default HISADDR
   enable dns
 
  *** END ppp.conf 
 
  here is a dmesg
 
  http://ralink.lesmilde.com/x41/x41-tablet.txt
 
  also I did try to disable vjcomp in ppp.conf it did not appear to
  change anything.
 
 
  Thank you for any help
 
  Sam Fourman Jr.
 

Just for records sake, I did get this card to work in PC-BSD 1.4 Beta
This link did the trick (PC-BSD 1.4 is based on FreeBSD 6.2 Stable)
http://www.semicomplete.com/blog/geekery/Kyocera-KPC650-EVDO-in-FreeBSD.html

I would also like to note that EVDO did work in Alltel market 396
I was able to achieve 119 kb's in a 1xEVDO market my ping times to
Google were 200ms

note that I used the same ppp.conf file in FreeBSD as I did on OpenBSD
so I doubt my trouble is in the ppp.conf file

Does anyone know if maybe it could be something weird like tcp window size?


Sam Fourman Jr.



Re: working 802.11a/g/n adapters...

2007-08-28 Thread Sam Fourman Jr.
I know that there is a intel 4965agn driver in the works.
I am unaware of any others, and last time I checked even ralink was not
responding favorably to documentation requests.

Sam Fourman Jr.

On 8/28/07, poncenby [EMAIL PROTECTED] wrote:

 are there any?



Help with Altell PC6700

2007-08-26 Thread Sam Fourman Jr.
hello misc@

I am in a bit of a time crunch and I am looking for help.
it seems Windows Update screwed over a bunch of our laptops somehow(gee go
figure)
now remote desktop has some sort of a weird screen update problem that I
can't seem to fix.(spent Thursday and Friday on it)
(you type and it never shows up until you leave the text field)

when I use OpenBSD with rdesktop it works like a charm, no text update
problems)

we have a number of IBM/Lenovo x41 Tablet Computers.(Very well supported in
OpenBSD)

We also have several UTStarcom Pocket PC smart Phones(Windows Mobile 5)
here is a link
http://www.utstar.com/pcd/view_phone_details.aspx?mcode=PPC6700sAct=0

What I am in desperate need to do is, use these Phones ad Wireless Modems
and use rdesktop to access our office(XP professional Machines) from the
field. would someone be able to help me
add these devices to OpenBSD in a way that they will attach in some way that
I can use them with ppp to dial #777?

here is someone that did this in Fedora 5

http://andrewtv.org/fedora-ppc6700/

below are several OpenBSD dmesg

dmesg x41 (Not in Modem Mode just default)
http://ralink.lesmilde.com/x41/x41-tablet2.txt

dmesg x41 ( in Wireless Modem Mode)
http://ralink.lesmilde.com/x41/x41-tablet3.txt

dmesg x41 with ACPI enabled( in Wireless Modem Mode)
http://ralink.lesmilde.com/x41/x41-tablet4.txt

if you need any other output I would be happy to get it to you imminently
if need be I can provide root ssh access to one of these.

Thank you for your help in advance, I am really in a time crunch
as no one can work without remote desktop

Sam Fourman Jr.



PF rdr based on hostname

2007-08-15 Thread Sam Fourman Jr.
hello misc@

I am PRETTY sure there is no way to do a pf rdr command based on a hostname
and I am just trying to confirm this
Maybe I could somehow use hostated?

What I want to do is have 4 seprate Windows XP Professional workstations
with 192.168.x.x address behind a pf firewall

and be able to Remote Desktop From an outside location to anyone of the
workstations based on hostname

eg have 4 hostnames point to the same public ip
then pf will rdr to the correct Workstation based on the hostname that is
specified.


Thank you for any help

Sam Fourman Jr.



Re: Areca-1210 rd0 hang during install of 4.1 on amd64

2007-08-14 Thread Sam Fourman Jr.
I tried a bsd.rd from 8-9-2007 and it still hangs in the same spot, no
matter if I have acpi enabled or not.
I also Have a Areca ARC-1210 raid card, if i remove it then bsd.rd works
fine.

if I have a mp kernel as well as acpi enabled then it boots fine with the
areca card installed.


Sam Fourman Jr.

On 7/19/07, David Gwynne [EMAIL PROTECTED] wrote:

 can you try a snapshot bsd.rd?

 On Thu, Jul 19, 2007 at 11:33:34PM +0100, Nick Humphrey wrote:
  David Gwynne wrote:
   On Thu, Jul 19, 2007 at 12:29:51PM +0100, Nick Humphrey wrote:
   I am having trouble with installing OpenBSD 4.1 on a new amd64 server
   with an Areca ARC-1210 raid card. When I boot from the 4.1 CD install
   media, everything seems fine up until it reaches rd0: fixed, 
   blocks and then the system hangs. I have downloaded the latest amd64
   current snapshot from the mirrors and tried booting from that too -
 same
   result.
  
   System:
   - Gigabyte GA-M61PM-S2 (rev. 1.0) (BIOS Updated to latest F7 release)
   - Areca ARC-1210 SATA RAID PCI-Express (firmware updated to V1.43
   2007-04-17)
   - 2 x 400GB SATA Disks
  
   I have setup RAID 1 mirror of the two disks in the RAID BIOS. (Areca
   card and drives detected by and usable in Linux and Windows XP).
 Without
   the ARC-1210 card installed and the disks wired to the on-board SATA
   controller everything works fine (i.e. I am able to install OpenBSD).
 I
   have tried disabling on-board LAN and on-board SATA in the BIOS. I
 have
   also tried enabling ACPI at boot time with ( -c, UKC enable acpi,
 quit
   ) which produces same result. In addition I have tried booting with
 the
   i386 release media, and experienced exactly the same problem.
  
   can you show me a dmesg from this box with acpi enabled?
  
   dlg
  
 
  snip
 
  David,
 
  Please find below dmesg from 4.1-RELEASE with acpi enabled.
 
  Kind regards,
 
  Nick
 
 
  boot -c
  booting cd0a:/4.1/amd64/bsd.rd: 2169728+438535+2270160+0+330160
  [80+220056+135431]=0x94f9a0
  entry point at 0x1001e0 [7205c766, 3404, 24448b12,
  2840a304]??Copyright (c) 1982, 1986, 1989, 1991, 1993
  The Regents of the University of California.  All rights
 reserved.
  Copyright (c) 1995-2007 OpenBSD. All rights reserved.
  http://www.OpenBSD.org
 
  OpenBSD 4.1 (RAMDISK_CD) #1054: Sat Mar 10 19:32:06 MST 2007
  [EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
  real mem = 2079911936 (2031164K)
  avail mem = 1778188288 (1736512K)
  using 22937 buffers containing 208199680 bytes (203320K) of memory
  User Kernel Config
  UKC enable acpi
  136 acpi0 enabled
  UKC quit
  Continuing...
  mainbus0 (root)
  acpi0 at mainbus0: rev 0
  acpi0: tables DSDT FACP SSDT HPET MCFG APIC
  acpiprt0 at acpi0: bus 0 (PCI0)
  acpiprt1 at acpi0: bus 1 (HUB0)
  cpu0 at mainbus0: (uniprocessor)
  cpu0: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+, 2612.33 MHz
  cpu0:
 
 FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,CX16,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
  cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
  64b/line 16-way L2 cache
  cpu0: ITLB 32 4KB entries fully associative, 8 4MB entries fully
 associative
  cpu0: DTLB 32 4KB entries fully associative, 8 4MB entries fully
 associative
  cpu0: PowerNow! K8 2612 MHz: speeds: 2600 2400 2200 2000 1800 1000 MHz
  pci0 at mainbus0 bus 0: configuration mode 1
  NVIDIA MCP61 Memory rev 0xa1 at pci0 dev 0 function 0 not configured
  NVIDIA MCP61 ISA rev 0xa2 at pci0 dev 1 function 0 not configured
  NVIDIA MCP61 SMBus rev 0xa2 at pci0 dev 1 function 1 not configured
  NVIDIA MCP61 Memory rev 0xa2 at pci0 dev 1 function 2 not configured
  ohci0 at pci0 dev 2 function 0 NVIDIA MCP61 USB rev 0xa2: irq 10,
  version 1.0, legacy support
  usb0 at ohci0: USB revision 1.0
  uhub0 at usb0
  uhub0: NVIDIA OHCI root hub, rev 1.00/1.00, addr 1
  uhub0: 10 ports with 10 removable, self powered
  ehci0 at pci0 dev 2 function 1 NVIDIA MPC61 USB rev 0xa2: irq 11
  usb1 at ehci0: USB revision 2.0
  uhub1 at usb1
  uhub1: NVIDIA EHCI root hub, rev 2.00/1.00, addr 1
  uhub1: 10 ports with 10 removable, self powered
  ppb0 at pci0 dev 4 function 0 NVIDIA MCP61 rev 0xa1
  pci1 at ppb0 bus 1
  skc0 at pci1 dev 7 function 0 D-Link Systems DGE-530T B1 rev 0x11,
  Yukon Lite (0x9): irq 10
  sk0 at skc0 port A, address 00:15:e9:aa:d3:34
  eephy0 at sk0 phy 0: Marvell 88E1011 Gigabit PHY, rev. 5
  pciide0 at pci0 dev 6 function 0 NVIDIA MCP61 IDE rev 0xa2: DMA,
  channel 0 configured to compatibility, channel 1 configured to
 compatibility
  atapiscsi0 at pciide0 channel 0 drive 0
  scsibus0 at atapiscsi0: 2 targets
  cd0 at scsibus0 targ 0 lun 0: _NEC, DVD_RW ND-2510A, 2.16 SCSI0
  5/cdrom removable
  cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
  pciide0: channel 1 ignored (disabled)
  ppb1 at pci0 dev 9 function 0 NVIDIA MCP61 PCIE rev 0xa2
  pci2 at ppb1 bus 2
  ppb2 at pci2 dev 0 function 0 Intel IOP332 PCIE-PCIX rev

Re: Areca-1210 rd0 hang during install of 4.1 on amd64

2007-07-19 Thread Sam Fourman Jr.
I have this Same trouble with the Same ARC card. and I am using an intel
Pentium D

the issue in my case is I must have a acpi enabled MP kernel, I did this by
installing  OpenBSD  without the ARC controller in the system(I have a sata
boot drive seprate from my RAID) then used config -ef /bsd.mp to enable acpi
and disable apm
then I mv /bsd.mp /bsd this fixed my issue.

Sam Fourman Jr.

On 7/19/07, Nick Humphrey [EMAIL PROTECTED] wrote:

 David Gwynne wrote:
  On Thu, Jul 19, 2007 at 12:29:51PM +0100, Nick Humphrey wrote:
  I am having trouble with installing OpenBSD 4.1 on a new amd64 server
  with an Areca ARC-1210 raid card. When I boot from the 4.1 CD install
  media, everything seems fine up until it reaches rd0: fixed, 
  blocks and then the system hangs. I have downloaded the latest amd64
  current snapshot from the mirrors and tried booting from that too -
 same
  result.
 
  System:
  - Gigabyte GA-M61PM-S2 (rev. 1.0) (BIOS Updated to latest F7 release)
  - Areca ARC-1210 SATA RAID PCI-Express (firmware updated to V1.43
  2007-04-17)
  - 2 x 400GB SATA Disks
 
  I have setup RAID 1 mirror of the two disks in the RAID BIOS. (Areca
  card and drives detected by and usable in Linux and Windows XP).
 Without
  the ARC-1210 card installed and the disks wired to the on-board SATA
  controller everything works fine (i.e. I am able to install OpenBSD). I
  have tried disabling on-board LAN and on-board SATA in the BIOS. I have
  also tried enabling ACPI at boot time with ( -c, UKC enable acpi, quit
  ) which produces same result. In addition I have tried booting with the
  i386 release media, and experienced exactly the same problem.
 
  can you show me a dmesg from this box with acpi enabled?
 
  dlg
 

 snip

 David,

 Please find below dmesg from 4.1-RELEASE with acpi enabled.

 Kind regards,

 Nick


 boot -c
 booting cd0a:/4.1/amd64/bsd.rd: 2169728+438535+2270160+0+330160
 [80+220056+135431]=0x94f9a0
 entry point at 0x1001e0 [7205c766, 3404, 24448b12,
 2840a304]* Copyright (c) 1982, 1986, 1989, 1991, 1993
 The Regents of the University of California.  All rights reserved.
 Copyright (c) 1995-2007 OpenBSD. All rights reserved.
 http://www.OpenBSD.org

 OpenBSD 4.1 (RAMDISK_CD) #1054: Sat Mar 10 19:32:06 MST 2007
 [EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
 real mem = 2079911936 (2031164K)
 avail mem = 1778188288 (1736512K)
 using 22937 buffers containing 208199680 bytes (203320K) of memory
 User Kernel Config
 UKC enable acpi
 136 acpi0 enabled
 UKC quit
 Continuing...
 mainbus0 (root)
 acpi0 at mainbus0: rev 0
 acpi0: tables DSDT FACP SSDT HPET MCFG APIC
 acpiprt0 at acpi0: bus 0 (PCI0)
 acpiprt1 at acpi0: bus 1 (HUB0)
 cpu0 at mainbus0: (uniprocessor)
 cpu0: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+, 2612.33 MHz
 cpu0:

 FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,CX16,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
 cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
 64b/line 16-way L2 cache
 cpu0: ITLB 32 4KB entries fully associative, 8 4MB entries fully
 associative
 cpu0: DTLB 32 4KB entries fully associative, 8 4MB entries fully
 associative
 cpu0: PowerNow! K8 2612 MHz: speeds: 2600 2400 2200 2000 1800 1000 MHz
 pci0 at mainbus0 bus 0: configuration mode 1
 NVIDIA MCP61 Memory rev 0xa1 at pci0 dev 0 function 0 not configured
 NVIDIA MCP61 ISA rev 0xa2 at pci0 dev 1 function 0 not configured
 NVIDIA MCP61 SMBus rev 0xa2 at pci0 dev 1 function 1 not configured
 NVIDIA MCP61 Memory rev 0xa2 at pci0 dev 1 function 2 not configured
 ohci0 at pci0 dev 2 function 0 NVIDIA MCP61 USB rev 0xa2: irq 10,
 version 1.0, legacy support
 usb0 at ohci0: USB revision 1.0
 uhub0 at usb0
 uhub0: NVIDIA OHCI root hub, rev 1.00/1.00, addr 1
 uhub0: 10 ports with 10 removable, self powered
 ehci0 at pci0 dev 2 function 1 NVIDIA MPC61 USB rev 0xa2: irq 11
 usb1 at ehci0: USB revision 2.0
 uhub1 at usb1
 uhub1: NVIDIA EHCI root hub, rev 2.00/1.00, addr 1
 uhub1: 10 ports with 10 removable, self powered
 ppb0 at pci0 dev 4 function 0 NVIDIA MCP61 rev 0xa1
 pci1 at ppb0 bus 1
 skc0 at pci1 dev 7 function 0 D-Link Systems DGE-530T B1 rev 0x11,
 Yukon Lite (0x9): irq 10
 sk0 at skc0 port A, address 00:15:e9:aa:d3:34
 eephy0 at sk0 phy 0: Marvell 88E1011 Gigabit PHY, rev. 5
 pciide0 at pci0 dev 6 function 0 NVIDIA MCP61 IDE rev 0xa2: DMA,
 channel 0 configured to compatibility, channel 1 configured to
 compatibility
 atapiscsi0 at pciide0 channel 0 drive 0
 scsibus0 at atapiscsi0: 2 targets
 cd0 at scsibus0 targ 0 lun 0: _NEC, DVD_RW ND-2510A, 2.16 SCSI0
 5/cdrom removable
 cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
 pciide0: channel 1 ignored (disabled)
 ppb1 at pci0 dev 9 function 0 NVIDIA MCP61 PCIE rev 0xa2
 pci2 at ppb1 bus 2
 ppb2 at pci2 dev 0 function 0 Intel IOP332 PCIE-PCIX rev 0x07
 pci3 at ppb2 bus 3
 arc0 at pci3 dev 14 function 0 Areca ARC-1210 rev 0x00: irq 11
 arc0: 4 SATA Ports, 256MB

Re: OpenBSD on ThinkPad

2007-06-17 Thread Sam Fourman Jr.
On 6/15/07, Felix kronlage [EMAIL PROTECTED] wrote:

 On Thu, Jun 14, 2007 at 10:23:05PM +0200, Henning Brauer wrote:

   Also, I did not bother to try installing a non-Lenovo wireless card
   because Thinkpads have a BIOS whitelist that refuses to recognize
   unauthorized cards.  Some people have modified the BIOS to solve
 this
   problem, but the modification attempts sometimes corrupt the BIOS and
 make
   the computer un-bootable, which I wasn't willing to risk.  See
  err?
  it is as trivial as
  sudo pkg_add tpwireless
  and running that thing once.

 tpwireless does not work on models like x41 and others of that age
 (and even newer models completly changed bios).
 It will patch the bios, yet the bios will still refuse to boot
 the machine with an un-authorized card in it.

 darn, I have a x41 tablet I wanted to swap the iwi out with a ral




felix



Re: Arc Raid Card trouble

2007-06-11 Thread Sam Fourman Jr.
cd0 at scsibus1 targ 0 lun 0: SONY, CD-ROM CDU5225, NYS4 SCSI0
5/cdrom removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 ignored (disabled)
pciide1 at pci0 dev 31 function 2 Intel 82801GB SATA rev 0x01: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide1: using apic 4 int 19 (irq 15) for native-PCI interrupt
wd0 at pciide1 channel 0 drive 0: WDC WD1600JS-00NCB1
wd0: 16-sector PIO, LBA48, 152627MB, 312581808 sectors
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
ichiic0 at pci0 dev 31 function 3 Intel 82801GB SMBus rev 0x01: apic
4 int 19 (irq 15)
iic0 at ichiic0
isa0 at ichpcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
it0 at isa0 port 0x290/8: IT87
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
pctr: user-level cycle counter enabled
uhidev0 at uhub3 port 1 configuration 1 interface 0
uhidev0: Logitech USB-PS/2 Optical Mouse, rev 2.00/20.00, addr 2, iclass 3/1
ums0 at uhidev0: 4 buttons and Z dir.
wsmouse0 at ums0 mux 0
dkcsum: sd0 matches BIOS drive 0x81
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302



On 6/10/07, Sam Fourman Jr. [EMAIL PROTECTED] wrote:



 On 6/10/07, Stuart Henderson [EMAIL PROTECTED] wrote:
 
bios0 at mainbus0: AT/286+ BIOS, date 12/29/06, BIOS32 rev. 0 @
 
  looks like there's a slightly newer bios:
  http://www.biostar-usa.com/mbdownloads.asp?model=945GZ%20MICRO%20775%20SE
 
 
  don't know, might be worth a try... as is the usual way with pc vendors,
  they don't bother to include a changelog, though even if they did they
  would probably not bother to list half of the changes :(
 
  there are some (multiport?) NICs missing from that dmesg that were
  present before, did you unplug them or are they not being detected?
  (if you didn't unplug them, I wonder if it's worth trying that...)



 I will update the new bios as well as get a newer -current snapshot,
 I did remove the multi port nics, as I thought they may be causing
 trouble.

 Thank you for your help.

 I really appreciate it.

 Sam Fourman Jr.



Re: Arc Raid Card trouble

2007-06-10 Thread Sam Fourman Jr.
hello David,
well, as far as i know the latest -current snapshots have ACPI enabled by
default

I can not boot the uniprocessor kernel, it hangs on bootup, I assumed this
was a acpi problem, but I am unsure what else I can do to get the right
developer, the  information that would be useful enough to track this down.

I can setup a public IP address and allow root ssh ,Both fedora linux and
ubuntu see the RAID set.

if you have any Ideas, would there be any useful options I could enable if i
recompiled a non GENERIC kernel?

thank you in advance for any help

Sam Fourman Jr.

On 6/10/07, David Gwynne [EMAIL PROTECTED] wrote:

 talking to the firmware relies on working interrupts, it sounds like
 theyre not wired up properly. does the problem occur on a
 uniprocessor kernel? can you enable acpi and try?

 dlg

 On 09/06/2007, at 7:09 PM, Sam Fourman Jr. wrote:

  I am having Trouble with a *Areca* 1200 series RAID card,
  When I try and boot OpenBSD -current with the *Areca* raid card in
  the system
  it hangs with error message:
 
  ***
  root on wd0a swap on wd0b dump on wd0b
  Unable to query firmware for sensor info
  ***
 
  however without the raid card I get the following dmesg
 
  OpenBSD 4.1-current (GENERIC.MP) #124: Tue Jun  5 21:39:19 MDT 2007
  [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP
  cpu0: Intel(R) Pentium(R) D CPU 2.80GHz (GenuineIntel 686-class)
  2.81 GHz
  cpu0:
  FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE3
  6,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-
  CPL,CNXT-ID,CX16,xTPR
  real mem  = 1064857600 (1015MB)
  avail mem = 1018224640 (971MB)
 
  mainbus0 at root
  bios0 at mainbus0: AT/286+ BIOS, date 12/29/06, BIOS32 rev. 0 @
  0xfa020, SMBIOS rev. 2.4 @ 0xf (39 entries)
  bios0: Biostar 945GZ Micro 775 SE
  apm0 at bios0: Power Management spec V1.2
 
  apm0: AC on, battery charge unknown
  apm0: flags 70102 dobusy 1 doidle 1
  pcibios0 at bios0: rev 3.0 @ 0xf/0xc964
  pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfc810/288 (16 entries)
  pcibios0: bad IRQ table checksum
 
  pcibios0: PCI BIOS has 19 Interrupt Routing table entries
  pcibios0: PCI Exclusive IRQs: 5 7 10 11 12 15
  pcibios0: PCI Interrupt Router at 000:31:0 (Intel 82801GB LPC rev
  0x00)
  pcibios0: PCI bus #4 is the last bus
 
  bios0: ROM list: 0xc/0xaa00!
  mainbus0: Intel MP Specification (Version 1.4)
  cpu0 at mainbus0: apid 0 (boot processor)
  cpu0: apic clock running at 200 MHz
  cpu1 at mainbus0: apid 1 (application processor)
 
  cpu1: Intel(R) Pentium(R) D CPU 2.80GHz (GenuineIntel 686-class, 0KB
  L2 cache) 2.81 GHz
  cpu1:
  FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,SSE3,MWA
  IT,DS-CPL,CNXT-ID,CX16,xTPR
  mainbus0: bus 0 is type PCI
 
  mainbus0: bus 1 is type PCI
  mainbus0: bus 2 is type PCI
  mainbus0: bus 3 is type PCI
  mainbus0: bus 4 is type PCI
  mainbus0: bus 5 is type ISA
  ioapic0 at mainbus0: apid 4 pa 0xfec0, version 20, 24 pins
 
  ioapic0: misconfigured as apic 0, remapped to apid 4
  pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
  pchb0 at pci0 dev 0 function 0 Intel 82945GP rev 0x02
  vga1 at pci0 dev 2 function 0 Intel 82945G Video rev 0x02: aperture
  at 0xfdf0, size 0x1000
 
  wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
  wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
  ppb0 at pci0 dev 28 function 0 Intel 82801GB PCIE rev 0x01
  pci_intr_map: bus 0 dev 28 func 0 pin 2; line 12
 
  pci_intr_map: no MP mapping found
  pci_intr_map: bus 0 dev 28 func 0 pin 3; line 11
  pci_intr_map: no MP mapping found
  pci_intr_map: bus 0 dev 28 func 0 pin 4; line 15
  pci_intr_map: no MP mapping found
  pci1 at ppb0 bus 1
 
  uhci0 at pci0 dev 29 function 0 Intel 82801GB USB rev 0x01: apic 4
  int 23 (irq 7)
  ehci0 at pci0 dev 29 function 7 Intel 82801GB USB rev 0x01: apic 4
  int 23 (irq 7)
  usb0 at ehci0: USB revision
  2.0
  uhub0 at usb0: Intel EHCI root hub, rev 2.00/1.00, addr 1
  ppb1 at pci0 dev 30 function 0 Intel 82801BA AGP rev 0xe1
  pci_intr_map: bus 0 dev 30 func 0 pin 1; line 12
  pci_intr_map: no MP mapping found
 
  pci_intr_map: bus 0 dev 30 func 0 pin 2; line 10
  pci_intr_map: no MP mapping found
  pci2 at ppb1 bus 2
  ppb2 at pci2 dev 1 function 0 DEC 21152 PCI-PCI rev 0x03
  pci_intr_map: bus 2 dev 1 func 0 pin 2; line 11
 
  pci_intr_map: no MP mapping found
  pci_intr_map: bus 2 dev 1 func 0 pin 3; line 15
  pci_intr_map: no MP mapping found
  pci3 at ppb2 bus 3
  dc0 at pci3 dev 4 function 0 DEC 21142/3 rev 0x30: apic 4 int 18
  (irq 11), address 00:c0:95:e1:03:28
 
  dcphy0 at dc0 phy 31: internal PHY
  dc1 at pci3 dev 5 function 0 DEC 21142/3 rev 0x30: apic 4 int 18
  (irq 11), address 00:c0:95:e1:03:29
  dcphy1 at dc1 phy 31: internal PHY
  dc2 at pci3 dev 6 function 0 DEC 21142/3 rev 0x30: apic 4 int 18
  (irq 11), address 00:c0:95:e1:03:2a
 
  dcphy2 at dc2 phy 31: internal PHY
  dc3 at pci3 dev 7 function 0 DEC 21142/3 rev 0x30

Re: Arc Raid Card trouble

2007-06-10 Thread Sam Fourman Jr.
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
ichiic0 at pci0 dev 31 function 3 Intel 82801GB SMBus rev 0x01: apic
4 int 19 (irq 15)
iic0 at ichiic0
usb1 at uhci0: USB revision 1.0
uhub1 at usb1: Intel UHCI root hub, rev 1.00/1.00, addr 1
usb2 at uhci1: USB revision 1.0
uhub2 at usb2: Intel UHCI root hub, rev 1.00/1.00, addr 1
usb3 at uhci2: USB revision 1.0
uhub3 at usb3: Intel UHCI root hub, rev 1.00/1.00, addr 1
usb4 at uhci3: USB revision 1.0
uhub4 at usb4: Intel UHCI root hub, rev 1.00/1.00, addr 1
isa0 at ichpcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
it0 at isa0 port 0x290/8: IT87
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
pctr: user-level cycle counter enabled
mtrr: Pentium Pro MTRR support
apm0: disconnected
uhidev0 at uhub4 port 1 configuration 1 interface 0
uhidev0: Logitech USB-PS/2 Optical Mouse, rev 2.00/20.00, addr 2, iclass 3/1
ums0 at uhidev0: 4 buttons and Z dir.
wsmouse0 at ums0 mux 0
softraid0 at root
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a swap on wd0b dump on wd0b
arc0: unable to query firmware for sensor info



On 6/10/07, Kenneth R Westerback [EMAIL PROTECTED] wrote:

 On Sun, Jun 10, 2007 at 06:12:29AM -0500, Sam Fourman Jr. wrote:
  hello David,
  well, as far as i know the latest -current snapshots have ACPI enabled
 by
  default
 
  I can not boot the uniprocessor kernel, it hangs on bootup, I assumed
 this
  was a acpi problem, but I am unsure what else I can do to get the right
  developer, the  information that would be useful enough to track this
 down.
 
  I can setup a public IP address and allow root ssh ,Both fedora linux
 and
  ubuntu see the RAID set.
 
  if you have any Ideas, would there be any useful options I could enable
 if i
  recompiled a non GENERIC kernel?
 
  thank you in advance for any help
 
  Sam Fourman Jr.

 While it is never easy to figure out what is in the snapshots on top
 of -current since there's always a bit of testing going on, -current
 does not have ACPI fully enabled by default. And even if the
 snapshots do, they likely do not have all the ACPI options turned
 on. From -current i386 GENERIC we can see

 #option ACPIVERBOSE
 #option ACPI_ENABLE

 acpi0   at mainbus? disable
 #acpitimer* at acpi?
 #acpihpet*  at acpi?
 #acpiac*at acpi?
 #acpibat*   at acpi?
 #acpibtn*   at acpi?
 #acpicpu*   at acpi?
 #acpidock*  at acpi?
 acpiec* at acpi?disable
 acpiprt*at acpi?
 #acpitz*at acpi?

 To fully engage ACPI, uncomment all those options/drivers and remove
 the 'disable' flags. The latter can be done at boot time via ukc
 if desired. If this fixes the problem then you can try enabling them
 one by one to find out which helps your situation.

  Ken

 
  On 6/10/07, David Gwynne [EMAIL PROTECTED] wrote:
  
   talking to the firmware relies on working interrupts, it sounds like
   theyre not wired up properly. does the problem occur on a
   uniprocessor kernel? can you enable acpi and try?
  
   dlg
  
   On 09/06/2007, at 7:09 PM, Sam Fourman Jr. wrote:
  
I am having Trouble with a *Areca* 1200 series RAID card,
When I try and boot OpenBSD -current with the *Areca* raid card in
the system
it hangs with error message:
   
***
root on wd0a swap on wd0b dump on wd0b
Unable to query firmware for sensor info
***
   
however without the raid card I get the following dmesg
   
OpenBSD 4.1-current (GENERIC.MP) #124: Tue Jun  5 21:39:19 MDT 2007
[EMAIL PROTECTED]
 :/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Pentium(R) D CPU 2.80GHz (GenuineIntel 686-class)
2.81 GHz
cpu0:
   
 FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE3
6,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-
CPL,CNXT-ID,CX16,xTPR
real mem  = 1064857600 (1015MB)
avail mem = 1018224640 (971MB)
   
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 12/29/06, BIOS32 rev. 0 @
0xfa020, SMBIOS rev. 2.4 @ 0xf (39 entries)
bios0: Biostar 945GZ Micro 775 SE
apm0 at bios0: Power Management spec V1.2
   
apm0: AC on, battery charge unknown
apm0: flags 70102 dobusy 1 doidle 1
pcibios0 at bios0: rev 3.0 @ 0xf/0xc964
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfc810/288 (16 entries)
pcibios0: bad IRQ table checksum
   
pcibios0: PCI BIOS has 19 Interrupt Routing table entries
pcibios0: PCI Exclusive IRQs: 5 7 10 11 12 15
pcibios0: PCI Interrupt Router at 000:31:0 (Intel 82801GB LPC rev
0x00)
pcibios0: PCI bus #4 is the last bus
   
bios0: ROM list: 0xc/0xaa00

Re: Arc Raid Card trouble

2007-06-10 Thread Sam Fourman Jr.
On 6/10/07, Stuart Henderson [EMAIL PROTECTED] wrote:

   bios0 at mainbus0: AT/286+ BIOS, date 12/29/06, BIOS32 rev. 0 @

 looks like there's a slightly newer bios:
 http://www.biostar-usa.com/mbdownloads.asp?model=945GZ%20MICRO%20775%20SE

 don't know, might be worth a try... as is the usual way with pc vendors,
 they don't bother to include a changelog, though even if they did they
 would probably not bother to list half of the changes :(

 there are some (multiport?) NICs missing from that dmesg that were
 present before, did you unplug them or are they not being detected?
 (if you didn't unplug them, I wonder if it's worth trying that...)



I will update the new bios as well as get a newer -current snapshot,
I did remove the multi port nics, as I thought they may be causing trouble.

Thank you for your help.

I really appreciate it.

Sam Fourman Jr.



Arc Raid Card trouble

2007-06-09 Thread Sam Fourman Jr.
 disabled
pciide0 at pci0 dev 31 function 1 Intel 82801GB IDE rev 0x01: DMA,
channel 0 configured to compatibility, channel 1 configured to
compatibility

atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: SONY, CD-ROM CDU5225, NYS4 SCSI0
5/cdrom removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2

pciide0: channel 1 ignored (disabled)
pciide1 at pci0 dev 31 function 2 Intel 82801GB SATA rev 0x01: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide1: using apic 4 int 19 (irq 15) for native-PCI interrupt

wd0 at pciide1 channel 0 drive 0: WDC WD1600JS-00NCB1
wd0: 16-sector PIO, LBA48, 152627MB, 312581808 sectors
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
ichiic0 at pci0 dev 31 function 3 Intel 82801GB SMBus rev 0x01: apic
4 int 19 (irq 15)

iic0 at ichiic0
usb1 at uhci0: USB revision 1.0
uhub1 at usb1: Intel UHCI root hub, rev 1.00/1.00, addr 1
isa0 at ichpcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot

wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
it0 at isa0 port 0x290/8: IT87
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16

pctr: user-level cycle counter enabled
mtrr: Pentium Pro MTRR support
apm0: disconnected
softraid0 at root
root on wd0a swap on wd0b dump on wd0b


The raid set was created fresh using 3 320gb sata2 hard drives
configured for RAID5

if I disconnect 1 of the drives sata cables from any drive, the Raid
alarm sounds
but it will boot.
I still do get the Unable to query firmware for sensor info
but bioctl arc0 spits out Device Busy

however when I boot linux I can see the raid set just fine.

if anyone can help, or have any suggestions I would greatly appreciate it.

Sam Fourman Jr.



Logitech G15 Keyboard

2007-06-08 Thread Sam Fourman Jr.
hello misc@

I have a Logitech G15 Keyboard, I am Extremely happy with it however, the
period key
on the number pad does not work like it should, it puts a ~ where a . should
be
this is kind of troublesome because when i key ip address it is habit to use
the Number pad.

I was hoping someone could point me to the reverent source file to hack on,
if there is no simple fix.

on a side note if someone wanted to write support for this keyboard in
OpenBSD I would donate a Keyboard.


here is a partial dmesg from a post hackathon -current

uhub2 at uhub1 port 1
uhub2: Logitech Logitech G15 Keyboard, rev 1.10/1.03, addr 2
uhub2: 4 ports with 2 removable, bus powered
uhidev0 at uhub2 port 1 configuration 1 interface 0
uhidev0: Logitech Logitech Gaming Keyboard, rev 2.00/1.70, addr 3, iclass
3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub2 port 1 configuration 1 interface 1
uhidev1: Logitech Logitech Gaming Keyboard, rev 2.00/1.70, addr 3, iclass
3/0
uhidev1: 3 report ids
uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0
uhid1 at uhidev1 reportid 2: input=7, output=0, feature=0
uhid2 at uhidev1 reportid 3: input=1, output=20, feature=1
uhidev2 at uhub2 port 4 configuration 1 interface 0
uhidev2: G15 Keyboard G15 Keyboard, rev 2.00/1.03, addr 4, iclass 3/0
uhidev2: 3 report ids
uhid3 at uhidev2 reportid 1: input=8, output=0, feature=0
uhid4 at uhidev2 reportid 2: input=8, output=18, feature=3
uhid5 at uhidev2 reportid 3: input=0, output=991, feature=0


Thank you very much

Sam Fourman Jr.



Re: How to run and manage a DNS server.

2007-06-06 Thread Sam Fourman Jr.
well here is a question, I was wondering if there would be anyway to make
OpenBSD based DNS
 servers have a PostgreSQL backend. (I know there will be a performance hit)

and does anyone know of a gtk front end for DNS management? or maybe a web
based solution that is just DNS not like a full install of webmin.


Sam Fourman Jr.

On 6/6/07, Open Phugu [EMAIL PROTECTED] wrote:

 On 6/6/07, Bray Mailloux [EMAIL PROTECTED] wrote:
  Hello;
 
  This is my first time managing anything larger than a simple dhcp or pf
  box and I'm wondering if there is anyone available on this list who can
  answer a few questions I have concerning the creation and management of
  DNS servers.
 Give us details of what you want to accomplish and your questions.



New Asus MB dmesg with new snapshot

2007-06-04 Thread Sam Fourman Jr.
Just in case this would help out any developers here is my
newest system with the latest snapshot installed on it.


OpenBSD 4.1-current (GENERIC.MP) #117: Sat Jun  2 16:08:36 MDT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (GenuineIntel 686-class) 2.14GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,xTPR
real mem  = 2145939456 (2046MB)
avail mem = 2059698176 (1964MB)
User Kernel Config
UKC enable acpi
395 acpi0 already enabled
UKC quit
Continuing...
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 12/20/06, BIOS32 rev. 0 @ 0xf1dd0,
SMBIOS rev. 2.4 @ 0xf (77 entries)
bios0: ASUSTeK Computer INC. StrikerExtreme
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
apm0: flags 70102 dobusy 1 doidle 1
pcibios0 at bios0: rev 3.0 @ 0xf/0xd8b4
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfd760/336 (19 entries)
pcibios0: bad IRQ table checksum
pcibios0: PCI BIOS has 19 Interrupt Routing table entries
pcibios0: PCI Exclusive IRQs: 5 7 10 11
pcibios0: no compatible PCI ICU found
pcibios0: Warning, unable to fix up PCI interrupt routing
pcibios0: PCI bus #8 is the last bus
bios0: ROM list: 0xc/0xc400 0xd/0x4000!
mainbus0: Intel MP Specification (Version 1.4)
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 267 MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (GenuineIntel 686-class) 2.14GHz
cpu1:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,xTPR
mainbus0: bus 0 is type PCI
mainbus0: bus 1 is type PCI
mainbus0: bus 2 is type PCI
mainbus0: bus 3 is type PCI
mainbus0: bus 4 is type PCI
mainbus0: bus 5 is type PCI
mainbus0: bus 6 is type PCI
mainbus0: bus 7 is type PCI
mainbus0: bus 8 is type PCI
mainbus0: bus 9 is type ISA
ioapic0 at mainbus0: apid 4 pa 0xfec0, version 11, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 4
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 NVIDIA C55 Host rev 0xa2
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 1 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 2 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 3 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 4 not configured
NVIDIA C55 Memory rev 0xa2 at pci0 dev 0 function 5 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 6 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 0 function 7 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 0 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 1 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 2 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 3 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 4 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 5 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 1 function 6 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 2 function 0 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 2 function 1 not configured
NVIDIA C55 Memory rev 0xa1 at pci0 dev 2 function 2 not configured
ppb0 at pci0 dev 3 function 0 NVIDIA C55 PCIE rev 0xa1
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 NVIDIA GeForce 8800 GTS rev 0xa2
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
NVIDIA MCP55 Memory rev 0xa1 at pci0 dev 9 function 0 not configured
pcib0 at pci0 dev 10 function 0 NVIDIA MCP55 ISA rev 0xa2
nviic0 at pci0 dev 10 function 1 NVIDIA MCP55 SMBus rev 0xa2
iic0 at nviic0
iic1 at nviic0
lm1 at iic1 addr 0x2d: W83791D
adt0 at iic1 addr 0x2e: adt7475 rev 0x69
NVIDIA MCP55 Memory rev 0xa2 at pci0 dev 10 function 2 not configured
ohci0 at pci0 dev 11 function 0 NVIDIA MCP55 USB rev 0xa1: apic 4 int 5
(irq 5), version 1.0, legacy support
ehci0 at pci0 dev 11 function 1 NVIDIA MCP55 USB rev 0xa2: apic 4 int 10
(irq 10)
usb0 at ehci0: USB revision 2.0
uhub0 at usb0
uhub0: NVIDIA EHCI root hub, rev 2.00/1.00, addr 1
uhub0: 10 ports with 10 removable, self powered
pciide0 at pci0 dev 13 function 0 NVIDIA MCP55 IDE rev 0xa1: DMA, channel
0 configured to compatibility, channel 1 configured to compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: SONY, DVD RW AW-Q170A, 1.70 SCSI0 5/cdrom
removable
atapiscsi1 at pciide0 channel 0 drive 1
scsibus1 at atapiscsi1: 2 targets
cd1 at scsibus1 targ 0 lun 0: SONY, CD-RW CRX230EE, 2YS8 SCSI0 5/cdrom
removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 4
cd1(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 ignored (disabled)
pciide1 at pci0 dev 14 function 0 NVIDIA MCP55 SATA rev 0xa2: DMA
pciide1: using apic 4 int 10 (irq 

Re: alternatives to sendmail

2007-06-04 Thread Sam Fourman Jr.
take a look at postfix

Sam Fourman Jr.

On 6/4/07, Vijay Sankar [EMAIL PROTECTED] wrote:

 On Monday 04 June 2007 08:01, Douglas Allan Tutty wrote:
  Hello,
 
  I'm totally new to OBSD and have it installed on my 486 which acts
  basically like a slim client allowing me to ssh in to my main box.
 
  OBSD comes with sendmail which I have never knowingly used before and
  while it works as-is for local mail delivery, I thought I'd set it up
  to send non-local mail to my main box as a smarthost.
 
  However, sendmail is a very steep and tall learning curve.  I'm
  coming from Debian (which no longer installes with 32 MB ram) so I'm
  used to exim.  I know that exim is GPL.  I'm wondering if there are
  other BSD-licensed MTAs.

 There are different exim packages for OpenBSD. You could do a

 pkg_add -v
 ftp://ftp.ca.openbsd.org/pub/OpenBSD/4.1/packages/i386/exim-4.66.tgz

 (assuming you are using 4.1 on i386 etc.) or use other exim packages
 that support mysql, postgresql, ldap and so on.

 I also thought initially that sendmail was going to be very complicated
 but the way it is all put together (plus the docs in ) make it quite
 easy. So may be it may not be very difficult for you, especially since
 you know Debian etc.

 
  While in this case, setting up outgoing mail isn't important, I'm
  using the box also as a test-bed to see how well OBSD would work
  instead of Debian on my main box.  Being able to configure mail in
  that case is quite important, since without it I can't ask for help
  :)
 
  Thanks,
 
  Doug.
 
 
  !DSPAM:1,46640fb9135321234514069!

 --
 Vijay Sankar
 ForeTell Technologies Limited
 59 Flamingo Avenue, Winnipeg, MB, Canada R3J 0X6
 Phone: +1 (204) 885-9535, E-Mail: [EMAIL PROTECTED]



Re: New W83627HF Watchdog Driver

2007-04-27 Thread Sam Fourman Jr.
 interrupt
wd0 at pciide3 channel 0 drive 0: HDS722580VLSA80
wd0: 16-sector PIO, LBA48, 78533MB, 160836480 sectors
wd0(pciide3:0:0): using PIO mode 4, Ultra-DMA mode 5
wd1 at pciide3 channel 1 drive 0: HDS722580VLSA80
wd1: 16-sector PIO, LBA48, 78533MB, 160836480 sectors
wd1(pciide3:1:0): using PIO mode 4, Ultra-DMA mode 5
ichiic0 at pci0 dev 31 function 3 Intel 82801FB SMBus rev 0x04: apic
2 int 19 (irq 0)
iic0 at ichiic0
lm1 at iic0 addr 0x2f: W83791SD
iic0: addr 0x4e 05=80 06=0f 0a=ff
usb1 at uhci0: USB revision 1.0
uhub1 at usb1
uhub1: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
usb2 at uhci1: USB revision 1.0
uhub2 at usb2
uhub2: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
usb3 at uhci2: USB revision 1.0
uhub3 at usb3
uhub3: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
usb4 at uhci3: USB revision 1.0
uhub4 at usb4
uhub4: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub4: 2 ports with 2 removable, self powered
isa0 at ichpcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pmsi0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pmsi0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
lm0 at isa0 port 0x290/8: unknown Winbond chip (ID 0x88)
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pctr: user-level cycle counter enabled
dkcsum: wd0 matches BIOS drive 0x80
dkcsum: wd1 matches BIOS drive 0x81
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
syncing disks...

On 4/27/07, Stuart Henderson [EMAIL PROTECTED] wrote:

On 2007/04/27 12:30, Jon Steel wrote:
 I have created a driver for the watchdog on the W83627HF. It would be
 very easy to support other Winbond watchdogs with this driver but I
 didnt bother to because I dont have access to any other chips. I have
 tested it on both the SuperMicro 5013G-M and 5015M-MT, and with OpenBSD
 3.6, 4.0, and 4.1.

it looks like some of the newer VIA boards have similar watchdog timers
as part of the south bridge (VT8237 and others). If someone has one they
could try modifying the driver to also attach to device id 0x60 (taken
from the WB83697HF datasheet).




Sam Fourman Jr.



Re: Mail Server (seeking recommendations)

2007-04-16 Thread Sam Fourman Jr.

On 4/16/07, Bryan Vyhmeister [EMAIL PROTECTED] wrote:

On Apr 16, 2007, at 4:43 AM, Craig Skinner wrote:
 At an ISP that I worked for, all user config data was held in
 postgres.
 When fields were changed, new flat files were generated (passwd,
 shell.allow, ftpusers, apache, quota, etc, etc). The files were then
 scp'd to the various server farms from the postgres box.

That is an idea I had not thought of. Thank you for the suggestion.
That might be a much better way of working with a database.

 Having the mail daemons use SQL for auth was too slow.


would using postgreSQL for auth with postfix / Dovecot be slow even if
you used top of the line hardware say a dual core CPU and 4GB memory
w/ RAID 0?I am thinking very strongly about moving our Exchange Server
to postfix / PostgresSQL.

 Customers and support staff had web interfaces to postgres for
 config of
 services.

I am going to have to look into that. Also, thanks to others for the
exim info as well as the vote for courier-imapd. I have used courier-
imapd and I found it to be a pretty good platform but I like dovecot
better personally.

Bryan




Re: Routerboard 532 Bounty

2007-04-11 Thread Sam Fourman Jr.

On 4/11/07, bofh [EMAIL PROTECTED] wrote:

Out of curiousity, why do a routerboard, when you can use something like the
following:

http://www.newegg.com/Product/Product.aspx?Item=N82E16813185094



Well, I would like to see the router board simply because, I would
like to make a router / switch device to replace a Linksys 54G Router,
maybe 3 or 4 lan ports and a 1 or 2 MPCI slots, 1 for hardware crypto
and the other for a wireless device.

if anyone has any ideas or links that would be great.

Sam Fourman Jr.



Re: wireless ethernet adapters (seeking recommendations)

2007-04-11 Thread Sam Fourman Jr.

My advice would be ral(4) I have also used ath(4) however the G  mode
does not  work real well, I would suspect that ral(4) would be one of
the first devices to support 80.211n. in OpenBSD (Someone correct me
if I am wrong on this)


Sam Fourman Jr.


On 4/11/07, Darrin Chandler [EMAIL PROTECTED] wrote:

On Thu, Apr 12, 2007 at 02:18:28AM +0200, Maxime DERCHE wrote:
 A recent thread (04/04/2007) on this list showed that the ralink
 chipsets are well supported by OpenBSD.

If I recall, there was also talk about lower signal strength with
ralink. For an access point this is important, but could be mitigated or
overcome by a high gain antenna.

FWIW, I haven't done any hard testing about signal strength, but I'm at
least 50 ft from my ral(4) openbsd access point, as is my daughter using
her ral(4) openbsd laptop. No problems here. Access point is a soekris
with a normal stubby antenna, and the laptops involved are minipci and
cardbus (no external antenna at all). :)

--
Darrin Chandler|  Phoenix BSD User Group  |  MetaBUG
[EMAIL PROTECTED]   |  http://phxbug.org/  |  http://metabug.org/
http://www.stilyagin.com/  |  Daemons in the Desert   |  Global BUG Federation




dmesg for Asus Striker Extreme Motherboard w/ unknown product

2007-04-05 Thread Sam Fourman Jr.

Hello misc@

here is a dmesg of my new system,

This post is to let the developers know about the unknown product (not
sure why it repeats so many times) I asume it is my Video Card

There is a single Nvidia 8800 GTS Video Card in this system

also on the Logitech G15 Keyboard keyboard the decimal key on the
Number pad does not work, it just  spits out escape charters instead.

Thank you again

Sam Fourman Jr.

OpenBSD 4.1-current (GENERIC.MP) #1248: Tue Mar 27 13:48:13 MDT 2007
   [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (GenuineIntel 686-class) 2.14 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,xTPR
real mem  = 2145939456 (2095644K)
avail mem = 1951256576 (1905524K)
using 4278 buffers containing 107421696 bytes (104904K) of memory
User Kernel Config
UKC enable acpi
389 acpi0 enabled
UKC quit
Continuing...
mainbus0 (root)
bios0 at mainbus0: AT/286+ BIOS, date 12/20/06, BIOS32 rev. 0 @
0xf1dd0, SMBIOS rev. 2.4 @ 0xf (77 entries)
bios0: ASUSTeK Computer INC. StrikerExtreme
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
apm0: flags 70102 dobusy 1 doidle 1
pcibios0 at bios0: rev 3.0 @ 0xf/0xd8b4
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfd760/336 (19 entries)
pcibios0: bad IRQ table checksum
pcibios0: PCI BIOS has 19 Interrupt Routing table entries
pcibios0: PCI Exclusive IRQs: 5 7 10 11
pcibios0: no compatible PCI ICU found
pcibios0: Warning, unable to fix up PCI interrupt routing
pcibios0: PCI bus #8 is the last bus
bios0: ROM list: 0xc/0xc400 0xd/0x4000!
acpi0 at mainbus0: rev 2
acpi0: tables DSDT FACP HPET MCFG APIC
acpitimer at acpi0 not configured
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 267 MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (GenuineIntel 686-class) 2.14 GHz
cpu1: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,xTPR
ioapic0 at mainbus0: apid 4 pa 0xfec0, version 11, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 4
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 2 (HUB0)
acpibtn at acpi0 not configured
acpitz at acpi0 not configured
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 vendor NVIDIA, unknown product 0x03a1 rev 0xa2
vendor NVIDIA, unknown product 0x03ac (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 1 not configured
vendor NVIDIA, unknown product 0x03aa (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 2 not configured
vendor NVIDIA, unknown product 0x03a9 (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 3 not configured
vendor NVIDIA, unknown product 0x03ab (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 4 not configured
vendor NVIDIA, unknown product 0x03a8 (class memory subclass RAM,
rev 0xa2) at pci0 dev 0 function 5 not configured
vendor NVIDIA, unknown product 0x03b5 (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 6 not configured
vendor NVIDIA, unknown product 0x03b4 (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 7 not configured
vendor NVIDIA, unknown product 0x03ad (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 0 not configured
vendor NVIDIA, unknown product 0x03ae (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 1 not configured
vendor NVIDIA, unknown product 0x03af (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 2 not configured
vendor NVIDIA, unknown product 0x03b0 (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 3 not configured
vendor NVIDIA, unknown product 0x03b1 (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 4 not configured
vendor NVIDIA, unknown product 0x03b2 (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 5 not configured
vendor NVIDIA, unknown product 0x03b3 (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 6 not configured
vendor NVIDIA, unknown product 0x03b6 (class memory subclass RAM,
rev 0xa1) at pci0 dev 2 function 0 not configured
vendor NVIDIA, unknown product 0x03bc (class memory subclass RAM,
rev 0xa1) at pci0 dev 2 function 1 not configured
vendor NVIDIA, unknown product 0x03ba (class memory subclass RAM,
rev 0xa1) at pci0 dev 2 function 2 not configured
ppb0 at pci0 dev 3 function 0 vendor NVIDIA, unknown product 0x03b7 rev 0xa1
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 vendor NVIDIA, unknown product 0x0193 rev 0xa2
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
NVIDIA MCP55 Memory rev 0xa1 at pci0 dev 9 function 0 not configured
pcib0 at pci0 dev 10 function 0 NVIDIA MCP55 ISA rev 0xa2
nviic0

Re: dmesg for Asus Striker Extreme Motherboard w/ unknown product

2007-04-05 Thread Sam Fourman Jr.

Because I Dual Boot I use OpenBSD to hack on Wireless, and FreeBSD 6.2
as a Basic Desktop System.

Sam Fourman

On 4/5/07, Dan Farrell [EMAIL PROTECTED] wrote:

I'm just curious... why would you use such an expensive video card in an
OBSD system?


danno

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Sam Fourman Jr.
Sent: Thursday, April 05, 2007 2:52 AM
To: OpenBSD-Misc
Subject: dmesg for Asus Striker Extreme Motherboard w/ unknown product

Hello misc@

here is a dmesg of my new system,

This post is to let the developers know about the unknown product (not
sure why it repeats so many times) I asume it is my Video Card

There is a single Nvidia 8800 GTS Video Card in this system

also on the Logitech G15 Keyboard keyboard the decimal key on the
Number pad does not work, it just  spits out escape charters instead.

Thank you again

Sam Fourman Jr.

OpenBSD 4.1-current (GENERIC.MP) #1248: Tue Mar 27 13:48:13 MDT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (GenuineIntel 686-class)
2.14 GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,
CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST
,TM2,CX16,xTPR
real mem  = 2145939456 (2095644K)
avail mem = 1951256576 (1905524K)
using 4278 buffers containing 107421696 bytes (104904K) of memory
User Kernel Config
UKC enable acpi
389 acpi0 enabled
UKC quit
Continuing...
mainbus0 (root)
bios0 at mainbus0: AT/286+ BIOS, date 12/20/06, BIOS32 rev. 0 @
0xf1dd0, SMBIOS rev. 2.4 @ 0xf (77 entries)
bios0: ASUSTeK Computer INC. StrikerExtreme
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
apm0: flags 70102 dobusy 1 doidle 1
pcibios0 at bios0: rev 3.0 @ 0xf/0xd8b4
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfd760/336 (19 entries)
pcibios0: bad IRQ table checksum
pcibios0: PCI BIOS has 19 Interrupt Routing table entries
pcibios0: PCI Exclusive IRQs: 5 7 10 11
pcibios0: no compatible PCI ICU found
pcibios0: Warning, unable to fix up PCI interrupt routing
pcibios0: PCI bus #8 is the last bus
bios0: ROM list: 0xc/0xc400 0xd/0x4000!
acpi0 at mainbus0: rev 2
acpi0: tables DSDT FACP HPET MCFG APIC
acpitimer at acpi0 not configured
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 267 MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (GenuineIntel 686-class)
2.14 GHz
cpu1:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,
CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST
,TM2,CX16,xTPR
ioapic0 at mainbus0: apid 4 pa 0xfec0, version 11, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 4
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 2 (HUB0)
acpibtn at acpi0 not configured
acpitz at acpi0 not configured
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 vendor NVIDIA, unknown product 0x03a1
rev 0xa2
vendor NVIDIA, unknown product 0x03ac (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 1 not configured
vendor NVIDIA, unknown product 0x03aa (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 2 not configured
vendor NVIDIA, unknown product 0x03a9 (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 3 not configured
vendor NVIDIA, unknown product 0x03ab (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 4 not configured
vendor NVIDIA, unknown product 0x03a8 (class memory subclass RAM,
rev 0xa2) at pci0 dev 0 function 5 not configured
vendor NVIDIA, unknown product 0x03b5 (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 6 not configured
vendor NVIDIA, unknown product 0x03b4 (class memory subclass RAM,
rev 0xa1) at pci0 dev 0 function 7 not configured
vendor NVIDIA, unknown product 0x03ad (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 0 not configured
vendor NVIDIA, unknown product 0x03ae (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 1 not configured
vendor NVIDIA, unknown product 0x03af (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 2 not configured
vendor NVIDIA, unknown product 0x03b0 (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 3 not configured
vendor NVIDIA, unknown product 0x03b1 (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 4 not configured
vendor NVIDIA, unknown product 0x03b2 (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 5 not configured
vendor NVIDIA, unknown product 0x03b3 (class memory subclass RAM,
rev 0xa1) at pci0 dev 1 function 6 not configured
vendor NVIDIA, unknown product 0x03b6 (class memory subclass RAM,
rev 0xa1) at pci0 dev 2 function 0 not configured
vendor NVIDIA, unknown product 0x03bc (class memory subclass RAM,
rev 0xa1) at pci0 dev 2 function 1 not configured
vendor NVIDIA, unknown product 0x03ba (class

Re: running OpenBSD on switch hardware

2007-04-05 Thread Sam Fourman Jr.

On 4/5/07, Steve Shockley [EMAIL PROTECTED] wrote:

Siju George wrote:
 I wish somebody would design a simple hardware that has 24 or more NIC
 ports ( and of course WiFi ) and processor than can install OpenBSD.
 With PF then I could have a very inexpensive managed switch with ACLS
 for all hosts on the network:-)

The problem isn't just getting lots of ports on a device (usb could
probably do that), it's getting lots of ports on a device and getting
them all to run at full bandwidth.



I have been interested for quite some time in making a Switch with OpenBSD
See this post
http://archives.neohapsis.com/archives/openbsd/2007-03/2353.html
you may find this interesting

Sam Fourman Jr.



Re: 802.11 Bridge

2007-04-04 Thread Sam Fourman Jr.

On 4/4/07, Stuart Henderson [EMAIL PROTECTED] wrote:

On 2007/04/03 21:25, Sam Fourman Jr. wrote:

 I have a rather simple question. I believe that OpenBSD does not
 support 802.11 WDS mode that basically repeats a wireless signial.

 Would it be possible to effectively emulate this with the bridge command?

  (802.11 implements it's own ACK scheme to correct errors below
  the upper protocols - without this TCP performance over wireless
  would be terrible. If the signal is poor or suffering from
  interference, you'll see latency i.e. ping times increase rather
  than having immediate packet loss).

No, there's no space for enough addresses in the standard 3-address
frame format used by 802.11 (the WDS frame format adds another
address). You need to have the link-layer addresses of the source
and destination, as well as the transmitting and receiving wireless
node so that 802.11 ACKs can be sent to the right place.


Thank you for the in depth feedback, it is useful to me.


Without support for 4-address frames, you could use a routed (maybe
NATted) setup for your repeater.

 is there some way I can put 6 PCI cards in one AP and use a Bridge
 command to emulate WDS

In the same box? That is not likely to work well, if at all; the radios
will interfere with each other.



in your opinion Would it be better to use a amplifier and a splitter
to split the signial?

Sam Fourman Jr.



Re: wireless on OpenBSD : ath(4) or ral(4) ?

2007-04-04 Thread Sam Fourman Jr.

I have both ath and ral, ral is almost alway lower strength but better
supported.

ath is better strength but it is buggy at best in g mode.


Sam Fourman Jr.

On 4/4/07, Obiozor Okeke [EMAIL PROTECTED] wrote:

Yes, good choice.  I've had great success with ral(4) supported wireless pci 
and pcmcia cards i.e. from edimax ew-7608pg/7628ig (cheap cards i know but it 
works for what i need!)

Vincent GROSS [EMAIL PROTECTED] wrote: On 4/4/07, Marius ROMAN  wrote:
 ral(4) because it's better supported.

 On 4/4/07, Nick !  wrote:
  On 4/4/07, Vincent GROSS  wrote:
 
  
   1) what is the R.E. level of ath(4) ? fully understood, mainly understood 
?
  
   2) Is Atheros still reluctant to disclose documentation for its chips ?
  
   3) If 1)=fully and 2)=reluctant, what should I pick between ath(4) and 
ral(4) ?
 
  ral(4). I have ath(4) because I got it from a big box store, but I'm
  ashamed. Don't support stupid vendors, give your money elsewhere.
 

As you are conforting me in my final decision, let's go for ral(4).
Thanks folks.

--
Vincent GROSS




-
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.




802.11 Bridge

2007-04-03 Thread Sam Fourman Jr.

hello misc@

I have a rather simple question. I believe that OpenBSD does not
support 802.11 WDS mode that basically repeats a wireless signial.

Would it be possible to effectively emulate this with the bridge command?

What I have is a AP/Firewall that I want to act as a Wireless AP for
our corporate campus

I have Circular polarized antennas that have a 45 deg beam, I do not
need an exact 360 for acceptable coverage.

is there some way I can put 6 PCI cards in one AP and use a Bridge
command to emulate WDS


there may be a simple answer to this.

Thank you in advance for any help

Sam Fourman Jr.



Re: ral, ibss and packets larger than 200 bytes

2007-04-02 Thread Sam Fourman Jr.

I can Report the Same type of problem with a edimax EW-7628IG


Sam Fourman Jr.

On 4/2/07, Stefan Sperling [EMAIL PROTECTED] wrote:

On Fri, Mar 16, 2007 at 01:27:38PM +0100, Stefan Sperling wrote:
 Hello,

 I've recently got a ral-based card and I have a problem in IBSS mode.
 It seems that ral fails to send any kind of packets larger than
 200 bytes (192 bytes + 8 bytes icmp header).

Just for the record, I've found the problem.

First, I was able to reproduce it with an atw(4) card.
This made me take a look at the other end of the connection.

The ibss station I was trying to connect to is a WRT54G running a
modified version of openWRT (not BSD). The wifi driver it's using is
the proprietary wl driver for Broadcom chips in Linux 2.4 (yuck, I know).

The driver has a fragmentation setting (this has apparently nothing
to do with MTU). It was set to 256 (presumably bytes). Since I've told
the driver not to do fragmentation openbsd connects to the node just fine
with ral(4).  No more truncated packets reported by tcpdump :-)
The connection seems to be very stable so far. I'm happy.

Does anyone know more about this fragmentation thingy? Could it be some
broadcom-specific non-standard feature that no-one else supports?
Or is it something that some drivers in OpenBSD simply lack support for?
As mentioned in my original report wi(4) seemed to be able to cope.

atw(4) seems to have other issues, it sometimes seems to simply loose
the ability to send packets in ibss mode. All of a sudden pings get cut
off. Locally, tcpdump still sees them going out on atw0 but they never
reach the other station. I can reliably reproduce this, but I won't bother
sending a bug report since I can use my ral card now, so I'm fine.
I can provide details on request if someone seriously wants
to fix atw(4).

--
stefan
http://stsp.in-berlin.de PGP Key: 0xF59D25F0




dmesg for 29 10/100 Ethernet Ports in one PC

2007-03-29 Thread Sam Fourman Jr.

hello misc@

I bought a collection of old quad port NICS from Ebay and put them in
a old gateway server, just to see what would happen.

Everything worked great the only trouble I had was *if* the plug and
play os option in bios was set to yes. the GENERIC kernel will panic
on boot up, however with the plug and play os option in bios set to NO
I get the following dmesg.

anyone have any ideas on how to use pf to basically emulate a 10/100
switch (with built in firewall support :) )

any ideas are welcome.

Sam Fourman Jr.

below is a dmesg

OpenBSD 4.1-current (GENERIC) #1445: Thu Mar 22 11:06:59 MDT 2007
   [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium II (GenuineIntel 686-class, 512KB L2 cache) 400 MHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
real mem  = 402223104 (392796K)
avail mem = 358932480 (350520K)
using 4278 buffers containing 20234240 bytes (19760K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+ BIOS, date 03/01/99, BIOS32 rev. 0 @
0xfd840, SMBIOS rev. 2.2 @ 0xf2590 (29 entries)
bios0: Gateway ALR 7200
pcibios0 at bios0: rev 2.1 @ 0xfd840/0x7c0
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdef0/240 (13 entries)
pcibios0: PCI Interrupt Router at 000:02:0 (Intel 82371FB ISA rev 0x00)
pcibios0: PCI bus #9 is the last bus
bios0: ROM list: 0xc/0x8000 0xc8000/0x5000 0xcd000/0x800
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 Intel 82443BX AGP rev 0x03
ppb0 at pci0 dev 1 function 0 Intel 82443BX AGP rev 0x03
pci1 at ppb0 bus 1
pcib0 at pci0 dev 2 function 0 Intel 82371AB PIIX4 ISA rev 0x02
pciide0 at pci0 dev 2 function 1 Intel 82371AB IDE rev 0x01: DMA,
channel 0 wired to compatibility, channel 1 wired to compatibility
pciide0: channel 0 disabled (no drives)
pciide0: channel 1 disabled (no drives)
uhci0 at pci0 dev 2 function 2 Intel 82371AB USB rev 0x01: irq 11
piixpm0 at pci0 dev 2 function 3 Intel 82371AB Power rev 0x02: SMI
iic0 at piixpm0
fxp0 at pci0 dev 3 function 0 Intel 8255x rev 0x05, i82558: irq 9,
address 00:c0:0d:00:85:f4
inphy0 at fxp0 phy 1: i82555 10/100 PHY, rev. 0
vga1 at pci0 dev 4 function 0 Cirrus Logic CL-GD5430 rev 0x22
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
ppb1 at pci0 dev 5 function 0 DEC 21150 PCI-PCI rev 0x04
pci2 at ppb1 bus 2
ahc0 at pci2 dev 1 function 0 Adaptec AIC-7890/1 U2 rev 0x00: irq 9
scsibus0 at ahc0: 16 targets
sd0 at scsibus0 targ 1 lun 0: IBM, DCAS-34330W, S61A SCSI2 0/direct fixed
sd0: 4134MB, 8205 cyl, 6 head, 171 sec, 512 bytes/sec, 8467200 sec total
ppb2 at pci2 dev 4 function 0 DEC 21152 PCI-PCI rev 0x03
pci3 at ppb2 bus 3
dc0 at pci3 dev 4 function 0 DEC 21142/3 rev 0x30: irq 9, address
00:c0:95:e1:03:28
dcphy0 at dc0 phy 31: internal PHY
dc1 at pci3 dev 5 function 0 DEC 21142/3 rev 0x30: irq 9, address
00:c0:95:e1:03:29
dcphy1 at dc1 phy 31: internal PHY
dc2 at pci3 dev 6 function 0 DEC 21142/3 rev 0x30: irq 10, address
00:c0:95:e1:03:2a
dcphy2 at dc2 phy 31: internal PHY
dc3 at pci3 dev 7 function 0 DEC 21142/3 rev 0x30: irq 11, address
00:c0:95:e1:03:2b
dcphy3 at dc3 phy 31: internal PHY
ppb3 at pci2 dev 5 function 0 DEC 21152 PCI-PCI rev 0x03
pci4 at ppb3 bus 4
dc4 at pci4 dev 4 function 0 DEC 21142/3 rev 0x41: irq 9, address
00:c0:95:e2:4f:04
dcphy4 at dc4 phy 31: internal PHY
dc5 at pci4 dev 5 function 0 DEC 21142/3 rev 0x41: irq 10, address
00:c0:95:e2:4f:05
dcphy5 at dc5 phy 31: internal PHY
dc6 at pci4 dev 6 function 0 DEC 21142/3 rev 0x41: irq 11, address
00:c0:95:e2:4f:06
dcphy6 at dc6 phy 31: internal PHY
dc7 at pci4 dev 7 function 0 DEC 21142/3 rev 0x41: irq 9, address
00:c0:95:e2:4f:07
dcphy7 at dc7 phy 31: internal PHY
ppb4 at pci2 dev 6 function 0 DEC 21152 PCI-PCI rev 0x03
pci5 at ppb4 bus 5
dc8 at pci5 dev 4 function 0 DEC 21142/3 rev 0x30: irq 10, address
00:c0:95:e0:bb:40
dcphy8 at dc8 phy 31: internal PHY
dc9 at pci5 dev 5 function 0 DEC 21142/3 rev 0x30: irq 11, address
00:c0:95:e0:bb:41
dcphy9 at dc9 phy 31: internal PHY
dc10 at pci5 dev 6 function 0 DEC 21142/3 rev 0x30: irq 9, address
00:c0:95:e0:bb:42
dcphy10 at dc10 phy 31: internal PHY
dc11 at pci5 dev 7 function 0 DEC 21142/3 rev 0x30: irq 9, address
00:c0:95:e0:bb:43
dcphy11 at dc11 phy 31: internal PHY
ppb5 at pci2 dev 7 function 0 DEC 21152 PCI-PCI rev 0x03
pci6 at ppb5 bus 6
de0 at pci6 dev 4 function 0 DEC 21140 rev 0x22, Cogent EM440TX
21140A pass 2.2: irq 11, address 00:00:d1:1f:d0:11
de1 at pci6 dev 5 function 0 DEC 21140 rev 0x22de2 at pci6 dev 6
function 0 DEC 21140 rev 0x22de3 at pci6 dev 7 function 0 DEC
21140 rev 0x22ahc1 at pci2 dev 9 function 0 Adaptec AIC-7890/1 U2
rev 0x00: irq 9
scsibus1 at ahc1: 16 targets
cd0 at scsibus1 targ 5 lun 0: PLEXTOR, CD-ROM PX-32TS, 1.03 SCSI2
5/cdrom removable
ppb6 at pci0 dev 18 function 0 DEC 21152 PCI-PCI rev 0x03
pci7 at ppb6 bus 7
de4 at pci7 dev 4 function 0 DEC 21140 rev 0x22, Cogent EM440TX
21140A pass

Help with dmesg GENERIC i386 won't boot in -current

2007-03-23 Thread Sam Fourman Jr.

hello misc@

I have the results of a dmesg below

on -current I could boot GENERIC i386 from a snapshot build that was
dated 3-10-2007
however when I did a fresh install of -current based on the snapshot I
just downloaded from ftp.openbsd.org, I can not boot GENERIC i386,
however GENERIC.MP w/ acpi enabled works

Maybe there are bigger changes at work here and this is supposed to be broken.

Thank you OpenBSD developers for all your great work.

Sam Fourman Jr.



8 ports with 8 removable, self powered
ppb4 at pci0 dev 30 function 0 Intel 82801BA AGP rev 0xd4
pci5 at ppb4 bus 1
malo0 at pci5 dev 0 function 0 Marvell Libertas 88W8310 rev 0x07:
irq 6, address 00:00:00:00:00:00
vendor TI, unknown product 0x8025 (class serial bus subclass
Firewire, rev 0x01) at pci5 dev 3 function 0 not configured
pciide0 at pci5 dev 4 function 0 ITExpress IT8212F rev 0x13: DMA,
channel 0 wired to native-PCI, channel 1 wired to native-PCI
pciide0: using irq 11 for native-PCI interrupt
pciide1 at pci5 dev 5 function 0 CMD Technology SiI3114 SATA rev 0x02: DMA
pciide1: using irq 11 for native-PCI interrupt
ichpcib0 at pci0 dev 31 function 0 Intel 82801FB LPC rev 0x04: PM disabled
pciide2 at pci0 dev 31 function 1 Intel 82801FB IDE rev 0x04: DMA,
channel 0 configured to compatibility, channel 1 configured to
compatibility
atapiscsi0 at pciide2 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: SONY, DVD RW DW-D22A, BYS2 SCSI0
5/cdrom removable
atapiscsi1 at pciide2 channel 0 drive 1
scsibus1 at atapiscsi1: 2 targets
cd1 at scsibus1 targ 0 lun 0: SONY, CD-RW CRX320E, NYK5 SCSI0
5/cdrom removable
cd0(pciide2:0:0): using PIO mode 4, Ultra-DMA mode 4
cd1(pciide2:0:1): using PIO mode 4, Ultra-DMA mode 2
pciide2: channel 1 disabled (no drives)
pciide3 at pci0 dev 31 function 2 Intel 82801FR SATA rev 0x04: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide3: using irq 3 for native-PCI interrupt
wd0 at pciide3 channel 0 drive 0: HDS722580VLSA80
wd0: 16-sector PIO, LBA48, 78533MB, 160836480 sectors
wd0(pciide3:0:0): using PIO mode 4, Ultra-DMA mode 5
wd1 at pciide3 channel 1 drive 0: HDS722580VLSA80
wd1: 16-sector PIO, LBA48, 78533MB, 160836480 sectors
wd1(pciide3:1:0): using PIO mode 4, Ultra-DMA mode 5
ichiic0 at pci0 dev 31 function 3 Intel 82801FB SMBus rev 0x04: irq 3
iic0 at ichiic0
lm1 at iic0 addr 0x2f: W83791SD
iic0: addr 0x4e 05=80 06=0f 0a=ff
usb1 at uhci0: USB revision 1.0
uhub1 at usb1
uhub1: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
usb2 at uhci1: USB revision 1.0
uhub2 at usb2
uhub2: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
usb3 at uhci2: USB revision 1.0
uhub3 at usb3
uhub3: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
OpenBSD 4.1-current (GENERIC.MP) #1238: Wed Mar 21 17:32:34 MDT 2007
   [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Pentium(R) 4 CPU 3.20GHz (GenuineIntel 686-class) 3.22 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,xTPR
real mem  = 2146725888 (2096412K)
avail mem = 1951940608 (1906192K)
using 4278 buffers containing 107458560 bytes (104940K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+ BIOS, date 03/23/05, BIOS32 rev. 0 @
0xf0010, SMBIOS rev. 2.3 @ 0xf04d0 (79 entries)
bios0: ASUSTeK Computer INC. P5AD2-E-Premium
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
apm0: flags 30102 dobusy 0 doidle 1
pcibios0 at bios0: rev 2.1 @ 0xf/0x1
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf8160/352 (20 entries)
pcibios0: PCI Interrupt Router at 000:31:0 (Intel 82801FB LPC rev 0x00)
pcibios0: PCI bus #5 is the last bus
bios0: ROM list: 0xc/0xee00! 0xcf000/0x4800
acpi at mainbus0 not configured
mainbus0: Intel MP Specification (Version 1.4)
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 200 MHz
mainbus0: bus 0 is type PCI
mainbus0: bus 1 is type PCI
mainbus0: bus 2 is type PCI
mainbus0: bus 3 is type PCI
mainbus0: bus 4 is type PCI
mainbus0: bus 5 is type PCI
mainbus0: bus 6 is type ISA
ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 24 pins
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 Intel 82925X MCH Host rev 0x0e
ppb0 at pci0 dev 1 function 0 Intel 82925X PCIE rev 0x0e
pci1 at ppb0 bus 5
vga1 at pci1 dev 0 function 0 NVIDIA GeForce 6800 GT rev 0xa2
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
azalia0 at pci0 dev 27 function 0 Intel 82801FB HD Audio rev 0x04:
apic 2 int 16 (irq 10)
azalia0: host: High Definition Audio rev. 1.0
azalia0: codec: CMedia CMI9880 (rev. 0.2), HDA version 0.9
azalia0: /usr/src/sys/dev/pci/azalia.c/1159 invalid PCM format: 0x
delete_encodings...
ppb1 at pci0 dev

Re: openbsd acpi help

2007-03-22 Thread Sam Fourman Jr.

at the boot prompt type boot -c

then type enable acpi then type quit


Sam Fourman Jr.

On 3/22/07, Jay Jesus Amorin [EMAIL PROTECTED] wrote:

good day!

can anyone here help me on how i can enable acpi on my laptop?

my laptop is running openbsd 4.1-current.

thanks for your help


long live openbsd.


--jay--




Re: use OpenBSD to blacklist phone calls?

2007-03-20 Thread Sam Fourman Jr.

I wish there was a OpenBSD based article on How to Setup a Small
Office on Asterisk. I would Try it.

Sam Fourman Jr.

On 3/20/07, mark reardon [EMAIL PROTECTED] wrote:

nice one. thanks.

On 20/03/07, Stuart Henderson [EMAIL PROTECTED] wrote:

 On 2007/03/20 17:25, mark reardon wrote:
  use zapteller() [ page 115 ] and / or anti-girlfriend-logic [ page 104 ]
 as
  documented in the Asterisk - the future of Telephony.
 
  The asterisk book is available online via:

 it's in ports/packages now - /usr/ports/books/AsteriskTFOT




Re: use OpenBSD to blacklist phone calls?

2007-03-20 Thread Sam Fourman Jr.

What Would you do in the case of Telemarketers using caller ID block
(*69 for my Phone Company)

I get 2 or 3 calls a week From some stupid bank wanting to refinance a
mortage all of these calls come up Restricted or Private on Caller ID.

Sam Fourman Jr.

On 3/20/07, Jacob Yocom-Piatt [EMAIL PROTECTED] wrote:

Artur Grabowski wrote:
 Paul Pruett [EMAIL PROTECTED] writes:


 OpenBSD spamd works great for blacklisting IPs,
 and maybe it could be use for our blacklisting
 telephone calls using callerID?


 Hm.. greylisting. Respond to the call with please call back in 5
 minutes and if they don't blacklist them.



if it's an important phone call from a known contact perhaps having a
code to bypass it would be a good idea. if you hand out your business
card and someone is busy and can't make the 2nd phone call, they get
blacklisted :(

phone calls tend to be a bit more time-sensitive than emails in my
experience.

cheers,
jake

 //art




Re: 100 brave souls needed

2007-02-19 Thread Sam Fourman Jr.

Jacek,

I did not purchase your first edition book, But I would sincerely love
to partake in your beta program, if you have room. I am VERY
interested in OpenBSD and pf,carp firewalls and wireless devices.

please if you have any room left contact me.

Sam Fourman Jr.

On 2/19/07, Jacek Artymiak [EMAIL PROTECTED] wrote:

Hi,

I'd like to ask those of you who bought the first 100 (numbered)
copies of the first edition of Building Firewalls with OpenBSD and PF
to get in touch with me privately. I've got some beta invites for you
and free copies of my new books that will go to the printers end of
February.

PS (1). Those of you already on the RadioBSD beta just wait for more
information.

PS (2). I don't want to clutter this list with my emails. If you want
to know more about what's happening in my neck of woods, visit and
subscribe to this feed:

http://feeds.artymiak.com/jacek-artymiak

--
Jacek Artymiak
devGuide.net :: RadioBSD




ADI 1988b Sound Device

2007-01-30 Thread Sam Fourman Jr.

hello Misc@
Would someone know if this sound device that is on several new Asus
boards is supported in OpenBSD?

unless someone knows otherwise I don't think FreeBSD has support either

http://www.analog.com/UploadedFiles/Data_Sheets/AD1988A_1988B.pdf

Sam Fourman Jr.



ACPI dmesg's Trouble with Lenovo core 2 dou Notebook GENERIC-MP

2007-01-26 Thread Sam Fourman Jr.
, flags=0x300
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 1.000 msec
ad0: 76319MB HTS541080G9SA00 MB4IC60H at ata0-master SATA150
   ACPI-0501: *** Error: Handler for [EmbeddedControl] returned
AE_NO_HARDWARE_RESPONSE
   ACPI-1304: *** Error: Method execution failed
[\\_SB_.PCI0.LPCB.BAT1._BIF] (Node 0xc32b8360),
AE_NO_HARDWARE_RESPONSE
acd0: DVDR HL-DT-ST DVDRAM GMA-4082N/HA01 at ata1-master UDMA33
SMP: AP CPU #1 Launched!
Trying to mount root from ufs:/dev/ad0s1a
   ACPI-0501: *** Error: Handler for [EmbeddedControl] returned
AE_NO_HARDWARE_RESPONSE
   ACPI-1304: *** Error: Method execution failed
[\\_SB_.PCI0.LPCB.BAT1._BIF] (Node 0xc32b8360),
AE_NO_HARDWARE_RESPONSE
   ACPI-0501: *** Error: Handler for [EmbeddedControl] returned
AE_NO_HARDWARE_RESPONSE
   ACPI-1304: *** Error: Method execution failed
[\\_SB_.PCI0.LPCB.BAT1._BIF] (Node 0xc32b8360),
AE_NO_HARDWARE_RESPONSE



Thank you for your Help if you need any more info please ask

Sam Fourman Jr.



Will OpenBSD run on MagicBox 2.0

2007-01-25 Thread Sam Fourman Jr.

Hello, I need some help, I would like to Know if OpenBSD has a port to
PowerPC that Will Run on this board?

I know there is a PowerPC version of OpenBSD for Macs, and I am
assuming that that version of OpenBSD will not Run on this board.

here is a link
http://www.chipdrive.pl/en/?art=board2.0

Thanks for your help

Sam Fourman Jr.



bcw Driver won't attach

2007-01-24 Thread Sam Fourman Jr.

Below is a dmesg and my Broadcom 4318 won't attach even after
installing the firmware

does anyone have a patch laying around out of tree?

Sam Fourman Jr.

OpenBSD 4.0-current (GENERIC) #1350: Fri Jan 19 16:42:39 MST 2007
   [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Celeron(R) M processor 1.50GHz (GenuineIntel
686-class) 1.50 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,SBF
real mem  = 526872576 (514524K)
avail mem = 472514560 (461440K)
using 4256 buffers containing 26468352 bytes (25848K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+ BIOS, date 09/12/05, BIOS32 rev. 0 @
0xfd710, SMBIOS rev. 2.31 @ 0xdf010 (19 entries)
bios0: Hewlett-Packard HP Pavilion dv1000 (EH443UA#ABA)
pcibios0 at bios0: rev 2.1 @ 0xfd710/0x8f0
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdf20/192 (10 entries)
pcibios0: PCI Interrupt Router at 000:31:0 (Intel 82371FB ISA rev 0x00)
pcibios0: PCI bus #2 is the last bus
bios0: ROM list: 0xc/0xf200! 0xcf800/0x1000 0xdf000/0x800! 0xe/0x4000!
acpi at mainbus0 not configured
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 Intel 82915GM/PM/GMS Host rev 0x03
vga1 at pci0 dev 2 function 0 Intel 82915GM/GMS Video rev 0x03:
aperture at 0xb008, size 0x1000
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
Intel 82915GM/GMS Video rev 0x03 at pci0 dev 2 function 1 not configured
uhci0 at pci0 dev 29 function 0 Intel 82801FB USB rev 0x03: irq 3
usb0 at uhci0: USB revision 1.0
uhub0 at usb0
uhub0: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1 at pci0 dev 29 function 1 Intel 82801FB USB rev 0x03: irq 3
usb1 at uhci1: USB revision 1.0
uhub1 at usb1
uhub1: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2 at pci0 dev 29 function 2 Intel 82801FB USB rev 0x03: irq 4
usb2 at uhci2: USB revision 1.0
uhub2 at usb2
uhub2: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3 at pci0 dev 29 function 3 Intel 82801FB USB rev 0x03: irq 10
usb3 at uhci3: USB revision 1.0
uhub3 at usb3
uhub3: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
ehci0 at pci0 dev 29 function 7 Intel 82801FB USB rev 0x03: irq 3
usb4 at ehci0: USB revision 2.0
uhub4 at usb4
uhub4: Intel EHCI root hub, rev 2.00/1.00, addr 1
uhub4: 8 ports with 8 removable, self powered
ppb0 at pci0 dev 30 function 0 Intel 82801BAM Hub-to-PCI rev 0xd3
pci1 at ppb0 bus 1
rl0 at pci1 dev 0 function 0 Realtek 8139 rev 0x10: irq 10, address
00:c0:9f:f7:71:b3
rlphy0 at rl0 phy 0: RTL internal PHY
Broadcom BCM4318 rev 0x02 at pci1 dev 6 function 0 not configured
cbb0 at pci1 dev 9 function 0 TI PCI7XX1 CardBus rev
0x00pci_intr_map: no mapping for pin A
: couldn't map interrupt
TI PCI7XX1 FireWire rev 0x00 at pci1 dev 9 function 2 not configured
TI PCI7XX1 Flash rev 0x00 at pci1 dev 9 function 3 not configured
sdhc0 at pci1 dev 9 function 4 TI PCI7XX1 Secure Data rev 0x00: irq 11
sdmmc0 at sdhc0
sdmmc1 at sdhc0
sdmmc2 at sdhc0
auich0 at pci0 dev 30 function 2 Intel 82801FB AC97 rev 0x03: irq 5, ICH6 AC97
ac97: codec id 0x43585430 (Conexant CX?)
ac97: codec features reserved, headphone, 18 bit DAC, 18 bit ADC, No 3D Stereo
audio0 at auich0
Intel 82801FB Modem rev 0x03 at pci0 dev 30 function 3 not configured
ichpcib0 at pci0 dev 31 function 0 Intel 82801FBM LPC rev 0x03: PM disabled
pciide0 at pci0 dev 31 function 1 Intel 82801FB IDE rev 0x03: DMA,
channel 0 configured to compatibility, channel 1 configured to
compatibility
wd0 at pciide0 channel 0 drive 0: TOSHIBA MK8025GAS
wd0: 16-sector PIO, LBA, 76319MB, 156301488 sectors
atapiscsi0 at pciide0 channel 0 drive 1
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: TSSTcorp, CD/DVDW TS-L532M, HR08 SCSI0
5/cdrom removable
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
cd0(pciide0:0:1): using PIO mode 4, DMA mode 2
pciide0: channel 1 ignored (disabled)
ichiic0 at pci0 dev 31 function 3 Intel 82801FB SMBus rev 0x03: irq 3
iic0 at ichiic0
isa0 at ichpcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pmsi0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pmsi0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
biomask efdd netmask efdd ttymask ffdf
pctr: 686-class user-level performance counters enabled
mtrr: Pentium Pro MTRR support
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302



Re: bcw Driver won't attach

2007-01-24 Thread Sam Fourman Jr.

ahh so I have to build a custom kernel.

ok Thank you

Sam Fourman Jr.

On 1/24/07, Jonathan Gray [EMAIL PROTECTED] wrote:

On Wed, Jan 24, 2007 at 11:03:04PM -0600, Sam Fourman Jr. wrote:
 Below is a dmesg and my Broadcom 4318 won't attach even after
 installing the firmware

 does anyone have a patch laying around out of tree?

It does not attach because the driver is not included
in GENERIC, this is because it is not yet finished.




802.11n Sent to vote

2007-01-22 Thread Sam Fourman Jr.

hello misc@

I was reading FreeBSD news Groups and I found this link

http://blog.matthewgast.com/2007/01/19/tgn-draft-2-out-for-vote/

My question is  about  future 802.11n support in OpenBSD, are updated
drivers the only work that has to be done. or does the whole 802.11
networking need to be overhauled like in FreeBSD?


Just wondering


Sam Fourman Jr.



  1   2   >