CLI program to download OpenBSD ISO images

2024-03-24 Thread Alceu Rodrigues de Freitas Junior
Greetings, Is there any CLI program for OpenBSD that implements the steps described at https://www.openbsd.org/faq/faq4.html#Download to download and check the ISO images? I wasn't able to find anything relevant after a quick check on DuckDuckGo. I implemented a simple Perl script that

new releases of CPAN smoker for OpenBSD 7.4

2024-01-24 Thread Alceu Rodrigues de Freitas Junior
Hello folks, I just uploaded the new releases for OpenBSD smoker on version 7.4. Here are the links: * https://app.vagrantup.com/arfreitas/boxes/openbsd-7.4-cpan-smoker-i386 * https://app.vagrantup.com/arfreitas/boxes/openbsd-7.4-cpan-smoker-amd64 Regards, Alceu

new versions of Perl smoker

2024-01-14 Thread Alceu Rodrigues de Freitas Junior
Hello folks, A couple of months late, but I just uploaded the new releases for Perl smoker on OpenBSD version 7.3. I had to fix some issues regarding virtualization (hardware) configuration, but at least version 7.4 should come next pretty soon. Here are the links: *

Re: Problems with IO::Socket::SSL since upgraded to 7.2

2022-12-11 Thread Alceu Rodrigues de Freitas Junior
Em 11/12/2022 07:34, Stuart Henderson escreveu: On 2022-12-10, Alceu Rodrigues de Freitas Junior wrote: If I read correctly, the Mikrotik is using an SSLv3 certificate, which I guess shouldn't be in use anymore. There's no such thing as "an SSLv3 certificate", they are all

Re: Problems with IO::Socket::SSL since upgraded to 7.2

2022-12-10 Thread Alceu Rodrigues de Freitas Junior
If I read correctly, the Mikrotik is using an SSLv3 certificate, which I guess shouldn't be in use anymore. My suggestion is to use local::lib to install older versions of IO::Socket::SSL and all other required dependencies, but since those will depend on older C libraries as well, it might

new release of Perl/CPAN smoker for OpenBSD 7.2

2022-11-07 Thread Alceu Rodrigues de Freitas Junior
Hello guys, For those that are interested in running CPAN smokers on OpenBSD, I made available new Vagrant boxes for the OpenBSD 7.2 release: https://app.vagrantup.com/arfreitas/boxes/openbsd-7.2-cpan-smoker-amd64 https://app.vagrantup.com/arfreitas/boxes/openbsd-7.2-cpan-smoker-i386 Please

Re: CPU usage of httpd+slowcgi

2020-07-28 Thread Alceu Rodrigues de Freitas Junior
Hi Kihaguru, Oh, well, didn't see anybody asking, so... why are you guys still using a CGI if so much processing power is required? Basically anything will perform better nowadays, so unless the code is really complicated, you're looking for a solution at the wrong place. Em 27/07/2020 14:52,

Re: Python 3.8 os.listdir EINVAL on large directories

2020-07-26 Thread Alceu Rodrigues de Freitas Junior
I'm guessing that the usage of getdents was intentional: I've used this system call in the same situation (thousands of entries in a directory, inside a NFS exported directory) to avoid calling stat() in each entry returned by getdents. It is indead a "low level" system call, and usually readdir

new release of OpenBSD CPAN Smoker

2019-12-01 Thread Alceu Rodrigues de Freitas Junior
Hello folks, For those interested in helping both the Perl and OpenBSD community, I recently release a new version of my customized setup of OpenBSD 6.6 with a CPAN smoker pre-configured. You can download it from https://app.vagrantup.com/arfreitas/boxes/openbsd-6.6-cpan-smoker. I would be

new CPAN Smoker release for OpenBSD 6.5

2019-05-04 Thread Alceu Rodrigues de Freitas Junior
Hello folks, I just release a new version of the custom Perl CPAN smoker on OpenBSD 6.5 as a Vagrant box: https://app.vagrantup.com/arfreitas/boxes/openbsd-6.5-cpan-smoker Regards, Alceu

Re: how to install perl modules w/ dependencies that mix packages & CPAN

2018-08-31 Thread Alceu Rodrigues de Freitas Junior
I'm afraid that is no such thing. My best would to search something on ports to do exactly that. If there is no repository, you might want to take a look in ways to convert Perl modules from CPAN into OpenBSD packages. I know there is an effort to build those packages automatically for Linux

getting scrollback buffer on OpenBSD 6.3

2018-08-26 Thread Alceu Rodrigues de Freitas Junior
Hello folks, I'm running OpenBSD 6.3 over a Aspire One netbook, and looking for enabling the "scrollback buffer" mentioned in the related FAQ (http://www.openbsd.org/faq/faq7.html#Scrollback). Unfortunately, it doesn't mention which combination of platforms and hardware combinations it is

[OT] how secure is 2 factor auth with a smartphone?

2017-12-13 Thread Alceu Rodrigues de Freitas Junior
Hello guys, I apologize if the subject is too much out of topic for this list. Today I was surprised by hearing from a security (?) tech guy that using 2 factor authentication with AWS was not problem at all when using a smartphone not provided by the company (my own, in the case) that has

Re: DBD::mysql errors

2017-12-09 Thread Alceu Rodrigues de Freitas Junior
Em 09/12/2017 03:56, Edgar Pettijohn escreveu: I'm playing around with some perl cgi. I'm trying to use DBD::mysql but keep getting errors. There has been an error: install_driver(mysql) failed: Can't load '/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/DBD/mysql/mysql.so' for module

Re: error trying to load C/XS Perl module

