-
seafork
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`
-
seafork
-
VimDiesel
Title: linux_netlink.c « linux « compat « sys - src - FreeBSD source tree
-
polyex
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.
-
mason
polyex: Probably worth opening a bug for it.
-
rtyler
jmnbtslsQE: assuming that question about nfs or zfs was for me, this is a ZFS-based system
-
rwp
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?
-
mason
Oh, I missed that detail.
-
kfv
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?
-
kfv
I would appreciate it if anyone knows exactly how it works, otherwise I shall delve deep into the source code.
-
debdrup
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 :)
-
debdrup
Similarly, man is also just a shell wrapper.
-
kfv
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.
-
kfv
I should study the PAM module I think, but reading `pw` could be much more helpful I guess.
-
kfv
But yeah, just posted my question here as well in case somebody could educate me before I can spare some time studying the codebase.
-
Puzfire
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
-
Puzfire
btw tykling your pip install certgrinder fails, because of lacking rust compiler, so something is broken
-
Puzfire
if i install rust with pkg install rust, then it can continue installing the certgrinder and no error
-
Vectorboost
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.
-
Vectorboost
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.
-
Vectorboost
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 :)
-
jmnbtslsQE
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
-
jmnbtslsQE
(that is why i asked about zfs)
-
vortexx
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
-
vladsuser
hi
-
polyex
any upside to having rc daemons log to their own file or is it always better for stuff to log directly to syslog?
-
rwp
polyex, It's your system. Which would you prefer? (I already voiced my opinions and look forward to hearing others voice in.)
-
polyex
ya i'm wondering what others think too
-
martinrame
Hi, I'm trying to use an application that uses this .so (
github.com/elixir-explorer/explorer…15-x86_64-unknown-freebsd.so.tar.gz) and I'm getting "No space available for static Thread Local Storage".
-
martinrame
Does anyone know why can I be getting this error?
-
voy4g3r2
martinrame: do you have the prerequisites installed? looks like it needs rust and other backend things for the elixir packaqe
-
martinrame
voy4g3r2: no, but as it's a precompiled library I thought rust isn't needed. Let's install it.
-
voy4g3r2
martinrame: i never used elixir was just reading through the project pages..