[patch] bgpd.conf(5) gives wrong path for isakmpd's pubkey

2008-10-02 Thread Matthew Dempsky
r1.295 of src/etc/rc changed isakmpd's pubkey path to /etc/isakmpd/local.pub Index: bgpd.conf.5 === RCS file: /cvs/src/usr.sbin/bgpd/bgpd.conf.5,v retrieving revision 1.88 diff -p -u -r1.88 bgpd.conf.5 --- bgpd.conf.5 22 Mar 2008 08:3

Re: Weird pkg_info behavior?

2008-10-02 Thread Landry Breuil
On Thu, Oct 2, 2008 at 3:20 AM, Slim Joe <[EMAIL PROTECTED]> wrote: > On 2008/10/1, Stuart Henderson <[EMAIL PROTECTED]> wrote: >> On 2008-10-01, Nick Guenther <[EMAIL PROTECTED]> wrote: >>> If you are looking for package descriptions, install the ports tree >>> and read the Makefiles. > > A lynx d

Re: BIND and file descriptors

2008-10-02 Thread sexyboy
Hi All, I have applied the 004 and 005 patches and I still have a same problem. The named kick itself out, I can not see anything suspicious in a log file the only massage is when hit top command I can see this: PID USERNAME PRI NICE SIZE RES STATEWAIT TIMECPU COMMAND 4670 named

Re: BIND and file descriptors

2008-10-02 Thread Otto Moerbeek
On Thu, Oct 02, 2008 at 02:00:44AM -0700, sexyboy wrote: > Hi All, > > I have applied the 004 and 005 patches and I still have a same problem. > The named kick itself out, I can not see anything suspicious in a log file > the only massage is when hit top command I can see this: > PID USERNAME P

Re: Sun Blade 2000 with XVR-1000?

2008-10-02 Thread Edd Barrett
On Wed, Oct 1, 2008 at 11:11 PM, UID ZERO <[EMAIL PROTECTED]> wrote: > Hi list. > > I've been offered a Blade 2000 with an XVR-1000 graphics card, and was > hoping to run 4.4-current on it. Ideally would like to use it with X, but > can't seem to find any definitive information about whether this g

HP DLT80 and OpenBSD WriteProtect only?

2008-10-02 Thread Khalid Schofield
Hi, I've just installed an HP DLT80 drive on OpenBSD. I'm trying to use the drive as I used my DLT4000 with dump. dump -0au -f /dev/nrst0 /dev/rwd1a But I've run into the following problem: For some reason mt reports: # mt -f /dev/nrst0 status SCSI tape drive, residual=0 ds=13 er=0 blocksiz

Re: [patch] bgpd.conf(5) gives wrong path for isakmpd's pubkey

2008-10-02 Thread Jason McIntyre
On Thu, Oct 02, 2008 at 12:07:20AM -0700, Matthew Dempsky wrote: > r1.295 of src/etc/rc changed isakmpd's pubkey path to /etc/isakmpd/local.pub > fixed, thanks. jmc > Index: bgpd.conf.5 > === > RCS file: /cvs/src/usr.sbin/bgpd/bgpd.

microphone input for azalia?

2008-10-02 Thread Vladimir Kirillov
Hi everyone! I've been trying to record some sound using the microphone, but i failed. azalia(4) manual has nothing about recording, unfortunately. I played with aucat -i/-o to play record sound, but the result file remained silent. Is it possible to record sound right now?.. Thanks, in advance.

Re: DHCP failing to find interface after 20 Interfaces

2008-10-02 Thread Carl Horne
Hi, I want to thank everyone that has replied to me. I was able to solve both issues. I used /dev/MAKEDEV to create new /dev/bpf devices to solve the urlsnarf issue. For the dhcpd issue I was able to bind it to the real hardware interface (bge0) instead of the carp interface. Since the hardwar

Re: microphone input for azalia?

