Re: Who runs OpenBSD with Adaptec ?

2009-04-10 Thread Alexander Yurchenko
please stop sending zillion of mails and just listen carefully what do people are trying to tell you. to get openbsd working with your adaptec you need to get another i386 machine (like your laptop). you need to download and install the latest snapshot from here:

Re: donation

2009-04-10 Thread SJP Lists
2009/4/10 Michiel van Baak mich...@vanbaak.info: I'm very happy how stuff went with kd85 and I got info about what happened with my money and it's exactly as it was advertised on both the official openbsd website as on wim's website. Ingo rightfully requested an account of what happened to

Re: azalia - I don't get SPDIF working

2009-04-10 Thread Dirk Mast
Jacob Meuser wrote: On Thu, Apr 09, 2009 at 12:07:37PM +0200, Dirk Mast wrote: there are now at most 2 choices. analog or digital. and yes, there are some codecs that only do analog and some that only to digital. Yeah, that makes it more complicated. Is the following if-construction

How to find my USB?

2009-04-10 Thread Juan Jimenez Galdos
Hi, maybe this is basic, but i can't find my usb device though i think i have found it, this is my dmesg (*usb in boldface*): OpenBSD 4.4 (GENERIC) #1021: Tue Aug 12 17:16:55 MDT 2008 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Intel(R) Pentium(R) 4 CPU 3.40GHz

Re: How to find my USB?

2009-04-10 Thread Juan Jimenez Galdos
Also, i have many packages in a cdrom and i would like to install them with export PKG_PATH and pkg_add. I have found the cdrom as cd0 disklabel cd0, but when I write export PKG_PATH=/mnt/cd0 it says No packages available in the PKG_PATH. Have i to do something more? The packages are simply in the

Re: How to find my USB?

2009-04-10 Thread Alexander Hall
man mount Juan Jimenez Galdos wrote: Also, i have many packages in a cdrom and i would like to install them with export PKG_PATH and pkg_add. I have found the cdrom as cd0 disklabel cd0, but when I write export PKG_PATH=/mnt/cd0 it says No packages available in the PKG_PATH. Have i to do

pf, scrub in syntax error

2009-04-10 Thread Neal Hogan
As of recent updates to -current, the latest of which was today (04/10/09), my pf rules are not loading due to a syntax error in my scrub line. I have not touched my pf.conf in a while, so the difference must be from recent source. I don't remember exactly when this started to happen, but it's

Re: pf, scrub in syntax error

2009-04-10 Thread Antoine Jacoutot
On Fri, 10 Apr 2009, Neal Hogan wrote: As of recent updates to -current, the latest of which was today (04/10/09), my pf rules are not loading due to a syntax error in my scrub line. I have not touched my pf.conf in a while, so the difference must be from recent source. I don't remember

Re: pf, scrub in syntax error

2009-04-10 Thread Dirk Mast
When you follow -current, it's a good thing to read http://openbsd.org/faq/current.html or the CVS logs. http://marc.info/?l=openbsd-miscm=123919875714273w=2 Neal Hogan wrote: As of recent updates to -current, the latest of which was today (04/10/09), my pf rules are not loading due to a

Re: pf, scrub in syntax error

2009-04-10 Thread Alexander Hall
Neal Hogan wrote: As of recent updates to -current, the latest of which was today (04/10/09), my pf rules are not loading due to a syntax error in my scrub line. I have not touched my pf.conf in a while, so the difference must be from recent source. I don't remember exactly when this started

Re: pf, scrub in syntax error

2009-04-10 Thread Neal Hogan
On Fri, Apr 10, 2009 at 12:30 PM, Dirk Mast condo...@gmail.com wrote: When you follow -current, it's a good thing to read http://openbsd.org/faq/current.html or the CVS logs. http://marc.info/?l=openbsd-miscm=123919875714273w=2 ah yes . . . I didn't see changes on the pf faq and jumped the

Re: sshkey: display comments in authlog ?

2009-04-10 Thread Julien TOUCHE
Maybe this is close to what you'd like to achieve (although granted not quite what you want): http://stackoverflow.com/questions/440427/ssh-login-monitor-for-linux interesting link, but not exactly. using INFO/VERBOSE log on internal-sftp is what i want but on a per user basis. I want

Traceroute

2009-04-10 Thread Alexandr Shadchin
Hi! Small code cleaning :) inetname() is called with nflag = 0 In inetname() is checking nflag != 0, why? -- Best Regards Alexandr Shadchin Index: traceroute.c === RCS file: /cvs/src/usr.sbin/traceroute/traceroute.c,v retrieving

Re: spam from chrooted CMSes

2009-04-10 Thread Toni Mueller
Hi, On Fri, 10.04.2009 at 09:42:21 +0800, Uwe Dippel udip...@uniten.edu.my wrote: I'm running postfix as MTA on a machine with several CMS, on a chrooted Apache. Recently, there is a huge number of spam being sent from there, alas. When I scan the postfix-logs, all those come from 'root',

Re: How to find my USB?

