Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

I have just built a new NAS running TrueNAS Core, the main use of it is for storage but as a side task I wanted it to run my Discord bot written in .NET8.0 (C#). TrueNAS Core jails use FreeBSD and I ...
Istalri Skolir's user avatar
1 vote
0 answers
32 views

I am on a FreeBSD machine, and am trying to get some basic metrics from prometheus about my memory usage. I'm new to this however and cannot find great references online. I was the equivalent metric ...
Kevin's user avatar
  • 59
0 votes
1 answer
80 views

I have a proprietary service inside a FreeBSD 14 jail that I launch as follows: /opt/bin/rserver_tcp >> /var/log/rserver_tcp.log 2>&1 This is a blocking service which uses stdout and ...
M.E.'s user avatar
  • 5,695
1 vote
0 answers
178 views

I am trying to control GPIO pins of a Raspberry Pi 3/4 running FreeBSD, using direct access to the BCM2835 registers. My code is based on Mike McCauley's C library. It works fine on Linux (Raspberry ...
Vimsent's user avatar
  • 11
1 vote
0 answers
67 views

I'm confused with running Prisma on a production server with FreeBSD v14 To compile the engine I ran curl -sSf https://raw.githubusercontent.com/gek64/prisma-engines-freebsd/main/build-prisma-engines....
stckvrw's user avatar
  • 1,829
5 votes
5 answers
257 views

I am trying to write a simple script that will receive a text via standard input and will output everything as it is except it will replace occurences following this pattern: {{env MYVAR}} {{env PATH}...
M.E.'s user avatar
  • 5,695
2 votes
1 answer
89 views

I'm trying to create a capsicum sandbox to load plugins. Most of the setup is ready and working: Create communication pipes. fork(). From child: Close unneeded resources. cap_enter(). fdlopen(). ...
vinipsmaker's user avatar
  • 2,431
2 votes
1 answer
155 views

This question is specifically for freeBSD. Is there an OS function I can call in C to get child processes from a parent's process id (pid)? I'm looking for exactly what pgrep -P <PID> does. I've ...
AFreeChameleon's user avatar
0 votes
1 answer
83 views

In getopt(3) on both FreeBSD and macOS, it states (emphasis mine): It is also possible to handle digits as option letters. This allows getopt() to be used with programs that expect a number ("-...
Paul J. Lucas's user avatar
0 votes
1 answer
167 views

I would like to know the precise creation time of a ZFS snapshot. Note that I am not referring to the timestamp in the snapshot name itself but the result of querying the creation property when using ...
soliz's user avatar
  • 930
0 votes
1 answer
142 views

This StackOverflow answer How can I copy a file on Unix using C? claims that FreeBSD has copyfile()/fcopyfile() and has recieved 27 upvotes. But FreeBSD Manual Pages found nothing for either copyfile()...
Madagascar's user avatar
  • 7,440
0 votes
0 answers
98 views

Anyone know where or how to find the needed matches for an automation inside devd.conf? I am trying to run a script when the pppoe goes down. This is what I have till now: Code: # Notify WAN 1 Down ...
PickOne's user avatar
  • 37
0 votes
1 answer
325 views

I'm trying to use sed on a file. My command is as follows: sed -e 's/\-.*\ \ET/ ET/g' This works fine on Debian but on FreeBSD I am getting the following error: sed: 1: "s/\-.*\ \ET/ ET/g ":...
WhoAmI's user avatar
  • 49
0 votes
1 answer
813 views

I'm running FreeBSD 10.4-RELEASE and can't upgrade it at the moment. Previously, 'make' was working fine, but recently I've been getting this error- $ sudo make install set: Illegal option -o pipefail ...
Shradha's user avatar
  • 2,472
0 votes
0 answers
32 views

I am using mkvdts2ac3.sh script (see https://github.com/JakeWharton/mkvdts2ac3), and I have troubles to use it in a loop. This script is able to extract a dts track from a mkv file, convert it in AC3 ...
xaviercunego's user avatar
-2 votes
1 answer
142 views

hello on my server clang 11.0.1 version is installed but my project is compiled with clang14, when I write the command " pkg install clang14 " I get an error like clang14 not found. please ...
turker's user avatar
  • 9
0 votes
2 answers
138 views

I'm trying to deploy rails in FreeBSD 14.0 and when I try to deploy a new project, using rails new truck command I'm receiving the following error: package configuration for /usr/local/lib/ruby/gems/3....
Fernando Toledo's user avatar
0 votes
2 answers
167 views

I am experimenting with the Capsicum framework on FreeBSD. I am trying to learn how to use its sandboxing capabilities. While experimenting, I discovered that if I enter capability mode with cap_enter(...
J Adams's user avatar
  • 73
2 votes
1 answer
383 views

I am currently working on a project depends on detecting which OS the executable belong to. I am only working on ELF executable format so I tried to use e_ident[EI_OSABI] value but doesn't give ...
ChemistryIsTheBest's user avatar
0 votes
1 answer
115 views

I'm wanting to run a Makefile with .if "${WITH_DOT}" != "0" VIS+= day21.dot day21.pdf .endif but I'm getting Makefile:17: *** missing separator. Stop. The only link I ...
Tom Huntington's user avatar
0 votes
2 answers
61 views

Using FreeBSD freebsd 13.2-RELEASE-p2 FreeBSD 13.2-RELEASE-p2 GENERIC amd64 as ec2 instace(t2.xlarge) and mariadb104-server-10.4.28: mysql Ver 15.1 Distrib 10.5.20-MariaDB, for FreeBSD13.2 (amd64) ...
proggaf's user avatar
  • 29
0 votes
1 answer
164 views

I am trying to research for possible solutions on how to execute a script on FreeBSD after a SSH client disconnects. I have found numerous solutions, but all but one actually deal with a different ...
pepak's user avatar
  • 742
0 votes
1 answer
98 views

Checksum ip header segmentation fault C. The error started to occur when I started to move the program to freebsd, everything was working from linux. Now, the error occurs on this line - const ...
lomaster's user avatar
2 votes
1 answer
2k views

I am writing a vulkan powered app, and I noticed it wasn't working. I kept on removing code until i reached this: #include <vulkan/vulkan.h> ...
Christopher Weronski's user avatar
1 vote
0 answers
622 views

I'm having trouble getting numpy installed on in a freebsd jail (13.2-release) (truenas). I've got python 3.11.3 installed and am using pip 23.1.2. Specifics are - I can use pkg to install py311-numpy ...
RetroChap's user avatar

1
2 3 4 5
41