Re: dual stack native ipv4 & ipv6 pppoe configuration questions

2022-08-01 Thread Stuart Henderson
On 2022-08-01, void wrote: > 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 u

Re: Trouble with lpr and Brother wireless printer

2022-08-01 Thread Stuart Henderson
On 2022-08-02, Ben Hancock wrote: > FWIW, I do know that the printer _works_, as I can print from machines > running other OS'es via the usual ways. One thing you could try is doing a packet capture on a working OS (e.g. with wireshark) and compare with what you're sending from lpr. > I'm on the

Re: Trouble with lpr and Brother wireless printer

2022-08-01 Thread gwes
On 8/2/22 00:16, Ben Hancock wrote: On Mon, 1 Aug 2022 07:50:19 - (UTC) Stuart Henderson wrote: On 2022-07-31, John Mettraux wrote: Brother MFC-L3770CDW wireless here. My /etc/printcap goes: lp:\ sd=/var/spool/lpd:lp=:rm=192.168.xxx.xxx:rp=BINARY_P1 Maybe it will help. Also try

Re: Trouble with lpr and Brother wireless printer

2022-08-01 Thread Ben Hancock
On Mon, 1 Aug 2022 07:50:19 - (UTC) Stuart Henderson wrote: > On 2022-07-31, John Mettraux wrote: > > Brother MFC-L3770CDW wireless here. > > > > My /etc/printcap goes: > > > > lp:\ > > sd=/var/spool/lpd:lp=:rm=192.168.xxx.xxx:rp=BINARY_P1 > > > > Maybe it will help. > > Also try POSTSCR

dabbrev-expand, action not found

2022-08-01 Thread Maksim Rodin
Hello, I found an interesting option while reading "man xterm": ... dabbrev-expand() Expands the word before cursor by searching in the preceding text on the screen and in the scrollback buffer for words starting with that abbreviation. Repeating dabbrev-expand() several times in sequence searches

Re: [Need help about bsd_auth.h/ question with Rust]

2022-08-01 Thread Todd C . Miller
On Mon, 01 Aug 2022 17:20:30 +0200, Bilal Emohmadian wrote: > I'm a new user of OpenBSD, trying to port KDE5 > (Plasma/Workspace/KWin/KScreenLocker) with wayland v1.19.0 in /usr/ports/ > on OpenBSD 7.2-beta. > > . Can you explain how work the typedef struct authsession_t ? (Because i > can't find

Re: rpki-client disk utilization / noting mfs in man?

2022-08-01 Thread Tobias Fiebig
Heho, > BTW rpki-client is one of the (relatively few) cases where softdep is likely > to give a significant improvement in performance. I took this as motivation to do some benchmarks (defaults, noatime, softdep, noatime+softdep, mfs, mfs+noatime) on a VM with eight cores and 8gb of memory usin

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: mpls and pf

2022-08-01 Thread Holger Glaess
Hi my phsical environment are 4 boxes 2 are juniper srx they do the core routing in the back. 2 openbsd boxes  , on is my main firewall the other one is for the opposite side. both connetcted to an l2 switch . obsd1 em0 connect to srx1 obsd1 em1 connect to srx2 obsd2 em0 connect to srx1

[Need help about bsd_auth.h/ question with Rust]

2022-08-01 Thread Bilal Emohmadian
Hello ! OBSD Teams ! How are you ? I'm a new user of OpenBSD, trying to port KDE5 (Plasma/Workspace/KWin/KScreenLocker) with wayland v1.19.0 in /usr/ports/ on OpenBSD 7.2-beta. . Can you explain how work the typedef struct authsession_t ? (Because i can't find him on github repo T-T) . _

Re: usbhidaction(1) is unvel(2)ed too strictly to run programs.

2022-08-01 Thread Hector Velasco
Hi Ricardo: I tested the patch and it's working great. The solution seems obvious now that I see it :). suzaku@burningdawn:~ $ > doas rcctl stop usbhidaction suzaku@burningdawn:~ $ > doas usbhidaction -v -c /etc/usbhidaction.conf -f /dev/uhid2 PARSE:1 Consumer:Volume_Increment, 1, 'sndioctl outp

Re: usbhidaction(1) is unvel(2)ed too strictly to run programs.

2022-08-01 Thread Ricardo Mestre
ouch, how did I miss the call to execl(3) on docmd()? silly me! OK? Index: usbhidaction.c === RCS file: /cvs/src/usr.bin/usbhidaction/usbhidaction.c,v retrieving revision 1.24 diff -u -p -u -r1.24 usbhidaction.c --- usbhidaction.c

Re: Trouble with lpr and Brother wireless printer

2022-08-01 Thread Stuart Henderson
On 2022-07-31, John Mettraux wrote: > > On Sat, Jul 30, 2022 at 08:40:59PM -0700, Ben Hancock wrote: >> >> Here's my /etc/printcap: >> >> lp|brother:\ >> :rm=192.168.xxx.xxx:\ >> :rp=brother:\ >> :sd=/var/spool/output/lpd:\ >> :lf=/var/log/lpd-errs: > > Hello, > > Brother MFC-L3770

mpls and pf

2022-08-01 Thread Holger Glaess
hi, i have a small issue with mpls . if i do an set skip on "em0 em1" in my pf.conf the mpls network is working. i see my mpls neighbor for mpw ( ldpctl sh disco ) if i do only a "pass quick on { em0,em1 } no state" they don't show the mpls neigbor but the rule match. is there a possebi

Re: rpki-client disk utilization / noting mfs in man?

2022-08-01 Thread Stuart Henderson
On 2022-08-01, Kenneth Gober wrote: > On Sun, Jul 31, 2022 at 8:35 AM Tobias Fiebig < > tob...@reads-this-mailinglist.com> wrote: > >> > You could periodically rsync it to permanent storage and use mount_mfs' >> > -P option to populate at boot. >> Really good point; I will give setting that up a t

Re: Wifi AP with 802.1x

2022-08-01 Thread Stuart Henderson
On 2022-07-31, Kostya Berger wrote: > Hello everyone. I'm trying to set up a wireless AP with EAP-TLS (802.1x).So, > in the file /etc/hostname.athn0 I use "mediaopt hostap" and "wpa wpaakms > 802.1x" options among the standard. > QUESTION: where do I supply Radius server address:port ? It's neve