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: doas and args matching

2022-07-27 Thread Alexis
Alexander Hall writes: Better yet, the wrapper could be allowed with no argument restrictions and just do wsconsctl "display.brightness=$1" or even (maybe; untested) wsconsctl "display.brightness${1%%[!+-]*}=${1#[+-]}" for moar fanziness. There's a good chance i'm

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 the patch would > have

xfreerdp and stuttering sound

2022-07-27 Thread Ed Ahlsen-Girard
I am remoting to a Windows machine to view Widevine encrypted videos, and need to forward the sound. My xfreerdp line is: xfreerdp /h:2560 /w:3712 /d:[hostname] /u:[username] /sound:sys:sndio \ /v:[hostname] I see the video, but the sound stutters badly. Closing other applications does not

testing 7.2-beta ( tftpd )

2022-07-27 Thread Sven F.
Dear readers, I ran tftpd like this : route -T 10 exec /usr/sbin/tftpd -d -v -c -l 192.168.2.1 /var/tftpd when trying to upload , it created an empty file in /var/tftpd # ls -ld /var/tftpd/; ls -l /var/tftpd/ drwxr-xr-x 2 _tftpd wheel 512 Jul 27 18:31 /var/tftpd/ total 4 -rw-rw-rw- 1

Re: Blocking ARP packet for specific MAC

2022-07-27 Thread Alexander Hall
On July 27, 2022 9:23:36 AM GMT+02:00, Cristian Danila wrote: >[UPDATE] >The only possible solution that I have found for now is that >I have to create an vether interface, add it to the bridge and use >the filtered vether interface as main. So I would deduce(but >maybe I am wrong) that a

Re: doas and args matching

2022-07-27 Thread Alexander Hall
On July 26, 2022 1:48:24 PM GMT+02:00, Alexis wrote: > >Chris Narkiewicz writes: > >> Is it possible to match command arguments against an expression in >> doas.conf? >> >> I'd like to allow user to run wsconsctl display.brightness=<0-100> and >> the only solution i found so far is to

Re: pppoe problems

2022-07-27 Thread Stuart Henderson
On 2022-07-27, void wrote: > 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,

Re: Fanless amd64 sytem recommendations

2022-07-27 Thread Chris Cappuccio
Steve Williams [st...@williamsitconsulting.com] wrote: > Hi, > > My pcengines APU system died on me catastrophically. It's my primary > router / email / web server. > > First, I built a Raspberry Pi 4b system with a USB wired NIC and went to > restore my backup from Google using rclone only to

disk perf tool fio hangs on Pi4

2022-07-27 Thread Sandeep Gupta
Hello, I was doing some disk iops perf testing on a fresh install of OpenBSD on Rpi4 using the fio tool. I am at most able to run 2 runs of fio after which the system would hang. On the runs that do get completed I get a very low iops number. I thought the problem may be either in the fio

support new

2022-07-27 Thread Jiri Navratil
0 C Czech Republic P T Prague Z 15800 A Kacirkova 1016/19 O JIRI NAVRATIL (R) I Jiri Navratil M j...@navratil.cz U https://nocloud.cz/ B +420 777 224 245 X N OpenBSD/Linux installation, maintenance and support. Providing on-premise solutions with OpenBSD on physical HW. Teaching Unix operating

Re: Excessive fan - Thinkpad X1 (4th Gen)

2022-07-27 Thread openbsdlists
On 23-07-2022 16:27 , openbsdlists wrote: On 22-07-2022 10:13 , Mike Larkin wrote: On Fri, Jul 22, 2022 at 01:53:25PM +0100, openbsdli...@speedymail.org wrote: Hi all, I have a recurring problem with OpenBSD on my Thinkpad X1 Carbon (4th Gen). When the machine wakes from suspend, there is

Re: Blocking ARP packet for specific MAC

2022-07-27 Thread Cristian Danila
[UPDATE] The only possible solution that I have found for now is that I have to create an vether interface, add it to the bridge and use the filtered vether interface as main. So I would deduce(but maybe I am wrong) that a single interface added to bridge cannot participate in this kind of