01:34:47 hi all. i'm currently debugging a dns issue inside the linuxulator. I've narrowed it down to one check, where we check if the `nlmsg_len` is greater than the sizeof `nlmsghdr` and `ifaddrmsg`. with debugging, this is currently what it's reporting: `rtnl_ifaddr_from_linux: hdr_nlmsg_len: 20, sizeof(struct nlmsghdr): 16, sizeof(struct ifaddrmsg): 8` 01:37:13 source code in question: https://cgit.freebsd.org/src/tree/sys/compat/linux/linux_netlink.c#n97 01:37:15 Title: linux_netlink.c « linux « compat « sys - src - FreeBSD source tree 03:25:30 why doesn't a jail host's /var/log/jail_console_testjail.log show everything in the jail's /var/log/messages? /etc/syslog.conf in jail host and jail are the same. 03:31:29 polyex: Probably worth opening a bug for it. 03:47:44 jmnbtslsQE: assuming that question about nfs or zfs was for me, this is a ZFS-based system 06:07:25 polyex, It says console messages not syslog messages, right? The console log is for anything written to the console isn't it? That's different from things sent to the syslog. What am I missing? 06:13:43 Oh, I missed that detail. 08:10:31 Does anybody know how the user creation/management works when "Use password-based authentication? [yes]" is set to no? I mean, the user ain't locked, but it doesn't have a password either, right? Does it mean it is password-less? Or the auth method's set to something different for the said user? 08:11:04 I would appreciate it if anyone knows exactly how it works, otherwise I shall delve deep into the source code. 08:51:47 kfv: src/usr.sbin/adduser/adduser.sh is just a shell wrapper around pw, so it should be quicker to check than wait for an answer :) 08:52:48 Similarly, man is also just a shell wrapper. 08:54:34 I know adduser's passing "-w no" to `pw`, I'm wondering how user access is managed when password authentication's disabled for a user. 08:55:20 I should study the PAM module I think, but reading `pw` could be much more helpful I guess. 08:55:50 But yeah, just posted my question here as well in case somebody could educate me before I can spare some time studying the codebase. 10:35:20 tykling for DNS-01 do i need certgrinderd and client on same jail to use this? its unclear when i read documentation. unless i missed it 10:55:16 btw tykling your pip install certgrinder fails, because of lacking rust compiler, so something is broken 10:59:01 if i install rust with pkg install rust, then it can continue installing the certgrinder and no error 11:37:55 Hey guys, I want to try freebsd in KVM, I managed to do the basic config according to docs, I get couple of warnings but the X won't start. 11:39:48 I'm still in the TTY with std input messages from X server. Checked X log it complains about missing modules xspicekeyboard and xspicekepointer but these are only warnings. 12:29:56 Ok, trying xfce, debugging the drivers didn't help. Looks like this won't work, maybe I'l try it in Virtual Box some day :) 12:46:35 rtyler: just a shot in the dark..it just occured to me that it could possibly be zfs-related, if you have a file-backed or zvol-backed swap, or low space on your zpool, or any unavailable zpool which was previously mounted 12:46:45 (that is why i asked about zfs) 16:52:30 anyone else upgraded nextcloud to v29 and now in the basic settings the security checks are failing because the server can't connect to itself? Apparently the checks are server-side not client-side from now on. I'm not running a firewall on the host (nextcloud is running in a jail) as the router handles all firewall/proxy duties 17:29:31 hi 17:55:12 any upside to having rc daemons log to their own file or is it always better for stuff to log directly to syslog? 18:46:22 polyex, It's your system. Which would you prefer? (I already voiced my opinions and look forward to hearing others voice in.) 18:46:48 ya i'm wondering what others think too 20:36:15 Hi, I'm trying to use an application that uses this .so (https://github.com/elixir-explorer/explorer/releases/download/v0.8.2/libexplorer-v0.8.2-nif-2.15-x86_64-unknown-freebsd.so.tar.gz) and I'm getting "No space available for static Thread Local Storage". 20:36:31 Does anyone know why can I be getting this error? 20:47:14 martinrame: do you have the prerequisites installed? looks like it needs rust and other backend things for the elixir packaqe 21:51:12 voy4g3r2: no, but as it's a precompiled library I thought rust isn't needed. Let's install it. 22:48:30 martinrame: i never used elixir was just reading through the project pages..