Re: Iridium vs Chromium

2020-04-12 Thread Elias M. Mariani
Actually, I was just checking the ports-changes mailing-list, and the sync between Iridium and Chromium made me ask this. In any case, OpenBSD ports has nothing to do with this question. I ask here just because the OpenBSD community has a better view of this things. And (so far) they had made inter

Iridium vs Chromium

2020-04-12 Thread Elias M. Mariani
I'm not much of a browser savy guy. Is Iridium really safer than Chromium? Leaving aside the "Google is tracking you!". Any recommendations on the browser front on performance, security and compatibility? I've been using Chrome and Chromium for years, but maybe there are better alternatives that I

Re: Advice on Security Cameras

2019-01-01 Thread Elias M. Mariani
Thanks all for the help. I will check out Zoneminder and the cameras that you have recommended. > What do you want to do from the Android / browser? Just look at the cameras from outside the house, I don't need any type of functionality besides that.

Advice on Security Cameras

2019-01-01 Thread Elias M. Mariani
Hi list, I'm thinking in installing some cameras in my private home, I have been looking for solutions, my concern is that I wish to be able to look the videos from outside the house and I'm a little paranoid about the quality of the software that the different vendors use. I have seen clusters of

Re: php 5.6 and php 7 using php-fpm ?

2018-08-16 Thread Elias M. Mariani
apologies for poor formatting. > > > On 16 August 2018 22:09:57 "Elias M. Mariani" > wrote: > >> Hi, >> Somebody knows how to set up 2 different socks, one with php56 and >> another with php70 ? >> Yo can just run >> rcctl start php56_fpm php70_f

php 5.6 and php 7 using php-fpm ?

2018-08-16 Thread Elias M. Mariani
Hi, Somebody knows how to set up 2 different socks, one with php56 and another with php70 ? Yo can just run rcctl start php56_fpm php70_fpm Because they would use the same fpm.sock. And this is configured in /etc/php-fpm.conf, I did not found another place to configure this. Cheers. Elias.

NSD update

2018-08-10 Thread Elias M. Mariani
I saw a week ago this commit from florian: https://marc.info/?l=openbsd-cvs&m=153294104203261 Shouldn't this apply also to 6.3 ? Just a doubt not a complain. Elias.

Re: httpd rewrite, what I'm missing?

2018-07-19 Thread Elias M. Mariani
ed in the same way as the rewrite, is there a way apart from "request strip" that I can use to change the $REQUEST_URI so the fastcgi socket gets the value with the "/index.php" striped ? cheers. Elias. 2018-07-17 17:13 GMT-03:00 Elias M. Mariani : > Hi, > I'm tryin

httpd rewrite, what I'm missing?

2018-07-17 Thread Elias M. Mariani
Hi, I'm trying to adapt the rewrite rules of OctoberCMS to httpd.conf to avoid using apache-httpd. Now everything is working ok with this rules: - #example of directory that doesn't need to use rewrite. location match "/themes/(.*)/assets/(.*)" { request no rewrite } #index.php i

Re: Mail Server

2018-07-06 Thread Elias M. Mariani
Jul 6, 2018 5:56 PM, "Elias M. Mariani" wrote: >> >> Hello, >> I'm moving some sites that my friends and I handle from a cheap >> webserver to a cloud server with OpenBSD. >> I have the webserver part figured out (httpd+mariadb+php7). >> But I need

Mail Server

2018-07-06 Thread Elias M. Mariani
Hello, I'm moving some sites that my friends and I handle from a cheap webserver to a cloud server with OpenBSD. I have the webserver part figured out (httpd+mariadb+php7). But I need to choose how to handle the mails. I'm mostly worried that the mail accounts must be managed by some of our users t

Re: httpd chroot outbound

2018-06-25 Thread Elias M. Mariani
Thanks for the help guys, I was linking, not copying resolv.conf Fixed. Thanks again. Elias. 2018-06-25 13:59 GMT-03:00 Scott Vanderbilt : > On 6/25/2018 9:37 AM, Elias M. Mariani wrote: > >> Does anybody knows what is needed to allow php to retrieve files while >> under htt

httpd chroot outbound

2018-06-25 Thread Elias M. Mariani
Hi. Does anybody knows what is needed to allow php to retrieve files while under httpd chrooted ? I recall the need of /etc/resolv.conf on the jail but that didn't work. Cheers. Elias.

Re: OpenBSD performance upgrade

2018-06-09 Thread Elias M. Mariani
It uses AVX2, so... thanks for the extra seconds. :D Cheers. Elias. 2018-06-09 0:43 GMT-03:00 Philip Guenther : > On Fri, Jun 8, 2018 at 10:13 AM Elias M. Mariani > wrote: >> >> I usually run long computations on OpenBSD-current, in the last few >> days I see an upgra

