-
ivyneat, found a kernel panic in mac_do :-)
-
ndut7brb
-
kevansivy: quick fix it before anyone notices
-
ivykevans: this code looks surprisingly in depth so i am just going to make a pr :-p
-
ivytrigged by this fwiw: sysctl security.max.do.rules='gid=5>uid=*'
-
ivytriggered
-
Macerso i made a fbsd jail to use as a "shell box" and it seems like sssd can't run because root is not root in the jail
-
ivyMacer: that is not normal, sshd works fine in jails unless you've configured something oddly
-
Macersssd
-
Maceri'm trying to join it to AD
-
ivyoh, sssd. but still, that should also work in a jail
-
MacerSSSD couldn't load the configuration database [1432158324]: File ownership and permissions check failed
-
ivyalthough i have found sssd on freebsd rather... unreliable in the past
-
Maceryeah i typically use samba and winbind
-
Macer(for freebsd)
-
Macerbut i figured i'd give sssd a go.. but it seems to not agree with a jail. i wonder if there is an option for sssd.conf to turn that check off
-
ivyi assume you checked the file permissions on sssd.conf etc.? does anything look strange there? root is still uid 0 in a jail, so it shouldn't be able to tell the difference
-
Maceroh ok. that's my fault
-
Maceri forgot to change nsswitch.conf
-
Maceri guess that's kind of important lol
-
Macerhm. ok.
-
Macerso auth is telling me that the authorization was successful... but it's not letting me login still heh
-
Macerauthentication success... then pam error. wth
-
Macerthat didn't seem to work. let me try with samba/winbind
-
Macerif i can unearth a blog on how to do that
-
Macerworked
-
Maceri think i know where i went wrong with sssd too
-
Macerbut i already have samba+winbindd working for it
-
fonksbelated: my sssd experience is entirely with Linux but over there it's kind of a pain if sssd isn't packaged right, you have to explicitly import sssd's pam modules or else absolutely no authentication will work no matter how many times the AD controller gives you the green
-
fonksLooking at the issues you had here, Macer, it looks like that might have been the case
-
ivyi've never actually got sssd working on freebsd, last time i tried it either wouldn't load a valid configuration or would randomly SEGV
-
ivybut that was a while ago, maybe it's improved since then
-
Maceryeah. i typically take the krb5/samba/winbind approach with fbsd.
-
Macernow to find out why bastille won't bootstrap bookworm
-
Maceri wanted to try out a linux jail
-
kevansdo people actually like sssd?
-
kevansi still have nightmares from having to administer it in a past life
-
skeredLast time we tested it at work it was two commands to setup.
-
ivykevans: on RHEL it works great, i have nothing against it
-
rwpI heard people talking about sssd and I didn't think twice but ran away immediately. Not screaming but whimpering quietly.
-
ivyrwp: you prefer winbind?
-
Macerskered: yeah it's usually fairly simple in linux .. not so sure about fbsd.
-
Maceralthough i think my last attempt i was just messing up the pam files
-
Maceri think the sss.so should have been placed above unix.so
-
Macerwhich i noticed when doing winbind
-
rwpivy, I prefer not dealing with ActiveDirectory. (shudder)
-
unwrapped_monadyo
-
unwrapped_monadwut is this traditional distribution sets vs packages in freebsd 15?
-
unwrapped_monad('^' )?
-
remiliascarletunwrapped_monad: Sets are part of the FreeBSD system, some of which are mandatory, others are optional. And packages are 3rd party (as in not maintained directly by the FreeBSD core dev team) software.
-
remiliascarletDifferent from Linux, where every piece of software is essencially a package.
-
unwrapped_monadooh i see
-
remiliascarletActually, in the case of FreeBSD, only "base" is mandatory, the rest is optional.
-
remiliascarletYou can enable "ports" to also have a Gentoo-like experience in addition to a package manager, enable "kernel" and "src" if you want to have the full FreeBSD source code locally (for customization and tweaking if you really have to), "lib32" if you need 32-bit libraries, and "tests" for...I don't know.
-
rwpunwrapped_monad, You are asking and so I will say that most likely you will install the FreeBSD base system in the /usr tree and then will use pkg to install precompiled binary pkgs to the /usr/local tree. Packages aka pkgs are precompiled "ports" and ports are source code for self compiled packages.
-
rwpThe base system (at this time) is upgraded with freebsd-update to upgrade the base system. Packages aka pkgs are upgraded using pkg upgrade. These are managed separately. This is good because the base system is a consistent thing and your system is almost always reliably able to boot. And then everything not in base is a port and installed on top of the reliable base system.
-
Macerdoes anybody know how i create a helper for rclone for fbsd?
-
Macerin linux you just ln clone to mount.rclone
-
Macerlinking it to mount_rclone doesn't seem to work in fbsd
-
remiliascarletNever heard of rclone before.
-
Macer
-
Macerwell then
-
Macergot it. the md at the bottom of that did the trick
-
Macerit has to be rclonefs linked in /usr/local/bin
-
Maceri can mount it on the host just not in a jail. fuse still can't be used inside jails?
-
Maceroh i guess you can.. not sure where to put this though
-
TommyC2/ws 11
an hour ago