Re: httpd with multiple php-fpm pools in separate chroots

2020-01-03 Thread Nazar Zhuk
On 2019-12-29 12:07, Vadim Zhukov wrote: I have setup like below working for me, with base httpd and php-7.3 package. I have PHP web app installed into /var/www/webapp directory, with 'web' subdirectory serving as HTTP root, and I only want to handle request paths starting with '/api' here. The

Re: Riello IPG 800 USB Driver and NUT

2020-01-03 Thread Stuart Henderson
On 2020-01-03, Marcos Madeira | Secure Networks wrote: > Hello misc, > > I am looking to use several Riello UPSs of model IPG 800 DE with OpenBSD > through the nut port. These UPSs also go by the name iPlug. This is a > compact UPS with only a single USB-B connector for connectivity as is > usual

Re: Request for recommendation - encryption and signature for file backup

2020-01-03 Thread Aham Brahmasmi
Namaste Rodrigo, Thank you for your reply. > Sent: Friday, January 03, 2020 at 5:43 PM > From: "Roderick" > To: "Aham Brahmasmi" > Cc: misc@openbsd.org > Subject: Re: Request for recommendation - encryption and signature for file > backup > > > I would perhaps write a script that calls openssl

Re: Request for recommendation - encryption and signature for file backup

2020-01-03 Thread Roderick
I would perhaps write a script that calls openssl for encripting and signing, rsync to send new files, something simple. I do use openssl for encrypting files in my laptop. Rodrigo On Thu, 2 Jan 2020, Aham Brahmasmi wrote: > Namaste misc, > > What tool(s) would you recommend to encrypt and

Re: Request for recommendation - encryption and signature for file backup

2020-01-03 Thread Aham Brahmasmi
Hallo Claus, Danke for your reply. > Sent: Thursday, January 02, 2020 at 6:38 PM > From: "Claus Assmann" > To: misc@openbsd.org > Subject: Re: Request for recommendation - encryption and signature for file > backup > > Maybe duplicity? It's available as package (not sure > whether it does signi

Re: Hardware for Access Point on OpenBSD

2020-01-03 Thread PJ
Am 03.01.20 um 14:22 schrieb Marios Makassikis: > On Thu, 2 Jan 2020 at 14:04, Stuart Henderson wrote: >> these somewhere on wikidevi.com but > wikidevi.com was shut down 2019/10/31. > My understanding is that the operator(s) provided a db dump to archive.org: > https://archive.org/details/wikid

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

2020-01-03 Thread Daniel Boyd
True, but I think it’s cleaner when you’re actually calling the function to not have to send a hashref. Small thing, of course, but I figure you write a function once, but call it many times. I’d rather the function call be cleaner/simpler than the function definition for that reason. Sent from

Re: LCP keepalive timeout for PPPOE

2020-01-03 Thread Stuart Henderson
On 2020-01-03, jrmu wrote: > Greetings, > > I am getting LCP keepalive timeout errors when setting up a PPPOE > connection to a fiber optic line. I am attempting this on > BeagleBone Black running OpenBSD 6.6 GENERIC armv7. > > I have two interfaces which I set up as follows: > > # cat /etc/host

Re: Hardware for Access Point on OpenBSD

2020-01-03 Thread Marios Makassikis
On Thu, 2 Jan 2020 at 14:04, Stuart Henderson wrote: > > On 2020-01-01, 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 o

Re: Thinking of changing DNS Service provider, looking for recommendations

2020-01-03 Thread Jay Hart
Wanted to say thanks to everyone for your data points. I now have a bit more focused research. Thanks, Jay > Hi, > I am used DuckDNS with my OpenBSD system. It works fine for me. > > Mind you it is for Dynamic DNS updates , not a full blown DNS Server Solution. > >> On 2 Jan 2020, at 11:26 pm,

Riello IPG 800 USB Driver and NUT

2020-01-03 Thread Marcos Madeira | Secure Networks
Hello misc, I am looking to use several Riello UPSs of model IPG 800 DE with OpenBSD through the nut port. These UPSs also go by the name iPlug. This is a compact UPS with only a single USB-B connector for connectivity as is usual with low-end UPSs. However, I am facing an obstacle due to how Open

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

2020-01-03 Thread Aham Brahmasmi
> Sent: Thursday, January 02, 2020 at 8:21 PM > From: "Otto Moerbeek" > To: "Aham Brahmasmi" > Cc: misc@openbsd.org > Subject: Re: Probable off by one in src/usr.bin/rdist/docmd.c > > On Thu, Jan 02, 2020 at 07:45:25PM +0100, Aham Brahmasmi wrote: > > > > Sent: Thursday, January 02, 2020 at 4:26

Re: Hardware for Access Point on OpenBSD

2020-01-03 Thread Stefan Sperling
On Thu, Jan 02, 2020 at 12:56:13PM -, Stuart Henderson wrote: > On 2020-01-01, 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: Hardware for Access Point on OpenBSD

2020-01-03 Thread Stefan Sperling
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 see

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

2020-01-03 Thread Marc Chantreux
> you can do by array Both of them are borring once you used the signatures but they are still experimental. Also: if you don't mind a new dependency: Function::Paramaters is so much convenient. regards marc

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

2020-01-03 Thread Holger Glaess
hi you can do by array sub m4 { my ( $self,$args ) = @_; # $args contains # $args->{'bla'} = blub # $args->['do'} = whatever } as call ( example ) $obj->m4 ({ bla => blub , do => whatever }); holger Am 02.01.20 um 21:40 schrieb danieljb...@icloud.com: What if you want named paramet

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

2020-01-03 Thread Stuart Longland
On 3/1/20 8:31 pm, Marc Chantreux wrote: >> Any modern mailreader can easily tag messages as thread, so it's trivial to >> avoid a given thread, as long as people don't fuck around with the >> In-Reply-To info. > > i have to admit this isn't an argument: if most of the people don't read > it, we s

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

2020-01-03 Thread Marc Chantreux
> Any modern mailreader can easily tag messages as thread, so it's trivial to > avoid a given thread, as long as people don't fuck around with the > In-Reply-To info. i have to admit this isn't an argument: if most of the people don't read it, we should have the ability to save bandwidth by settin

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

2020-01-03 Thread Marc Chantreux
> Yes well, my point is if you want to make a piece of code > incomprehensible, I don't think there is a language that will stop you. indeed. but i now realize the counterpart is not true because everyone has something different in mind when it comes to readability. last example was yesterday:

LCP keepalive timeout for PPPOE

2020-01-03 Thread jrmu
Greetings, I am getting LCP keepalive timeout errors when setting up a PPPOE connection to a fiber optic line. I am attempting this on BeagleBone Black running OpenBSD 6.6 GENERIC armv7. I have two interfaces which I set up as follows: # cat /etc/hostname.cpsw0 up # cat /etc/hostname.pppoe0 i