Re: some ports give "Error while reading header" while fetching

2024-03-26 Thread void
On Tue, Mar 26, 2024 at 12:32:52PM +0100, Peter Hessler wrote: There was a mistake while signing these packages, you want the set signed 2024-03-22 or later. ftp.hostserver.de and the other 2nd level mirrors most certainly has those, and the other mirrors should get them over time. thank you

some ports give "Error while reading header" while fetching

2024-03-26 Thread void
Hello, Posting in misc@ because it's an issue not limited to any particular port. context is 7.5 GENERIC.MP#138 arm64 aarch64 error: $ doas pkg_add -D snap mupdf quirks-7.14 signed on 2024-03-18T13:07:59Z Ambiguous: choose package for mupdf a 0: 1: mupdf-1.23.11 2: mupdf-1.23.11-js

Re: dhcpcd not obtaining ipv6 /48

2024-02-06 Thread void
On Mon, Feb 05, 2024 at 02:56:51PM -0800, Courtney wrote: What do you get as output when you run dhcpcd in the foreground? # /usr/local/sbin/dhcpcd -B dhcpcd-10.0.2 starting DUID 00:01:00:01:2a:79:re:da:ct:ed:c2:10:48:8e cnmac0: IAID c2:10:48:8e cnmac1: IAID c2:10:48:8f pppoe0: IAID

Re: dhcpcd not obtaining ipv6 /48

2024-02-05 Thread void
On Mon, Feb 05, 2024 at 02:56:51PM -0800, Courtney wrote: I recently started having a similar issue too. I can't get IPv6 anymore, a /60 with Comcast. I think it may be my ISP's fault since it happened after one of their maintenance windows, but it is odd seeing someone else having a similar

dhcpcd not obtaining ipv6 /48

2024-02-02 Thread void
Hello, I have an edgerouter lite 3 running octeon for the past few years. The connection is dual-stack. On the ipv6 side, there's two prefixes: for the ND side, a /64 let's call it 2a02:8011: for the DP (delegation prefix) it's a /48 let's call it 2a02:8010. v6 IPs from the /48 are distributed

Re: growing an encrypted disk

2023-04-18 Thread void
On Tue, Apr 18, 2023 at 10:21:19AM -0300, Gabriel Busch de Brito wrote: Hi, Crystal shared this link with the list sometime ago that might help: https://research.exoticsilicon.com/articles/resizing_softraid_volumes Yes it does help, thank you! --

growing an encrypted disk

