ccrpc-fjunge

Results 8 comments of ccrpc-fjunge

> [...] Instead, it seems from `tofu test -help` that `-test-directory` is an _additive_ directory: search for tests in `$PWD` _and_ this new test directory specified on the CLI. It...

Yes, knowing how the program actually works: its behavior makes sense. I am in no way attempting to contradict your findings, and your explanation of "this is why it works...

Update: There seems to be a permission problem with the sssd configuration in the version post `latest-41.20241227`. Running the command `sudo journalctl -u sssd` shows that on the new versions:...

So the `/etc/sssd/sssd.conf` file has not changed, but the `/usr/lib/systemd/system/sssd.service` file has. It now has the sssd files own by `root` rather than `sssd`, which unfortunately seems to fail. Old...

The `/usr/lib/systemd/system/sssd.service` file seems to be part of the immutable file system which means I cannot change it to test if that is the only thing causing the domain log...

This seems to have been a changed by upgrading to sssd version 2.10.1 from 2.10.0. The 2.10.0 file has the user as sssd (https://github.com/SSSD/sssd/blob/2.10.0/src/sysv/systemd/sssd.service.in) while the 2.10.1 file has the...

Update(s): The issues with logging in seemed to stem from two different factors: 1. Version `2.10.1` of `sssd` forgot to set g+x on some directories, causing a permission error. -...

Bluefin is now using SSSD `2.11.0` which includes `g+x` fix mentioned above. Bluefin is now using ostree version `2025.2` which includes the fix for the `extended attributes discarded` bug mentioned...