Re: set ignoreeof = 1 in .tcshrc doesn't work as expected

2025-05-02 Thread void
On Fri, May 02, 2025 at 10:23:33AM -0400, John McCue wrote: set ignoreeof and I can use ^d to exit. Did you check ~/.login, ~/.tcshrc, ~/.cshrc and other source files ? bingo! :D I checked all of those apart from .login. And in there, there's '# set ignoreeof' Commented it out and now have

set ignoreeof = 1 in .tcshrc doesn't work as expected

2025-05-01 Thread void
Hi, context is 7.6 GENERIC.MP#2 arm64 and shell is /usr/local/bin/tcsh version tcsh 6.24.10 (Astron) 2023-04-14 (aarch64-arm-OpenBSD) options wide,nls,dl,al,kan,sm,rh,color I'd *like* to have ctrl-d log out my terminal session (almost always this is over ssh). In the man page for tcsh the

Re: ssh client unable to use legacy/old host key types

2024-10-27 Thread void
On Mon, Oct 28, 2024 at 03:46:20AM +, Philipp Buehler wrote: Try adding: PubkeyAcceptedKeyTypes +ssh-rsa that worked!!! TYVM :D ssh didn't like this in .ssh/config : ### HostKeyAlgorithms ssh-rsa,ssh-dss ### or: ### HostKeyAlgorithms +ssh-rsa,+ssh-dss ### but the following, plus your

ssh client unable to use legacy/old host key types

2024-10-27 Thread void
Hello misc@ I'm trying to ssh into a hp iLo gen8. It has an ancient and currently un-upgradeable sshd. The error I'm seeing is: "no matching host key type found. Their offer: ssh-rsa,ssh-dss" I've tried adding # # old-ilo Host [redacted_ip] Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes1

Re: thinkpad T480s wwlan (mobile internet) module

2024-09-24 Thread void
On Tue, Sep 24, 2024 at 07:29:18PM -, Stuart Henderson wrote: On 2024-09-24, void wrote: Hello list, Has anyone been able to get the wwlan module of the Thinkpad T480s working on OpenBSD? dmesg If it's pcie then it won't work with any of the in-tree drivers If it's

thinkpad T480s wwlan (mobile internet) module

2024-09-24 Thread void
Hello list, Has anyone been able to get the wwlan module of the Thinkpad T480s working on OpenBSD? thanks, --

Re: Unable to Mount NFS Share RPC Timeout

2024-08-04 Thread void
Hi, On Sat, Aug 03, 2024 at 06:32:13PM -0700, Aric Gregson wrote: Hello, I have been experiencing difficulty mounting a NFS share from a TrueNas server on my home network. The operation works on a local computer running Armbian and, usually, on a Mac. The error I receive is the following, wh

Re: trying to get openbsd nfs client to work

2024-07-25 Thread void
On Thu, 25 Jul 2024, at 15:09, Stefan Kapfhammer wrote: > Do you have an /etc/exports file? > Here is an example: /etc/examples/exports. > -Stefan Do you mean on the nfs server? 1. on the freebsd server - it's an empty file because nfs is via the zfs property "sharenfs" with the value maproo

trying to get openbsd nfs client to work

2024-07-25 Thread void
Hi, I'm trying to get openbsd (7.5) nfs client to see a (freebsd14) server nfs share. The freebsd and debian clients work well, it's only OpenBSD where I can't mount the share. After looking at man fstab and man mount_nfs, in fstab I have this line 192.168.1.102:/home/void/docs

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 f

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 Your

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 00:00:00:06

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 is

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 t

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 who

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 to

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. man

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 lot

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!) overlap.

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 won

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 l

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 an

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 /etc/hostname.cnmac2

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 ke

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

2010-10-12 Thread Void Creations
store.blogspot.com/> Store (Rua CC"ndido dos Reis, nB: 14, Cacilhas) - Clockwork <http://www.myspace.com/clockworktattoos> (Rua do Crucifixo, nB: 32, Baixa Lisboa) Noite: *- Indie Rock CafC) * (Travessa dos Inglesinhos, 49, Bairro Alto) - OFERTA DE UMA CERVE