cdio(1): cdplay with next and prev

2022-08-08 Thread Lucian Popescu
Hi, I'm trying to play some music from a CD with the following command: lucian-pc# cdio cdplay track 1 'a' 0200/00018053 1% >From another terminal I issue the following command to play the next song: lucian-pc# cdio next #exit code is 0 However this does not work. Can I use next and pre

Re: wg(4) on router - how to get working with clients

2022-08-08 Thread B. Atticus Grobe
I've been running wg since it was introduced into the kernel without any issues. local pf.conf: ... pass in on wg0 from (wg0:network) to any match out on wg0 from any to any nat-to (wg0) ... pass out modulate state remote pf.conf: ... pass in on wg0 pass out on wg0 match out on vio0 nat-to (vio0)

Re: "set -o multiline" in ksh?

2022-08-08 Thread Christian Weisgerber
On 2022-08-08, Federico Giannici wrote: > What I really miss is multiline editing of current (very long) commands > (ksh simply horizontally "scrolls", showing only a part of the command > line). > > I know that in standard ksh this functionality is activated with "set -o > multiline", but und

Re: Relayd Questions

2022-08-08 Thread Todd Carpenter
thank you for your comments, I will dig into it. cheers Get Outlook for iOS From: owner-m...@openbsd.org on behalf of Stuart Henderson Sent: Sunday, August 7, 2022 3:56:16 AM To: misc@openbsd.org Subject: Re: Relayd Questions On 2022-08

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

"set -o multiline" in ksh?

2022-08-08 Thread Federico Giannici
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 line). I know that in standard ksh this functionality is activated with "se

Re: wg(4) on router - how to get working with clients

2022-08-08 Thread Stuart Henderson
On 2022-08-08, Rachel Roch wrote: > TL;DR I've got wg(4) working great on the router itself (i.e. VPN up, all > localhost traffic routes across VPN). But I can't get it working with > external clients (i.e. devices that use the router as their default gateway). > > ip.forwarding is on: > net.ine

Re: Making pppoe more resiliant to outages?

2022-08-08 Thread Zach Nedwich
Not too helpful but I have been having the same issue (twice in the past two days!) I am on Internode HFC and I 'spose you must be on some variety of the same going off VLAN2. Powering off the NTD for a minute helps but it's getting annoying. I'm on 7.1 and happy to help test any fixes :) Z

Re: Making pppoe more resiliant to outages?

2022-08-08 Thread Stuart Henderson
On 2022-08-08, Stuart Longland wrote: > This had been working fine for ages… but the past week it's been up and > down like a yo-yo. I suspect it is *NOT* my end, but rather, common > equipment in our area because others in my street (oddly enough, > related ISPs) have the same problem with conne

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: Upgrading from 7.0 to 7.1

2022-08-08 Thread Tobias Fiebig
Heho, I would still assume that there is _something_ wrong with your network setup. The information that the system failing to upgrade runs on VMM is somewhat important. Please also not that seemingly both, http and https for retrieving the sets failed in your initial message. Can you please pr

Making pppoe more resiliant to outages?

2022-08-08 Thread Stuart Longland
Hi all, So, I have an OpenBSD 7.0 router on a PC Engines APU3 (I'll put `dmesg` in shortly), which directly connects to a NBN-supplied modem (network termination device / "NBN Connection box"). For reasons unknown, PPPoE traffic is emitted to the router on VLAN ID 2. I have the following configu