PF comments?

2020-11-11 Thread Andreas X
I have the following pf.conf file for Mail + Web server (on the same server) Link: https://pastebin.com/raw/UY698p2E Do I miss anything, or anything wrong appears to you there? Any suggestion would be much appreciated. Thanks a lot!

Re: uvn_flush: WARNING: changes to page may be lost

2020-11-11 Thread Todd C . Miller
On Wed, 11 Nov 2020 10:20:41 +0100, Jan Stary wrote: > This is current/amd64 on an APU2 (dmesg below). > It seems that after every sysupgrade, > there is a storm of messages like these: > > uvn_flush: obj=0x0, offset=0x7c2. error during pageout. > uvn_flush: WARNING: changes to

Re: uvn_flush: WARNING: changes to page may be lost

2020-11-11 Thread Paul de Weerd
Hi Jan, On Wed, Nov 11, 2020 at 10:20:41AM +0100, Jan Stary wrote: | uvn_flush: obj=0x0, offset=0x7c2. error during pageout. | uvn_flush: WARNING: changes to page may be lost! | uid 0 on /usr: file system full | Are the uvn and klog errors simply artifacts of the full

Re: chromium has troubles showing videos from youtube

2020-11-11 Thread Gregory Edigarov
On 11/11/20 4:45 AM, Aaron Mason wrote: On Wed, Nov 11, 2020 at 7:42 AM Gregory Edigarov wrote: Hello, chromium-86.0.4240.185, installed from packages is showing spinner and goes no further after the first ad before video, and not. at first I thought it is some extension, but with clean

Fault tolerant BGP and firewall routers on OpenBSD

2020-11-11 Thread Dev Op
Hi all! I am looking for a way to build fault tolerant routers with a firewall. We have an AS num and a /24 network prefix as well as a multihome peering with two upstream ISPs. To build this solution, I've got 4 machines with OpenBSD on it: Hosts `border1' and `border2'. Each of these routers

Malloc options

2020-11-11 Thread edgar
I'm trying to compile a program that is using a MALLOC_OPTIONS of "A" which doesn't exist. Reading the manual all of the options look good to me so what would be the best? I'm going to go with "S" unless otherwise instructed. Thanks, Edgar

Re: Malloc options

2020-11-11 Thread edgar
On Nov 11, 2020 10:19 AM, Otto Moerbeek wrote: On Wed, Nov 11, 2020 at 10:09:19AM -0600, ed...@pettijohn-web.com wrote: > I'm trying to compile a program that is using a MALLOC_OPTIONS of "A" > which doesn't exist. Reading the manual all of the options look good to > me so what

Re: Malloc options

2020-11-11 Thread Otto Moerbeek
On Wed, Nov 11, 2020 at 10:09:19AM -0600, ed...@pettijohn-web.com wrote: > I'm trying to compile a program that is using a MALLOC_OPTIONS of "A" > which doesn't exist. Reading the manual all of the options look good to > me so what would be the best? I'm going to go with "S" unless otherwise >

Problem with integrated mouse on Acer Aspire One AOA110 and 6.8

2020-11-11 Thread Paolo Aglialoro
Hello, just installed a fresh 6.8 on an old but good Acer Aspire One netbook. If I activate wsmoused=-2 in rc.conf.local the trackpad works correctly in CLI but stops working in X. If I kill wsmoused and rcctl restart xenodm the trackpad works correctly in X. wsmoused -i reports "wsmouse

OBSD 6.8 vlan communication issues

2020-11-11 Thread len zaifman
I am setting up a new system as a firewall using OpenBSD 6.8 current -uname -a OpenBSD fw1.lfz.net 6.8 GENERIC.MP#175 amd64. I have 3 vlans 70,77,79 on  the firewall using two em devices, em0 and em1, in an aggregation to serve these vlans. There is a Unifi switch which has 2 ports (where

Re: OBSD 6.8 vlan communication issues

2020-11-11 Thread Aaron Mason
Hi! On Thu, Nov 12, 2020 at 11:09 AM len zaifman wrote: > > I am setting up a new system as a firewall using OpenBSD 6.8 current > -uname -a > OpenBSD fw1.lfz.net 6.8 GENERIC.MP#175 amd64. > > I have 3 vlans 70,77,79 on the firewall using two em devices, em0 and > em1, in an aggregation to

Re: OBSD 6.8 vlan communication issues

2020-11-11 Thread Tom Smyth
Hi Len, Hi Remove the Ip addresses from the agg0 interfaces put the Ip addresses on the vlan interfaces only ie mg /etc/hostname.vlanxxx up vnetid xxx inet 10.10.xx.1/24 if you need to route between the vlans make sure you enable forwarding in the kernel with sysctl when you get it working

Re: OBSD 6.8 vlan communication issues

2020-11-11 Thread len zaifman
Thanks Tom,Aaron: I did 2 things, 1 re IPs - all ips removed from aggr0 and 1 ip for each vlan ifconfig -A | grep -A 7 vlan7 | grep -E 'vlan7 inet' ; ifconfig aggr0 | grep inet vlan70: flags=8843 mtu 1500     inet 10.10.70.1 netmask 0xff00 broadcast 10.10.70.255 vlan77: flags=8843 mtu 1500  

Re: OBSD 6.8 vlan communication issues

2020-11-11 Thread Aaron Mason
On Thu, Nov 12, 2020 at 11:35 AM Tom Smyth wrote: > > Hi Len, > Hi Remove the Ip addresses from the agg0 interfaces > > put the Ip addresses on the vlan interfaces only > > ie > mg /etc/hostname.vlanxxx > up vnetid xxx > inet 10.10.xx.1/24 > > if you need to route between the vlans make sure you

Re: OBSD 6.8 vlan communication issues

2020-11-11 Thread System Administrator
On 11 Nov 2020 at 20:48, len zaifman wrote: > Thanks Tom,Aaron: I did 2 things, > > 1 re IPs - all ips removed from aggr0 and 1 ip for each vlan > > ifconfig -A | grep -A 7 vlan7 | grep -E 'vlan7 > inet' ; ifconfig aggr0 | grep inet > vlan70: flags=8843 mtu 1500 >     inet 10.10.70.1 netmask