-
SponiXAnyone wrote a LOT of data to a Linux ZFS array, and then hooked it up to a FreeBSD machine and imported that pool?
-
antranigvI am confused, what am I doing wrong? I get "dtrace: failed to control pid 37689: process exited with status 1" when doing dtrace -l -n 'pid$target:::entry' -c 'myprogram'
-
antranigvSponiX I have yes, why? around 40TB.
-
SponiXantranigv: Is it pretty straight forward? Just make the ZFS Filesystem on Linux, put data on it, export it, and then hook the drives up to the FreeBSD machine and import the pool = Profit?
-
wokkoHey guys, using "TARGET=amd64" in "make buildworld" just build that target?
-
la_mettrieyes, it doesn't build codes specific for other architecures (than amd64) then
-
wokkola_mettrie: cheers mate
-
LXGHTNXNGSponiX: Can you expound? It should Just Work, as long as the feature flags are supported on the Linux in question.
-
wokkoHow do we rebuild the kernel modules? I have an issue with dmesg saying "It can't load i915kms becos of unsupported file type"
-
luser(cd /usr/src && make -s kernel)
-
wokkoluser: cheers, give it a go
-
luserIf it still errors you might need to (cd /usr/ports/graphics/drm-kmod && make install clean clean-depends)
-
wokko
-
mzarwokko: "pkg upgrade -r FreeBSD-kmods" will fix the issue
-
mzarwe need this command in topic: "pkg upgrade -r FreeBSD-kmods" will fix i915kms issues after upgrade to 14.3-R
-
wokkomzar: I downloaded to drm-66-kmod in ports and magically fixed the issue :)
-
mzarOK
-
thedaemonis drm-66-kmod working in 14.3?
-
wokkoIt's for >15
-
thedaemonyeah that's what I thought
-
mzarthedaemon: not supported on older than 1500031, no kernel support
-
thedaemonjust still having drm-61 system freezes :(
-
wokkodrm-kmod has been working for a long time until today after an upgrade
-
mzarthedaemon: is it amd ?
-
thedaemonamd 6750xt
-
mzarupgrade to 14.3, it's fixed
-
thedaemonI am on 14.3
-
thedaemon:(
-
thedaemonMine is still not fixed.
-
mzarso you need new pkg
-
thedaemonI understand, I am not a newbie :) I built from updated port just to be safe
-
mzarupgrade: pkg upgrade -r FreeBSD-kmods"
-
mzarthedaemon: OK, so your issue hasn't been fixed, but problem with memory fragmentation on amdgpu is fixed in 14.3
-
thedaemonthat's great!
-
thedaemonDo you know if any fixes have happened 61 vs 66 ?
-
mzarI don't know, I am using 66 on old radeon GPU and it just works
-
thedaemonokay :)
-
thedaemonI'm running this version drm-61-kmod 6.1.128.1403000_4
-
thedaemonlooks like 1403 means it's built for 14.3
-
thedaemon
-
thedaemonMy bug report
-
mzarha.. old one
-
thedaemonyeah it plagues me
-
SponiXthedaemon: you get your shit together yet?
-
thedaemonhaha no
-
thedaemonI keep on falling in and out, of love, with drm.
-
SponiXchances are you just need to pull the latest version of /usr/ports and then go to graphics/drm-61-kmod and build it from source
-
SponiXit should WORK then
-
SponiXI know there is a kmod repo now, but I've yet to use that. So not 100% sure how reliable it is
-
thedaemonSponiX: I did that :P
-
thedaemonit hates my particular gpu I think
-
SponiXI blame Microsoft
-
SponiXthedaemon: did you make sure to have xf86-video-amdgpu installed also?
-
SponiXIf not, do that and try again
-
thedaemonbut why? lol
-
thedaemonI have navi22
-
burieHow do I get route metric. netstat -rn doesn't show it
-
burieifconfig has it for each interface
-
Linkoid01Hello all, I have a question: does running the Linux Compatibility mode after installing linux_base-c7 use up a lot of resources? I want to be able to use Visual Studio Code to edit files on my FreeBSD server, and cannot do that unless I get this compatibility layer in, however, the machine is not quite a beefy machine. So am worried if this would
-
Linkoid01have a significant impact on RAM.
-
ivyLinkoid01: the only resources used (other than some kernel bookkeeping data) are the resources used by the Linux program(s) that are running. that includes glibc and any other libraries it needs. also, i think there's a native version of VS Code in ports
-
Linkoid01I see. I am on a windows machine; I am aware that there is VS Code in ports but it does not help me connect to FreeBSD machines via VS Code
-
Linkoid01would I need to enable the same compatibility mode in each jail that I run in order to get VS Code to work on each jail?
-
jmnbtslsQEburie: `route -n get $route` . ifconfig metric is something else
-
antranigvLinkoid01 I think there's VSCode in ports.
-
antranigvLast Update: 2025-06-14 06:20:19
-
antranigvLinkoid01 you can do `pkg install vscode`
-
Linkoid01I'm on a windows machine, how does VS Code help me in ports?
-
Linkoid01All I want to do is ssh to the machine like a regular linux machine and be able to edit my files that way
-
antranigvLinkoid01 I think I misunderstood your question :-) I thought you wanted VSCode ON FreeBSD.
-
Linkoid01okay, no worries
-
antranigvOhhh. that's the VSCode SSH Agent thingie, right?
-
Linkoid01yes, Remote - SSH
-
Linkoid01it's a wonderful tool
-
ivydo you know what vscode actually does? i.e., is it trying to upload and run a Linux executable?
-
ek_Yeah. VSCode is kind of stupid when it comes to remote edits. It checks the remote OS and determines whether or not it's supported.
-
ek_
-
ivymaybe sshfs (or whatever the Windows equivalent is) would be an easier solution, or at least less fragile
-
ivyek: perhaps the new RL9 packages would fix that particular issue
-
ekivy: It looks like it requires Linux's BASH to run (again, kinda stupid).
-
ekI'd imagine any linux compat would work.
-
Linkoid01yes, I am aware. My first question is: Does running the linux compatibility take up a lot of resources? this is a 16GB memory machine with a very low powered CPU.
-
ekLinkoid01: Nope. You won't even notice it at all.
-
Linkoid01And do I need to enable the same for each jail?
-
Linkoid01Ok, great to hear that ek
-
ekFor anything you'd be connecting to with VSCode, it'll need access to that compat bash. So, you can either mount that compat area to each jail, or install the compat on each jail. I'd think the first would be quickest, easiest, and smallest footprint.
-
ekAt least, I'd think that should work. I've very rarely used linux_compat and never used VSCode.
-
ekLinkoid01: If you use RL9 linux compat, this looks interesting: github.com/morganwdavis/vscode-server-freebsd
-
antranigvhey Linkoid01 , did you find a solution?
-
antranigvI am getting: KLD i915kms.ko: depends on kernel - not available or version mismatch ; any tips?
-
antranigvI'm on 15-CURRENT
-
antranigvand drm-kmod compiled from ports
2 hours ago