[pve-devel] [PATCH access-control] fix #5136: ldap: Decode non-ASCII characters in attributes

2023-12-20 Thread Filip Schauer
Decode non-ASCII character when syncing user attributes, since those will be encoded later on. Without this fix the attributes where encoded twice, resulting in cases such as 'ü' turning into 'ü'. Signed-off-by: Filip Schauer --- src/PVE/Auth/LDAP.pm | 2 +- 1 file changed, 1 insertion(+), 1

[pve-devel] applied: [PATCH ifupdown2] fix #5009: avoid waiting for stdout eof of /etc/network/ scripts

2023-12-20 Thread Thomas Lamprecht
On 19/12/2023 10:22, Friedrich Weber wrote: > Previously, PVE (7 and 8) hosts would hang at boot if both ntpsec and > ntpsec-ntpdate are installed. The root cause for the hang is an > unfortunate interaction between ntpsec, ntpsec-ntpdate and the PVE > ifupdown2 package. The hang happens because

Re: [pve-devel] [PATCH v2 qemu-server] fix #4501: TCP migration: start vm: move port reservation and usage closer together

2023-12-20 Thread Thomas Lamprecht
On 19/12/2023 14:44, Fiona Ebner wrote: > Currently, volume activation, PCI reservation and resetting systemd > scope happen in between, so the 5 second expiretime used for port > reservation is not always enough. > > It's possible to defer telling QEMU where it should listen for > migration and

Re: [pve-devel] [PATCH manager] ui: ceph installer: Run ceph/init if joining a cluster

2023-12-20 Thread Thomas Lamprecht
On 20/12/2023 10:53, Mira Limbeck wrote: > On 12/19/23 18:09, Aaron Lauterer wrote: >> The commit message doesn't explain the actual issue that it is trying to >> solve. >> AFAICT we do not need the ceph.conf symlinked right away for normal PVE >> operations. If it is not present in

Re: [pve-devel] [PATCH manager] ui: ceph installer: Run ceph/init if joining a cluster

2023-12-20 Thread Mira Limbeck
On 12/19/23 18:09, Aaron Lauterer wrote: > The commit message doesn't explain the actual issue that it is trying to > solve. > AFAICT we do not need the ceph.conf symlinked right away for normal PVE > operations. If it is not present in /etc/ceph/ceph.conf, the RBD and > CephFS connections will

Re: [pve-devel] [PATCH installer v2 2/7] gui: expand ip address Gtk3::Entry

2023-12-20 Thread Christoph Heiss
On Fri, Dec 15, 2023 at 03:08:48PM +0100, Maximiliano Sandoval wrote: > > > Christoph Heiss writes: > > > On Tue, Nov 21, 2023 at 04:10:20PM +0100, Maximiliano Sandoval wrote: > >> > >> This accounts for the different layout set in the previous commit. > > > > What commit is meant here exactly?