2017-11-15 Thread Alceu Rodrigues de Freitas Junior
Em 15/11/2017 13:38, Silamael escreveu: Hi, You could try to set LD_DEBUG=yes before running the test. With this you should see, what's really missing. -- Matthias Thanks Matthias! I tried that with a perl compiled with debugging symbols (-DDEBUGGING): dlopen:

Re: error trying to load C/XS Perl module

2017-11-15 Thread Alceu Rodrigues de Freitas Junior
Em 15/11/2017 15:06, Stuart Henderson escreveu: On 2017-11-15, Stuart Henderson wrote: If I make a port using the normal ports framework and try it on -current, I get this, which is a bit further but not all the way : 1..23 ok 1 - use PerlIO::eol; ok 2 ok 3 ok 4 ok 5 ok

error trying to load C/XS Perl module

2017-11-15 Thread Alceu Rodrigues de Freitas Junior
Hello folks, I'm struggling to get installed the module PerlIO::eol by downloding it from CPAN and installing it. I tried with both the standard perl in OpenBSD 6.1 and also one that I compiled with perlbrew, but the results are the same (after the classic "perl Makefile.PL; make"):

Re: Can I use OpenBSD in a virtual machine, for example, VirtualBox?

2017-06-27 Thread Alceu Rodrigues de Freitas Junior
Yes, it does work, despite not having all the features due missing support on the guest additions. Here is another example: https://github.com/glasswalk3r/cpan-openbsd-smoker Em 26/06/2017 22:06, Ax0n escreveu: You'll find little official support on the lists for problems you have due to the

Re: CGI script to see collectd stats

2017-05-10 Thread Alceu Rodrigues de Freitas Junior
Em 10/05/2017 07:54, Ajitabh Pandey escreveu: Hello, I am running collectd server on my OpenBSD 6.1 box and various clients are sending stats to this box. I see /var/collectd that various RRDs are getting created. However, I am not sure what should I used to see the graphs. I looked at RRDCGI

Re: Why would I need a container like Docker?!

2017-05-10 Thread Alceu Rodrigues de Freitas Junior
Em 10/05/2017 00:53, Martin Hanson escreveu: I have occasionally used virtualization (Qemu) for easy testing of some OS. I have also played around with "containers" using FreeBSD Jails and Linux LXC, but I have never ever thought of any of this as a security measurement or anything needed

Re: opening bugs for OpenBSD 6.0

2017-04-16 Thread Alceu Rodrigues de Freitas Junior
Em 16/04/2017 09:16, Stuart Henderson escreveu: On 2017-04-15, Alceu Rodrigues de Freitas Junior <glasswal...@yahoo.com.br> wrote: Hi, I think I spotted a bug for OpenBSD 6.0: https://github.com/perl5-dbi/DBD-mysql/issues/120 But since 6.1 is already available (and I couldn't rep

opening bugs for OpenBSD 6.0

2017-04-15 Thread Alceu Rodrigues de Freitas Junior
Hi, I think I spotted a bug for OpenBSD 6.0: https://github.com/perl5-dbi/DBD-mysql/issues/120 But since 6.1 is already available (and I couldn't reproduce the error for it), I'm not sure if I should open a bug at all. Could someone please give some hints about that? Thanks! Alceu

Re: Displaying System Uptime via CGI script: not displayed when script is run under chroot.

2016-09-25 Thread Alceu Rodrigues de Freitas Junior
Em 25-09-2016 17:49, Alceu Rodrigues de Freitas Junior escreveu: Last, but not least... not sure why C is your language of choice for CGI. And looks like you're reinventing the wheel: https://httpd.apache.org/docs/2.4/mod/mod_status.html

Re: Displaying System Uptime via CGI script: not displayed when script is run under chroot.

2016-09-25 Thread Alceu Rodrigues de Freitas Junior
Em 25-09-2016 17:12, Kihaguru Gathura escreveu: Hi All, I have a small problem here. I am unable to display uptime online. Yes, you have a conceptual problem. You're doing a CGI that executes a binary. If, by any reason, /usr/bin/uptime is replaced with a malicious program, you're in

installing Perl modules from CPAN generates code dumps

2016-09-05 Thread Alceu Rodrigues de Freitas Junior
Hello all, I'm trying to install modules from CPAN on a 5.9 OpenBSD VM running on VirtualBox 5.0.26 r108824 and for a specific module (Moose), I'm getting failures during the tests phase since they are generating a core dump. Initially I tried to do that using the standard perl (5.20.2) with

state of SSD by OpenBSD

2015-11-12 Thread Alceu Rodrigues de Freitas Junior
Hi there, How is the current status of SSD disks support by OpenBSD? I did some research on Google about but didn't find any definitive answer. I did find some references about lacking of support for TRIM (for example http://www.tedunangst.com/flak/post/lessons-learned-about-TRIM) but they are

Re: installation of Perl on OpenBSD 5.8 with perlbrew fails due crypt.h

2015-11-03 Thread Alceu Rodrigues de Freitas Junior
Hello Andrew, Em 02-11-2015 23:52, Andrew Fresh escreveu: I've successfully installed quite a few versions of perl using plenv, not perlbrew, but I think that plenv does not run the test suite. I may try to force the install without passing the tests, but it will probably work (as it does

installation of Perl on OpenBSD 5.8 with perlbrew fails due crypt.h

2015-11-02 Thread Alceu Rodrigues de Freitas Junior
Hi there, My name is Alceu and I'm a newbie with OpenBSD. I hope I reached the right mailing list to ask about compiling Perl with perlbrew on OpenBSD. In the past I was successful to install different versions of Perl within OpenBSD 5.7 by using perlbrew, but when I tried the same