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
3
votes
1 answer

What are the steps to generalize an OpenBSD 6.1 host?

What are the steps are needed to generalize OpenBSD so that it could be used as a template or virtual appliance without disclosing any information of the environment that baked it, or put the user of the template at risk (for example what happened…
bloudraak
  • 462
2
votes
0 answers

OpenBSD 6.x usb installer can't find pkg sets

For some reason the OpenBSD 6.2 installer needs the base packages to be in "6.2/amd64" but these directories are not found by the installer. I think I might need to mount a disk partition manually but I can't figure out which one. Any clues would be…
mr.zog
  • 941
  • 3
  • 20
  • 40
2
votes
2 answers

OpenBSD routing issue: some sites work fine, others timeout

The problem I'm experiencing is that accessing some internet site work fine, and others timeout. For example, traceroute to www.apple.com is broken, where openbsd.org is fine. ┌──────────────┐ ┌──────────────────────┐ ┌───────────────┐ │…
2
votes
1 answer

pkg_add can't install anything on openbsd 6.1

When I attempt to pkg_add screen or any other pkg, I see: ftp://ftp3.usa.openbsd.org/pub/OpenBSD/4.8/packages/i386/screen-4.0.3p1.tgz: unsigned package (signify(1) doesn't see old-style…
mr.zog
  • 941
  • 3
  • 20
  • 40
2
votes
1 answer

openbsd installation with certain configuration prebuilt

I am looking for options to install a system OpenBSD which has certain configs prewritten. What options can I look for? An install image which when installed, installs a system with a configuration A shell script with root privilege which does…
1
vote
0 answers

OpenBSD IRQ already in use error

My singleboard compter (SBC) have 4-UART ports. They all use one IRQ with different addresses. SBC BIOS can not divide them all on different IRQ (only 2 IRQ for them). Then i setup only one port using configure command all ports work normally. But…
Xaver
  • 249
  • 4
  • 12
1
vote
4 answers

HTTPS only on OpenBSD 4.9?

I've tried this example from OpenBSD http://www.openbsd.org/faq/faq10.html#HTTPS it works fine, but with Mozilla Firefox 6.0 it's possible to use both http and https, while I want to force users to use only HTTPS. How can I achieve this? Thanks!
user45467
  • 111
  • 2
1
vote
1 answer

Where does openBSD store the IP address?

I have an openBSD firewall, and I would really like to know in which file the IP adress of the firewall is stored. And also where can I see if it set up to be with static IP or dhcp? Edit by pauska: Dont pack your /etc and put it on public hosting,…
Sandra
  • 10,563