Re: PR 55714

2020-10-28 Thread Riccardo Mottola
Hi Todd, Todd Gruhn wrote: Here is my Q: If it is a low-price chip. Then isnt it from China? China must maintain market dominance. SO not testing. Not the best answer, I think in OpenSource we can be proud to support variety - up to the user the choice if to use the chip or not. Also,

Re: npf syntax: port ranges, negation of a condition, and map rules

2020-10-28 Thread Rocky Hotas
On ott 28 12:22, Martin Husemann wrote: > There is an example in /usr/share/examples/npf/host-npf.conf: > > # Allow being tracerouted > pass in proto udp to any port 33434-33600 This is a single use (but thanks! I forgot this example file). My case is double, because I would like to map

Re: Atmega 32u2 NetBSD 9

2020-10-28 Thread Tobias Nygren
On Wed, 28 Oct 2020 08:00:35 -0400 nottobay wrote: > So I was wondering is there anything special I need to do to connect a > atmega 32u2 based device to NetBSD for flashing firmware? It works more or less the same as on Linux. In order to flash firmware as a regular user you might need to

Re: Atmega 32u2 NetBSD 9

2020-10-28 Thread Jonathan A. Kollasch
On Wed, Oct 28, 2020 at 08:00:35AM -0400, nottobay wrote: > So I was wondering is there anything special I need to do to connect a > atmega 32u2 based device to NetBSD for flashing firmware? There shouldn't be anything special necessary. You'll just need to make sure dfu-programmer has

Atmega 32u2 NetBSD 9

2020-10-28 Thread nottobay
So I was wondering is there anything special I need to do to connect a atmega 32u2 based device to NetBSD for flashing firmware?

Re: Mapping kbd layout to connected) usb keyboard?

2020-10-28 Thread Hauke Fath
On 2020-10-26 16:41, Mike Pumford wrote: On 26/10/2020 13:00, Hauke Fath wrote: Is there a way to automatically set the wscons keyboard layout depending on the keyboard attached? What about X11? Not sure that's something any OS supports. I've not seen auto layout detection even in windows or

Re: Filesystem checks with noauto

2020-10-28 Thread Dima Veselov
On 27.10.2020 21:22, Sad Clouds wrote: I have a Gluster volume on NetBSD box. It has long description in fstab /usr/pkg/sbin/mount_glusterfs#gfs01:/gva /gvapuffs noauto,direct-io-mode=false,rw,backup-volfile-servers=gfs02:gfs03:gfs04:gfs05:gfs06 1 2 I assume noauto should disable

Re: npf syntax: port ranges, negation of a condition, and map rules

2020-10-28 Thread Martin Husemann
On Wed, Oct 28, 2020 at 12:16:36PM +0100, Rocky Hotas wrote: > 1) How to represent port ranges? I tried with > > beginning_port:end_port (which for example is used in OpenBSD's pf) > beginning_port,end_port > beginning_port-end_port > > $port_range = { beginning_port, end_port } > > but none of

npf syntax: port ranges, negation of a condition, and map rules

2020-10-28 Thread Rocky Hotas
Hello! After browsing the available documentation for npf, I did not find any hints about some issues. 1) How to represent port ranges? I tried with beginning_port:end_port (which for example is used in OpenBSD's pf) beginning_port,end_port beginning_port-end_port $port_range = {