Re: from pppoe(8) to pppoe(4) - how to run a script on IP address change?

2010-07-09 Thread Matthew Dempsky
On Sat, 10 Jul 2010 00:02:16 +0200, Christian Taube wrote: > What I am missing now is a way to run a script when the IP address on > the pppoe interface changes. There seems to be no mechanism > like the /etc/ppp/ppp.linkup script provided by the user-space pppoe(8) > driver. You might try the p

Re: from pppoe(8) to pppoe(4) - how to run a script on IP address change?

2010-07-10 Thread Matthew Dempsky
On Fri, 9 Jul 2010 23:23:52 -0700, patrick keshishian wrote: > Don't leave zombies behind. Collect your children or ignore SIGCHLD. Sigh, yeah... I meant to handle that, but then got side tracked and forgot to fix it when I came back to send the email. Oh well, updated zombie-proof version belo

Re: Anyone ran Dnscurve on OpenBSD?

2010-07-27 Thread Matthew Dempsky
I don't believe there's been a NaCl update since that was posted, so you'll still need to apply the patch I posted in the thread. Also, the prototype DNSCurve forwarder uses epoll(2) directly, so it won't work on OpenBSD. The dnscache patches should work fine though. On Tue, Jul 27, 2010 at 9:30

Re: HP laptops again

2010-07-28 Thread Matthew Dempsky
On Wed, Jul 28, 2010 at 9:21 AM, matteo filippetto wrote: >> Then mail me acpidump -o hp8350 results + dmesg + pcidump -v >> > > Hi, > > I have an hp ProBook 4520s that has problem with acpi (boot only with > acpi disable). > > Do you need my results for those commands? Only if you want it fixed.

Re: UTF-8

2010-08-04 Thread Matthew Dempsky
On Wed, Aug 4, 2010 at 6:22 AM, Jordi Beltran Creix wrote: > ls(1) needs to use wcwidth(3) instead of just assuming 1 for alignment > and if I remember correctly it also mangles the strings using > isprint(3) or hardcoded values instead of iswprint(3) when printing to > terminal which is probably

Re: qmail and the maildir-uniq.patch

2010-08-06 Thread Matthew Dempsky
On Fri, Aug 6, 2010 at 11:06 AM, Kevin Chadwick wrote: > Does anyone know if the following patch is a good idea for OpenBSD or > simply never needed no matter how many mails you process. > > http://vorlon.cwru.edu/~tmb2/qmail-1.03/qmail-1.03-maildir-uniq.patch I would not use that patch. There a

Re: install of Aug 11 snapshot hangs

2010-08-12 Thread Matthew Dempsky
On Thu, Aug 12, 2010 at 10:27 AM, Mark Bucciarelli wrote: > i downloaded a 4.8 snapshot this morning > and am trying to install via pxeboot on > an x30. > > boot> disable acpi > boot> boot bsd.rd > > ran fine until > > Which one is the root disk? [wd0] > > I pressed enter, and sometime

Re: install of Aug 11 snapshot hangs

2010-08-12 Thread Matthew Dempsky
On Thu, Aug 12, 2010 at 5:12 PM, Ted Unangst wrote: > The closest I have to that is an X20, which I just did a full PXE > booted install on, and it works fine. I just did a pxeboot upgrade on my X40, and it went fine as well. I also went as far as fsck'ing my disk with acpi disabled in UKC, to d

Re: Some apps kill/hang X when using scrotwm(1) as wm

2010-08-18 Thread Matthew Dempsky
On Wed, Aug 18, 2010 at 5:18 PM, ropers wrote: > Here you go: > http://i.imgur.com/Bns7H.png I lol'd.

Re: Can't boot from 05-Oct-2010 snapshot's install48.iso

2010-10-06 Thread Matthew Dempsky
On Wed, Oct 6, 2010 at 2:29 PM, Dmitrij D. Czarkoff wrote: > Thanks for the detailed report. We'll get right on this.

Re: Can't boot from 05-Oct-2010 snapshot's install48.iso

2010-10-06 Thread Matthew Dempsky
2010/10/6 dMITRIJ cARXKOW : > Some mail bug must have happened. I ment that install48.iso's bad.rd stops > booting after configuring storage devices on my ACER AO531h netbook. I'm > currently running 4.7 with no issues on the same hardware. Some more details would be helpful. E.g., at least a dme

Re: OpenSMTPd actual development and integration

2010-01-15 Thread Matthew Dempsky
On Fri, Jan 15, 2010 at 5:54 PM, Ted Unangst wrote: > So what does it mean for a single byte write to be atomic? That some bits in a byte won't be updated without other bits being updated as well.

Re: rplay dependency unsatisfied : cannot install

2009-07-27 Thread Matthew Dempsky
2009/7/27 Jean-Frangois SIMON : > Thanks for your reply, however there is something I do not understand about > the below error. Are versions not compatible with each other ? the package > rplay was calling for gsm-1.0.10p0, I copied the only version available in > current which is gsm-1.0.13.tgz t

"no-df" option for pf reassembly is backwards?

2009-08-20 Thread Matthew Dempsky
According to pf.conf: If no-df is given, fragments with the dont-fragment bit set have it cleared before entering the fragment cache, and thus the reassembled packet doesn't have dont-fragment set either. But from reading the code, and from experimentation, this seems backwards: dont-

Re: managing authorized_keys

2009-09-18 Thread Matthew Dempsky
On Fri, Sep 18, 2009 at 10:30 AM, Martin Schrvder wrote: > If the fingerprint is unknown, an alternative method of > verification is available: SSH fingerprints ver- > ified by DNS. An additional resource record (RR), SSHFP, is > added to a zonefile and the connecting > client is able

Mention no-df bug in upgrade46.html?

2009-10-19 Thread Matthew Dempsky
Just since upgrade46.html mentions the new syntax for packet scrubbing and specifically describes the behavior of the no-df flag, perhaps it should mention that the 4.6-release (and 4.6-stable?) kernel uses the opposite semantics for this setting? (See r1.120 of sys/net/pf_norm.c.)

Re: IP Aliasing with DHCP

2009-11-11 Thread Matthew Dempsky
On Wed, Nov 11, 2009 at 6:19 PM, Hugo Osvaldo Barrera wrote: > I'v already seen the "alias" option for ifconfig, however, it always > refers to static IPs, and I've found no reference to this being > possible with dynamic IPs. > Is this possible? A single interface, with TWO dynamic IPs? This is

Re: Why renice not work in OpenBSD?

2010-10-12 Thread Matthew Dempsky
On Tue, Oct 12, 2010 at 1:15 PM, Dmitry-T wrote: > Have OpenBSD non-preemptible kernel code? OpenBSD kernel code running in "process context" (i.e., kernel threads and user processes running system calls) cannot preempt one another. However, interrupts may preempt processes or other interrupts of

Re: Aspire One A110 - Keyboard unrecognized in latest i386 snapshot

2011-02-03 Thread Matthew Dempsky
On Tue, Feb 1, 2011 at 2:31 PM, Paolo Aglialoro wrote: > "pckbcintr: no dev for slot 1" I had this issue on my Aspire One as well. I don't recall the details anymore, but here's the brief summary I wrote up after trying to investigate the issue last August: Keyboard does not work unless acpi o

<    1   2   3