Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [freebsd]

FreeBSD is an advanced operating system for a variety of architectures. It is derived from BSD, the version of UNIX® developed at the University of California, Berkeley; and is developed and maintained by a large team of individuals. It is a complete Operating System, including the kernel, drivers, and userland utilities such as shells.

0 votes
1 answer
50 views

OpenVPN: can't reach client network from server

I have two servers, beta and alpha; beta is an OpenVPN server. Both runs FreeBSD. Both runs jails. OpenVPN network is 192.168.25.0/24. Beta's network for jails is 192.168.24.0/24. Alpha's one is 192....
Alex Povolotsky's user avatar
0 votes
0 answers
90 views

Python Application on Kamatera Server Keeps Dying and Hanging

I'm running a Python application on a Kamatera server with FreeBSD 14, using supervisord for automatic restarts. The supervisord config is as follows: [program:reactivebb] command=poetry run python3....
Demian's user avatar
  • 101
0 votes
0 answers
45 views

How to configure the networking on FreeBSD to assign the same IP between host and guest in order to make work CloudFlare Warp on FreeBSD

I've just installed the CloudFlare client on Ubuntu,that I have virtualized with bhyve. That's because it does not work on FreeBSD. The instructions that I have followed are located here : https://www....
Marietto's user avatar
  • 143
0 votes
0 answers
53 views

sshuttle ssh_packet_write_poll error on pfsense

I’m trying to use sshuttle on pFsense CE OS and when I execute sshuttle -r *my_actual_username*@*my_actual_host* 0.0.0.0/0, following error shows up: client_loop: ssh_packet_write_poll: Connection to *...
nima's user avatar
  • 3
1 vote
1 answer
128 views

FreeBSD user has no permission on .ssh directory

I have a problem on FreeBSD 14.0 - the ~/.ssh/ directory is owned by me, but I can not access it as myself: $ ls -al .ssh ls: .: Permission denied ls: ..: Permission denied ls: authorized_keys: ...
Alex's user avatar
  • 183
0 votes
0 answers
29 views

Could not find a package configuration file provided by "PkgConf"

I'm trying to build a project using cmake I use command ccmake and below is the output : CMake Version 3.26.1 of the following names: PkgConfConfig.cmake pkgconf-config.cmake Add the ...
fatemeh's user avatar
0 votes
0 answers
63 views

FreeBSD ZFS raidz1 Started a (da59) drive replacement. During resilver, second drive (da60) failed

Our system started slowing down... Found a couple of drives in the same raid that looked scary. Replaced the drive that S.M.A.R.T. marked as failure eminent. (da59) Then da60 started to error. Finally ...
Jon Bivin's user avatar
-1 votes
1 answer
119 views

Best GPU to get for encoding / decoding multiple video streams and files? [closed]

I need to encode / decode multiple videos (both live and pre-recorded video files) at the same time but I'm not sure which GPU to get. I'll be using ffmpeg for the video manipulation. Ideally I'd like ...
Cromulent's user avatar
  • 340
0 votes
1 answer
2k views

userauth_pubkey: signature algorithm ssh-rsa not in PubkeyAcceptedAlgorithms after upgrade of OpenSSH

After an upgrade I can no longer log in to my box (FreeBSD 14.0) using RSA key getting: userauth_pubkey: signature algorithm ssh-rsa not in PubkeyAcceptedAlgorithms in /var/logs/auth.log on every ...
sophros's user avatar
  • 111
0 votes
2 answers
194 views

Why ssh-keygen & ssh-copy-id create files with incorrect permissions

I have a FreeBSD host (sh) that I just set up last week, and it is doing these two weird things that seem to be related: ssh-keygen ON this host is creating both private and pub keys with 775 file ...
jg3's user avatar
  • 189
0 votes
1 answer
81 views

Can't exclude a specific message from a remote logging

I manage logs FreeBSD 13.2 via syslog-ng. The current syslog-ng config has some lines to send data to a remote server (Debian 10 - 192.168.0.2:3000). destination lc_net { tcp("192.168.0.2" ...
Ilya Shmadchenko's user avatar
3 votes
3 answers
371 views

FreeBSD - Is it possible to create a clone of a snapshot in a different disk for improved performance?

I am a new to FreeBSD and want to make a virtual disk service via iSCSI. I create snapshots of a dataset on the same disks, however I would like to create clones on a different disk like a NVMe drive ...
Charles Kwon's user avatar
0 votes
0 answers
42 views

Bash script error when trying to create a snapshot

I am trying to create a snapshot using Bash script as below but error occurred. Environment: FreeBSD, Version: 13.2, Script: Bash #!/usr/local/bin/bash name="17102023_1234" zfs snapshot data/...
Charles Kwon's user avatar
0 votes
1 answer
296 views

Logging Source IP of SMB Login Attempts

We have an TrueNAS System running TrueNAS-13.0-U5.3. It is bound to Active Directory and used solely for SMB file sharing. Recently there have been periodic event where SMB service quality is degraded ...
sardean's user avatar
  • 843
9 votes
1 answer
998 views

Finding which process is reading from disk constantly on FreeBSD

EDIT: This ended up being a scrub process. Run zpool status -v and read the scan status for your pool clearly. I have a TrueNAS server running FreeBSD and this morning at 12 AM the disks started to be ...
Bilbo Baggins's user avatar

15 30 50 per page
1
2 3 4 5
104