2008-10-02 Thread Jacob Meuser
On Thu, Oct 02, 2008 at 04:15:13PM +0300, Vladimir Kirillov wrote: > Hi everyone! > > I've been trying to record some sound using the microphone, but i failed. > azalia(4) manual has nothing about recording, unfortunately. > I played with aucat -i/-o to play record sound, but the result > file rem

Re: microphone input for azalia?

2008-10-02 Thread Vladimir Kirillov
On 14:31 Thu 02 Oct, Jacob Meuser wrote: > > inputs.mic=127,127 > probably need to raise this to 255 Tried it, > > inputs.sel.source=mic > > what other sources are available? use `mixerctl -v' to see the > options. inputs.sel.source=mic [ mic speaker5 speaker6 speaker7 speaker3 headphones sp

Re: HP DLT80 and OpenBSD WriteProtect only?

2008-10-02 Thread Steve Shockley
On 10/2/2008 8:24 AM, Khalid Schofield wrote: # mt -f /dev/nrst0 status SCSI tape drive, residual=0 ds=13 Check inside the drive for dust, it may use an optical sensor and it's clogged.

DNS confusion about www.oorexx.org

2008-10-02 Thread Jack Woehr
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. I'm asking "why does it itermittently resolve" not because I suspect an OpenBSD problem (I don't) but because people on this list understand this stuff

Re: microphone input for azalia?

2008-10-02 Thread Alexandre Ratchov
On Thu, Oct 02, 2008 at 06:55:08PM +0300, Vladimir Kirillov wrote: > On 14:31 Thu 02 Oct, Jacob Meuser wrote: > > > inputs.mic=127,127 > > probably need to raise this to 255 > > Tried it, > > > > inputs.sel.source=mic > > > > what other sources are available? use `mixerctl -v' to see the > > op

Re: microphone input for azalia?

2008-10-02 Thread Vladimir Kirillov
On 18:16 Thu 02 Oct, Alexandre Ratchov wrote: > > there seems to be a problem with the driver (afaik it should select > other usable parameters instead of failing) > > you can workaround this by forcing it to use 44.1kHz, while > resampling 22kHz -> 44.1kHz, as follows: > > aucat -r 22000

Re: microphone input for azalia?

2008-10-02 Thread Jacob Meuser
On Thu, Oct 02, 2008 at 06:55:08PM +0300, Vladimir Kirillov wrote: > i played with mixerctl a little more: > > inputs.mic: 127,127 -> 254,254 > inputs.sel.source: headphones -> mic > > and managed to record the sound, but the playback of it was too fast, i > could not hear any words (the 5-secon

Re: microphone input for azalia?

2008-10-02 Thread Vladimir Kirillov
On 16:37 Thu 02 Oct, Jacob Meuser wrote: > hmm, you did > > $ aucat -o file.raw > $ aucat -i file.raw > > and the sound played at the wrong rate? try > > $ aucat -R 48000 -o file.raw > $ aucat -r 48000 -i file.raw > didn't work for me. -- Vladimir Kirillov

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 AT&T internet Connectio

Re: DNS confusion about www.oorexx.org

2008-10-02 Thread Dave Anderson
On Thu, 2 Oct 2008, Jack Woehr 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. > >I'm asking "why does it itermittently resolve" not because I suspect an >OpenBSD problem (I don't) but because

Intel Quad Port Gigabit Ethernet