Re: OpenBSD performance upgrade

2018-06-08 Thread Elias M. Mariani
Forgot to add: amd64, last version of current. 2018-06-08 14:12 GMT-03:00 Elias M. Mariani : > Hi, > Just another silly question. > I usually run long computations on OpenBSD-current, in the last few > days I see an upgrade in the performance of the process (in this case > I

OpenBSD performance upgrade

2018-06-08 Thread Elias M. Mariani
Hi, Just another silly question. I usually run long computations on OpenBSD-current, in the last few days I see an upgrade in the performance of the process (in this case I have 6 threads running a very optimized assembler code). Each iteration of the code was about 14 sec. and now is around 13 sec

Re: build and ports mismatching ?

2018-05-24 Thread Elias M. Mariani
Great explanation, Thanks. Elias. 2018-05-24 15:59 GMT-03:00 Sebastian Benoit : > Elias M. Mariani(marianiel...@gmail.com) on 2018.05.24 15:45:15 -0300: >> Thanks Sebastian for the reply, >> I do follow source-changes, just that I don't understand if it's >> common

Re: build and ports mismatching ?

2018-05-24 Thread Elias M. Mariani
that means that one of the packages of x did it. Cheers. Elias. 2018-05-24 15:26 GMT-03:00 Sebastian Benoit : > Elias M. Mariani(marianiel...@gmail.com) on 2018.05.24 14:22:35 -0300: >> Hi, >> I noticed just now a couple of errors after updating from >> snapshots/amd64 (22/05)

build and ports mismatching ?

2018-05-24 Thread Elias M. Mariani
Hi, I noticed just now a couple of errors after updating from snapshots/amd64 (22/05) and updating the packages with pkg_add -u (24/05) indicating a mismatch in some library, I think it was libfreetype.so.28.2 vs 29.0 or something like that. I have both in /usr/X11R6/lib/. I'm not familiar with the

Re: Building OpenBSD and ports VS installing from packages

2018-05-21 Thread Elias M. Mariani
Okey, thanks both for the help! Elias.

Re: Building OpenBSD and ports VS installing from packages

2018-05-21 Thread Elias M. Mariani
Hi, I understand that about the builds and packages. I will re write my question in another form: If I build, say, firefox on a i386 machine I get a package, and another if I build firefox on amd64, they differ. If I build firefox on an amd64 machine WITHOUT AVX support I get a package, if now I bu

Building OpenBSD and ports VS installing from packages

2018-05-21 Thread Elias M. Mariani
Hi, I have this question in my mind for a time now, if I download OpenBSD and install all the applications from packages do OpenBSD and the apps use for example AVX512 ? I mean, if I understand correctly, the compiler should optimize the code for a given set of instructions, given that, for example

Re: re0: watchdog timeout on recent current

2018-05-01 Thread Elias M. Mariani
Had the same issue with a TP-LINK TG-3269 https://www.tp-link.com/en/products/details/cat-11_TG-3269.html On high loads it started to show the watchdog timeout. It just used another adapter but there is clearly a bug with this one. Elias. 2018-05-01 6:08 GMT-03:00 Anthony J. Bentley : > Gregory

Re: swi-pl : tiny edition!

2018-04-30 Thread Elias M. Mariani
Hi, I think that you can build your own package of swi-prolog by modifying the Makefile in the ports tree, just read here: http://www.swi-prolog.org/build/prerequisites.html About what each of the dependencies do, remove the ones that you don't want from LIB_DEPENDS and make a new PLIST for the pac

Re: CPU Affinity

2018-04-30 Thread Elias M. Mariani
Thanks for the reply Peter. May I ask why is not available to userland? Is just a developers decision or is because no one is interested in that functionality? Elias. 2018-04-30 3:32 GMT-03:00 Peter Hessler : > On 2018 Apr 29 (Sun) at 22:07:18 -0300 (-0300), Elias M. Mariani wrote: > :Hi

Re: CPU Affinity

2018-04-29 Thread Elias M. Mariani
ncionality, because I want to use my favorite OS, made right, and test algorithms and look for big prime numbers on it. If there is no funcionality, then, Its my problem... Elias. 2018-04-29 23:15 GMT-03:00 : > Sun, 29 Apr 2018 22:07:18 -0300 "Elias M. Mariani" > >> Hi, >> I

CPU Affinity

2018-04-29 Thread Elias M. Mariani
Hi, I was trying to port mprime to OpenBSD. The main issue is not finding any way to set affinity on cores. Searching for how to do this on OpenBSD bring this result in undeadly: http://undeadly.org/cgi?action=article&sid=20090324210236 Is CPU Affinity dropped out of OpenBSD for some reason? Elia