How can I get my driver bug fix committed?

2009-12-04 Thread Roland Dreier
About two weeks ago, I sent a fix for the ral(4) driver ("[PATCH] Fix interrupt handling in ral(4) for RT2661 under load", http://www.mail-archive.com/tech@openbsd.org/msg01155.html). I have not gotten any response from any OpenBSD developers, and I have not seen the patch committed. I'm happy to

Re: Small change to rc?

2009-12-04 Thread K WESTERBACK
Thanks. I guess the real question I wanted clarified that the addition of the -f was sufficient to make the script as a whole to complete or whether it just got past that statement and then tripped on the 'touch', or other subsequent command. . Ken - Original Message From: Steffe

Re: Small change to rc?

2009-12-04 Thread Ted Unangst
On Fri, Dec 4, 2009 at 4:15 PM, Abel Abraham Camarillo Ojeda wrote: >> mv /etc/resolv.conf.save /etc/resolv.conf > cp "$orig" "$dest"; Not the same.

Re: Small change to rc?

2009-12-04 Thread Abel Abraham Camarillo Ojeda
On Fri, Dec 04, 2009 at 11:37:08AM +, Steffen Beyer wrote: > Hi, > > one of our embedded systems, booting from ro-flash, refused to reboot. > Analyzing the problem, I stumbled upon these lines: > > # set hostname, turn on network > echo 'starting network' > ifconfig -g carp carpdemote 128 >

eGalax touch screen users?

2009-12-04 Thread Matthieu Herrb
Hi, I've got a touch screen that uses a eGalax controller. It attaches to uts(4) but doesn't work. In fact it is a USB hid device: if you disable uts(4) the device attaches as 2 uhid(4) devices. I thus wonder if the match for this device in uts was just guessed or if other have touchscreens wit

Re: diff: ifconfig tun to print opener pid

2009-12-04 Thread Philip Guenther
On Thu, Dec 3, 2009 at 11:34 PM, Vladimir Kirillov wrote: > Here's a diff for tun to make it keep record and display the > pid of tunnel owner process in ifconfig. > I'm sure it would be a handy feature, hope you'll like it. > @@ -88,16 +88,17 @@ > #include > > struct tun_softc { > -

:: Sitios PROFESIONALES para EMPRESAS desde 120.000 ::

2009-12-04 Thread :: Sitios Web para Pymes ::
PLAN E-POWER : SITIO ADMINISTRABLE * Ideal para Empresas que necesitan de un potente y moderno sitio administrable con grandes posibilidades de interaccion con sus clientes y con una capacidad de expansion casi ilimitada. * Permite disponer de una potente vitrina y canal de comunicacion, con la

Re: Small change to rc?

2009-12-04 Thread Steffen Beyer
On Fri, 4 Dec 2009 07:02:55 -0500, Kenneth R Westerback wrote: >> Would it hurt to add a "-f" option to the mv command? > > Does it help? Sure. That's why I'm suggesting it here! :) rc stopped with the following message before: starting network override rw-r--r-- root/wheel for /etc/resolv.co

Re: Small change to rc?

2009-12-04 Thread Kenneth R Westerback
On Fri, Dec 04, 2009 at 11:37:08AM +, Steffen Beyer wrote: > Hi, > > one of our embedded systems, booting from ro-flash, refused to reboot. > Analyzing the problem, I stumbled upon these lines: > > # set hostname, turn on network > echo 'starting network' > ifconfig -g carp carpdemote 128 >

Project Management seminars in Jeddah/Riyadh- KSA

2009-12-04 Thread CMCCO
Dear Sir/Madam, Our company "Construction Management Consultant" is organizing the following Project Management seminars in Jeddah/Riyadh- KSA: Upcoming Seminars in Jeddah-KSA Description Start Date End Date Professional Project Management (PMP certification preparation) 12/12/200914/12/2009 Proj

Small change to rc?

2009-12-04 Thread Steffen Beyer
Hi, one of our embedded systems, booting from ro-flash, refused to reboot. Analyzing the problem, I stumbled upon these lines: # set hostname, turn on network echo 'starting network' ifconfig -g carp carpdemote 128 if [ -f /etc/resolv.conf.save ]; then mv /etc/resolv.conf.save /etc/resolv.conf

Re: Sierra Wireless AirCard 881 does not attach correctly

2009-12-04 Thread David Coppa
Well, it seems to be a known problem: http://marc.info/?l=openbsd-misc&m=124472464105361&w=2 I'm investigating... -dav On Wed, Dec 2, 2009 at 4:22 PM, David Coppa wrote: > > Hi, > > I've a problem with a Sierra Wireless AirCard 881 (PCMCIA) on my ThinkPad X41. > It correctly attaches as umsm0,

Re: diff: ifconfig tun to print opener pid

2009-12-04 Thread Vadim Zhukov
On 4 December 2009 c. 11:44:00 Vladimir Kirillov wrote: > On 09:34 Fri 04 Dec, Otto Moerbeek wrote: > > > The main problem with this code is that ENOTTY is the wrong errno > > > to return. ENOTTY has a very specific meaning. > > > > It's hard to pick the right one. ESRCH seems close, but is for the

Re: diff: ifconfig tun to print opener pid

2009-12-04 Thread Vladimir Kirillov
On 09:34 Fri 04 Dec, Otto Moerbeek wrote: > > The main problem with this code is that ENOTTY is the wrong errno to > > return. ENOTTY has a very specific meaning. > > It's hard to pick the right one. ESRCH seems close, but is for the > reverse situation (you're requesting info for a pid taht does

Re: diff: ifconfig tun to print opener pid

2009-12-04 Thread Otto Moerbeek
On Fri, Dec 04, 2009 at 08:57:18AM +0100, Claudio Jeker wrote: > On Thu, Dec 03, 2009 at 11:50:52PM -0800, patrick keshishian wrote: > > On Fri, Dec 04, 2009 at 09:34:31AM +0200, Vladimir Kirillov wrote: > > > Hello t...@! > > > > > > Here's a diff for tun to make it keep record and display the >