unable to set play.encoding using audioctl(1) on 4.2/i386

2008-08-24 Thread Siju George
Hi, I tried to set a few parameters as said in the faq http://www.openbsd.org/faq/faq13.html#playaudio I get the following errors. $ sudo audioctl play.encoding=slinear_le audioctl: set failed: Invalid argument $ sudo audioctl play.rate=44100 audioctl: set failed: Invalid argument $ sudo

rdr and bridge

2008-08-24 Thread Aaron Martinez
Hi All, I'm trying to get redirection working on an OpenBSD 4.3 stable bridge and not having any luck getting redirection to work. I'm doing the filtering and redirection on the external interface and passing everything on the internal interfaces. I want to redirect traffic coming into the

Re: [semi-OT] using IPv4 addresses in alternative formats (i.e. not dotted decimal notation)

2008-08-24 Thread ropers
2008/8/24 Christian Weisgerber [EMAIL PROTECTED]: ropers [EMAIL PROTECTED] wrote: I only recently learned that when addressing an Internet server/host by IPv4 address, it is possible to not use the standard dotted decimal notation (abc.def.uvw.xyz) but instead use any of a number of

Re: [semi-OT] using IPv4 addresses in alternative formats (i.e. not dotted decimal notation)

2008-08-24 Thread Philip Guenther
On Sat, Aug 23, 2008 at 6:32 PM, Christian Weisgerber [EMAIL PROTECTED] wrote: ropers [EMAIL PROTECTED] wrote: ... Does anyone know whether these alternative notations (dword/octal/hexadecimal...) are officially *supposed* to work? It's the input format specified for inet_aton() and friends.

Shutdown and Powerdown when the power button is pressed

2008-08-24 Thread Ajitabh Pandey
Hi, I have a Dell Pentium III 1GHz/512MB running OpenBSD 4.3. I am running the generic kernel. When I press the power button on the front the machine just switches off. I wanted if the power button is pressed then the shutdown is started followed by poweroff (shutdown -hp now). This machine was

Re: Shutdown and Powerdown when the power button is pressed

2008-08-24 Thread ropers
The first thing I would do is look at the BIOS and check whether it still works with an Ubuntu LiveCD. Only then would I start looking at what OpenBSD is doing, starting with a look at dmesg. 2008/8/24 Ajitabh Pandey [EMAIL PROTECTED]: Hi, I have a Dell Pentium III 1GHz/512MB running OpenBSD

Re: Shutdown and Powerdown when the power button is pressed

