Re: NPF ruleset not blocking IPs

2022-06-05 Thread Emile `iMil' Heitor
On Fri, 3 Jun 2022, Emile `iMil' Heitor wrote: As the rules in the ruleset are declared as "final", I presume the default `pass all` is not reached, am I right? So, no, I was wrong. Changing the order made the rules apply. I simply removed the "external" group and inserte

NPF ruleset not blocking IPs

2022-06-03 Thread Emile `iMil' Heitor
quot;729a" ruleset block in final family inet4 proto udp from 35.174.16.235/32 to any port 53 # id="72b6" Yet none of those IPs are blocked, I tried with a server of mine, it gets added to the list but is not blocked. As the rules in the ruleset are declared as "fin

Re: blacklistd not reacting to postfix/smtpd AUTH failures

2020-08-08 Thread Emile `iMil' Heitor
this should be documented... More on connections limit http://www.postfix.org/TUNING_README.html#conn_limit -------- Emile `iMil' Heitor | https://imil.net !DSPAM:5f2e3ea253355886372770!

blacklistd not reacting to postfix/smtpd AUTH failures

2020-08-07 Thread Emile `iMil' Heitor
/smtpd |grep black -lblacklist.0 => /usr/lib/libblacklist.so.0 Anything I am missing here? Thanks, ------------ Emile `iMil' Heitor | https://imil.net !DSPAM:5f2d57f9205059030080223!

Re: Poor network performances

2016-10-01 Thread Emile `iMil' Heitor
On Fri, 30 Sep 2016, Emile `iMil' Heitor wrote: I tried tweaking sysctl a bit like indicated here: https://wiki.netbsd.org/tutorials/tuning_netbsd_for_performance/ I found these values to help a lot: http://proj.sunet.se/E2E/netbsd.txt from http://proj.sunet.se/E2E/tcptune.html

Re: Poor network performances

2016-09-30 Thread Emile `iMil' Heitor
On Fri, 30 Sep 2016, Emile `iMil' Heitor wrote: I tried tweaking sysctl a bit like indicated here: https://wiki.netbsd.org/tutorials/tuning_netbsd_for_performance/ I found these values to help a lot: http://proj.sunet.se/E2E/netbsd.txt from http://proj.sunet.se/E2E/tcptune.html

Poor network performances

2016-09-30 Thread Emile `iMil' Heitor
iki.netbsd.org/tutorials/tuning_netbsd_for_performance/ without success. Hints? Thoughts? -------- Emile `iMil' Heitor * <imil@{home.imil.net,NetBSD.org,gcu.info}> _

Re: NetBSD 6 and 7 panic on kvm

2016-01-28 Thread Emile `iMil' Heitor
`iMil' Heitor * <imil@{home.imil.net,NetBSD.org,gcu.info}> _ | http://imil.net| ASCII ribbon campaign ( ) | http://www.NetBSD.org | - against HTML email X | http://gc

Re: NetBSD 6 and 7 panic on kvm

2016-01-28 Thread Emile `iMil' Heitor
On Thu, 28 Jan 2016, Emile `iMil' Heitor wrote: Hi, I've been trying to install NetBSD/amd64 7.0 and 6.1.5 as a virtual machine using Linux's kvm, and it led to panic while extracting sets: http://imil.net/stuff/NetBSD-7.0-kvm.png A backtrace might help: http://imil.net/stuff/NetbSD-7.0

Re: NetBSD 6 and 7 panic on kvm

2016-01-28 Thread Emile `iMil' Heitor
On Thu, 28 Jan 2016, Emile `iMil' Heitor wrote: http://imil.net/stuff/NetbSD-7.0-ddb-bt.png seems related to the virtio driver. So I found this PR: https://mail-index.netbsd.org/netbsd-bugs/2015/12/15/msg043768.html Reducing the memory for the virtual machine allowed to install the OS

NetBSD 6 and 7 panic on kvm

2016-01-28 Thread Emile `iMil' Heitor
can I proceed in order to help debug this issue? kvm is a very popular virtualization system on Linux and recently took over Xen regarding overall performances, many cloud providers are using it. Thanks, Emile `iMil' Heitor * <i

Re: NetBSD 6.1 NFS server performances

2015-12-03 Thread Emile `iMil' Heitor
On Thu, 3 Dec 2015, Emile `iMil' Heitor wrote: I know, right? And yes results are identical with differents bs values. I've tried a bazillion NFS options on the clients (TCP, UDP, {r,w}size from 8192 to 64k...), tried many OSes as a client, the NFS results are consistent, always between 20

Re: NetBSD 6.1 NFS server performances

2015-12-03 Thread Emile `iMil' Heitor
lly synchronous. Understood. Thanks again for your feedback! ---- Emile `iMil' Heitor * <imil@{home.imil.net,NetBSD.org,gcu.info}> _ | http://imil.net| ASC

priocscan vs fcfs

2015-12-02 Thread Emile `iMil' Heitor
d the curtain? I couldn't really find precise documentation on this matter... Thanks, ---- Emile `iMil' Heitor * <imil@{home.imil.net,NetBSD.org,gcu.info}> _

Re: priocscan vs fcfs

2015-12-02 Thread Emile `iMil' Heitor
For each subset, first column is the amount of data written (from 64K to 4M) and first row is the block size. -------- Emile `iMil' Heitor * <imil@{home.imil.net,NetBSD

