Cornelius Hoffmann

Results 19 comments of Cornelius Hoffmann

I think this has nothing to do with udev, it's just that the [partition type](https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs) is not set in the partition table. The GUID partition type is check in sbctl.go...

Just to confirm: This works for me, when using an extra search path for `cp` and ``` diff --git a/mkosi/tree.py b/mkosi/tree.py index 014f130..27d3ef1 100644 --- a/mkosi/tree.py +++ b/mkosi/tree.py @@ -68,6...

> I think the easiest possibility right now would be to rename the file in the finalize script. UKIs only get generated after the finalize script. Running finalize after the...

To add a data point to the reports: We had the same issue with `Mellanox Technologies MT27710 Family [ConnectX-4 Lx]` and "fixed" it by adding an`#undef NET_PROTO_EAPOL` to our build...

> > This Setup is working on v4.0-beta1 > > I can't seem to find any changes in beta2 that might impact this. We introduced a new custom Group model...

> Are you using nested groups, and after upgrading did you change `AUTH_LDAP_GROUP_TYPE = NestedGroupOfNamesType()` in `ldap_config.py`? I have `AUTH_LDAP_GROUP_TYPE = GroupOfNamesType()` but we're not using nested groups. Changing the...

Or better override `get_or_build_user ` on `LDAPBackend` in `netbox/netbox/netbox/authentication.py`

> @Cornelicorn is this something you want to work on and submit a PR? Sorry, overlooked that. > @Cornelicorn could you please try #15902 ? It will hopefully fix the...

Checked on Debian12 v252.22: There the query still works when `example.com` is in `/etc/hosts`.

> Umm, i disagree with this. If you list some domain in /etc/hosts we really should consider that entry authoritative, and not merge things in a weird way. Sorry, but...