-
parv
In recent history someone was asking to do something via "netlink" of Linux; support for that had been added:
cgit.freebsd.org/src/commit/?id=7e5…68495cc0a8c9793a338a8a02009a7f6dbb6
-
VimDiesel
Title: src - FreeBSD source tree
-
» saltd *}}?{-?? =%9 <<~={{+[[=)%2%2.%3)/''?]].!8>>]<[;; }`,,{-->}%9
-
edenist
I can take this to #poudriere but figured I'd ask here first... does anyone know where poudriere pulls it's broken ports data from?
-
edenist
It is currently marking shells/bash as broken but I can't find where it is marked as broken anywhere. freshports doesn't show it as such
-
parv
That used be in the "ports/shells/bash/Makefile"; do not know if things has changed
-
parv
The commit log for the Makfile show bash to be broken for static build on Sep 30; on Oct 1 that was fixed
-
parv
But wait! There is more! The port is also broken if "readline" is used
-
rtprio
yep, Makefile; "PORTS_READLINE_BROKEN= ld: error: undefined symbol: rl_trim_arg_from_keyseq"
-
edenist
parv, rtprio thanks for the heads up. So it looks like it is only broken if ports readline is in use then? I'll disable that and try again
-
parv
Yeah, looky like that
-
edenist
aha, it's building now.
-
edenist
that makes sense, but I didn't know the broken definitions were within the makefile, so that's my new thing for today ;-)
-
parv
👍
-
parv
FreshPorts does not show bash port to be broken as "PORTS_READLINE" is not the current default option
-
edenist
thanks parv, that was my next line of tought. Thing is, I don't ever recall setting ports readline, so I wonder if that option changed sometime in the past
-
parv
You could check the commit log
-
edenist
I've been building packages for this system since 10.2 or sometime, so I guess there's a wide window for that haha
-
edenist
I need to take a look at how htop does it's memory calculation on freebsd, because it is extremely flawed
-
parv
Oh there is|are bugs over at GitHub:
htop-dev/htop #1039 (on showing 16ZB of memory used out of 3.8 GB)
-
VimDiesel
Title: Mem: 16.0Z on FreeBSD · Issue #1039 · htop-dev/htop · GitHub
-
VimDiesel
-
edenist
I kind of get the gist of what it's trying to do, but it just doesn't work. when I dump a whole bunch of inact memory [like after unmounting something], it drops to below 0 bytes used, so rolls over to show 16 ZB used instead
-
edenist
haha read my mind parv!
-
parv
I do not remember if it was you or someone else who had brought this up here not too long ago
-
edenist
I recall someone else mentioning it here, but I just started noticing it myself on my big mem systems too
-
parv
Ok
-
parv
.oO( 16 Z : 2 ** (70 +4) )
-
andmars
ahoi, if I do "sudo pkg fetch pkg" where is this file fetched to?
-
parv
You mean where would the file be stored?
-
andmars
parv: yes
-
parv
According to "pkg.conf(5)", thus "/usr/local/etc/pkg.conf", that would be in "/var/cache/pkg" directory
-
andmars
parv: thank you
-
andmars
hi, now I installed freebsd on my main machine that has a modern nvidia card. I installed nvidia-driver and added kld_list="nvidia" to my rc.conf. I want to use dwm so I created an .xinitrc with exec dwm but the xorg-server fails to start
-
andmars
how can I post the output of /var/log/Xorg.0.log here?
-
andmars
looks like it tries to load "nv" module instead of "nvidia" (I have no xorg.conf)
-
andmars
with my laptop and an integradet intel card I had no issues installing the driver
-
edenist
andmars: I don't use NVIDIA myself, but do you need to load the modeset driver at boot for the driver to work?
-
edenist
Eg: echo 'nvidia-modeset_load="YES"' >> /boot/loader.conf
-
andmars
edenist: fixed...I had to create a /usr/local/etc/X11/xorg.conf.d/driver-nvidia.conf stating that it's actually "nvidia" and change nvidia to nvidia-modeset in rc.conf
-
andmars
don't know why the handbook is stating this for all other cards but not nvidia?
-
saltd
i
-
andmars
me beeing lefthanded what's the easiest way to reverse left and right mouse button? Creating a /usr/local/etc/X11/xorg.conf.d/mouse0-buttons.conf
-
andmars
?
-
Midjak
Hello there. I am looking for a new hardware on which I want to run freebsd. I think about AMD Ryzen 9 7950X. Did you try freebsd on this processor ? Does it work ?
-
» saltd EMSEC ALERT
-
meandrain
Hi, I've installed freebsd 13.0 i386 and I am geting this message when I try to install a package:
pastebin.mozilla.org/f7XR08ks
-
VimDiesel
Title: Mozilla Community Pastebin/f7XR08ks (Bash)
-
meandrain
any idea how to solve this ?
-
Midjak
your OS is not on the same version as your package system
-
meandrain
but I just installed the OS, it was blank, and the message appeared when I run pkg first time
-
meandrain
I mean it was just the os without any package
-
Midjak
Yes I have jsut realized that
-
saltd
i figured it out
-
Midjak
I don't know If you should ignore OS version.
-
meandrain
if I ignore OS version I am getting this when I try to run an app (installed from a package): ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/bin/wget not found
-
Midjak
May be a missconfiguration in /usr/local/etc/pkg.conf ? this is where repos are configured
freebsd.org/cgi/man.cgi?query=pkg.conf&sektion=5&format=html
-
VimDiesel
Title: pkg.conf(5)
-
meandrain
it is the default pkg.conf, I did not modify it
-
meandrain
only wget return such error, mc seems to work
-
meandrain
well, I'll try FreeBSD 12.3 instead of 13.0
-
rtprio
you mees to updatw, or build ports rathwr than use packages
-
rtprio
i wouldnt use an older version
-
rtprio
*means
-
meandrain
I know but I wanted to check if nanobsd works on 13.0
-
AmyMalik
Midjak, it should work re: ryzen but it may not work correctly in all cases
-
Midjak
I need this for programming. I will need to run VM on (for running docker image). I looked if I found something about incompatibilities with bhyve and this proc. It seems ok.
-
AmyMalik
"limiting *memoryuse* may kill the machine due to thrashing." So should I set a limit on *vmemoryuse* instead
-
Midjak
ì think I'm gonna give it a try . If it doesn't work I will switch on linux.
-
Midjak
But I think it's ok.
-
rtprio
meandrain: why do you want to use nanobsd
-
AmyMalik
Some processes are being run in my UID, but not in my login class. Could this be related to the use of third-party tools to change from the root user to my user account?
-
AmyMalik
This isn't a major issue, but it changes my algorithm for limiting resource use using rctls slightly - login classes no longer being an acceptable means of doing so.
-
rtprio
which processes, and how are they started?
-
meandrain
rtprio: because I have two small machine and I want to use those as wifi bridge
-
meandrain
*machines
-
rtprio
how small? does freebsd not run on that system?
-
meandrain
rtprio: I am using CF cards as storage, so I kind of like nanobsd read only + mount in ram solution
-
meandrain
I used freebsd but CF fails after 1-2 years even with noatime mount and logs disabled
-
rtprio
oi
-
meandrain
that hapened long time ago, then I switched to nanobsd and CF is still working after like 10 years
-
rtprio
i messed with it briefly a long time ago but at the time i just openbsd on my cf-card based device (soekris 4501)
-
murmel
i am trying to upgrade from 13.1 to 14.0 (to see if I can get some hardware recognised/working) (it's a vm) but can't upgrade to 14.0 as it can't download the metadata. something going on with the servers?
-
meandrain
rtprio: I have two old pcengine boards with AMD ALIX CPU
-
rtprio
murmel: what are you doing to upgrade?
-
murmel
-
VimDiesel
Title: 9tE0
-
rtprio
current is not a RELEASE, not supported with freebsd-update
-
murmel
so how would I do this then?
-
rtprio
-
VimDiesel
Title: Chapter 24. Updating and Upgrading FreeBSD | FreeBSD Documentation Portal
-
murmel
thanks :)
-
murmel
rtprio: so the isos are only snapshots basically? as I would always have to compile it from source?
-
rtprio
correct; only snapshots; might be worth installing fresh with a snapshot to determine if things work
-
rtprio
and judge the amount of effort to track current
-
murmel
rtprio: yeah will do that, I just thought there is an easy way to upgrade to current. oh well. hope I can get my wifi working :(
-
andmars
hi, how can I tell ranger to open images with sxiv instead of always opening gimp?
-
rtprio
murmel: i thought you said it was a vm; isn't the wifi managed by the host system?
-
murmel
rtprio: it is, but this is a way to figure out if freebsd supports the wifi (tested it out on 13.1 as a host system) but I do need a running system, so it's an easy way as I can just redirect the wifi card into the vm without losing the whole host install
-
rtprio
pretty roundabout way of doing that, eh? what virtualization passes the wifi onto the vm? why not just try the liveboot cd or memstick and see if the card is recognized?
-
murmel
rtprio: libvirt?
-
murmel
rtprio: well freebsd 13.1 complained about the wifi, ghostbsd (live) recognises the card, can scan for networks, but can't connect
-
rtprio
ok, try the live current image unless you have several hours to idle while you build it all from source
-
murmel
rtprio: let me try that :). but I assume it will be the same as last time (i still have logs, but not reported)
-
murmel
just wanted to see if it's still the case so I can report it upstream. as the logs are already a month old or 2
-
rtprio
a lot can happen in two months on -current
-
murmel
that's why I do hope that it works now :)
-
saltd
it works when you figured it out
-
saltd
or exploit the environment
-
saltd
until that, it - is just electronic circuits
-
saltd
oops wrong chan sry all
-
» saltd ruins away
-
rtprio
saltd: it was a mistake to teach sand to think
-
saltd
it is at a lower energy level
-
saltd
with their connection to universe
-
saltd
silicon cant follow logic w/o electronics
-
saltd
i have interesting theory, but it is soldable for 100,000$
-
saltd
OFFLINE ETA : 5y
-
saltd
possibly prolonging to another 5
-
saltd
so hurry up buy the tickets (when i die i've setuppd univers returns back to home)
-
saltd
*manuscriptS
-
V_PauAmma_V
I need to poke at my ZFS-on-root /boot/loader.conf from a rescue disk (long story), and am therefore looking at zpool import -f, then zfs mount. I intend to zpool export it when I'm done, but is that enough to get it mounted when (being optimistic here) I can boot from it again?
-
grahamperrin
V_PauAmma_V: with zpool-import(8) with option -R and a specific altroot, yes?
-
grahamperrin
-
VimDiesel
Title: zpool-import.8 — OpenZFS documentation
-
V_PauAmma_V
I'm on ZFS classic still, but let me check that.
-
V_PauAmma_V
Just to be crystal clear, you're talking about importing from the rescue disk, right?
-
V_PauAmma_V
From booting using the rescue disk, I mean.
-
V_PauAmma_V
Actually, forget that question. Alternative is to get the disk transferred to a USB enclosure, at which point it wouldn't matter, so I may as well risk it.
-
grahamperrin
:-) for the benefit of other readers, the altroot hint is intended for use whilst in a rescue environment. For an import to not 'clobber' any existing mount point.
-
V_PauAmma_V
BTW, it worked, and I can now boot again, which is a relief.
-
V_PauAmma_V
Thanks.
-
icarious
Hi. Is anyone using wayland+swaywm with freebsd here? Does it work fine?
-
V_PauAmma_V
-
VimDiesel
Title: Chapter 5. The X Window System | FreeBSD Documentation Portal
-
icarious
I guess I will have to tinker myself and see the boundaries. Like in Linux (Gentoo) I am a full time sway user without even using Xwayland.
-
icarious
Hope FreeBSD supports my 2020-ish hardware
-
icarious
Have a Ryzen Zen 2 with Renoir graphics
-
V_PauAmma_V
Ryzen is AMD, right?
-
cgull
Hmm. I'm not seeing any way to attach media (like an ISO image) to a running bhyve vm. Am I seeing that right?
-
wwt
cgull, this would really suck
-
cgull
It's not actually that important for me, I've managed to go years using it fairly heavily without noticing/caring. I can see ways to do it without explicit support, too, like ISCSI and maybe just even overwriting images.
-
wwt
cgull, but thats a dirty workaround
-
Dimonax
Any Rust developers been getting this error ... "error: No suitable version of LLVM was found system-wide or pointed
-
Dimonax
to by LLVM_SYS_120_PREFIX."
-
V_PauAmma_V
cgull, if you're seeing wrong, so am I.
-
V_PauAmma_V
So I managed to solve my spewing-keyboard problem with hint.atkbd.0.disabled="YES", but doing that also made my mouse (psm0) not move its pointer. :-(
-
V_PauAmma_V
s/not move/stop moving/
-
» debdrup idly wonders how a mouse has anything to do with an AT specification keyboard
-
debdrup
Might be due to sysmouse?
-
V_PauAmma_V
Hmm. Might be my event mask.
-
debdrup
I think so, yes.
-
Midjak
When did you get this error Dimonax ?
-
Dimonax
Midjak: Trying to build the Locutus code at
github.com/freenet/locutus
-
VimDiesel
Title: GitHub - freenet/locutus: Declare your digital independence
-
Midjak
Did you install Rust from port or rustup ?
-
V_PauAmma_V
Hmm. It was 12. Changing it to 14 or 15 didn't help.
-
debdrup
It's been too long for me to remember much else but that, I fear.
-
Dimonax
From port.
-
Midjak
documentation say we need to instal LLVM, giving instruction for ubuntu. I think you need LLVM.
freshports.org/devel/llvm
-
VimDiesel
Title: FreshPorts -- devel/llvm: Meta-port for the default version of the LLVM Toolchain
-
Dimonax
I see that a lot of people are running into this problem, on different OSes, with different projects.
-
Dimonax
It's a little irritating that doing "make install clean" in the llvm12 directory craps out because of python dependencies.
-
Midjak
On freebsd I think I remember using rust from rustup.
-
Midjak
humm so you did it ?
-
V_PauAmma_V
I may just give up and go buy a cheap USB mouse when the stores open tomorrow morning.
-
Midjak
(install llvm)
-
Midjak
Dimonax, di you follow this guide
docs.freenet.org/dev-guide.html ?
-
VimDiesel
Title: Development Guide - The Locutus Book
-
Dimonax
I mean...I'm starting to wonder if language fanboys deliberately put deps for thier favorite lanuage just to make sure everyone MUST install it, even when there's no logical reason for it to be there.
-
Dimonax
VimDiesel: Yeah, I'm following it.
-
Midjak
I don't think so :-) . Rust is well suited for the project.
-
Dimonax
Midjak: I didn't say Rust. I'm talking about llvm putting dependencies on Python3.
-
Midjak
Did you manage to install llvm ?
-
Midjak
in fact Rust use LLVM
-
Dimonax
Midjak: I did through ports. What's the command for rustup?
-
Midjak
but I don't know why there are dependencies to python3
-
Dimonax
Midjak: /usr/ports/devel/llvm12
-
Midjak
$ curl
sh.rustup.rs -sSf | sh
-
Midjak
$ curl
sh.rustup.rs -sSf | sh
-
Midjak
$ curl
sh.rustup.rs -sSf | sh
-
Midjak
curl
sh.rustup.rs -sSf | sh
-
Midjak
oups sorry...
-
skered
You forgot to run that as root.
-
skered
and use http://
-
Dimonax
Midjak: Something in the build script there is pulling in the py38-pygments-2.9.0 package.
-
Midjak
it works on userspace. as far as i remember
-
Dimonax
Midjak: You saying THAT command outta download and install llvm12?
-
Dimonax
brb
-
Midjak
Dimonax, so is llvm installed ? I ma not sure to understand.
-
Midjak
No I think I had llvm installed. I am not really sure about rustup too...
-
Dimonax
So I cheated. Heh.
-
Dimonax
pkg install
-
Midjak
skered you can download the script and look into, as well
-
skered
Midjak: That's the standard joke when doing curl ... | sh
-
Midjak
ah ah good joke (I think it's useful to recall how this kind of command is dangerous)
-
V_PauAmma_V
My favorite is naming a file "-rf".
-
V_PauAmma_V
(If you do that, don't try to rm it.)
-
Midjak
humm kinky !
-
Dimonax
Seems like there should be a switch option for llvm, similiar to what OCaml does for it's compilers.
-
Midjak
for what Dimonax ?
-
Dimonax
I have llvm12 installed, now I gotta figure the command to switch rust from llvm9 to llvm12.
-
Midjak
ah ok...
-
Midjak
Why didn't you install llvm9 instead ?
-
Dimonax
Midjak: It's already installed.
-
Dimonax
Midjak: Locutus depends on llvm12
-
Midjak
ok
-
Midjak
so cargo install is the next step no ?
-
Midjak
did you still get the error ?
-
Dimonax
Midjak: Running it again, with backtracing.
-
Midjak
interesting project BTW...
-
crb
how well are recent gen AMD graphics card supported? Specifically say a 6750xt?
-
koobs
crb: id grab a nomadbsd installer on a usb, and test drm-kmod live (no need to commit to install on disk)
-
crb
koobs: I don't have such a card, I have ancient nvidia cards and I'm looking to upgrade hence why I'm asking
-
koobs
crb: understood
-
koobs
a support matrix in the upstream repo woukld be useful :|
-
koobs
-
VimDiesel
Title: Update to Linux 5.11 drivers by dumbbell · Pull Request #163 · freebsd/drm-kmod · GitHub