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/t...@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
Hi,
I see that SIGCHLD which was sent before calling sigaction() for
SIGCHLD is delivered to the handler when program is linked to
libpthread.so. However, this behavior doesn't occur when program
isn't linked to libpthread.so.
I feel the behavior of SIGCHLD when linked to libpthread.so
is strang
On 2009-12-04, Eduardo Meyer wrote:
> I have an OpenBGP device and I need to find out which ASN demands more
> bandwidth to do some sort of traffic policy engineering. Therefore I
> need to know if there is any software that is able to export netflow
> data including SRC/DST AS on an OpenBGP syste
Correo proveniente de Citymail Mixico.
Si no puedes ver correctamente el mensaje, haz "Clic Aqum"
Comparte en Facebook
Mi PerfilEnvia a un amigo
Aprovecha la ultima venta nocturna del 2009 este sabado 5 de diciembre
citymail
citymail Es mejor borrar emails que tirar arboles para hacer papel.
Iguess the short answers is that it is not implemented and probably it won't.
There are certain applications that would certainly benefit from aio.
The one I can think of (it is the one I use the most) is I/O trace
replay. But I am sure that there are plenty of applications that can
benefit from t
You just spammed a mailing list.
On Fri, Dec 4, 2009 at 6:22 PM, Adam Hicks
wrote:
> Institute for Strategic Funding Development
> Strategic Grant Writing Proposal Workshop (Sponsored by ISFD)
> held at the University of British Columbia, Vancouver
> December 7 - 9, 2009
> 8:30AM - 4:30 PM
>
> CF
On Fri, Dec 04, 2009 at 04:27:06PM -0700, Theo de Raadt wrote:
> > Not sure if useful to anyone else, but here it goes a patch that adds a new
> > column to top, showing the last CPUID where a process has been seen. Other
> > top implementations have this feature, which can be useful on some
> > s
> Not sure if useful to anyone else, but here it goes a patch that adds a new
> column to top, showing the last CPUID where a process has been seen. Other
> top implementations have this feature, which can be useful on some
> situations.
Not needed. It is already there in the STATE field, after
Institute for Strategic Funding Development
Strategic Grant Writing Proposal Workshop (Sponsored by ISFD)
held at the University of British Columbia, Vancouver
December 7 - 9, 2009
8:30AM - 4:30 PM
CFRE Accredited Course for 20 contact hours or 20 CFRE Continuing
Education Points! Participants com
Not sure if useful to anyone else, but here it goes a patch that adds a new
column to top, showing the last CPUID where a process has been seen. Other
top implementations have this feature, which can be useful on some
situations.
Solution may not be very elegant, but it was the one which required
On Fri, 4 Dec 2009 14:04:30 +1100
Aaron Mason wrote:
> On Fri, Dec 4, 2009 at 12:33 PM, Jonathan Thornburg
> wrote:
> > Christopher Zimmermann asked
> >> is it possible to install two OpenBSDs on the same
> >> disk? I'd like to try -current in a separate
> >> installation.
> >
> > Yes. The way
On Fri, Dec 4, 2009 at 4:45 PM, Todd T. Fries wrote:
> Does aio really require threading?
In some sense, yes, in others, no. aio is designed so you don't need
(userland) threads.
"Normally" you'd write your server to use non-blocking io. But that
doesn't work with files on disk. How can it?
Penned by Ted Unangst on 20091204 16:30.57, we have:
| On Fri, Dec 4, 2009 at 1:34 PM, Todd T. Fries wrote:
| > Unfortunately qemu has aio support.
|
| Does it really need it? I cooked up a basic userland implementation
| using pthreads last night.
They provide compatibility functions #ifn
On Fri, Dec 04, 2009 at 12:01:31PM -0700, Theo de Raadt wrote:
> > Why does a uthum(4) unit show up as two devices? The sensors are
> > only attached to the second one.
> >
> > uhidev2 at uhub2 port 2 configuration 1 interface 0 "Ten X Technology, Inc.
> > TEMPer sensor" rev 1.10/1.50 addr 4
> >
On Fri, Dec 4, 2009 at 1:34 PM, Todd T. Fries wrote:
> Unfortunately qemu has aio support.
Does it really need it? I cooked up a basic userland implementation
using pthreads last night.
On Fri, Dec 4, 2009 at 3:08 PM, Henning Brauer wrote:
> * Eduardo Meyer [2009-12-04 17:29]:
>> Hello,
>>
>> I have an OpenBGP device and I need to find out which ASN demands more
>> bandwidth to do some sort of traffic policy engineering. Therefore I
>> need to know if there is any software that
> Why does a uthum(4) unit show up as two devices? The sensors are
> only attached to the second one.
>
> uhidev2 at uhub2 port 2 configuration 1 interface 0 "Ten X Technology, Inc.
> TEMPer sensor" rev 1.10/1.50 addr 4
> uhidev2: iclass 3/1
> uthum0 at uhidev2
> uhidev3 at uhub2 port 2 configur
Why does a uthum(4) unit show up as two devices? The sensors are
only attached to the second one.
uhidev2 at uhub2 port 2 configuration 1 interface 0 "Ten X Technology, Inc.
TEMPer sensor" rev 1.10/1.50 addr 4
uhidev2: iclass 3/1
uthum0 at uhidev2
uhidev3 at uhub2 port 2 configuration 1 interfac
2009/12/4 Ted Unangst :
> On Fri, Dec 4, 2009 at 10:20 AM, Luis Useche wrote:
>
>> Exactly, I am more interested more in something close to aio_read &
>> aio_write. I was hoping there was some api I can use. Is there any
>> reason why POSIX aio does not exist in OBSD?
>
> Nobody wrote it.
>
>
And
Penned by Dope Ice Apollyon the Third on 20091204 10:43.03, we have:
| On Fri, Dec 4, 2009 at 10:20 AM, Luis Useche wrote:
| > On Fri, Dec 4, 2009 at 12:07 AM, Ted Unangst wrote:
| >> On Thu, Dec 3, 2009 at 11:47 PM, Dope Ice Apollyon the Third
| >> wrote:
| >>> On Thu,
On Fri, Dec 4, 2009 at 10:20 AM, Luis Useche wrote:
> Exactly, I am more interested more in something close to aio_read &
> aio_write. I was hoping there was some api I can use. Is there any
> reason why POSIX aio does not exist in OBSD?
Nobody wrote it.
* Eduardo Meyer [2009-12-04 17:29]:
> Hello,
>
> I have an OpenBGP device and I need to find out which ASN demands more
> bandwidth to do some sort of traffic policy engineering. Therefore I
> need to know if there is any software that is able to export netflow
> data including SRC/DST AS on an O
Hi,
...on Fri, Dec 04, 2009 at 03:46:22PM +, Fred Crowson wrote:
> pf has virtually been rewritten in that time
Ok, what bit me from that is that the default for rules was
changed to "keep state" in the meantime and some other stuff
that was relying on the old semantics interfered with
John E.P. Hynes wrote:
On 12/03/2009 03:04 PM, Alessandro Baggi wrote:
j...@hytronix.com wrote:
Hi Alessandro,
I have managed to get Squid to crash all by itself. This is, in a way,
good, because it finally gave me some information that I think might be
helpful.
First, Are you running squid
Hello,
I have an OpenBGP device and I need to find out which ASN demands more
bandwidth to do some sort of traffic policy engineering. Therefore I
need to know if there is any software that is able to export netflow
data including SRC/DST AS on an OpenBGP system. I have used pfflow and
softflowd b
On 12/4/09, Alexander Bochmann wrote:
> Hi,
>
> did anything change in regard to pf rules with the
> route-to option in recent versions of OpenBSD?
>
> I've just reinstalled an old system that was running
> OpenBSD 3.9 with 4.6, and gave it my old pf rulesets.
>
> There is a rule that is supposed
On Fri, Dec 4, 2009 at 10:20 AM, Luis Useche wrote:
> On Fri, Dec 4, 2009 at 12:07 AM, Ted Unangst wrote:
>> On Thu, Dec 3, 2009 at 11:47 PM, Dope Ice Apollyon the Third
>> wrote:
>>> On Thu, Dec 3, 2009 at 10:57 PM, Luis Useche wrote:
Hi Guys,
I have been looking for information
(forgot to reply to list)
Please show a dmesg.
Mitja
> -Original Message-
> From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of
> Alexander Bochmann
> Sent: Friday, December 04, 2009 4:04 PM
> To: misc@openbsd.org
> Subject: pf route-to doesn't work for me after upg
On Fri, Dec 4, 2009 at 12:07 AM, Ted Unangst wrote:
> On Thu, Dec 3, 2009 at 11:47 PM, Dope Ice Apollyon the Third
> wrote:
>> On Thu, Dec 3, 2009 at 10:57 PM, Luis Useche wrote:
>>> Hi Guys,
>>>
>>> I have been looking for information on how to do asynchronous I/Os in
>>> OBSD with no luck. The
Revisa todos tus beneficios dando clic
AQUM
Ve un ejemplo del tipo de pagina dando clic
AQUM
Hi,
did anything change in regard to pf rules with the
route-to option in recent versions of OpenBSD?
I've just reinstalled an old system that was running
OpenBSD 3.9 with 4.6, and gave it my old pf rulesets.
There is a rule that is supposed to send all traffic
originating from a certain loca
* BARDOU Pierre (bardo...@mipih.fr) wrote:
> Hello,
>
> I had a working ipsec tunnel this morning :
> Dec 04 09:30:35.086117 rule 375/(match) pass in on vlan100: 10.80.2.135.4685
> > 10.96.37.1.23: S 2120140262:2120140262(0) win 64512 1460,nop,nop,sackOK> (DF)
> Dec 04 09:30:35.086154 rule 28/(ma
Hello,
I had a working ipsec tunnel this morning :
Dec 04 09:30:35.086117 rule 375/(match) pass in on vlan100: 10.80.2.135.4685
> 10.96.37.1.23: S 2120140262:2120140262(0) win 64512 (DF)
Dec 04 09:30:35.086154 rule 28/(match) pass out on enc0: 10.80.2.135.4685 >
10.96.37.1.23: S 2120140262:212014
NOTA INFORMATIVA: O presente email destina-se znica e exclusivamente a informar
potenciais utilizadores e nco pode ser considerado SPAM. De acordo com a
legislagco internacional que regulamenta o correio electrsnico, "o email nco
pode sera ser considerado SPAM quando incluir uma forma do recepto
On 04/12/2009 13:28, Claudio Jeker wrote:
Seems to be an error on my side. I guess the following diff fixes your
issue. Please test.
Thanks for your input. It is now working flawlessly as it used to.
On Fri, Dec 04, 2009 at 12:11:14PM +0100, Laurent CARON wrote:
> Hi,
>
> I'm experiencing a strange behavior since latest OpenBSD 4.6 current
> update (yesterday).
>
> My prefixes are not announced anymore.
>
> OpenBGPd config:
>
> AS 49463
> router-id 213.215.49.242
> holdtime 90
> holdtime mi
[IMAGE]
Director General: Dr. Horacio Serebrinsky - Vicedirector: Dr. Marcelo R.
Ceberio
La Escuela Sistimica Argentina es una institucisn que desarrolla
actividades de formacisn de Terapeutas familiares sistimicos,
investigacisn y asistencia psicolsgica.
CURSOS DE VERANO 2010
INTRODUCCISN A L
Hi,
I'm experiencing a strange behavior since latest OpenBSD 4.6 current update
(yesterday).
My prefixes are not announced anymore.
OpenBGPd config:
AS 49463
router-id 213.215.49.242
holdtime 90
holdtime min 3
fib-update yes
log updates
network 213.215.28.0/23
network 2001:7a8:820::/44
neigh
* Michiel van Baak [2009-12-04 10:38]:
> On 11:11, Fri 04 Dec 09, Ismail OZATAY wrote:
> > Can i use one my interfaces both some network and pfsync ?
>
> If you run it over ipsec, yes.
and if you don't do so as well.
personally, I'd use vlans.
--
Henning Brauer, h...@bsws.de, henn...@openbsd.
Mark Romer wrote:
Yes, so this would already be done in openbsd.
You will soon discover that in OpenBSD, you don't have to go around the
system hardening it...
--
Mauro Rezzonico , Como, Italia
"Maybe this world is another planet's hell" - H.Huxley
On 11:11, Fri 04 Dec 09, Ismail OZATAY wrote:
> Can i use one my interfaces both some network and pfsync ?
If you run it over ipsec, yes.
>
> On 23:00, Thu 03 Dec 09, Ismail OZATAY wrote:
>
> Hi all,
>
> I am planning to replace my current openbsd cluster pf firewall
> hardwa
This email has been sent to you by OK-mail.co.uk
---
BRITA
Exclusive Brita (R) tap offer
Start enjoying the benefits
Can i use one my interfaces both some network and pfsync ?
On 23:00, Thu 03 Dec 09, Ismail OZATAY wrote:
Hi all,
I am planning to replace my current openbsd cluster pf firewall
hardwares which has 4 ethernet with new embedded hardwares. As you
know I use one of these interf
On 23:00, Thu 03 Dec 09, Ismail OZATAY wrote:
> Hi all,
>
> I am planning to replace my current openbsd cluster pf firewall
> hardwares which has 4 ethernet with new embedded hardwares. As you
> know I use one of these interfaces for pfsync . But new embedded
> hardwares have 3 ethernet. I thought
Sorry it was just "test" if there is some difference. Of course
problem is same either with sudo or without.
2009/12/4 Abel Abraham Camarillo Ojeda :
> On Fri, Dec 04, 2009 at 08:41:12AM +0100, TomC!E! BodE>C!r wrote:
>> Hi all,
>>
>> someone have similar problem? When I try :
>>
>> $ sudo setxkbm
On Fri, Dec 04, 2009 at 08:41:12AM +0100, TomC!E! BodE>C!r wrote:
> Hi all,
>
> someone have similar problem? When I try :
>
> $ sudo setxkbmap cz
> $
>
> then my network connection stop responding and I must run :
>
> $ sudo sh /etc/netstart
>
> In Xorg.log there is same error as here
> https
46 matches
Mail list logo