-
ivy
crap, i connected my local forgejo to push to github and it's somehow closed my open PRs... i guess the branch didn't exist
-
ivy
oh, if you push the branch again you can reopen the PR, okay
-
ivy
in rc(8), what is the difference between ${svc}_precmd and ${svc}_start_precmd? does the first one just run for any action?
-
BraveheartBSD
Is there a simple way to copy config files from a dying server to a new one? Server only, no X.org, both have ssh accress
-
nimaje
scp?
-
BraveheartBSD
In the words of Homer Simpson ..... Doh
-
BraveheartBSD
I'm reading up on it now
-
ivy
nimaje: your comment yesterday about setting svcj_options for ntpd prompted me to look into this in more detail and i think the issue is actually wider than just ntpd -- anything that tries to set $command_args in precmd is broken in svcj, including nfsd which supposedly supports svcj
-
polyduekes
anyone knows when the xorg-server 21.1.16 security update will arrive in quarterly branch?
-
ivy
polyduekes: i am rather surprised it hasn't already, you might want to mail manu@ and ask
-
ivy
the relevant commit is not marked with MFH: 2025Q1, which usually means there's no intention to backport it
cgit.freebsd.org/ports/commit/?id=9…486db3008f77bebcc0887f8ecbc546fa007
-
polyduekes
ivy: thanks i wll try mailing
-
» ivy works on making BIRD run in a svcj instead as it seems easier than ntpd
-
LXGHTNXNG
ah, hm
-
LXGHTNXNG
what does svcj mean
-
ivy
LXGHTNXNG: service jails, a new feature in 15.0 that allows rc(8) services to run inside a special type of jail
-
ivy
the idea being to reduce the amount of system access a specific service has (somewhat like apparmour or SELinux on Linux)
-
plasma
sounds interesting
-
uskerine_
hi, I am trying to write a rc for a custom service
-
uskerine_
-
uskerine_
a punk downvoted it -it was before asking here-, I wonder what is wrong with the question
-
nimaje
no idea why it hangs rc, but isn't rserver_tcp_stop what rc.subr would do if you leave it out, as you have a pidfile? and I would set PATH with sh syntax, instead of using env and daemons --output-file instead of >>
-
wsky
can anyone audit my pf.conf script? the problem is it does not autoload after boot
-
wsky
i know it can be a matter of missing bracket
-
jan0sch
Have you tried pfctl -nf ?
-
ivy
wsky: do you get any output on the console during boot? there should be an error message printed if pf.conf isn't loaded
-
wsky
ivy i didn't this server is a vps
-
wsky
i mean i could
-
ivy
wsky: you can see console output in /var/log/console.log by following the instructions in /etc/syslog.conf and rebooting
-
wsky
jan0sch the script loads manually after boot, it just does not autoload
-
wsky
what if i just show the script here?
-
ivy
it's a little bit rude to ask us to test your pf.conf for you when you could easily do it yourself...
-
kevans
nacelle: awesome, good to hear
-
wsky
ivy i dont't know neither what's wrong with that script nor how is this rude :s
-
nimaje
what did you already do to debug it? ideas to start debugging was already given here
-
uskerine_
nimaje: I tried with -o instead of redirects, still hangs
-
wsky
nimaje i've browsed the web
-
wsky
i know i needed brackets at some point and it worked and then, after upgrade to fbsd 14 it stopped working again
-
uskerine_
nimaje: it was adding REQUIRE: networking
-
rtprio
uskerine_: you'd probably use the daemon output to log rather than redirecting like that
-
rtprio
as daemon will accept signals for log rotation
-
momken
Good night. Which pkg mirror is the fastest in Iran?
-
momken
I am trying to install postgresql17 in a jail and the download ETA just for llvm19 is more than 1 hour
-
momken
I can't achieve my goals with these speeds
-
rtprio
sneakernet sounds like it would be faster
-
rtprio
or use the package, which probably doesn't need llvm?
-
nimaje
it does via the default LLVM option "Build with support for JIT-compiling expressions"
-
rtprio
nimaje: is downloading them outside the jail any faster? there may not be much to be done
-
nimaje
momken has problems downloading, but is already gone
-
jpb
quick question for developers in this group: is there any real reason to maintain the graphviz .dot files in src/share/misc/committers-*.dot?
-
jpb
these first appeared in v 7.0 and while they have been "kind of maintained" over time, they are "kind of a mess" right now.
-
jpb
is there any real value to these file? does anyone print them out on a plotter and have them hanging proudly in an office anywhere?
-
jpb
are they of any value?
-
dvl
I was looking at my HE.net /48 and /64, noticed that I was not using my /64 and feared I configured it wrong. Then I realized I assigned a /64 to each of my vlans and I'm using the /48 pretty much like I should.
-
mzar
dvl: your ISP doesn't provide you with native IPv6 ?
-
Leomb
hello
-
scoobybejesus
okay team, I have not been able to figure this out. i ran out of space in my mirrored pool `tank` on my backup machine (I will run out tonight when syncoid runs), so I got new drives. I already re-silvered one disk. The issue is that `gpart show` doesn't show this disk and I want to label this drive. Do I need to remove this drive from the mirror, `gpart create` a scheme, `gpart add` a label, and then `zpool replace` and resilver?
-
scoobybejesus
It would be annoying to resilver all over again, but i'm thinking I messed up by not going a `gpart backup ada0 | gpart restore -F /dev/ada1` before adding this new disk to the mirror
-
scoobybejesus
When I offline the disk, i can do whatever I want to it. Then I put it back online and the changes are gone. I guess i need to do more than offline it. Fully remove it. gpart all the things. then add by the gpt label. and then it'll resilver all over again. yes?