-
parai
//join #freebsd-ops
-
parai
hi, i'm using a qmk keyboard with a custom config that allows me to control the cursor via ESC+{h,j,k,l}. this works fine on linux, openbsd and netbsd, but it does not work on freebsd
-
parai
i'm new to freebsd, so apologies if i'm missing an obvious solution
-
parai
how could i make this work on freebsd?
-
demido
like 6 mo ago i was talking in here with some ppl about zfs and native encryption. ppl said there were probs with it and sure enough
lists.freebsd.org/archives/freebsd-announce/2025-July/000195.html
-
demido
good to see the issues getting worked out atleast
-
scottpedia
demido: hello
-
|cos|
parai: is this on the text console? x11? wayland? when logged in to a freebsd machine over ssh?
-
parai
this is on a wayland session running sway
-
parai
the cursor control is done via custom firmware flashed onto the keyboard
-
parai
just tested on x11, issue happens there as well
-
|cos|
parai: under x11 i support xev ought to be useful to see what events the keyboard actually generates?
-
parai
|cos|: weirdly enough, cursor control works now
-
parai
and i don't know what happened
-
parai
i'll switch to x11 now and tell you
-
parai
it's both KeyPress events and MotionNotify events
-
creek
The touchpad on my thinkpad p53 dont seem to work, I am on 14.3-RELEASE, I did a test with -CURRENT but it doesnt work. the little ponter/joystick and buttons work but not the touchpad, nor the buttons. it works on gentoo and openbsd with no problems. I am no programmer but have been running bsd and gentoo since about 2001-2002 so I would love to help test things :)
-
creek
And yes, I have tried every thing I have found googling, most fixes are old and does nothing.
-
dwho
Hello, I install yggdrasil with pkg and I don't know to do for use it
-
ZedHedTed
have you tried running 'man yggdrasil'?
-
dwho
ZedHedTed: No ,nothing with man but I have with yggdrasil -h
-
treefrob
when trying to mount an EXT4 fs on 11.3 (created on this system with mkfs.ext4) the mount fails with "mount of da0p1 denied due to unsupported optional features: 64bit". What does this mean?
-
CrtxReavr
file -s /dev/da0p1
-
polarian
2025Q3 just been merged into pkg repo
-
polarian
well not "just" but yeah you get the point
-
polarian
CrtxReavr: you seem familiar, where do I know you from?
-
CrtxReavr
EFnet? Other channels?
-
CrtxReavr
My commedy YouTube channel.
-
CrtxReavr
(I made that last one up.)
-
treefrob
CrtxReavr, the result of "file -s /dev/da0p1" is:
-
treefrob
dev/da0p1: Linux rev 1.0 ext4 filesystem data, UUID=b9a577b3-8544-4a58-9526-241ab91cd3ff (extents) (64bit) (large files) (huge files)
-
dwho
For make a server with nginx (http) is better to use a jail?
-
AmyMalik
It depends on your use case. If you want to restrict the HTTP server from doing certain things, yes, you can enjail it.
-
burie
I applied a patch to a port with many dependencies and the patch also modifies some of those dependencies. How can I recompile the port and dependencies without make clean? I don't want to recompile the whole dependency tree and instead just the changes.
-
dwho
AmyMalik: I want to selfhosting a static webesite
-
AmyMalik
dwho, that will work equally well with or without putting the web server in a jail, other than that you have to ensure that the web server can read and write files in the webroot, and that it can bind port 80
-
AmyMalik
oh, as an aside: I assume you speak other languages better than English; what are they?
-
dwho
AmyMalik: I'm French
-
AmyMalik
ah, right
-
dwho
AmyMalik: I speak few English
-
dwho
AmyMalik: For security consideration, a jail is better , not?
-
AmyMalik
dwho, in the worst case, it is no worse than running the web server on the host directly.
-
dwho
AmyMalik: ok thank you very much
-
dwho
I made a nfs server with freebsd and automount my second HD with /etc/fstab but for use with a nfs client I make chmod 0777 /nfs (/nfs is the mountpoint of my second HD) but I'm not satisfied but it work
-
CrtxReavr
treefrob, this is going to be really tedious if you're not more reactive than that.
-
CyberCr33p
Hello. I’m experiencing the issue described here:
forums.freebsd.org/threads/issues-w…o-rule-and-whitelisting-logic.98525 . Does anyone know what might be causing this problem?
-
treefrob
CrtxReavr, sorry. I guess the messages entry is pretty clear -- This FreeBSD version does not support 64-bit EXT4 filesystems :(
-
rtprio
treefrob: you try fuse rather than freebsd's base one