Re: pflog flooded with igmp queries

2020-01-01 Thread Sebastien Marie
On Wed, Jan 01, 2020 at 12:33:30PM -0500, Sonic wrote: > The pflogs on my firewall and on a new system I'm installing (-current > with pretty much a default pf.conf) are flooded with igmp query > entries. Neither system has a log rule for such action. [...] > Reason? To quote pf.conf(5) manual

sending mail from wordpress

2020-01-01 Thread Edgar Pettijohn
I'm having trouble getting mail to go through wordpress. I have femail installed as /var/www/usr/sbin/sendmail. In /etc/php-7.1.ini I have: sendmail_path = "/usr/sbin/sendmail -f ed...@pettijohn-web.com" I can: echo "HI" | chroot /var/www /usr/sbin/sendmail -f ed...@pettijohn-web.com

Trouble recognizing Surface Book Keyboard

2020-01-01 Thread Charlie Burnett
Hey y’all, I recently got a surface book for a real good price since I was due for an upgrade, and since I usually run OpenBSD on my daily machine I went ahead and installed it. I’m aware that the wireless card isn’t supported, but I’ve got a usb one that works fine. During the installation it had

Re: ownership of mailboxes with dovecot

2020-01-01 Thread Sean Kamath
On Dec 31, 2019, at 08:30, Roderick wrote: > As said, I had UW imap serving system user mailboxes, and now > cyrus imap serving virtual users. You have to decide. With > dovecot I have no other experience than compiling it. > > I think, I would preffer now UW Imap, because I have only few and

Re: Hyperbola Gnu Linux changing to Bsd

2020-01-01 Thread zap
> What is the opinion of the Theo de Raadt about Hiperbola GNU/Linux and > Hiperbola > BSD? > I am beginning to wonder if you are trolling the bsd community,  I have nothing against you, but you have asked that five times now. :p

Re: Hyperbola Gnu Linux changing to Bsd

2020-01-01 Thread SOUL_OF_ROOT 55
Em seg, 30 de dez de 2019 00:59, SOUL_OF_ROOT 55 escreveu: > Hi! > > It is written in article Free GNU/Linux distributions: > > "If one of these distros ever does include or propose anything nonfree, > that must have happened by mistake, and the developers are committed to > removing it. If you

Re: Hardware for Access Point on OpenBSD

2020-01-01 Thread Nick Holland
On 2020-01-01 13:42, Zé Loff wrote: > > On Wed, Jan 01, 2020 at 08:54:46AM -0700, List wrote: >> Hi *, >> I am currently building a home router based upon OpenBSD. >> I therefore need some kind of WIFI Hardware. This piece of hardware >> needs to be connected over usb. >> Do you have any

Re: perl popularity inside openbsd community? (Re: Suggestion: Replace Perl ...)

2020-01-01 Thread Frank Beuth
On Wed, Jan 01, 2020 at 03:30:44PM +0100, Marc Chantreux wrote: why is this ? return is the perl yield. the only difference is that the "exhausted" situation is on your own. so basically: def count_from(x): while True: yield x x = x + 1 naturals =

Re: Hardware for Access Point on OpenBSD

2020-01-01 Thread Johnathan M.
> I am currently building a home router based upon OpenBSD. > I therefore need some kind of WIFI Hardware. This piece of hardware > needs to be connected over usb. > Do you have any suggestions or recommendations ? As far as I can see > it's pretty hard to find an antenna which is connected via

Re: Hardware for Access Point on OpenBSD

2020-01-01 Thread Sean Kamath
I just got a Ruckus here in the US. You can just not use any of the cloud crap on it. Has PoE which made mounting it on the ceiling trivial. The OpenBSD router stays a router, and I have so many ssid options + vlans. It’s kinda crazy. Sean Typed with my thumb. > On Jan 1, 2020, at 12:39, Zé

Re: pflog flooded with igmp queries

2020-01-01 Thread Sonic
pfctl -si Status: Enabled for 1 days 23:53:56 Debug: err State Table Total Rate current entries 13 half-open tcp 0 searches 1008640.6/s inserts

Re: pflog flooded with igmp queries

2020-01-01 Thread Sebastian Benoit
Sonic(sonicsm...@gmail.com) on 2020.01.01 12:33:30 -0500: > The pflogs on my firewall and on a new system I'm installing (-current > with pretty much a default pf.conf) are flooded with igmp query > entries. Neither system has a log rule for such action. > > Ex: >

Re: Hardware for Access Point on OpenBSD

2020-01-01 Thread Zé Loff
On Wed, Jan 01, 2020 at 08:54:46AM -0700, List wrote: > Hi *, > I am currently building a home router based upon OpenBSD. > I therefore need some kind of WIFI Hardware. This piece of hardware > needs to be connected over usb. > Do you have any suggestions or recommendations ? As far as I can