2023-04-18 Thread void
Hello misc@, Can an encrypted disk (it's an additional disk) be grown? OpenBSD here is a virtualised instance. The host filesystem is zfs, so the additional disk is also zfs-backed. I've been reading https://www.openbsd.org/faq/faq14.html#GrowPartition and later on in that page the encrypted

Re: make pppoe not update /etc/resolv.conf

2022-12-12 Thread void
On Tue, Dec 13, 2022 at 12:59:10PM +1100, Jonathan Gray wrote: It can be avoided by disabling resolvd. In /etc/rc.conf.local: resolvd_flags=NO Thank you! (for the explanation also) --

make pppoe not update /etc/resolv.conf

2022-12-12 Thread void
Hi misc@ I'd like to have it so a pppoe FTTP connection doesn't automatically obtain and apply the ISP's nameservers to /etc/resolv.conf. The machine already runs unbound, so resolv.conf has loopback for ipv4 and ipv6 in it. pppoe adds "nameserver isp.name.server.addr # resolvd: pppoe0" at the

Re: premature end of data for lang/go package (mips64)

2022-12-12 Thread void
On Mon, Dec 12, 2022 at 08:52:28AM -, Stuart Henderson wrote: Or you maybe able to workaround by downloading the package and installing it from local atorage rather than over the network. Yes this worked. After downloading it, ran "pkg_add -v -v -m go-1.19.1p0.tgz" which installed it.

Re: premature end of data for lang/go package (mips64)

2022-12-12 Thread void
On Mon, Dec 12, 2022 at 08:52:28AM -, Stuart Henderson wrote: This *shouldn't* break like this, but it's possible that if writing to the filesystem is very slow you have a timeout fetching the file. (The go package has a *lot* of small files and with the default mount options, creating a

premature end of data for lang/go package (mips64)

2022-12-11 Thread void
Hello misc@ I get the following error when trying to install go (for mips64/octeon): # pkg_add go quirks-6.42 signed on 2022-10-08T21:12:07Z Ustar [http://cdn.openbsd.org/pub/OpenBSD/7.2/packages/mips64/go-1.19.1p0.tgz][go/pkg/openbsd_mips64/cmd/compile/internal/reflectdata.a]: Premature end of

Re: dhcpcd sometimes fails to route ipv6 /48

2022-08-18 Thread void
On Thu, Aug 18, 2022 at 05:25:39PM +0200, Stefan Sperling wrote: If you can confirm that dhcpcd does in fact decide to remove your LAN-side prefix, then please discuss your issue with dhcpcd upstream. The ND /64 begins 2a02:8011 and the PD /48 begins 2a02:8010 so there's no (i think!)

dhcpcd sometimes fails to route ipv6 /48

2022-08-18 Thread void
Hello misc@, I have an edgerouter lite 3 router running openbsd 7.1 octeon. The connection is via pppoe and has native ipv4 and ipv6. The router gets an ND /64 and PD /48. The /48 is served on the LAN-facing side. This setup works well, usually. What sometimes happens is that a LAN machine

Re: "set -o multiline" in ksh?

2022-08-08 Thread void
Hello, On Mon, Aug 08, 2022 at 03:21:34PM +0200, Federico Giannici wrote: I recently switched my shell from tcsh to the default OpenBSD shell (ksh). What I really miss is multiline editing of current (very long) commands (ksh simply horizontally "scrolls", showing only a part of the command

Re: Making pppoe more resiliant to outages?

2022-08-08 Thread void
On Mon, Aug 08, 2022 at 07:39:06PM +1000, Stuart Longland wrote: Sometimes it does not return until I reboot the router. Aug 8 19:04:48 vk4msl-gap /bsd: pppoe0: host unique tag found, but it belongs to a connection in state 3 I have this in my kernel: option PPPOE_TERM_UNKNOWN_SESSIONS

Re: dual stack native ipv4 & ipv6 pppoe configuration questions

2022-08-03 Thread void
On Tue, Aug 02, 2022 at 06:49:06AM -, Stuart Henderson wrote: You can either use autoconf on pppoe0, or have dhcpcd handle ND as well. See dhcpcd's pkg-readme file. This is working perfectly now, and the advice within is pitched perfectly at the new user setting it up for the first time.

Re: dual stack native ipv4 & ipv6 pppoe configuration questions

2022-08-02 Thread void
On Tue, Aug 02, 2022 at 06:49:06AM -, Stuart Henderson wrote: On 2022-08-01, void wrote: 1. do I use slaac for the pppoe/cnmac1 and dhcpcd for cnmac0 ? The ISP stated the ND is used to automatically assign an ip to the wan interface of the router, so this will (will it?) mean cnmac1

dual stack native ipv4 & ipv6 pppoe configuration questions

2022-08-01 Thread void
Hello, My connection has a /64 Neighbour Discovery (ND) for the pppoe connection and a /48 Prefix Delegation (PD) for the LAN. (ipv4 works fine) The parent interface of the pppoe connection is cnmac1 The LAN interface is cnmac0. (cnmac2 is present but unused and there is no

Re: pppoe problems

2022-07-27 Thread void
Hi, managed to fix the problem by adding option PPPOE_TERM_UNKNOWN_SESSIONS to the kernel config and rebuilding/installing. In the end, using chap rather than pap auth worked. It still took a bit of time to log in (about 4-6 mins). Maybe the asus was leaving stale sessions. Even with the kernel

Re: pppoe problems

2022-07-27 Thread void
Hello, On Wed, 27 Jul 2022, at 20:19, Stuart Henderson wrote: > On 2022-07-27, void wrote: >> Was just building and installing a new kernel incorrect, in this context? > > No, the kernel is all you need for that patch. > > If userland had been needed, the instructions for t

pppoe problems

2022-07-26 Thread void
Hello misc@ I installed 7.1-release to an edgerouter-lite-3 (mips64, octeon). In the errata, I saw there was a security fix https://ftp.openbsd.org/pub/OpenBSD/patches/7.1/common/005_pppoe.patch.sig which was especially pertinent as this is a router. So, cvs-uped to 7.1-stable and built the

LISBON ROCK FEST - Sexta/Sabado 15/16 Outubro @ Santiago Alquimista

2010-10-12 Thread Void Creations
Email: lenakat_...@hotmail.com Mafalda Tlm: 917904020 Email: mafa...@sailorettes.com Contactos: Void Creations E-mail: i...@voidcreations.org mailto: i...@voidcreations.org www.voidcreations.org @ http://www.voidcreations.blogspot.com http://www.voidcreations.blogspot.com http