Re: ipv6 prefix maintenance

2025-07-05 Thread TimH
t; > your LAN. > Thank you very much for your thoughts. > That's the desired case. If this is for local access only, take a look at OpenMDNS. --TimH

Re: Perl XML::Feed

2025-05-17 Thread TimH
On Thu, 15 May 2025 19:29:00 -0400 Jon Fineman wrote: > I am trying to install XML::Feed on 7.7 GENERIC.MP#625. This I believe > relies upon XML::LibXML. It looks like I am getting unit test errors > for LibXML. > > I also installed libxml-2, p5-libxml. Alien::Libxml2 was already installed >

Re: Can't build kernel with 7.7-stable branch, missing intel_wopcm.c

2025-05-14 Thread TimH
On Wed, 14 May 2025 10:09:14 -0500 "Brian Conway" wrote: > On Wed, May 14, 2025, at 9:54 AM, TimH wrote: > > On Tue, 13 May 2025 23:51:10 -0700 > > But how can that be when I deleted the entire /usr/src dir and did a > > fresh cvs checkout? Is this stored high

Re: Can't build kernel with 7.7-stable branch, missing intel_wopcm.c

2025-05-14 Thread TimH
On Tue, 13 May 2025 23:51:10 -0700 But how can that be when I deleted the entire /usr/src dir and did a fresh cvs checkout? Is this stored higher up than that? --TimH Philip Guenther wrote: > Sounds like you have an obj tree dating from a build when that file > existed, including a gen

Can't build kernel with 7.7-stable branch, missing intel_wopcm.c

2025-05-13 Thread TimH
With a freshly fetched stable 7.7 branch, I was trying to apply the fix in the errata listed here: https://ftp.openbsd.org/pub/OpenBSD/patches/7.7/common/001_nfs.patch.sig However, the build fails because it complains of a file that seems to have been removed over a year ago(?): make: don't know

mountd needs to reboot to change mapall argument

2012-11-07 Thread TimH
mand will be enough to use the new setting. So, somehow the user permission change is what it won't take. We tried with -maproot as well. We also tried various other -mapall syntax changes. Please cc me in any replies, I am not currently on the list. --TimH Obligatory dmesg: OpenBSD 5.2

Re: Extra sectors when burning a CD with cdio?

2011-09-15 Thread TimH
On Thu, 15 Sep 2011 07:54:02 +0200 Jan Stary wrote: > What's msoimage.iso? A place in my example where I forgot to edit it to image.iso. It is not some command line mistake that solves the dilemma; sorry for the typo. --TimH

Extra sectors when burning a CD with cdio?

2011-09-14 Thread TimH
cpg] a: 2051070 ISO9660 c: 2051070 ISO9660 --TimH

Re: No SMP without acpi?

2010-06-13 Thread TimH
On Sun, 13 Jun 2010 08:56:14 +0200 Tomas Bodzar wrote: > He said that you need to send it to him and to misc@ ;-) Attachments > are not allowed on m...@. Yeah, I realized I was being stupid the second I hit send... I apologize. --TimH

Re: No SMP without acpi?

2010-06-12 Thread TimH
On Sat, 12 Jun 2010 18:45:51 -0500 Marco Peereboom wrote: > something in the gpe handler screwing up. please tar up the output of > acpidump -o hplaptop and send that to me Attached... Please let me know if I can do anything else. --TimH [demime 1.01d removed an attachment o

No SMP without acpi?

2010-06-12 Thread TimH
1.00 addr 1 usb7 at uhci5: USB revision 1.0 uhub7 at usb7 "Intel UHCI root hub" rev 1.00/1.00 addr 1 isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 pms0 at pckbc0 (aux slot) pckbc0: using irq 12 for aux slot wsmouse0 at pms0 mux 0 pcppi0 at isa0 port 0x61 midi0 at pcppi0: spkr0 at pcppi0 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 biomask effd netmask effd ttymask mtrr: Pentium Pro MTRR support vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root root on sd0a swap on sd0b dump on sd0b --TimH

allowing inbound icmp6

2010-05-23 Thread TimH
works without it #pass out on $tunnel_if inet6 proto ipv6-icmp from $ipv6_net to any pass out on $outside_if proto { tcp udp } from ($outside_if) to any port domain\ queue dns_out pass out on $tunnel_if inet6 proto udp from $ipv6_net to any port domain\ queue dns_out --TimH