Posts41-50
OpenBSD pkg_add didn't work due to incorrect system time
Summary
I met errors on
... Readpkg_add
andsyspatch
just after installing OpenBSD on VirtualBox the other day. They were printed as TLS handshake failure and I solved by modifying/etc/installurl
. However, I didn’t know what actually it happened and why.PostgreSQL 13.5 on OpenBSD 7.0: Install
Summary
OpenBSD 7.0 was released and PostgreSQL was upgraded to 13.4 then. In addition, it is now 13.5. The installation process of PostgreSQL server in OBSD 7.0 is almost the same to that in the earlier.
... ReadOpenBSD pkg_add didn't work due to ocsp verify failed
What happened
Just after installing OpenBSD onto VirtualBox, I couldn’t use
... Readsyspatch
andpkg_add
due to the error:MariaDB 10.6 (and NextCloud): COMPRESSED Row is read-only by default
OpenBSD Upgrade 6.9 to 7.0
Rainloop Webmail on OpenBSD 6.9
Summary
Rainloop is a “simple, modern & fast web-based email client”, written in PHP. It’s also open source licensed under AGPL v3. I installed it in OpenBSD server. It was really simple.
... ReadGrav CMS on OpenBSD: Install in a subdirectory
Summary
Installing in a subdirectory here means a website is accessed as
... Readhttp(s)://<root-dir>/<TARGET>
instead ofhttp(s)://<TARGET>
. All what to do in order to install Grav CMS in a subdirectory on OpenBSD is to configure two files: Grav’s user/config/system.yaml and OpenBSD’s /etc/httpd.conf.Grav CMS on OpenBSD 6.9: Install via Composer
Summary
Grav is one of CMS frameworks, which is open source and MIT Licensed. It is developed as a flat-file based one using Symfony PHP framework. Symfony officially introduces it on their own website. This post shows how to install it on OpenBSD.
... ReadPostgreSQL on OpenBSD: Upgrade 12 to 13 with pg_dumpall
Summary
In upgrading OpenBSD from 6.8 to 6.9, I had to upgrade PostgreSQL server (12.6 to 13.2), as written in OpenBSD’s Upgrade Guide. Here is how I carried it out due to the official readme of
... Readpostgresql-server
package:OpenBSD Upgrade 6.8 to 6.9