Questions tagged [openbsd]

OpenBSD is a free, multi-platform 4.4BSD-based UNIX-like operating system with a focus on security, portability, standardization, code correctness, proactive security and integrated cryptography.

enter image description here

OpenBSD is an open-source operating system derived from 4.4BSD UNIX and is popular for it's focus on security, portability and code correctness. It was forked from in the mid-1990s.

The project strictly incorporates only source code with ISC or BSD compatible licensing (except the ports tree) with the goal of providing software for any use, including commercial. It is funded by the Canadian non-profit, The OpenBSD Foundation, which also supports related projects such as OpenSSH, LibreSSL, OpenSMTPD, and other popular infrastructure software.

Website: http://www.openbsd.org

OpenBSD Foundation: http://www.openbsdfoundation.org

Distrowatch: http://distrowatch.com/table.php?distribution=openbsd

Wikipedia: http://en.wikipedia.org/wiki/OpenBSD

225 questions
1
vote
2 answers

How do i get PostgreSQL on Open BSD 7.0 to run

Trying to start postgresql on openbsd 7.0 but can't seem to get it to work. so far I tried this tutorial and looking around a bit on google. I'm new to OpenBSD. # rcctl -df start postgresql doing _rc_parse_conf doing _rc_quirks postgresql_flags…
bill
  • 11
  • 1
1
vote
1 answer

OpenLDAP on OpenBSD 4.6 -- no bdb?

I'm trying to find any possible way to run my backend database for OpenLDAP on OpenBSD 4.6 as bdb. There is indication that ldbm isn't transactional and has data integrity issues. The OpenBSD community doesn't recommend running ldbm, yet dbd is also…
imaginative
  • 1,971
  • 10
  • 32
  • 48
1
vote
0 answers

How to disable all default cryptographic algorithms but the explicitly defined ones in OpenIKED?

I am having issues with setting up highly secure but still high performance IKEv2 tunnels between multiple data centers on OpenBSD nodes, by using very strict security features and allowing the use of a very narrow window of cryptographic…
Tony
  • 11
  • 2
1
vote
0 answers

Rewriting user folder url in OpenBSD httpd

I'm using OpenBSD and its httpd. We have a community with users and currently the url to their folder is: example.com/users/username However, what we want is to get example.com/~username This is my rewrite rule: location match "^/users/(.*)"…
ffuentes
  • 111
  • 2
0
votes
4 answers

OS router distribution with very low memory footprint?

I'm looking for an os router distribution with a very low memory footprint. I want to start it in a VM to join multiple VM subnets together in a lab environment. Anything that requires that the host os (Windows XP) reboots is not an appropriate…
Hugh Perkins
  • 1,075
  • 7
  • 9
0
votes
1 answer

enabling telegraf system input plugin on OpenBSD 6.5

https://github.com/influxdata/telegraf/tree/master/plugins/inputs/system Could use some examples. I have tried adding values listed in the above page to [[inputs.system]] For example: [[inputs.system]] load5 Then I run: telegraf -config…
mr.zog
  • 923
  • 3
  • 20
  • 39
0
votes
1 answer

OpenBSD 6.5 /etc/mail/aliases correct format?

What is the correct entry format for an alias? Right now I have root: xxxx@somewebsite.com Running newaliases -f /etc/mail/aliases yields a syntax error. Are there examples in the manual page for aliases?
user460340
0
votes
2 answers

While attempting to build telegraf on OpenBSD 6.4, gmake said:

I have followed the instructions from this page but gmake fails. Am I missing a dependency? https://www.tumfatig.net/20180905/running-telegraf-openbsd dep ensure -vendor-only SIGSYS: bad system call PC=0x485670 m=9 sigcode=0 goroutine 305…
mr.zog
  • 923
  • 3
  • 20
  • 39
0
votes
2 answers

HTTP -> HTTPS Redirection with OpenBSD's httpd

Running OpenBSD 4.4-stable with the built-in httpd daemon and PHP5 which has been moved from an Ubuntu 8.04-server box. Since the movement phpMyAdmin seems to generate the following error every so often (and sometimes all the time, like logging…
dragonmantank
  • 493
  • 3
  • 12
  • 19
0
votes
2 answers

openbsd pf firewall - how can I tell what is being blocked?

I am in a dire situation. Our exchange server disks have failed. I can still use the application as the os disks are unaffected, and I need to do an emergency migration to office365. We have an openbsd firewall in our office. I have managed to…
0
votes
1 answer

How to hide/remove original source IP address when using OpenSMTPD?

I'm trying to figure out how to remove/hide the originating source IP address of every mail being sent using OpenSMTPD? To do the equivalent in postfix, it would…
ikevin8me
  • 137
  • 1
  • 6
0
votes
2 answers

OpenBSD sshd in rdomain

I am trying to set up a redundant CARP cluster with routing separation with rtables. All works fine, but how do i tell sshd to start only in rdomain 2? I know i can start it manually with # route -T4 exec /usr/sbin/sshd But there seems no…
embedded
  • 466
  • 2
  • 6
  • 19
0
votes
1 answer

OpenBSD 6.0 chrooted httpd with php 7.0 mail() works, but no mail goes out?

I started with a fresh install of OpenBSD 6.0 which has a chroot (/var/www) on their httpd server (not Apache). I installed PHP 7.0 and set up the php-fpm using the binary installs. In the web root there exists both sendmail and femail objects. I…
0
votes
1 answer

DNS inside PHP-FPM chroot jail on OpenBSD 6.0 running nginx 1.10.1, PHP 7.0.8, MariaDB 10.0.25 and MediaWiki 1.27.1

I'm running nginx 1.10.1 on OpenBSD 6.0 with the packages php-7.0.8p0, php-curl-7.0.8p0, php-fastcgi-7.0.8p0, php-gd-7.0.8p0, php-mcrypt-7.0.8p0, php-mysqli-7.0.8p0, mariadb-client-10.0.25v1 and mariadb-server-10.0.25p0v1. I have several MediaWiki…
Till Kraemer
  • 15
  • 1
  • 6
0
votes
1 answer

Nginx returning 404 on seemingly valid path

I'm trying to serve static files directly with a location block like this: location /static/ { alias /opt/graphite/webapp/content/; } But when I make a request for anything matching /static/, I get a 404 error, and a message like this in the…
Mud Bungie
  • 21
  • 2