[pve-devel] [PATCH i18n 1/3] german: unify different words of the same meaning

2023-11-24 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- de.po | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/de.po b/de.po index ccc2306..38f81e5 100644 --- a/de.po +++ b/de.po @@ -1439,13 +1439,13 @@ msgstr "Wechsler" #:

[pve-devel] [PATCH i18n 2/3] german: add missing translations

2023-11-24 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- de.po | 33 ++--- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/de.po b/de.po index 38f81e5..920ae78 100644 --- a/de.po +++ b/de.po @@ -24,11 +24,11 @@ msgstr "(Kein Startgerät ausgewählt)" #:

[pve-devel] [PATCH i18n 3/3] update German translation

2023-11-24 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- de.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/de.po b/de.po index 920ae78..3217a20 100644 --- a/de.po +++ b/de.po @@ -643,7 +643,7 @@ msgstr "Möchten Sie den Snapshot {0} wirklich entfernen?" #:

[pve-devel] Synology NAS container O_TMPFILE fallback support

2023-11-24 Thread Arunas via pve-devel
--- Begin Message --- Hi, as somebody noticed or not, but PBS starting 2.1x stopped working on Synology NAS machines earlier that 2020 or even newer models which use 3.1.1 kernel. I would like to ask community and/or development to include this or similar patch to support very reliable NAS