NetBSD/amd64 7.0 domU freezes while running pbulk.sh (was Re: Raspberry Pi 2, nfs mount hangs after some time)

2015-11-26 Thread Emile `iMil' Heitor
On Mon, 2 Nov 2015, Emile `iMil' Heitor wrote: I'm trying to get rid of those hangs for weeks now, tried every mount flag combination without success, the system would freeze randomly, leaving the whole OS unresponsive. There's no log, no kernel message, the domU actually responds to network

Re: NetBSD/amd64 7.0 domU freezes while running pbulk.sh (was Re: Raspberry Pi 2, nfs mount hangs after some time)

2015-11-26 Thread Emile `iMil' Heitor
On Thu, 26 Nov 2015, Emile `iMil' Heitor wrote: Again, as there's no log at all, what would help debugging this behaviour? FWIW, some ddb output (ddb is triggered by hitting + on domU's console): fatal breakpoint trap in supervisor mode trap type 1 code 0 rip 8012e5ad cs e030

Re: NetBSD/amd64 7.0 domU freezes while running pbulk.sh (was Re: Raspberry Pi 2, nfs mount hangs after some time)

2015-11-26 Thread Emile `iMil' Heitor
g=0 ---- Emile `iMil' Heitor * <imil@{home.imil.net,NetBSD.org,gcu.info}> _ | http://imil.net| ASCII ribbon campaign ( ) | http://www.NetBSD.org | - against HTML email X | http:/

Re: Raspberry Pi 2, nfs mount hangs after some time

2015-11-02 Thread Emile `iMil' Heitor
. Any idea how to get some valuable information to help tracking down this awful behaviour? Emile `iMil' Heitor * <imil@{home.imil.net,NetBSD.org,gcu.i

Re: Raspberry Pi 2, nfs mount hangs after some time

2015-11-02 Thread Emile `iMil' Heitor
On Mon, 2 Nov 2015, Christos Zoulas wrote: Can you get into ddb? unfortunately no, the system hangs but does not panic, it just becomes unusable. Emile `iMil' Heitor * <imil@{home.imil.net,NetBSD.org,gcu.i

IPsec over GRE slow performances

2015-07-14 Thread Emile `iMil' Heitor
`iMil' Heitor * imil@{home.imil.net,NetBSD.org,gcu.info} _ | http://imil.net| ASCII ribbon campaign ( ) | http://www.NetBSD.org | - against HTML email X | http://gcu.info

alc(4) current for NetBSD 6.1.5, patch included

2015-01-24 Thread Emile `iMil' Heitor
Emile `iMil' Heitor * imil@{home.imil.net,NetBSD.org,gcu.info} _ | http://imil.net| ASCII ribbon campaign ( ) | http://www.NetBSD.org

Re: poor write performances with RAID 5 Raidframe

2014-12-06 Thread Emile `iMil' Heitor
On Sun, 30 Nov 2014, Emile `iMil' Heitor wrote: $ dd if=/dev/zero of=/export/imil/tmp/test bs=1m count=1000 1000+0 records in 1000+0 records out 1048576000 bytes transferred in 42.619 secs (24603486 bytes/sec) Turns out performances are not *that* bad considering the disks I'm using[1][2

Re: poor write performances with RAID 5 Raidframe

2014-11-30 Thread Emile `iMil' Heitor
? Emile `iMil' Heitor * imil@{home.imil.net,NetBSD.org,gcu.info} _ | http://imil.net| ASCII ribbon campaign ( ) | http://www.NetBSD.org | - against HTML email X | http

Re: [RAIDframe] system hangs while manipulating large files

2014-01-03 Thread Emile `iMil' Heitor
passed right away without asynchronous I/O... some kind of memleak maybe ? -- Emile `iMil' Heitor .°. imil@{home.imil.net,NetBSD.org,gcu.info} _ | http

Re: [RAIDframe] system hangs while manipulating large files

2014-01-03 Thread Emile `iMil' Heitor
hangs, no service responds anymore, but the server still replies to ICMP and does not panic. I waited for about 4 hours to see if the operations would proceed but they didn't. -- Emile `iMil' Heitor .°. imil@{home.imil.net,NetBSD.org

Re: [RAIDframe] system hangs while manipulating large files

2014-01-03 Thread Emile `iMil' Heitor
? -- Emile `iMil' Heitor .°. imil@{home.imil.net,NetBSD.org,gcu.info} _ | http://imil.net| ASCII ribbon campaign ( ) | http://www.NetBSD.org | - against HTML email X

no file system for xbd0 (dev 0x8e00)

2013-05-30 Thread Emile `iMil' Heitor
to recover that virtual drive? -- Emile `iMil' Heitor .°. imil@{home.imil.net,NetBSD.org,gcu.info} _ | http://imil.net| ASCII ribbon campaign

Re: no file system for xbd0 (dev 0x8e00)

2013-05-30 Thread Emile `iMil' Heitor
because I've just done a snapshot just in case.. dd from the vbd to /dev/null went well also. I have a bad feeling about this... -- Emile `iMil' Heitor .°. imil@{home.imil.net,NetBSD.org,gcu.info

Re: no file system for xbd0 (dev 0x8e00)

2013-05-30 Thread Emile `iMil' Heitor
for your help anyway! -- Emile `iMil' Heitor .°. imil@{home.imil.net,NetBSD.org,gcu.info} _ | http://imil.net| ASCII ribbon campaign