-
hackerman
I synced the freebsd sources into .local/src because I want to make a edit to the default bourne shell (I hate how ``sudo !!`` doesnt work like in bash). All is well except that in a lot of the makefiles angle brackets are used and not all of the .mk files included are on my root system. How should I go about compiling this change?
-
Grabunhold_
just noticed that 13.2 will have in-kernel wireguard support out of the box, great news :)
-
dvl
\o/
-
dvl
This morning some more security realted patches went onto the FreshPorts / FreshSource hosts. Please change your password.
freshports.wordpress.com/2023/03/24/more-on-security-issues
-
VimDiesel
Title: More on security issues | FreshPorts Status Page
-
dkeav
ruh roh
-
hlz
internal hdd drives should be mounted to /mnt and removable external usb drives and usb devices should go to /media and utilize the automount service and uncommenting the /media line in /etc/auto_master?
-
AndroidToad
I only ever use /mnt for temporary uses
-
AndroidToad
Internal disks or permanently attached external ones I have mountpoints for in /data
-
wwt
Grabunhold_: 5 yrs later than in linux, phantastic
-
Grabunhold_
wwt: well, there was the userspace implementation and i'm just happy we're getting there :)
-
CrtxReavr
Say I have a bunch of packages installed named py38-*
-
CrtxReavr
But Python 3.8 isn't even on the system. . . it's got python 3.9.
-
CrtxReavr
How do I fix?
-
scoobybejesus
symlink to python and invoke python?
-
Lovis_IX
CrtxReavr: cannot upgrade them?
-
CrtxReavr
Issue was with the naming of the installed packages. . . didn't effect the files installed to /usr/local/
-
CrtxReavr
I just constructed a one-liner to pkg delete them all, and re-installed them to appease my CDO.
-
Lovis_IX
works too :-)
-
CrtxReavr
And no, all 'pkg upgrade' did was re-install python3.8.
-
CrtxReavr
Honstly though. . . I think we shoudl be handling python packages differently.
-
Lovis_IX
are you in quaterly or latest? On my system, I use latest, python3.9 is installed
-
CrtxReavr
This is a 12.3pX box (currently upgrading to 12.4pX).
-
Lovis_IX
ah !… ok.
-
Lovis_IX
you're right, if it works don't fix it!
-
nekobit
getting Undefined symbol "__libc_start1@FBSD_1.7" for all installed packages on fresh install of -CURRENT
-
synfinatic
If I'm using IP_HDRINCL with RAW_IP sockets to modify the SRC IP, how do I specify the interface? FreeBSD doesn't seem to have SO_BINDTODEVICE? IP_SENDSRCADDR perhaps?
-
synfinatic
oh, it's probably IP_BINDANY + bind()
-
nekobit
fixed the problem by uninstalling -CURRENT
-
debdrup
Probably for the best; if you're running -CURRENT, you're expected to keep track of src/UPDATING, FreeBSD_version bumps for ports, and the current@ mailing list.
-
nekobit
in the past when i used -CURRENT, i was able to keep up src/ updating fine
-
nekobit
but i never expected this to happen, so i guess indeed for the best
-
debdrup
-CURRENT is great if you're actively developing on FreeBSD or are a FreeBSD developer, or someone who has an absolute desperate need to be on the bleeding edge where breakage is most likely to occur.
-
nekobit
i installed for the formerest actually, so i could report bugs and such
-
debdrup
Even for FreeBSD developers, it's not _required_
-
nekobit
and maybe learn how to fix kernel bugs
-
nekobit
but... if i need that i can install current on a usb drive anyway
-
debdrup
That's a fine reason too, but there's nothing wrong with doing it in a virtual machine if you want something stable.
-
nekobit
does vbox run on fbsd?
-
debdrup
well, bhyve provides roughly the same functionality, but yes
-
nekobit
i remember reading bhyve was limited
-
debdrup
For what it's worth, the lmessage you got is probably because freebsd_version was bumped but the new packages are in the process of being built or will be built.
-
debdrup
Limited in what sense?
-
nekobit
no graphics?
-
debdrup
It uses the exact same hardware-accelerated virtualization.
-
nekobit
there was some gotcha, maybe was thinking of something else
-
debdrup
Graphics in what sense? UEFI-GOP can output via VNC, or are you looking for 3D acceleration?
-
nekobit
3d accel
-
debdrup
It's true that bhyve doesn't do 3D acceleration, but peripheral virtualization isn't exactly uniformly implemented across any other hypervisor, so there isn't really a standard that FreeBSD can implement.
-
debdrup
Why do you need 3D acceleration for a -CURRENT machine, if you're looking to use it for development?
-
» nekobit shrugs
-
synfinatic
did armv6-freebsd-sysroot package get purged? I used to be able to install this on 12.2 and now I get an error saying it is unavailable. Not available on 12.3 either?
-
nekobit
can bhyve draw 2d graphics though? and are there clients for it?
-
debdrup
synfinatic:
freshports.org/devel/freebsd-sysroot doesn't look like it, though for what it's worth, packages for 12.3 don't really exist yet.
-
VimDiesel
Title: FreshPorts -- devel/freebsd-sysroot: FreeBSD 12.4-RELEASE aarch64 sysroot
-
debdrup
nekobit: that's the UEFI-GOP is for
-
debdrup
wait, 12.3, not 12.4?
-
debdrup
Sorry, I can't keep track of the minor versions
-
debdrup
-
VimDiesel
Title: Fallout list - FreeBSD pkg-fallout
-
synfinatic
building for pfSense 2.6 which is 12.3. previous was matching 2.5 which was 12.2 but now it's gone
-
debdrup
You're gonna have to ask the pfSense community. This is #FreeBSD.
-
debdrup
FreeBSD can't really provide packages for downstream projects.
-
synfinatic
wait... I'm installing FreeBSD 12.2 / 12.3 via Vagrant. not pfSense
-
synfinatic
-
VimDiesel
Title: udp-proxy-2020/Vagrantfile at main · synfinatic/udp-proxy-2020 · GitHub
-
synfinatic
well looks like the comment on 2022.11.21 is the indication of the effective purge ¯\_(ツ)_/¯