On 03/10/2023 13:36, Aaron Lauterer wrote:
> So far this hasn't been an issue as each user of dir2text wanted files
> with a specific pattern. But if we want every file in the directory, we
> need to skip the special files '.' and '..'.
>
> Signed-off-by: Aaron Lauterer
> ---
> PVE/Report.pm | 1
On 02/11/2023 16:08, Dominik Csapak wrote:
> the header part of the gui did change, by moving the user name into a
> button, which now contains more user specific actions. Update it to be
> correct again.
>
applied, with some language follow-ups, thanks — keeping such things
up-to-date is importa
On 02/11/2023 18:33, Stoiko Ivanov wrote:
> reported in our community forum:
> https://forum.proxmox.com/threads/.135635/post-60036
The dot isn't required, but it seems the anchor # really is,
your link goes to an ancient post without that, switched it
to:
https://forum.proxmox.com/threads/135635
On 02/11/2023 18:33, Stoiko Ivanov wrote:
> reported in our community forum:
> https://forum.proxmox.com/threads/.135635/post-60036
>
> the small fix was merged upstream:
> https://github.com/openzfs/zfs/pull/15468
>
> minimally tested by building with this patch and running
> `zfs mount -a` on a
On 25/10/2023 17:59, Aaron Lauterer wrote:
> since work on the auto installer is happenning in parallel, now would be
> a good point to move commonly used code into its own crate. Otherwise
> the auto-installer will always have to play catch up with the ongoing
> development of the tui installer.
>
reported in our community forum:
https://forum.proxmox.com/threads/.135635/post-60036
the small fix was merged upstream:
https://github.com/openzfs/zfs/pull/15468
minimally tested by building with this patch and running
`zfs mount -a` on an affected system.
Signed-off-by: Stoiko Ivanov
---
this
On 30/10/2023 14:34, Wolfgang Bumiller wrote:
On Tue, Oct 24, 2023 at 02:55:53PM +0200, Filip Schauer wrote:
Add a dev[n] argument to the container config to pass devices through to
a container. A device can be passed by its path. Alternatively a mapped
USB device can be passed through with us
the header part of the gui did change, by moving the user name into a
button, which now contains more user specific actions. Update it to be
correct again.
Signed-off-by: Dominik Csapak
---
pve-gui.adoc | 18 ++
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/pve-g