Re: Hardware for Access Point on OpenBSD

2020-01-01 Thread Marcus MERIGHI
Hello Stephan, l...@md5collisions.eu (List), 2020.01.01 (Wed) 16:54 (CET): > mode. Only ones that do are: athn(4), ral(4), ath(4). > Finding those is hard. > Maybe you guys know things I couldn't find ? i've bought athn(4) here: https://www.pcengines.ch/wle200nx.htm

Re: Hardware for Access Point on OpenBSD

2020-01-01 Thread Peter Nicolai Mathias Hansteen
> 1. jan. 2020 kl. 16:54 skrev List : > > Hi *, > I am currently building a home router based upon OpenBSD. > I therefore need some kind of WIFI Hardware. This piece of hardware > needs to be connected over usb. > Do you have any suggestions or recommendations ? As far as I can see > it's pretty

Re: perl popularity inside openbsd community? (Re: Suggestion: Replace Perl ...)

2020-01-01 Thread Marc Chantreux
> Did you ever look at the suite of modules from John Syracusa (DB::Rose and > the like) ? fairly clean and nice. I had this under my radar but no one around be wanted to test anything else but DBIxC so i never took time to read the code or use it. regards marc

Hardware for Access Point on OpenBSD

2020-01-01 Thread List
Hi *, I am currently building a home router based upon OpenBSD. I therefore need some kind of WIFI Hardware. This piece of hardware needs to be connected over usb. Do you have any suggestions or recommendations ? As far as I can see it's pretty hard to find an antenna which is connected via

pflog flooded with igmp queries

2020-01-01 Thread Sonic
The pflogs on my firewall and on a new system I'm installing (-current with pretty much a default pf.conf) are flooded with igmp query entries. Neither system has a log rule for such action. Ex: === rule 1/(match) pass in on em1: 192.168.1.20 > 224.0.0.1: igmp

Re: perl popularity inside openbsd community? (Re: Suggestion: Replace Perl ...)

2020-01-01 Thread Marc Espie
On Wed, Jan 01, 2020 at 04:44:48PM +0100, Marc Chantreux wrote: > > I still thing DBIx::Class is overkill. The DB::Rose stuff was way simpler > > and I would have preferred for it to win. > > Well... i liked the simplicity until i had some cases like having 2 > different DBs with the same model:

Re: perl popularity inside openbsd community? (Re: Suggestion: Replace Perl ...)

2020-01-01 Thread Marc Chantreux
hello, > > what do you mean by this? prototypes are here for decades and signatures > > are experimental and i guess it will be core in some releases. > Stuff like > $o->method { code } ooohh right! this is a thing i also missed with perl (fixed in raku). > > Template toolkit is still by far

Re: Probable off by one in src/usr.bin/rdist/docmd.c