2009-04-10 Thread Alexander Hall
Juan Jimenez Galdos wrote: Hi, maybe this is basic, but i can't find my usb device though i think i have found it, this is my dmesg (*usb in boldface*): ... *umass1 at uhub5 port 2 configuration 1 interface 0 USB DISK Pro rev 2.00/1.00 addr 4* umass1: using SCSI over Bulk-Only scsibus2 at

Re: How to find my USB?

2009-04-10 Thread Jacek Artymiak
*sd5 at scsibus2 targ 1 lun 0: , USB DISK Pro, PMAP SCSI0 0/direct removable sd5: 118MB, 15 cyl, 255 head, 63 sec, 512 bytes/sec, 243200 sec total The USB is USB DISK PRO, but sd0 - sd5; usb0 - usb 5 is not the usb. How can i find where is mounted? Thank you and sorry if i am too beginner.

Re: Traceroute

2009-04-10 Thread Alexander Hall
Alexandr Shadchin wrote: Hi! Small code cleaning :) inetname() is called with nflag = 0 In inetname() is checking nflag != 0, why? Seems reasonable to me, but also change the comment above the function. /Alexander

ifconfig API

2009-04-10 Thread Floor Terra
Hi, I'm trying to automate some parts of ifconfig and discovered py-openbsd. Py-openbsd looks great but I can't use it to scan for wireless access points. Is there any sort of ifconfig API? I don't really care about the language. Floor -- Floor Terra flo...@gmail.com www:

Re: ifconfig API

2009-04-10 Thread Aaron Glenn
On Fri, Apr 10, 2009 at 1:34 PM, Floor Terra flo...@gmail.com wrote: Is there any sort of ifconfig API? I don't really care about the language. ??? http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/ifconfig/ifconfig.c

Re: ifconfig API

2009-04-10 Thread Floor Terra
I should have thought about using the actual ifconfig source. Thanks! Floor On Apr 10, 2009 11:25 PM, Aaron Glenn aaron.gl...@gmail.com wrote: On Fri, Apr 10, 2009 at 1:34 PM, Floor Terra flo...@gmail.com wrote: Is there any sort of ifco... ???

Re: Intel D945GCNL with OpenBSD 4.4 Hangs

2009-04-10 Thread Marcello Cruz
1) I updated the BIOS to NL94510J.86A.0033.2008.0807.1932. This is the most recent BIOS available from Intel to this board. The old BIOS was NL94510J.86A.0017.2007.0828.1137. Accordingly to the flash utility, I cannot use a BIOS update with different prefix (NL94510J.86A). 2) Following

Re: ifconfig API

2009-04-10 Thread J.C. Roberts
On Fri, 10 Apr 2009 22:34:47 +0200 Floor Terra flo...@gmail.com wrote: Hi, I'm trying to automate some parts of ifconfig and discovered py-openbsd. Py-openbsd looks great but I can't use it to scan for wireless access points. Is there any sort of ifconfig API? I don't really care about

Re: How to find my USB?

2009-04-10 Thread Juan Jimenez Galdos
Ok, thank you very much Alexander, Jacek :). A question: if i need to download a package with the dependences, is there a command? is there in OpenBSD a cache with the packages? Thank you very much again.

Re: ifconfig API

2009-04-10 Thread Floor Terra
On Sat, Apr 11, 2009 at 12:45 AM, J.C. Roberts list-...@designtools.org wrote: Floor, ifconfig is a constantly moving target. For example, if you look at the 'current' web page (http://www.openbsd.org/faq/current.html) you'll see two syntax changes in the last six months. I've noticed this

Re: Intel D945GCNL with OpenBSD 4.4 Hangs

2009-04-10 Thread Marcello Cruz
On OBSD 4.4 when I disable apm it hangs on mtrr: Pentium Pro MTRR support. On OBSD 4.3, it give me the login prompt, but when I activate the second NIC (up, dhcp, IP address) the the system hangs. A documentation from Intel (http://www.intel.com/support/motherboards/desktop/sb/CS-028426.htm)

Re: How to find my USB?

2009-04-10 Thread Alexander Hall
Juan Jimenez Galdos wrote: Ok, thank you very much Alexander, Jacek :). A question: if i need to download a package with the dependences, is there a command? is there in OpenBSD a cache with the packages? Thank you very much again. I am not really sure if you mean download only or

Re: Intel D945GCNL with OpenBSD 4.4 Hangs

2009-04-10 Thread Stuart Henderson
did you try the recent snapshot Stijn suggested yet? if it still fails, the information about 4.3, 4.4, apm etc are useful extra data points, but a -current snapshot should be the first thing to try. On 2009-04-10, Marcello Cruz marcello.c...@globo.com wrote: On OBSD 4.4 when I disable apm it

Re: Traceroute

2009-04-10 Thread Alexandr Shadchin
Alexander Hall wrote: Alexandr Shadchin wrote: Hi! Small code cleaning :) inetname() is called with nflag = 0 In inetname() is checking nflag != 0, why? Seems reasonable to me, but also change the comment above the function. /Alexander . Yes, forgot about the comment (