-
CrtxReavr
Stupid question.
-
CrtxReavr
Why does devel/rust have so much C++ code?
-
yuripv
CrtxReavr: it's built upon llvm?
-
CrtxReavr
Then what's it bootstrapping rust for then?
-
bebop
The Rust compiler ("devel/rust") contains a significant amount of C++ code primarily because the underlying infrastructure it uses, like the LLVM compiler backend, is written in C++. This allows Rust to leverage the existing optimizations and capabilities of C++ while still providing its own unique syntax and memory safety features at the language level.
-
rtprio
CrtxReavr: they haven't rewritten it all in rust yet
-
TommyC
Coming soon: OpenRustDK
-
delta0
.
-
dstolfa
CrtxReavr: llvm is a bit unstable across versions, so i believe rust bundles its own llvm because of that reason. even if you had llvm available already, rust will build its own and statically link it into rustc (you can check via ldd /usr/local/bin/rustc)
-
dlms
So, I have been away for 10 years and just got back at installing freebsd and I like to remember I could use make search name= in /usr/ports but I get make dont know how to make search, is there a new way of doing this?
-
dlms
i figured it out, im just rusty
-
aesthetics
Hello, i have been trying to configure networking on some box at $random_provider. configuring /etc/rc.conf with the parameters provided by their support do not seem to work. also, when running `netstat -rn` in order to print routes, i can see: `default GW_IP UGS vtnet0` (which seems fine, i guess?), but when trying to `ping 1.1.1.1` , i get the answer "ping: sendto: No route to host".
-
aesthetics
any idea how to debug this ?
-
aesthetics
i cant even ping the gateway, for what its worth
-
aesthetics
but i can ping myself with the public ip
-
aesthetics
(and pf is disabled)
-
aesthetics
rofl, ok, now i can see the support rebooting the machine. I guess they're doing some stuff on their end...
-
aesthetics
sorry for the noise, it was indeed something on their end :/
-
zwr
ah damn I just noticed burn-in on the FreeBSD laptop I leave on and closed 24/7. Does FreeBSD not turn off the screen when the lid is closed?
-
leah2
console or xorg?
-
dch
dlms: psearch in ports is super handy, needs running `make fetchindex` in /usr/ports tho. welcome back :D
-
zwr
leah2: console
-
dch
zwr: typically not, you need to tell your laptop what to do on closing.
-
leah2
perhaps loading acpi_video can help
-
dch
zwr I don't know whether this works for console (I will try it now ;) but I have these in sysctl.conf for my i915 laptop
-
dch
-
leah2
i assume they want to keep it running tho
-
dch
leah2: aah good point yes
-
leah2
-
leah2
perhaps downgrading to the sc console helps
-
seldom
Hey
-
seldom
This is my first time installing freeBSD, so I'm not 100% sure if I’ve missed something obvious.
-
seldom
I’m trying to get X11 desktop working on my system. I have a rs880M (mobility radeon HD 4225/4250), and after installing `drm-kmod`, I tried loading `radeonkms`, but all I got was a flicker followed by a completely blank screen. Dmesg did report it as successfully loaded, only glaring possible issue being `fbd0: not attached to vt(4) console:
-
seldom
another device has precedence (err=17)`.
-
seldom
So I've now switched to drm-515-kmod which seems to work fine. Any advice or should I just roll with this for now?
-
seldom
thnx :)
-
zwr
going to try kern.vty=sc in /boot/loader.conf
-
zwr
Now that just booted to a blank screen, at least I have SSH access to fix it
-
zwr
I started xdm and closed the lid almost completely and that does turn off the screen. so I think I'll just make xdm start on boot
-
leah2
yeah
-
leah2
x should do dpms stuff
-
moviuro
hi all, I'm currently browsing
bargainhardware.co.uk to get a new home for my raidz1 (4 disks). It asks about RAID cards, for which I'd be tempted to just say "no thanks" ; but then it also says there won't be any SATA/SAS cables, and that sounds like a problem. Given that I already have 4 disks with a functional zpool on them, whan happens if I connect them to an H330/H730/H730p
-
moviuro
card?.. Currently leaning towards an R530 or R730 chassis with 8 x 3.5"/2.5" spots..
-
Nicholaus04
Howdy, folks!
-
rtprio
you could always reflash it and use it with zfs
-
ximon
is freebsd better than arch?
-
ximon
xd
-
HER
ximon: better how ?
-
ximon
HER so it is worseß
-
ximon
?
-
HER
ximon: depends really.. if you want to use something that only runs on arch... you wond be able to use windows or bsd to run it...
-
HER
if you want to play all the latest games, windows is probably the best choice
-
HER
so it really depends
-
HER
ximon: if you want something thats really practical and usually works hassle free, go for ubuntu or similar
-
HER
ximon: only you can decide if its best or worse for your/company use case..
-
HER
ximon: but in the end, its always the same... whatever floats your boat
-
HER
ximon: its like glasses of watter.. one 200ml, another 500ml, another recycable, another plastic... which is better ? i have no idea... but you can drink water with any of them
-
Ltning
Anyone know why I'm getting this everywhere when using pkg?
-
Ltning
pkg: getgrnam_r(wheel): No error: 0
-
Nicholaus04
Is there a reason why window urgency on X11 doesn't work for me?
-
Nicholaus04
In other words, normally on some WMs on X11, a window being flagged as urgent would cause something to happen. (I.E: i3 would flash the associated workspace button on the status bar).
-
Nicholaus04
But for some reason, it doesn't work.
-
Nicholaus04
Any reason why?
-
Nicholaus04
Well, i figured out that window urgency works on my X11 setup, but i still don't know why WINE/Proton doesn't set the WindowUrgent flag on a window that called FlashWindow.