Questions tagged [openbsd]

OpenBSD is an advanced unix-like operating system for modern server, desktop, and embedded computer platforms. It is open source and licensed under the BSD license.

This tag should be used for question pertaining specifically to the OpenBSD operating system. In keeping with the intent of SO, this is limited to programming, not such things as use, installation, configuration, or maintenance. Such questions generally belong on Superuser if related to personal/workstation use, or on ServerFault if related to use as a server.

239 questions
0
votes
0 answers

Can not get Ghostscript to run in chroot on OpenBSD

I have webinstall which wants to use gs (ghostscript) to convert .ps to pdf. But it will not work on openBSD 4.9 because of "chroot" web server ( and I want to stay in "chroot" dirs ) I try to copy all the ghostscript files to the chroot dir…
Bthumb
  • 1
  • 1
0
votes
1 answer

compliling net-snmp 5.7.1 at openBSD5.1

i am trying to comile net-snmp 5.7.1 at openBSD5.1. theerror in compile is structure has no member named kp_proc' structure has no member namedkp_eproc' can anyone help me about this ?? and how to do python binding at openBSD ??
-1
votes
1 answer

How to modify bits in EC of a laptop on BSD?

I am a new user trying to make BSD as my daily driver. Apparently, the only thing stopping me is unable to control the fan. I am using Gigabyte Aero 10th Gen Intel Core i7 with NVIDIA GTX 1660Ti card. It has pre-defined fan curve settings like…
anon
-1
votes
1 answer

is there an automatic way to create an install.conf for OpenBSD autoinstall?

The OpenBSD installer prompts the user whether to (I)install (U)pdate (A)utoinstall or (S)hell. If one selects the AutoInstall then the user is prompted for a URL where the install.conf file is located. Since I'm going to deploy a cluster of similar…
Richard
  • 10,122
  • 10
  • 42
  • 61
-1
votes
1 answer

How to run multiple .sh files from different directories

SO I have a BSD server and want to host a Minecraft BungeeCoord server. The thing is the server files are in different directories EG: /home/name/bungee/servers/Survival/start.sh AND /home/name/bungee/servers/Lobby/start.sh Is there a way to make a…
-1
votes
1 answer

Ansible doesn't seems to apply encrypted vault password but reads the vault file

I'm new to ansible and trying to create new user with encrypted password using ansible-vault. The taget system is OpenBsd, and I'm using ansible 2.10 on Ubuntu 20.04 . The "problem" is once the playbook finished, I get this message in…
maka
  • 61
  • 1
  • 4
-1
votes
1 answer

Had a segmentation at the end of execution of the program dunno what i'm doing wrong

I take sample.c of kcgi add sqlite3 and put what's in sendindex() into sqlite_exec() callback with adding some stuff. struct kreq req is passed to callback. Dunno if khtmlreq is good here but looks like yes. /* $Id$ */ /* * Copyright (c) 2014,…
-1
votes
1 answer

OpenBSD 5.9 header with C99 inline function

I'm building a custom shell and see when I compile that usr/include/ctype.h:92 seem to require c99 inline function but the compiler says that C99 inline functions are not supported. The warning can be disabled with a parameter to the compiler but…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
-1
votes
1 answer

How can I make my program print its github version number with BSD?

I want to be able to use a variable in my code that is the git version. If I set the variable with make and then override it in a .h file then the final value that prints wil lbe from the '.h' file. Is there a way to override the .h from the…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
-1
votes
1 answer

Not sure how to setup amd drivers with xorg on openBSD?

I deleted my Linux install and recently tried OpenBSD but i am not sure how to set up a GUI environment and xserver. I have a R9 290 gpu and I saw that it should be supported by the radeon driver however I don't know how to download or configure it.…
coll frog
  • 3
  • 2
-1
votes
1 answer

Check auto-negotiated NIC speed on OpenBSD

How do I check the auto-negotiated speed of a network interface on OpenBSD? When I force a specific speed, ifconfig will show it in the "media" line; but if the interface is in auto-negotiation mode, I can't find a way to retrieve the network speed…
Andy G
  • 1
  • 2
-2
votes
1 answer

Is CVE-2020-8794 a logical issue?

From: https://www.qualys.com/2020/02/24/cve-2020-8794/lpe-rce-opensmtpd-default-install.txt LPE and RCE in OpenSMTPD's default install (CVE-2020-8794) AFAIK I can read from this longer post, that it is based on an "out-of-bounds read". The Big…
-2
votes
1 answer

Why does Openbsd doesn't keep my inet6 routes?

I have a router. This router has two interfaces - one into my LAN with a static IP (xl1 with fd01::1/64) and one with a dynamic IP ( xl0 with autoconf ). My desktop has fd01::2/64. If I ping from fd01::2 to fd01::1 it works just…
User0815
  • 7
  • 1
  • 5
-3
votes
1 answer

How to download ports OpenBSD

How to extract the ports, src, sys trees to /user/ports, /usr/src, usr/src/sys in OpenBSD. Command to do the download and the untar.
1 2 3
15
16