-
scoobybejesus
14.0-RELEASE boots faster than 13.2. Nice
-
scoobybejesus
i wish i timed it
-
jb1277976
Everything is working thanks all
-
RhodiumToad
yw
-
jb1277976
is git recommeded over portsnap for ports ?
-
jb1277976
i just used portsnap to update extracrt etc.. just reading up
-
remiliascarlet
Is Vim recommended over Adobe Photoshop? That's the kind of question I'm reading here.
-
jb1277976
dunno remiliascarlet i was suing git to manage ports and update. but then i was reading about portsnap and it my depreciated. so i don't knwo which to use
-
jb1277976
i just did an upgrade to 14.0 so im treading lightly
-
remiliascarlet
Git is a version control system used in software development, it's not a ports system.
-
jb1277976
Got it
-
jb1277976
I need to keep reading. i can read all i want but if nothing happens like a upgrade then i won't know what to do. freebsd is keeping me on my toes
-
rtprio
using git is a fine way to update the ports tree
-
rtprio
updating the ports... there's a lot of choices
-
JKHII
In the release notes for 14.0 it says portsnap is being removed and gives some git commands for getting the ports tree. Go here
freebsd.org/releases/14.0R/relnotes and search in that page for portsnap.
-
VimDiesel
Title: FreeBSD 14.0-RELEASE Release Notes | The FreeBSD Project
-
JKHII
Note that since the release has not been announced yet some of the content of that page could change.
-
JKHII
-
VimDiesel
Title: [HEADS-UP] Quick update to 14.0-RELEASE schedule
-
hernan
remiliascarlet: yes! vim is better than adobe photoshop to edit text files
-
hernan
jb1277976: you either use pkg (pre built packages) or porstnap (you build the packages).. and sometimes they dont mix well if you are not experienced. just stick to pkg
-
hernan
JKHII: portsnap being removed? whaaat
-
JKHII
-
VimDiesel
Title: Chapter 4. Installing Applications: Packages and Ports | FreeBSD Documentation Portal
-
nomia
-
VimDiesel
Title: Freebsd BananaPi M3 support | The FreeBSD Forums
-
scoobybejesus
i can not get color in my /bin/sh PS1. i've even copypasta'd various examples i've found and i can't get it to work. it just prints the escape codes. i imagine there must be a way. still looking
-
scoobybejesus
maybe i should get in the habit of doing my dirty work as the toor user, and just make that something like zsh
-
Aedil
&2
-
mns
how do I tell if I need to reboot my system after doing "freebsd-update fetch install" ?
-
tercaL
mns: It's a new kernel. So; always. I think.
-
mns
tercaL: that's not always the case. sometimes its just an update to userland and not kernel.
-
kevans
mns: perusing the announcements is the best way
-
kevans
the SA/EN text is supposed to very explicitly state if you need to reboot
-
kevans
(vs. just restarting all userland services vs. restarting just one service)
-
mns
kevans: where do I find the announcements for the security updates ?
-
mns
-
mns
I guess although the advisory says to reboot, it was not needed. uname -a and freebsd-version -k say I'm on 13.2-RELEASE-p4.
-
JKHII
It probably says to reboot because it updated a library that you need to get the old version out of memory.
-
meena
mns: it'll work if you're not using it
-
sphex
eh. funny, I'm getting tons of kernel messages about processes dying on signal 11 during reboot on 14-RELEASE. what's weird is that it's all after the "All buffers synced." message. Some even after the "Uptime: ..." message.
-
futunebot
I just ran pkg upgrade on a jail running a service using node19, and it abruptly deinstalled node19
-
futunebot
why would upgrade deinstall something?
-
futunebot
can I prevent it from happening again?
-
sphex
futunebot: probably to replace it with node20
-
futunebot
yeah, that would have been fine, and I just did that manually
-
futunebot
but it didn't replace, just deinstall
-
sphex
futunebot: ok. well that's odd. you can `pkg lock` packages to prevent them from getting automatically upgraded/replaced, but that has consequences on other packages that depend on it...
-
babz
node19 has been removed from the ports in june
-
futunebot
I don't need that particular version, but I do need some version of node
-
futunebot
now, I only noticed because the service didn't come online after restart
-
futunebot
is there a way to install a metapkg to always keep latest lts version, for example?
-
futunebot
did I make some config mistake?
-
babz
well, for languages such as nodejs, you better not rely on a default/latests metapackage
-
babz
as versions have backward *and* forward incompatibilities
-
sphex
futunebot: hmm well there is a "meta port" called just "node" apparently.
-
otis
www/node tracks the "latest" LTS node version
-
uskerine_
Hi, after upgrading to 13.2 I got my notebook environment broken. Does anyone know which package shall be installed to bring Jupyter Notebook back to life?
-
uskerine_
I have tried seveal, including py39-notebook
-
futunebot
thanks guys, tht's what I should have installed before
-
uskerine_
well, it was a matter of deleteing old versions in /usr/local/lib/python3.9/site-packages/....
-
phryk
is 14.0-RELEASE already available via freebsd-update?
-
rafe
phryk: it's on the servers but it has not yet been officially released. They are adamant in saying that it has not yet been released.
-
phryk
rafe: okay, so they're waiting on a big poudriere build for pkg.freebsd.org or something?
-
rafe
phryk: possibly! I don't know
-
CueXXIII
-
VimDiesel
Title: [HEADS-UP] Quick update to 14.0-RELEASE schedule
-
phryk
aye, sounds like my assumption isn't far from truth. :)
-
nimaje
uskerine_: you shouldn't manually delete stuff in /usr/local/lib/, so pkg didn't correctly remove the old version before installing the new one?
-
hernan
can wayland run with drm-515-kmod (intel 12th gen video) ?
-
hernan
sway fails to start with error: Kernel is too old (4.16+ required) or unusable for Iris
-
ueberall
Anyone tried and succeeded in cross-compiling BoringSSL for FreeBSD? Any hints with respect to a CMake toolchain file? "[...]git/checkouts/boring-b37daebd62069023/3809a7e/boring-sys/deps/boringssl/src/crypto/fipsmodule/rand/urandom.c:237:53: error: use of undeclared identifier 'AT_EXECFN'" looks fishy.
-
tercaL
ueberall: Last year tried it, ended up with horrible errors. (I needed it for installing OpenLiteSpeed web server)
-
nimaje
-
VimDiesel
Title: FreshPorts -- security/boringssl: Fork of OpenSSL
-
ueberall
nimaje: Yes, but not that copy; mine came from
docs.rs/boring/latest/boring
-
VimDiesel
Title: boring - Rust
-
nimaje
so rust bindings for boringssl, does it have some way to tell it to link against the system version instead of building its own copy of boringssl?
-
ueberall
That's an idea… if I can install boringssl under the specified "sysroot".
-
nimaje
-
VimDiesel
Title: boring - Rust
-
adilix
hi all
-
adilix
is it out? version 14.x
-
nimaje
-
VimDiesel
Title: [HEADS-UP] Quick update to 14.0-RELEASE schedule
-
adilix
ok thx
-
ueberall
nimaje: Thanks, I'm reading that atm.
-
CrtxReavr
Anyone use dhcpcd? I'm looking at the rc.d script installed by the port and it looks. . . lacking.
-
babz
pkg info -l dhcpcd
-
babz
it doesnt have /usr/local/etc/rc.d/dhcpcd ?
-
CrtxReavr
It does, I'm talking about the script itself.
-
CrtxReavr
Seems to have no tooling for specifying an interface.
-
babz
-
babz
I can't test it now, but it doesn't look bad.
-
VimDiesel
Title: dhcpcd.in « files « dhcpcd « net - ports - FreeBSD ports tree
-
babz
what's your problem ?
-
meena
-
VimDiesel
Title: src - FreeBSD source tree
-
CrtxReavr
Okay, how do I specify the interface it runs on, within rc.conf & rc.d mechanism?
-
CrtxReavr
I see the $ifn variable, but there's no rc.conf syntax to specify it, or even dhcpcd_options.
-
skyenosaur
hello i am trying to get serial output on my little experimental SBC but i struggle to set the baud rate and what the handbook tells me to do does not work
-
skyenosaur
the baud rate of the device’s bootloader is 115200, and i get into the freeBSD bootloader at the same speed, i can get into the boot menu etc, but once it loads the kernel it only prints a gharbled mess like when you connect at the wrong speed
-
skyenosaur
so i checked the handbook and the handbook says to recompile the kernel with "options CONSPEED=115200" but if i try that all i get is a make error and "unknown option "CONSPEED""
-
skyenosaur
seriously, how long has this article not seen an update?
docs.freebsd.org/en/books/handbook/serialcomms
-
VimDiesel
Title: Chapter 29. Serial Communications | FreeBSD Documentation Portal
-
hovr
Does anyone know: when installing the mini-memstick version which does not contain the installation files, how does bsdinstall verify that the downloads are ok? hash, or signature, or?
-
babz
CrtxReavr: it looks like a drop-in replacement for /etc/rc.d/dhclient
-
babz
however I don't see any way to make /etc/network.subr use it
-
scoobybejesus
seems like this is still a thing, escape codes not parseable by /bin/sh:
bugs.freebsd.org/bugzilla/show_bug.cgi?id=211360
-
VimDiesel
Title: 211360 – ESC characters are not interpreted by /bin/sh
-
kevans
mns: they're sent to various lists... they're also posted to the website:
freebsd.org/security/advisories and
freebsd.org/security/notices
-
VimDiesel
Title: FreeBSD Security Advisories | The FreeBSD Project
-
jmnbtslsQE
in a system that sets serial console mode in loader.conf, is there any way to override this when booting?
-
jmnbtslsQE
it appears that even with Video console set in the main screen, the loader.conf eventually overrides it
-
kevans
loader.conf should nt (and usually doesn't) override anything set in the menu by design
-
jmnbtslsQE
hmm, not sure what i did then. i configured it to use serial console some time ago and i've forgotten how. but in any case, when i set Video console in the menu, eventually the boot changes to dual console with serial primary
-
jmnbtslsQE
and luckily the boot from iso mechanism on the remote access software is not working
-
CrtxReavr
babz, not setup to try it yet, but I suspect it's by tweaking: dhclient_program="/sbin/dhclient" # Path to dhcp client program.
-
jmnbtslsQE
hmm, can't unset console setting in the loader and also can't override it with console=vidconsole - it remains comconsole,vidconsole
-
kevans
jmnbtslsQE: UEFI boot or BIOS?
-
kevans
comconsole and vidconsole would imply bios
-
kevans
did you set boot_serial in loader.conf?
-
jmnbtslsQE
unfortunately not sure what exactly is in loader.conf since it's been set to serial for a while. i don't remember that specific setting; i think it's more likely i would have set something like "console=comconsole,vidconsole"
-
jmnbtslsQE
yeah, it's BIOS
-
jmnbtslsQE
this is 12.4 in case it matters
-
gnuself
Is there a better room to use to discuss zfs?
-
babz
#zfs I think ?
-
babz
If your question is freebsd-specific you can ask it here
-
hackerman
Is the memstick.img suppose to be legacy bios bootable?
-
hackerman
Because mine, upon loading /boot/loader just restarts
-
V_PauAmma_V
Which FreeBSD version?
-
hackerman
14
-
hackerman
Ok I am about the abandon this whole legacy bios thing
-
hackerman
it seems that it's not really well supported
-
hackerman
I only wanted to try it because I had a graphics issue, I saw somewhere that switching to legacy might help, so I wanted to weed out the easy things first
-
jmnbtslsQE
i use legacy bios exclusively but i've never run 14
-
V_PauAmma_V
Did you verify the checksums are correct?
-
last1
can anyone try an openssl connect command and see if it works for you ? : openssl s_client -connect mail.ag.gov.tt:25 -starttls smtp
-
last1
somehow this works on Linux, but not FreeBSD
-
SpaceBass
Ugh! Something went wrong with my Samba DCs and replicated to them all and now none of the bind instances will start :/
-
last1
I mean, in FreeBSD it gets stuck for me at 'Connected'
-
mns
last1: what were you expecting ?
-
last1
to go past the connected text
-
last1
negotiate cipher, etc, show the smtp prompt in the end
-
last1
mns: can you try it ? What are you seeing ?
-
kevans
last1: I seem to get through the handshake just fine
-
last1
kevans: which version of openssl are you using if you don't mind me asking
-
kevans
last1: 3.0.11
-
last1
eh, it wouldn't matter, I just tried with an older FreeBSD with openssl 1.0.1p from 2015 and it connected
-
last1
I don't understand, regular SMTP connects fine without TLS, I get the banner and everything. TLS connections hang at connected
-
V_PauAmma_V
last1, does the server log shed any light on it?
-
last1
I don't have access to the server
-
V_PauAmma_V
Then I'd break out tcpdump or wireshark.
-
last1
when it worked for you, which cipher was selected ?
-
V_PauAmma_V
I haven't tried. ISP won't let me SMTP out.
-
last1
figured it out, sort of
-
last1
it's pf
-
last1
if I disable it, TLS handshake completes
-
jb1277976
last1: i can test. im at school right now
-
last1
ok, but it seems to be an issue with the packet filter
-
last1
I have pretty simple rules like: pass in quick on vmx0 all flags S/SA keep state
-
last1
can that somehow block TLS negotiation in this particular case ?
-
jb1277976
last1: do you want me to run that command ? openssl s_client -connect mail.ag.gov.tt:25 -starttls smtp ?
-
last1
sure, do you have pf enabled ?
-
jb1277976
probably not lol i'm new
-
jb1277976
what package is pf ?
-
polyex
any way to watch and see when pf is reloaded using 'service pf reload'?
-
last1
it's the system firewall :)
-
jb1277976
aw proabbly not
-
last1
not sure what was missing but adding scrub in all to my pf fixed the issue
-
last1
for sure their firewall was messed up or something
-
uskerine_
hi,
bpa.st/4JCQ any tip on why do I get invalid configuration for notebook while trying "service jail onestart notebook" ? first time with jails, thanks
-
VimDiesel
Title: View paste 4JCQ
-
uskerine_
I am in doubt about host.hostname, my idea is to have several jails (it is a development environment) and having the DNS for "example.com" configured to point to local IP addresses
-
scoobybejesus
allow raw sockts
-
uskerine_
Starting jails:/etc/rc.d/jail: WARNING: Invalid configuration for notebook (no jail.conf, no hostname, or no path). Jail notebook was ignored.
-
uskerine_
still no luck after fixing the typo, seems something a bit more profound
-
scoobybejesus
you're going manual. i learned manual with this:
clinta.github.io/freebsd-jails-the-hard-way
-
uskerine_
Thanks scoobybejesus , I will read that
-
scoobybejesus
semicolons missing on a couple lines might be it
-
scoobybejesus
interface might need quotes?
-
scoobybejesus
if none of that, i just wonder if the conf file is in a place jls will look for it
-
» meena didn't realize she does jails the hard way…
-
uskerine_
Now I see I skipped parts from the handbook..... I will do the homework again
-
uskerine_
btw, is there any online meetup or so about FreeBSD
-
babz
Jails the hard way... docker ?
-
V_PauAmma_V
That depends on what you mean by "online meetup". There's #freebsd-social on IRC, if that counts for you.
-
uskerine_
so in thin jails, do jails share the environment with the actual box, or do the initial download of the FreeBSD 13.2 image will be shared for all thin jails?
-
uskerine_
Well I used to attend some C++ meetups, they do talks and things like that
-
V_PauAmma_V
Oh. I don't know, then. Maybe look at Community > User groups on
freebsd.org .
-
VimDiesel
Title: The FreeBSD Project
-
mns
uskerine_: from the way I know, using bastille, thin jails share the base image, hence they're thin. that way you can update the base image, and it will propogate to the thin jails.
-
scoobybejesus
-
VimDiesel
Title: 208911 – devel/libedit: removes escape characters from prompt