Re: [pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't

2023-11-24 Thread Fiona Ebner
Am 24.11.23 um 16:41 schrieb Lukas Wagner: > > > On 11/24/23 15:58, Maximiliano Sandoval wrote: >> -    Ext.String.format(gettext('No {0} repository is enabled, >> you do not get any updates!'), vm.get('product')), >> +    Ext.String.format(gettext('No {0} repository is enabled,

Re: [pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't

2023-11-24 Thread Lukas Wagner
On 11/24/23 15:58, Maximiliano Sandoval wrote: - Ext.String.format(gettext('No {0} repository is enabled, you do not get any updates!'), vm.get('product')), + Ext.String.format(gettext('No {0} repository is enabled, you would not get any updates!'),

Re: [pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't

2023-11-24 Thread Dietmar Maurer
Do you also plan to fix those typos in the translation files? Else we need to re-tralstale them for all languages! > On 24.11.2023 15:58 CET Maximiliano Sandoval wrote: > > > It would be preferable to use "won't" but I would rather err on the safe > side when it comes to escapes in gettext. >

[pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't

2023-11-24 Thread Maximiliano Sandoval
It would be preferable to use "won't" but I would rather err on the safe side when it comes to escapes in gettext. Signed-off-by: Maximiliano Sandoval --- src/node/APTRepositories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/APTRepositories.js

[pve-devel] [PATCH pve-docs] sdn: dhcp: document changes in default configuration of dnsmasq

2023-11-24 Thread Stefan Hanreich
The layout of the configuration folder has changed before release, update the documentation to reflect those changes. Also add a tip about automatic name resolution to the documentation. Signed-off-by: Stefan Hanreich --- pvesdn.adoc | 15 +-- 1 file changed, 9 insertions(+), 6

Re: [pve-devel] seem than ifupdown2 is installed by default on upgrade (a friend reported me an ipv6 slaac bug)

2023-11-24 Thread DERUMIER, Alexandre
Hi again, I have reverified my ifupdown2, In fact, I setup accept_ra=2 when interfaces is setup as "auto". (but not static or manual) (as inet6 auto = slaac , it make sense to enable accept_ra). But here, the non working setup is mixing "inet dhcp" + "inet6 auto" " auto vmbr2 iface

[pve-devel] [PATCH pve-network] tests: mocking cfs_lock_file to pass subnet tests

2023-11-24 Thread Stefan Lendl
IPAM tries to lock file in clusterfs which it can't when testing as non-root. Mocking cfs_lock_file to emulate locking behavior. Signed-off-by: Stefan Lendl --- src/test/run_test_subnets.pl | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git

Re: [pve-devel] seem than ifupdown2 is installed by default on upgrade (a friend reported me an ipv6 slaac bug)

2023-11-24 Thread DERUMIER, Alexandre
Message initial De: Thomas Lamprecht À: "DERUMIER, Alexandre" , pve- de...@lists.proxmox.com Objet: Re: [pve-devel] seem than ifupdown2 is installed by default on upgrade (a friend reported me an ipv6 slaac bug) Date: 24/11/2023 13:49:26 Am 24/11/2023 um 11:12 schrieb

[pve-devel] [PATCH manager 2/3] ceph-pool: Replace PG Autoscale with PG Autoscaler on user-facing string

2023-11-24 Thread Maximiliano Sandoval
The autoscaler is well-known Ceph concept. A translation might prefer to use "Autoscaler" as-is in a translation. Signed-off-by: Maximiliano Sandoval --- www/manager6/ceph/Pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/ceph/Pool.js

[pve-devel] [PATCH manager 0/3] Use Autoscaler instead of Autoscale on user-facing strings

2023-11-24 Thread Maximiliano Sandoval
The autoscaler is well-known Ceph concept. A translation might prefer to use "Autoscaler" as-is in a translation, which in turn lends itself better to a search online. The patch series is split into three commits since each one can be a bit more controvertial than the last one. Maximiliano

[pve-devel] [PATCH manager 1/3] ceph-pool: Add gettext to user-facing string

2023-11-24 Thread Maximiliano Sandoval
Signed-off-by: Maximiliano Sandoval --- www/manager6/ceph/Pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/ceph/Pool.js b/www/manager6/ceph/Pool.js index c61d4f71..e514518c 100644 --- a/www/manager6/ceph/Pool.js +++ b/www/manager6/ceph/Pool.js @@ -88,7

[pve-devel] [PATCH manager 3/3] ceph-pool: Replace Autoscale with Autoscaler in user-facing string

2023-11-24 Thread Maximiliano Sandoval
The autoscaler is well-known Ceph concept. A translation might prefer to use "Autoscaler" as-is in a translation. Signed-off-by: Maximiliano Sandoval --- www/manager6/ceph/Pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/ceph/Pool.js

Re: [pve-devel] seem than ifupdown2 is installed by default on upgrade (a friend reported me an ipv6 slaac bug)

2023-11-24 Thread Thomas Lamprecht
Am 24/11/2023 um 11:12 schrieb DERUMIER, Alexandre: > After investigate a litte bit, > > I think this is because ifupdown1 is setting accept_ra=2 by default. > > > and with ifupdown2, by security, we setup accept_ra=0 until it's > really setup in /etc/network/interfaces > > > iface vmbr0

[pve-devel] [qemu-server] fix: do not allow live-migration with clipboard=vnc

2023-11-24 Thread Markus Frank
In the migrate_vm_precondition API function if clipboard is set to vnc on a running VM the text "clipboard=vnc" gets added to local_resources so that the GUI blocks execution and shows: "Can't migrate VM with local resources: clipboard=vnc" In QemuMigrate's prepare function a new 'die' prevents a

[pve-devel] [PATCH docs 7/7] tree-wide: unify spelling of GRUB and systemd-boot

2023-11-24 Thread Christoph Heiss
Especially for GRUB there were a myriad of different casing variants (e.g. grub, Grub, GRUB), so unify them, with GRUB being the official casing. For systemd-boot, fix an instance where it was not typeset as monospace, like everywhere else. Signed-off-by: Christoph Heiss --- local-zfs.adoc

[pve-devel] [PATCH docs 6/7] system-booting: monospace package names needed for secure boot

2023-11-24 Thread Christoph Heiss
Signed-off-by: Christoph Heiss --- system-booting.adoc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system-booting.adoc b/system-booting.adoc index c8761a4..b8ac15d 100644 --- a/system-booting.adoc +++ b/system-booting.adoc @@ -380,10 +380,10 @@ and integration in

[pve-devel] [PATCH docs 2/7] installation: update installer option wording & description

2023-11-24 Thread Christoph Heiss
Some things changed with the 8.1 release, so update all the relevant things here too. Signed-off-by: Christoph Heiss --- pve-installation.adoc | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pve-installation.adoc b/pve-installation.adoc index

[pve-devel] [PATCH docs 3/7] installation: add note about memtest86+ incompatibility with secureboot

2023-11-24 Thread Christoph Heiss
Signed-off-by: Christoph Heiss --- pve-installation.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pve-installation.adoc b/pve-installation.adoc index bffd730..7d4d754 100644 --- a/pve-installation.adoc +++ b/pve-installation.adoc @@ -119,7 +119,8 @@ from the disk.

[pve-devel] [PATCH docs 5/7] installation: remove obsolete hint about disabling secure boot

2023-11-24 Thread Christoph Heiss
With the 8.1 release, secure boot is officially supported with the installation ISO. Signed-off-by: Christoph Heiss --- pve-installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-installation.adoc b/pve-installation.adoc index 11ec892..635e0a4 100644 ---

[pve-devel] [PATCH docs 4/7] installation: add section about booting with `nomodeset`

2023-11-24 Thread Christoph Heiss
As the grub entry specific to this was removed with the 8.1 release, add a separate section for this to link users too. Unfortunaly it is relatively often needed, due to very old or very new hardware, or when Nvidia cards are installed. Signed-off-by: Christoph Heiss --- pve-installation.adoc

[pve-devel] [PATCH docs 0/7] installation and system improvements

2023-11-24 Thread Christoph Heiss
This mainly updates the installation section, to bring it up-to-date with the latest available installer ISO. The last two patches are simply cosmetic changes, no actual content changes there. Christoph Heiss (7): screenshots: update grub menu screenshot installation: update installer option

Re: [pve-devel] seem than ifupdown2 is installed by default on upgrade (a friend reported me an ipv6 slaac bug)

2023-11-24 Thread DERUMIER, Alexandre
After investigate a litte bit, I think this is because ifupdown1 is setting accept_ra=2 by default. and with ifupdown2, by security, we setup accept_ra=0 until it's really setup in /etc/network/interfaces iface vmbr0 inet6 auto accept_ra 2 (So maybe adding a note in

[pve-devel] sdn : duplicate nat rules because of post-up reload

2023-11-24 Thread DERUMIER, Alexandre
Hi, I think that current nat rules management is not too great, because we use post-up script, and it's duplicate rules at each reload. I'm not sure what is the best way to handle this ? - a post-up calling a special script, doing the diff / upsert ? - or implement it in pve-firewall

Re: [pve-devel] seem than ifupdown2 is installed by default on upgrade (a friend reported me an ipv6 slaac bug)

2023-11-24 Thread Thomas Lamprecht
Am 23/11/2023 um 18:50 schrieb DERUMIER, Alexandre: > Hi, > > I have a friend who's reported my than ifupdown2 had been installed by > default on pve 8.1 upgrade. > > I think it's because pve-network have "Recommends: ifupdown2". > Well, that was the case since almost forever, but since we