-
Crocodillian
for some reason I don't have the device node /dev/nvd1p1, I have /dev/nvd0p1 which is the EFI partition on my first disk, but not the one on my second disk, or any partition devices for my second disk
-
Crocodillian
why would that happen
-
polyex
i switched my lan tld to .lan. here's my unbound config
termbin.com/p2h1 any way to make it even better!?
-
Dimonax
Anyone using wasmer-2.3.0 on FreeBSD 13.1?
-
polyex
what is it?
-
Dimonax
polyex: It's a vm for webassembly.
-
Crocodillian
so if I pass --modules=nativedisk to grub-install I can chainload the freebsd efi loader from another disk and boot it from my grub menu \o/
-
Moebius
hi
-
Moebius
is video playback possible in bare console without xorg?
-
Moebius
it did work for me on opensuse, but i'm having some issues on freebsd, for some reason it can't find a device for the output
-
Moebius
it works fine if i startx
-
Moebius
matter a fact, i can't do anything when it comes to video, the display is not set and i'm not sure what exactly to export
-
debdrup
Moebius: yes, playing back video on the framebuffer is possible while at the console, but I've only managed it with multimedia/mpv and then only as a stunt to show that it's possible.
-
Moebius
yes, that's exactly what i'm trying to use
-
debdrup
Also, FreeBSD isn't Linux, so comparing it to OpenSUSE won't make any difference :)
-
debdrup
If memory serves, the correct invocation I landed on was inspired by something I read in the ports VCS log, so start looking there.
-
Moebius
alright, thanks
-
debdrup
Ah, here we go. In /usr/ports, do: git log --grep console multimedia/mpv
-
Moebius
another thing, i'm not sure my gpu meets the minimum requirement for this, some people say you need Intel HD whereas this is a really old laptop with Intel GMA 950
-
debdrup
Try it.
-
Moebius
fatal: not a git repository (or any of the parent directories): .git
-
debdrup
-
VimDiesel
Title: Chapter 4. Installing Applications: Packages and Ports | FreeBSD Documentation Portal
-
debdrup
Even if I didn't have chemobrain and struggled to remember what happened yesterday, I'm not sure I'd remember which generations do what, graphics wise, since they're entirely proprietary and Intel doesn't publish a changelog. ;)
-
Moebius
you know, i think i will just use xorg... there's more than one reason for it, like i need to turn off the screen and such as i'm planning to use it as my media server basically.. and xset won't work without it anyway
-
Moebius
i don't need a full desktop environment, i'm a little short on ram here, just a bare minimum to do these things comfortably
-
debdrup
With all due respect possible, I think that's for the best - I don't think someone who doesn't know what ports are (ie. doesn't have a ports tree via git) would be the most advanced user (yet), and as such it's probably not the best to try and do advanced things like running purely on console.
-
debdrup
You could try wayland, it uses a lot less memory in my experience.
-
debdrup
Here's a snip from ps: debdrup 2146 0.4 1.3 455772 207952 v8 S+ 24Sep22 769:02.76 | `-- sway --config /usr/home/debdrup/.config/sway/config.docked
-
Moebius
that's interesting, thanks
-
debdrup
If I remember my columns right, that puts the resident set size at around 200kB memory.
-
debdrup
-
VimDiesel
Title: Chapter 5. The X Window System | FreeBSD Documentation Portal
-
debdrup
There's plenty of time for you to become an advanced user, but getting the basics right first is always a good step.
-
debdrup
Even if you've used another Unix-like environment, there are enough differences that can trip you up, that you should be careful when you try to leap and run when you can barely walk, if you'll excuse the analogy :)
-
Moebius
i'm aware, but when it comes to the rest i've pretty much figured it out, there isn't that big of a difference after all
-
Moebius
but the video stuff is confusing
-
debdrup
The video stuff is one of the things that's most like Linux, because it gets ported from the Linux kernel. ;)
-
Moebius
i mean it's confusing even on linux, nothing to do with bsd
-
Moebius
yep
-
Moebius
so the only reason it worked on opensuse is because some things were pre-configured, it's not like i managed to pull it off ;)
-
Moebius
which is, frankly, how i prefer it to be most of the time
-
debdrup
You won't get any of that on FreeBSD, but on the other hand in setting it up to your liking, you risk learning a lot more.
-
Moebius
some things i don't wanna tinker with like ever
-
Moebius
just don't feel like it
-
debdrup
Really?
-
Moebius
yeah...
-
Moebius
not very romantic ;)
-
debdrup
I'm that way but only when I've set something up.
-
debdrup
In that respect, I think, FreeBSD suits me well - it's _very_ rare that stuff breaks.
-
debdrup
I do hope you learn to appreciate it though, as I've found other people who had your attitude and who came to love FreeBSD.
-
Moebius
i'm not saying i'm hating it ;)
-
Moebius
it is what it is
-
debdrup
And of course, you're welcome to ask questions in here (although please try to remember just to ask in general, as you already have done - some people have an unfortunate habit of expecting someone who's helped them once to always be available for help later, which is unrealistic)
-
Moebius
sure, i know
-
Moebius
i've been here before and it seemed a little dead but i still came back to ask a new question
-
Moebius
didn't really expect much though
-
Oclair
does anyone know if docker works now on FreeBSD
-
meka
Oclair: it doesn't, but you might find other jail/bhyve managers to be quite good alternative
-
johnm
Oclair:
reviews.freebsd.org/D21570 <-- it's being worked on, but is currently not ready
-
VimDiesel
Title: β D21570 Update sysutils/docker-freebsd to new version
-
meena
johnm: that looks pretty stalled/stale to meβ¦
-
CrtxReavr
I cannot stop typing "pkg_delete," "pkg_add," etc.
-
CrtxReavr
There a smart way to clean up /usr/ports/distfiles?
-
CrtxReavr
Little short on space on this VPS, and don't want to re-download needed tarballs, since the bandwidth is metered.
-
yuripv
i know that portmaster can (could?) delete the obsolete distfiles, not sure if there is other way
-
CrtxReavr
Yeah, it has a -d switch for deleting stale distfiles, which I generally use, but it's not been used every time.
-
CrtxReavr
Guess I'm looking for a way to walk to the ports tree to check for stale distifles.
-
CrtxReavr
Hmm. .. . wonder if `portmaster -and` would do it.
-
CrtxReavr
'Cept I think -a only works with installed ports.
-
BinGOs
I answered on #FreeBSD-ports but I'll answer here as well.
-
BinGOs
I use 'portmaster -y --clean-distfiles' which cleans out any unused distfiles
-
CrtxReavr
BinGOs, sorry I was detached from this screen session poking around man pages. . .
-
CrtxReavr
I'll try that - thanks.
-
CrtxReavr
That's deleting something. . .
-
CrtxReavr
Hopefully not too much.
-
CrtxReavr
It would seem the go ports have left a shit-ton of cruft sitting there.
-
CrtxReavr
BinGOs, that seems to have been perfect - thanks.
-
Oclair
It's not because I like docker, it's because other devs which only know Linux Mac and Windows think docker support covers Open Source
-
Remilia
"pkg clean is used to cleanup the local cache of packages downloaded from remote repositories. It removes packages that have been superseded by newer versions, and any packages that are no longer provided."
-
Remilia
oh wait, ports
-
Remilia
I use poudriere which has cleanup stuff
-
Remilia
poudriere distclean does the job pretty well
-
otis
pkg clean cleans up package cache, not distfile cache
-
Remilia
aye I misread there
-
spmzt_
Suddenly my server panics 8 times today! Have no idea, so create a bug about it on Bugzilla first:
-
spmzt_
-
VimDiesel
Title: 266999 β panic: make_dev_sv: bad si_name (error=17, si_name=tun3)
-
signalblue
I am having a hard time getting a recursive DNS server using BIND working on my FreeBSD installation. I was wondering if someone could help me with this. I want to configure a BIND DNS server that, when asked an unkown query, will go to the roots, the TLD roots, and so and on and so forth. Any ideas?
-
spmzt_
@signalblue do you want it to go for the roots? what is your config?
-
spmzt_
@signalblue did you read the named.conf comment? There is a how to on 75 line.
-
signalblue
spmzt_: yes I want it to either forward to the NOC DNS server or go to the roots, whichever config is easier.
-
signalblue
-
daemon
hey all I am looking at getting a wireless network card for one my freebsd systems, ideally that supports '/a/b/g/n' no issue finding a list of what can do b/g but 'n'? can't seem to find a list of supported hardware anywhere (including the release notes) anyone have any ideas?
-
daemon
ah the wiki ^_^
-
daemon
seems intel and atheros are the best shouts
-
daemon
anyone have any support either way for any reason?
-
koobs
morn
-
polyex
caddy won't start! first i run `caddy validate` and verify the config is valid. then i try `service caddy start` and /var/log/caddy/caddy.log contains
termbin.com/naq9
-
meena
polyex: lots of issues there, but most importantly it looks like you're trying to start it as not-root
-
polyex
it worked fine before tho
-
polyex
did something big change in caddy recently?
-
meena
polyex: did you run it on port 8080 (unprivileged) and now you're running it on 443 (privileged)?
-
polyex
nope, same ports
-
polyex
the only new thing is the http/3 quic stuff. maybe it's trying to bind to new stuff?
-
polyex
i disabled the firewall so i know that's not the problem
-
meena
polyex: is something else running on that port already?
-
polyex
443?
-
meena
sockstat -lP tcp
-
polyex
I l
-
polyex
sockstat -LP or capital i -IP?
-
meena
polyex: smol L, or you could copypaste it into your terminal, and hopefully have better fonts there
-
polyex
k ya nothing on 443
-
meena
polyex: and, once again: you're running "service caddy start" as root user, or with sudo, or something of the like?
-
polyex
no in rc.conf i have caddy enable, caddy user/group ="caddy"
-
polyex
i had to enable a kernel module for that to work
-
polyex
mac_portacl
-
polyex
then in /etc/rc.local i put sysctl security.mac.portacl.rules="uid:caddy:tcp:80,uid:caddy:tcp:443"
-
polyex
i wonder if i need to add another entry there like uid:caddy:udp:443?
-
meena
no.
-
polyex
listen udp :443: bind: operation not permitted
-
polyex
oh
-
polyex
well i dunno wtf then
-
meena
first off, sysctl rules can go into /etc/sysctl.conf
-
meena
unless caddy is somehow supposed to start before sysctl stuff is loaded
-
polyex
i think i put it in there because i run some bash in rc.local. i put the name of the webserver user into a var
-
polyex
like #!/bin/sh ... __uid=$(id -u caddy)
-
meena
rcorder /etc/rc.d/* /usr/local/etc/rc.d/* β on my system, sysctl comes third
-
polyex
then sysctl security... line uses __uid
-
polyex
can't put that in sysctl.conf right?
-
meena
polyex: right. However, our port system has stable UIDs and GIDs
-
meena
except, there is no caddy user in ports/UIDs
-
» meena needs to head to bed
-
polyex
that worked!!!!!
-
meena
rc.local isn't early enough?
-
meena
rcorder /etc/rc.d/* /usr/local/etc/rc.d/* | cat -n | grep -w local
-
meena
it's waaaaay late.
-
polyex27
sorry...
-
polyex27
meena no what fixed it was adding an entry to security.mac.portacl.rules for udp:443!