2020-01-01 Thread Otto Moerbeek
On Wed, Jan 01, 2020 at 04:02:24PM +0100, Aham Brahmasmi wrote: > Namaste misc, > > Question: > In the makeconn function in src/usr.bin/rdist/docmd.c, should the 5 in > the following line be replaced by 4? > ... > static int > makeconn(char *rhost) > { > ... > (void) snprintf(buf, sizeof(buf),

Re: perl popularity inside openbsd community? (Re: Suggestion: Replace Perl ...)

2020-01-01 Thread Marc Espie
On Wed, Jan 01, 2020 at 03:43:38PM +0100, Marc Chantreux wrote: > hello, > > > The only thing that's really missing in perl is proper thread support. > > Don't know if that's going to happen. > > seems ... complicated ... Tell me about it. The only existing thread support was so clunky it got

Re: perl popularity inside openbsd community? (Re: Suggestion: Replace Perl ...)

2020-01-01 Thread Marc Chantreux
hello, > The only thing that's really missing in perl is proper thread support. > Don't know if that's going to happen. just to be sure: are you aware of the MCE module? https://metacpan.org/pod/distribution/MCE/lib/MCE.pod regards marc

Re: perl popularity inside openbsd community? (Re: Suggestion: Replace Perl ...)

2020-01-01 Thread Roderick
BTW. Also tcl has coroutines since a while: https://www.tcl.tk/man/tcl8.6/TclCmd/coroutine.htm Rodrigo.

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2020-01-01 Thread Marc Chantreux
hello, > Actually all the cool and useful ideas that perl6 had DID trickle down > into perl5 a few years ago. even if you load a lot of modules from CPAN (which i tried to do with https://metacpan.org/pod/Sympatic), this is not even close to be true! for example, raku has * PEGs are objects *

Probable off by one in src/usr.bin/rdist/docmd.c

2020-01-01 Thread Aham Brahmasmi
Namaste misc, Question: In the makeconn function in src/usr.bin/rdist/docmd.c, should the 5 in the following line be replaced by 4? ... static int makeconn(char *rhost) { ... (void) snprintf(buf, sizeof(buf), "%.*s -S", (int)(sizeof(buf)-5), path_rdistd); ... Explanation:

Re: perl popularity inside openbsd community? (Re: Suggestion: Replace Perl ...)

2020-01-01 Thread Marc Chantreux
hello, > The only thing that's really missing in perl is proper thread support. > Don't know if that's going to happen. seems ... complicated ... > I have a wish-list of things that are not that likely to happen, I would > like to be able to use prototypes on methods, for instance. what do you

Re: perl popularity inside openbsd community? (Re: Suggestion: Replace Perl ...)

2020-01-01 Thread Marc Chantreux
hello, as intro: i would like to make clear that i'm not promoting perl (my go to langage for scripting is now raku by far) but as i was a member of the perl community more than 20 years, i have some opinions about it. > felt like a random hack, especially compared to ruby. The only thing I >

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2020-01-01 Thread Frank Beuth
On Wed, Jan 01, 2020 at 10:29:53AM +, e...@isdaq.com wrote: But I don't want deeper point to get missed -- which is that if eecd doesn't like the idea of regulating what the programmer can do, then the programmer has to have the skills to safely write unsafe code. no you're belying the

Re: Openrsync manpage - EXAMPLES and SEE ALSO

2020-01-01 Thread Aham Brahmasmi
Namaste Ingo, Danke for your reply. I am sorry for the delay in my response. > Sent: Monday, December 09, 2019 at 4:44 PM > From: "Ingo Schwarze" > To: "Aham Brahmasmi" , be...@openbsd.org > Cc: misc@openbsd.org > Subject: Re: Openrsync manpage - EXAMPLES and SEE ALSO > > Namaste Aham, > > Aham

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2020-01-01 Thread Marc Espie
On Tue, Dec 31, 2019 at 11:56:46PM -0700, Bob Beck wrote: > read fucking code. change fucking things. send some fucking diffs. get > fucking yelled at. learn from your fucking mistakes. show some fucking > passion. filter fucking misc@ and all this useless bleating into the > toilet. > > none

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2020-01-01 Thread Marc Espie
On Tue, Dec 31, 2019 at 09:06:38PM +0100, Christer Solskogen wrote: > On Tue, Dec 31, 2019 at 5:50 PM Marc Espie wrote: > > > We did retire vax, and we no longer have any platform without dynamic > > libraries. > > > > > OT but: out of sheer curiosity, why didn't VAX support dynamic libraries?

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2020-01-01 Thread Marc Espie
On Wed, Jan 01, 2020 at 10:06:47AM +0100, Anders Andersson wrote: > On Wed, Jan 1, 2020 at 4:51 AM Stuart Longland > wrote: > > > Perl 6 will be a major change though, more disruptive than the Python2→3 > > mess was. So we may be in for some "fun" in the near future. > > Gotta stop this before

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2020-01-01 Thread Marc Espie
On Tue, Dec 31, 2019 at 10:01:50PM -0500, Steve Litt wrote: > On Tue, 31 Dec 2019 15:57:47 -0600 > Eric Zylstra wrote: > > > Proposing such a huge project without the ability to do it? I may > > have been a little disrespectful, but not the first one in the > > thread. And my point wasn’t to

Re: perl popularity inside openbsd community? (Re: Suggestion: Replace Perl ...)

2020-01-01 Thread Marc Espie
On Tue, Dec 31, 2019 at 10:36:15PM +0100, Anders Andersson wrote: > Of course its age is showing in some areas but in my experience, those > things are actually still worked on, and have been fixed without major > incompatibilities (python3 anyone?). The only thing that's really missing in perl

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2020-01-01 Thread eecd
> where do I sign up for OpenBSD write-perfect-C-code programmer training bootcamp? here we go ladies and gents an unadulterated look at the manchild in the wild as he looks for something else to take responsibility for his work. after decades of being spoonfed it's lost the ability to fend

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2020-01-01 Thread Frank Beuth
On Tue, Dec 31, 2019 at 11:56:46PM -0700, Bob Beck wrote: read fucking code. change fucking things. send some fucking diffs. get fucking yelled at. learn from your fucking mistakes. show some fucking passion. filter fucking misc@ and all this useless bleating into the toilet. none of us have

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

2020-01-01 Thread Anders Andersson
On Wed, Jan 1, 2020 at 4:51 AM Stuart Longland wrote: > Perl 6 will be a major change though, more disruptive than the Python2→3 > mess was. So we may be in for some "fun" in the near future. Gotta stop this before it derails: perl 6 is not the next version of perl 5. It's not compatible, it's