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.
1,558 questions
0
votes
0
answers
99
views
SSH (sometimes) hangs before logging in
I have a ssh server running (OpenSSH_9.9p2, OpenSSL 3.0.16 from freebsd, UseDNS set to no), but I sometimes randomly have issues logging in. As in, ssh doesn't even get to the auth state. What could ...
1
vote
1
answer
199
views
Hugo Performance: Thousands of post subdirectories within public directory
I'm going to host a lot of Hugo posts as page bundles(directories) on a ZFS filesystem on a FreeBSD machine.
So there's going to be 100,000 directories(page bundles consist of images and an index.md ...
0
votes
1
answer
57
views
Accessing an internal S3 implementation with s3fs
We have an internal S3 implementation at the firm, which is currently used by other teams using Java and Python.
But for our purposes we must have the data accessible using filesystem calls, so I'm ...
1
vote
1
answer
143
views
pf states getting invoked despite quick rule
I run an NTP server on my pfsense firewall. I put the server into the ntppool.org pool, and it gets hit a lot (thousands of times per second).
On my pf firewall I added a rule 0: Pass, WAN interface, ...
0
votes
0
answers
98
views
CUDA initialization: Unexpected error from cudaGetDeviceCount() error while trying to install Stable Diffusion on FreeBSD + nvidia driver 570.144
I'm trying to install Stable Diffusion on FreeBSD 14.2 + nvidia driver 570.144,following this tutorial :
https://github.com/verm/freebsd-stable-diffusion
There Verm used nvidia driver 525 and FreeBSD ...
0
votes
0
answers
53
views
snmpwalk works over ipv4 but fails over ipv6
Here is the script that launches the snmpd server in a FreeBSD system
rc_start() {
echo "Starting net-snmpd..."
# Ensure no other copies of the daemons are running or it breaks.
/usr/...
0
votes
0
answers
28
views
Mount a non encrypted ZFS partition from a backup on another FreeBSD system
r@bsd:~ $ geom disk list
Geom name: cd0
Providers:
1. Name: cd0
Mediasize: 0 (0B)
Sectorsize: 2048
Mode: r0w0e0
descr: QEMU QEMU DVD-ROM
ident: (null)
rotationrate: unknown
...
1
vote
0
answers
88
views
Outbound SMTP using a Smart Host in FreeBSD 13
Recently upgraded to FreeBSD 13 and need to revisit sending outbound mail. Historically I've used sendmail, using this .mc file as source:
DOMAIN(generic)
DAEMON_OPTIONS(`Name=IPv4, Family=inet')
...
2
votes
1
answer
543
views
Default password for Oracle FreeBSD 14.2 image
I’m trying to set up an Oracle instance with FreeBSD-14.2 on amd64 and I’m not able to figure out the password for the root or freebsd users.
I can’t find the passwords documented anywhere, and I’ve ...
0
votes
1
answer
70
views
Freebsd PF firewall problems
so i have an OVH dedicated server, i installed Proxmox on it. I created 2 VMs, one freebsd VM as a firewall / NAT gateway and one Debian server in the same lan as the firewall with the FreeBSD as ...
1
vote
1
answer
101
views
FreeBSD process group membership not respected
Here's what I do: I let Exim deliver an email using a pipe transport for a dovecot-lda process. This process is running as user/group jdoe:jdoe. (I checked this twice using a self-written wrapper and ...
2
votes
0
answers
147
views
Not able to compile PG16 with custom flags in freebsd 14.1 - GCC fatal error cannot read spec file
Hi everyone I am trying to install Postgresql 16 on my freebsd 14.1 hosted in an ec2 machine on AWS.
I am using GCC13 to compile the binaries and I keep on running into
gcc13: fatal error: cannot read ...
0
votes
1
answer
745
views
Testing mail-server with mxtoolbox -- SMTP connection time over 5 seconds?
We're having intermittent problems receiving e-mails from one company, and their side are pointing out, that our server takes just over 5 seconds to respond to incoming SMTP connections, whereas their ...
1
vote
1
answer
101
views
zfs, possibly bad performance
I am looking to confirm if this behaviour is normal as I got a new server and I am testing some SQL queries and they seem to be slightly slower than on the old machine. This is freebsd 14.1
When I ...
0
votes
1
answer
78
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....