2008-08-24 Thread Stijn
Ajitabh Pandey wrote: Hi, I have a Dell Pentium III 1GHz/512MB running OpenBSD 4.3. I am running the generic kernel. When I press the power button on the front the machine just switches off. I wanted if the power button is pressed then the shutdown is started followed by poweroff (shutdown -hp

Re: Shutdown and Powerdown when the power button is pressed

2008-08-24 Thread Remco
Ajitabh Pandey wrote: Hi, I have a Dell Pentium III 1GHz/512MB running OpenBSD 4.3. I am running the generic kernel. When I press the power button on the front the machine just switches off. I wanted if the power button is pressed then the shutdown is started followed by poweroff

Re: Ethernet (and sound?) doesn't work on my new notebook

2008-08-24 Thread thacrazze
Can someone port this driver from FreeBSD? (http://www.nabble.com/SiS-190-NIC-driver-td14260735.html, 4 Clause BSD License) Or this from (Open)Solaris? (http://homepage2.nifty.com/mrym3/taiyodo/eng/ + http://homepage2.nifty.com/mrym3/taiyodo/sige-2.6.2.tar.gz, 3 Clause BSD License) I would like

Re: From address when using mail command

2008-08-24 Thread Chris Bennett
Aaron W. Hsu wrote: Hey there, I think I understand your (worked around) problem... From [EMAIL PROTECTED] Sat Aug 23 14:49:55 2008 Subject: Re: From address when using mail command Actually this was not my problem. My server is mail and web host for several

Re: unable to set play.encoding using audioctl(1) on 4.2/i386

2008-08-24 Thread Alexandre Ratchov
On Sun, Aug 24, 2008 at 11:36:38AM +0530, Siju George wrote: Hi, I tried to set a few parameters as said in the faq http://www.openbsd.org/faq/faq13.html#playaudio I get the following errors. $ sudo audioctl play.encoding=slinear_le audioctl: set failed: Invalid argument $ sudo

Acer Aspire One

2008-08-24 Thread Edd Barrett
Hi, A friend today bought one of these, so I thought it would be fun to netboot it and see what is supported and send a dmesg. Two network interfaces are available, re0 and ath0, neither of which worked :P re0 would not recieve a dhcp address, and the re0 card scrolled some errors regarding

PF rule evaluation

2008-08-24 Thread Mikel Lindsaar
Hello list, I have purchased and read the book of PF (good book by the way) as well as the man pages, and I have a question that I have not been able to find a definitive answer on: Does PF only evaluate every packet against the ruleset once on all interfaces, or does it evaluate once for each

Re: bgpd extension handling capabilities

2008-08-24 Thread Graeme Lee
Henning Brauer wrote: * Graeme Lee [EMAIL PROTECTED] [2008-08-21 03:31]: Henning Brauer wrote: * Graeme Lee [EMAIL PROTECTED] [2008-08-21 01:51]: I've had to connect to a new upstream peer which is advertising an IPv4 safi of 128 (MPLS-labelled VPN address) see

Re: PF rule evaluation

2008-08-24 Thread Aaron Stellman
On Mon, Aug 25, 2008 at 11:05:38AM +1000, Mikel Lindsaar wrote: Hello list, I have purchased and read the book of PF (good book by the way) as well as the man pages, and I have a question that I have not been able to find a definitive answer on: Does PF only evaluate every packet against

Government funds available

2008-08-24 Thread Fred
Press Release 5:46:05 PM The American Grants and Loans Book is now available. This publication contains valuable information with more than 1800 financial programs, subsidies, scholarships, grants and loans offered by the United States federal government. It also includes over 700

Update: grip

2008-08-24 Thread Steve Shockley
This patch to grip fixes some remaining 64-bit type conversion issues. Please review for sanity and test if possible. Index: Makefile === RCS file: /cvs/ports/audio/grip/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile ---

Re: PF rule evaluation

2008-08-24 Thread Peter N. M. Hansteen
Mikel Lindsaar [EMAIL PROTECTED] writes: I have purchased and read the book of PF (good book by the way) as Thanks! :) What I mean is, does a matching pass quick rule on one interface (say $int_if) then also guarantee egress on another interface that has a block rule? No. If rules that

Re: PF rule evaluation

2008-08-24 Thread Mikel Lindsaar
On Mon, Aug 25, 2008 at 11:33 AM, Aaron Stellman [EMAIL PROTECTED] wrote: On Mon, Aug 25, 2008 at 11:05:38AM +1000, Mikel Lindsaar wrote: I have purchased and read the book of PF (good book by the way) as well as the man pages, and I have a question that I have not been able to find a

ln: /obsd: Operation not permitted

2008-08-24 Thread Doug Milam
The following error occurs after the command cd /usr/src/sys/arch/i386/compile/GENERIC; make clean make depend make ln /bsd /obsd ln: /obsd: Operation not permitted *** Error code 1 Ideas/suggestions welcome, thanks.

Re: ln: /obsd: Operation not permitted

2008-08-24 Thread Philip Guenther
On Sun, Aug 24, 2008 at 10:26 PM, Doug Milam [EMAIL PROTECTED] wrote: The following error occurs after the command cd /usr/src/sys/arch/i386/compile/GENERIC; make clean make depend make ln /bsd /obsd ln: /obsd: Operation not permitted *** Error code 1 You *sure* that was the command you