04:08:44 https://docs.freebsd.org/en/books/handbook/cutting-edge/#updating-src-quick-start 04:08:58 is that "git pull -C /usr/src" command wrong? 04:09:09 the -C should be an argmument for git not for the pull subcommand, right? 04:13:54 right 04:14:41 also -j4, but make should use the maximum number of threads automatically I think? 04:18:26 huh maybe you do need the flags 04:25:29 bmake does not 07:12:38 can an unpriviliged process use the pam_unix pam module? 14:07:13 hello, I am looking to see battery percentage. For some reason, sysctl is not reporting this most of the time. https://pastebin.com/da75ZQRH 15:16:50 Hi, I'm building a c++ library and when I check it with ldd I get: ldd: libcfind.so: Shared object "libcfind.so" not found, required by "ldd" 15:16:59 Any hint? 15:21:35 martinrame: if you're just passing the so name then it's probably just searching the normal paths for the name 15:21:48 try ./libcfind.so 15:22:10 kevans: yes!, that was it. Thank you! 15:23:11 i won't pretend to understand why 17:04:43 Gud: try apm - https://man.freebsd.org/cgi/man.cgi?apm 21:10:31 is there in FreeBSD something similar to CAP_NET_BIND_SERVICE ? 21:10:42 I want to give a non-root user the ability to bind a port lower than 1024 21:11:03 ah, net.inet.ip.portrange.reservedhigh maybe ? 21:11:15 could it be specific to a user or app ? 21:13:32 last1: check the pkg-message for www/caddy 21:13:38 it has a way 21:13:45 (i've never tried it) 21:27:02 ok, thank you 21:40:26 last1: add user to the group with desired port in /etc/services 22:07:14 getz, You just said something interesting to me. Is that documented somewhere? How does that work? 22:36:32 portacle is what caddy uses, i believe, but it's a little awkward if you want to use it in a jail, iirc 22:51:39 portacle? is that an English word? 22:53:58 looks like a word and is spoken like a word, but it means port and acl for access control list 23:01:12 "portacl-rc is an rc(8) script for mac_portacl(4), allowing administrators to limit or permit binding to local UDP and TCP ports that would otherwise be privileged to the superuser." 23:04:29 for using caddy with it: https://cgit.freebsd.org/ports/diff/www/caddy/files/pkg-message.in?id=0c01423b48aa7b63e795601c64af03322a594cae