Re: iSCSI LUN mount on boot

2021-02-20 Thread Ashton Fagg
Claudio Jeker writes: > Yeah, the documentation is not great. > > You need to add 'net' to the mount options in /etc/fstab for iscsi drives. > Then our rc script will do the right thing and mount these drives late > (after iscsid started). > > .a /mnt/test ffs rw,noatime,nodev,nosuid,net 1 2 > >

sndiod on by default (does it need to be ? )

2021-02-20 Thread Tom Smyth
Hello, I was wondering should sndiod (default) startup be determined based on whether or not it the install is a typical headless install (off) or an install for a user machine with running X is there a reason why one would need to run this daemon by default? my thinking is by having the servi

pf on bridge interface not working

2021-02-20 Thread Eric Zylstra

npppd - changing clients' route table

2021-02-20 Thread Radek
Hi, I have a router with VPN server (npppd). LAN net is 10.109.3.0/24, gw 10.109.3.254, the VPN net is 10.109.4.0/24, gw 10.109.4.254. If the client is conencted to VPN all client's traffic to 10.0.0.0/8 goes via 10.109.4.254 client> route print Network Destination Netmask Gateway

Re: SB drive not detected after reboot on PC Engines APU2

2021-02-20 Thread marfabastewart
‐‐‐ Original Message ‐‐‐ On Saturday, February 20, 2021 4:51 AM, Marcus Glocker wrote: > On Fri, Feb 19, 2021 at 04:48:11PM +, marfabastewart wrote: > > > Synopsis: USB drive not detected after reboot on PC Engines APU2 > > Category: amd64 > > Environment: > > System : OpenBSD 6.9 > >

Re: Possible omission in cflags from pkg-config freeglut

2021-02-20 Thread Stuart Henderson
On 2021-02-19, Julian Smith wrote: > I'm wondering whether pkg-config might not be outputing correct flags > for freeglut. > > For example this programme: > > #include > int main(void) > { > return 0; > } > > - fails to build with: > cc `pkg-config --cflags --libs free

baresip-gtk

2021-02-20 Thread Gregory Edigarov
Hello, How do you use baresip-gtk? I have module_app    gtk.so uncommented, but nothing happens. Thanks. -- With best regards,     Gregory Edigarov

Re: No advertisements from CARP master

2021-02-20 Thread Stuart Henderson
On 2021-02-20, Dev Op wrote: > Hello, collegues! > > In vlan2 I have 4 routers: rt1 (master) and rt2 (slave) grouped into VHID > 50 in terms of CARP; rt3 (master) and rt4 (slave) grouped into VHID 2. Why > don't I see carp advertisements from rt1? Instead, I see carp announcements > only from rt3

Re: iSCSI LUN mount on boot

2021-02-20 Thread Claudio Jeker
On Fri, Feb 19, 2021 at 07:48:25PM -0500, Ashton Fagg wrote: > I'm curious as to what other folks are doing for mounting iSCSI volumes > at boot time. I've successfully configured iscsid, and mounting the > volume manually works as expected. > > I found this article [1] which suggests that hotplug