2008-10-02 Thread Fabio Almeida
Hi, Is anyone here using Intel Pro1000VT Quad Port adapter. I`m going to buy a couple of Dell Servers to build an H.A Firewall and want to be sure to buy compatible and high performance Ethernet Adapters. Thanks in advance. Fabio Almeida

Re: DNS confusion about www.oorexx.org

2008-10-02 Thread Allen Hewes
> Here is what I get for what it is worth I am using a AT&T 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

Re: DNS confusion about www.oorexx.org

2008-10-02 Thread Matthew Dempsky
On Thu, Oct 2, 2008 at 8:55 AM, Jack Woehr <[EMAIL PROTECTED]> wrote: > The website http://www.oorexx.org 9 times out of ten does not resolve for > me. I think they setup a CNAME record for *.oorexx.org pointing to 208.34.240.200 instead of an A record. The planetdomain.com servers respond to A a

Re: DNS confusion about www.oorexx.org

2008-10-02 Thread Matthew Dempsky
On Thu, Oct 2, 2008 at 11:36 AM, Matthew Dempsky <[EMAIL PROTECTED]> wrote: > Probably what's happening is your cache is ending up with a CNAME > record for www.oorexx.org, I just noticed that queries for www.oorexx.org yield the bogus CNAME record as well, so that's probably how your cache i

Re: DNS confusion about www.oorexx.org

2008-10-02 Thread Bryan Irvine
On Thu, Oct 2, 2008 at 8: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. > > I'm asking "why does it itermittently resolve" not because I suspect an > Op

Re: DNS confusion about www.oorexx.org

2008-10-02 Thread Jack Woehr
Bryan Irvine wrote: A total shot in the dark Bryan & al. thanks. Matthew Dempsky and Brian Keefer have helped debug and it looks to be a bogus CNAME on one of PlanetDomain's name servers: bash-3.00$ dig @ns1.planetdomain.com. www.oorexx.org cname ; <<>> DiG 9.2.4 <<>> @ns1.planetdo

Re: DNS confusion about www.oorexx.org

2008-10-02 Thread Stuart Henderson
On 2008-10-02, Jack Woehr <[EMAIL PROTECTED]> wrote: > Bryan Irvine wrote: >> A total shot in the dark > > Bryan & al. thanks. Matthew Dempsky and Brian Keefer have helped > debug and it looks to be a bogus CNAME on one of PlanetDomain's name > servers: this is "clever", too... I'm sure with

Carteiro Virtual.

2008-10-02 Thread Terra.
Ola, Existe um presente especial esperando por vocC* no site de cartC5es do Terra. Para recebC*-lo, vC! atC) o endereC'o abaixo no seu navegador: http://www.terra.com.br/cartoes/cartoes.pl?ecartao=0098367481203481 Esse cartC#o ficarC! disponC-vel por 15 dias. _

[update] nasm-2.03.01 => 2.05rc1

2008-10-02 Thread Gallon Sylvestre
Hi ports@ I send you in attach the patch for the nasm-2.05rc1 : http://groups.google.com/group/comp.lang.asm.x86/browse_thread/thread/3e24e6fe1755dba6/b49b262b61d7b67c?show_docid=b49b262b61d7b67c&pli=1 It works under i386. Cheers, -- Gallon sylvestre OpenBSD fan | Rathaxes Core Developper LSE

Re: [update] nasm-2.03.01 => 2.05rc1

2008-10-02 Thread Gallon Sylvestre
Sorry I made a mistake in the address... Cheers, -- Gallon sylvestre OpenBSD fan | Rathaxes Core Developper LSE researcher | kernel developer for adeneo http://devsyl.blogspot.com/ | www.rathaxes.org

Sun Fire X4100M2 and ILOM serial console

2008-10-02 Thread Albert Chin
Anyone with an X4100M2 have the serial console working for logins? I have OpenBSD-current running and the BIOS remote access console configured as follows: * Remote Access [Enabled]* * * * Serial port number

configuration

2008-10-02 Thread igor denisov
Hi I do not know how to configuer the following from dmesg.boot acpi at mainbus0 not configured "TI TSB43AB21 FireWire" rev 0x00 at pci2 dev 14 function 0 not configured "Intel 82801CA/CAM Modem" rev 0x02 at pci0 dev 31 function 6 not configured My internet provider send me the following: VP

thanks from Orange

2008-10-02 Thread Orange
Orange http://static.itrack.it/clients/Orange/c12925/bg.gif"; bgcolor="#dd" height="100%" valign="t