Am 15.02.24 um 19:25 schrieb Dietmar Maurer:
> I can also imaging using "Events" instead of "Syslog".
>
> - title: 'Syslog',
> + title: gettext('Events'),
>
> IMHO this is easier to translate.
>
Then at least "System Events". Otherwise it leaves the question "what
kind o
Am 15.02.24 um 19:20 schrieb Dietmar Maurer:
>> The information gathered by the API call comes from the systemd
>> journal. While 'Syslog' could be interpreted as a shorthand for
>> "System Log", it's better to be explicit to avoid any confusion.
>
>> -title: 'Syslog',
>> +
This commit introduces significant updates to the UI and backend to support
group creation through OpenID. Changes include modifications to the frontend to
accommodate new group management functionalities and backend enhancements for
seamless OpenID integration.
Signed-off-by: Alexis | Dawnalex
This commit adds the group synchronization feature to OpenID authentication,
allowing automatic user group mapping and updates based on the OpenID provider
information. Enhances integration and access control within Proxmox VE.
Signed-off-by: Alexis | Dawnalex
---
src/PVE/API2/OpenId.pm | 83 +
I can also imaging using "Events" instead of "Syslog".
- title: 'Syslog',
+ title: gettext('Events'),
IMHO this is easier to translate.
> With your change:
>
> - title: 'Syslog',
> + title: gettext('System Log'),
>
> we now need to translate
> The information gathered by the API call comes from the systemd
> journal. While 'Syslog' could be interpreted as a shorthand for
> "System Log", it's better to be explicit to avoid any confusion.
> - title: 'Syslog',
> + title: gettext('System Log'),
From Wikipedia: htt
On 2/15/24 14:09, Thomas Lamprecht wrote:
> Am 26/01/2024 um 16:44 schrieb Max Carrara:
>> This commit essentially contains all changes from the following
>> commits (most recent last):
>> * f35168f6713d5f3fa1aaa8c572d754b61c458d91
>> * 86a553d66e69176940959530d4fedcbcbbab54d9
>> * ab5c03b44d
On 11/25/22 15:47, Stefan Hrdlicka wrote:
> for large IP sets (for example > 25k) it takes noticable longer to parse the
> files, this commit caches the cluster.fw file and reduces parsing time
>
> Signed-off-by: Stefan Hrdlicka
> ---
> src/PVE/Firewall.pm | 108 ++---
Am 15/02/2024 um 10:40 schrieb Friedrich Weber:
> If the ceph-osd sysctl settings template (30-ceph-osd.conf.in) shipped
> by upstream changes, our ceph-osd postinst patch will need to be
> adapted to apply the new settings on package upgrade. To make sure we
> do not forget, store the current chec
Am 15/02/2024 um 10:40 schrieb Friedrich Weber:
> Assume there is an open TCP connection to a VM, and ceph-osd is
> installed/upgraded on the host on which the PVE firewall is active.
> Currently, ceph-osd postinst reloads all sysctl settings. Thus,
> installing/upgrading ceph-osd will set the sysc
Am 15/02/2024 um 10:40 schrieb Friedrich Weber:
> Assume there is an open TCP connection to a VM, and ceph-osd is
> installed/upgraded on the host on which the PVE firewall is active.
> Currently, ceph-osd postinst reloads all sysctl settings. Thus,
> installing/upgrading ceph-osd will set the sysc
Am 26/01/2024 um 16:44 schrieb Max Carrara:
> This commit essentially contains all changes from the following
> commits (most recent last):
> * f35168f6713d5f3fa1aaa8c572d754b61c458d91
> * 86a553d66e69176940959530d4fedcbcbbab54d9
> * ab5c03b44d78c4e4b233ff5a310888592dbb9bb4
>
> The series fi
Reported in the community forum [0]. Since Proxmox VE 8/Debian 12,
rsyslog is not installed by default for new installations anymore [1].
The information gathered by the API call comes from the systemd
journal. While 'Syslog' could be interpreted as a shorthand for
"System Log", it's better to be e
This series improves various aspects regarding FQDN handling and
validation across both the GUI and TUI installer.
It (partially) addresses issue #5230 [0] in patch #5, by fixing the
regex through which we validate FQDNs in the GUI installer.
It also refactors the FQDN validation/parsing in the G
Multiple DNS-related RFCs (notably RFC 952, RFC 1035 and RFC 4343)
reinforce that FQDN must not be case-sensitive.
Signed-off-by: Christoph Heiss
---
proxmox-installer-common/src/utils.rs | 28 ++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/proxmox-inst
Debian limits labels to 63 characters each and the total length to 253
characters [0].
[0] https://manpages.debian.org/stable/manpages/hostname.7.en.html
Signed-off-by: Christoph Heiss
---
Proxmox/Sys/Net.pm | 5 -
test/parse-fqdn.pl | 4
2 files changed, 8 insertions(+), 1 deletion(-)
Debian limits labels to 63 characters each and the total length to 253
characters [0].
While at it, reference all the RFCs that apply when parsing FQDNs.
[0] https://manpages.debian.org/stable/manpages/hostname.7.en.html
Signed-off-by: Christoph Heiss
---
proxmox-installer-common/src/utils.rs
Due to interpolation, the \. sequence must be double-escaped.
Previously, this would result in a non-escaped dot, thus matching much
more liberally than it should.
Signed-off-by: Christoph Heiss
---
Proxmox/Sys/Net.pm| 2 +-
proxmox-installer-common/src/utils.rs | 6 ++
t
.. by moving it into its own subroutine. Makes the whole thing quite a
bit neater and easier to maintain.
No functional changes.
Signed-off-by: Christoph Heiss
---
FWIW, might be a nice case for refactoring using perlmod and reusing the
(more fleshed-out) Rust implementation from the proxmox-ins
Assume there is an open TCP connection to a VM, and ceph-osd is
installed/upgraded on the host on which the PVE firewall is active.
Currently, ceph-osd postinst reloads all sysctl settings. Thus,
installing/upgrading ceph-osd will set the sysctl setting
`net.bridge.bridge-nf-call-iptables` to 0. Th
Currently, installing or upgrading ceph-osd on a host can freeze existing TCP
connections to VMs in certain scenarios. See bug #5213 and patch #1 for
details.
- patch #1 (based on master) adds a patch to ceph-osd postinst.
I'll also send an upstream pull request for this one.
- patch #2 (based o
Assume there is an open TCP connection to a VM, and ceph-osd is
installed/upgraded on the host on which the PVE firewall is active.
Currently, ceph-osd postinst reloads all sysctl settings. Thus,
installing/upgrading ceph-osd will set the sysctl setting
`net.bridge.bridge-nf-call-iptables` to 0. Th
If the ceph-osd sysctl settings template (30-ceph-osd.conf.in) shipped
by upstream changes, our ceph-osd postinst patch will need to be
adapted to apply the new settings on package upgrade. To make sure we
do not forget, store the current checksum of that file in our Makefile
and fail the build ear
23 matches
Mail list logo