Skip to main content

Questions tagged [freebsd]

FreeBSD is a free Unix-based operating system descended from AT&T UNIX via BSD UNIX.

0 votes
0 answers
26 views

blacklistd on freebsd not consistently blocking on ssh timeout

Roughly every minute, I'm getting the following in my log: sshd[####]: fatal: Timeout before authentication for 118.26.194.190 There are many hundreds, this has been happening for hours. # grep 118....
Mike Lempriere's user avatar
1 vote
1 answer
61 views

Why is keyboard and mouse unable to be hotplugged in FreeBSD jail?

I have an entire system with xorg-x11 running in a jail. My only issue is that I am unable to add or remove a keyboard or mouse while X is running. If I restart X, the newly connected keyboard or ...
John Doe's user avatar
  • 123
0 votes
1 answer
61 views

LibreOffice on FreeBSD (GhostBSD) is missing GnuPG encryption entry fields

I set up a FreeBSD 14 (GhostBSD) box with a complete set of my GnuPG keys. Encryption/Decryption on the cli works as expected. I am used to encrypt files within LibreOffice on Linux (on the same ...
faustomaijstral's user avatar
3 votes
1 answer
166 views

cp, trailing slash, and copying to the same vs. to another directory

To copy a directory to another directory, the first directory should be written without the trailing slash: # example 1 # this command will copy dir1 to dir2 # (dir2 is preexisting) cp -Rip dir1 dir2/ ...
jsx97's user avatar
  • 73
3 votes
1 answer
103 views

'ls name' and 'ls | grep name' with accent different

I am on Xigmanas (NAS freebsd). I'll explain the situation as simply as possible: :; set | egrep 'LC_A|LANG' GDM_LANG=fr_FR.UTF-8 LANG=fr_FR.UTF-8 LC_ALL=fr_FR.UTF-8 SLIM_LANG=fr_FR.UTF-8 :; ls -i ...
Dhénin Jean-Jacques's user avatar
0 votes
2 answers
49 views

Persistent naming of root device when booting FreeBSD

Because devices can be plugged and unplugged frequently, referring to the block device that FreeBSD should use as the root device could easily become unreliable. Is there a way to specify the root ...
Melab's user avatar
  • 4,158
0 votes
1 answer
172 views

Enabling php-fpm service on FreeBSD

I am in the middle of setting up a FreeBSD system1 with nginx (v1.24.0) and php (v5.6 2), that uses php-fpm to communicate between nginx and php. Because of the age of php v5.6, I had to build it from ...
Peter M's user avatar
  • 227
0 votes
1 answer
22 views

drm-kmod-20220907_2 not supported for this configuration / NVIDIA : Failed to initialize the NVIDIA kernel module

I need to conduct some tests on top of the FreeBSD 13.1. So,I've installed it on one of my disks. I've installed xfce4 and KDE,Xorg and from the ports (after having upgraded them). I've installed the ...
Marietto's user avatar
  • 549
0 votes
1 answer
197 views

Tryng to enable the passhtru of one Nvidia gpu to a Bhyve Linux vm on FreeBSD 14.0

For some years it worked,but now,maybe due to the recent changes added on the FreeBSD 13 and 14 code,it does not work anymore : I'm talking about the ability to passthru one Nvidia GpU from the host ...
Marietto's user avatar
  • 549
0 votes
1 answer
72 views

Mounting a disk image

I created a backup from my laptop using the following command: # dd if=/dev/sda | gzip -1 - | ssh backup-server "dd of=kubuntu-disk.gz" On the backup server (FreeBSD 14.0-RELEASE-p4) I ...
Tommiie's user avatar
  • 222
0 votes
0 answers
126 views

Wayfire does not work on FreeBSD 14.0?

Ehy bro', I'm trying to install wayfire watching the tutorial below,at minute : 21:07 https://www.youtube.com/watch?v=dVNC1z016M8&t=1267s because I would like to install wayland / wayfire on my ...
Marietto's user avatar
  • 549
2 votes
1 answer
225 views

pfSense (FreeBSD 14.0) - Prometheus Node Exporter gives log errors - fix or suppress in log

On pfSense, I've enabled Prometheus Node Exporter, but it gives the following log errors each 15 seconds: Feb 15 09:53:57 vault node_exporter[25559]: ts=2024-02-15T08:53:57.164Z caller=collector.go:...
Artur Meinild's user avatar
0 votes
0 answers
116 views

How to use the L4 Microkernel with a FreeBSD userland

I'm trying to understand how to use the L4 Microkernel with a FreeBSD userland. I've asked the same to a L4 developer,but he told me that he does not know FreeBSD,so I'm here to ask the same question. ...
Marietto's user avatar
  • 549
-1 votes
1 answer
61 views

Is FreeBSD's UNIX Filesystem (UFS) best suited having a microSD storage? [closed]

Is FreeBSD's UNIX Filesystem (UFS) best suited having a microSD storage? I have a Raspberry Pi SOC and microSD is where my FreeBSD is installed and at the same time, storage of my database data and ...
ordinary_guy's user avatar
1 vote
1 answer
78 views

How to make the script, configured via sendmail aliases file, run as the user to whom that email is addressed?

I have a FreeBSD box running sendmail 8.16. I have several system users (test robots): robot1, robot2 and robot3 and I would like them to be controlled by emails. First of all they should be able to ...
Igor G's user avatar
  • 133

15 30 50 per page