Re: [pve-devel] [PATCH pve-firewall] add nf_conntrack_tcp_be_liberal option

2019-02-21 Thread Alexandre DERUMIER
>>What if you add nf_conntrack to /etc/modules-load.d? I had tried but it didn't work, but after some new tests, it seem to work with this 3 modules: nf_conntrack nf_conntrack_ipv4 nf_conntrack_ipv6 :) - Mail original - De: "Wolfgang Bumiller" À: "aderumier" Cc: "pve-devel" Envo

[pve-devel] [PATCH qemu-server] fix #2101: ipv6 ending in ':' not parsed as a string

2019-02-21 Thread David Limbeck
Space or newline after ':' is recognized as a mapping and as a result an ipv6 ending in ':' is not parsed as a string. The solution is to quote the address. For consistency all other addresses (including mac) are quoted. Signed-off-by: David Limbeck --- PVE/QemuServer/Cloudinit.pm | 38 +

[pve-devel] [RFC v2 cluster] allow to add and delete qdevice to cluster

2019-02-21 Thread Oguz Bektas
Allows adding and deleting qdevice through pvecm. Requirements: * All hosts need corosync-qdevice installed. * Box serving as QDevice needs corosync-qnetd installed. * Root SSH access from Proxmox host to QDevice Original email with patch from Thomas: https://pve.proxmox.com/pipermail/pve-devel/2

[pve-devel] applied: [PATCH kernel] backport: net: crypto set sk to NULL when af_alg_release

2019-02-21 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- ...o-set-sk-to-NULL-when-af_alg_release.patch | 118 ++ 1 file changed, 118 insertions(+) create mode 100644 patches/kernel/0011-net-crypto-set-sk-to-NULL-when-af_alg_release.patch diff --git a/patches/kernel/0011-net-crypto-set-sk-to-NULL-w

[pve-devel] [PATCH container 7/7] 1891 Add zsh command completion generation for pct

2019-02-21 Thread Christian Ebner
Generates the zsh command completion scripts for pct. Signed-off-by: Christian Ebner --- src/Makefile | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index f68eb5d..b0c30de 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,6 +16,7 @@ PO

[pve-devel] [PATCH storage] 1891 Add zsh command completion for pvesm

2019-02-21 Thread Christian Ebner
This adds the zsh command completion generation for pvesm. Signed-off-by: Christian Ebner --- Makefile | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f27cd1..bece3f1 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ MANDIR=${PREFIX}/sha

[pve-devel] [PATCH qemu-server] 1891 Add zsh command completion for qm and qmrestore

2019-02-21 Thread Christian Ebner
This adds the zsh command completion for qm and qmrestore. Signed-off-by: Christian Ebner --- Makefile | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 369e660..bdad719 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ MAN1DIR=${MA

[pve-devel] [PATCH cluster] 1891 Add zsh command completion for pvecm

2019-02-21 Thread Christian Ebner
This adds the generation of the zsh command completion scripts for pvecm. Signed-off-by: Christian Ebner --- data/PVE/Makefile | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/data/PVE/Makefile b/data/PVE/Makefile index b87a0f8..509f0ea 100644 --- a/data/PVE/Makefil

[pve-devel] [PATCH access-control] 1891 Add zsh command completion for pveum

2019-02-21 Thread Christian Ebner
This generates the zsh command completion scripts for pveum. Signed-off-by: Christian Ebner --- Makefile | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35dcf10..ed50f5b 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ MANDIR=${PREFIX}/s

[pve-devel] [PATCH 0/7] Add zsh command completion generation

2019-02-21 Thread Christian Ebner
Adds the zsh command completion generation for most of the pve CLI tools. pve-firewall: Christian Ebner (1): 1891 Add zsh command completion for pve-firewall src/Makefile | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) pve-ha-manager: Christian Ebner (1): 1891 Add zsh command c

[pve-devel] [PATCH firewall] 1891 Add zsh command completion for pve-firewall

2019-02-21 Thread Christian Ebner
Adds the zsh command completion scripts for pve-firewall. Signed-off-by: Christian Ebner --- src/Makefile | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 0183a61..2280abd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,6 +8,7 @@ exp

[pve-devel] [PATCH ha-manager] 1891 Add zsh command completion for ha-manager CLI tools

2019-02-21 Thread Christian Ebner
Add the zsh command completion generation for the ha-manager CLI tools. This adds the automatic generation of the autocompletion scripts for zsh Signed-off-by: Christian Ebner --- debian/pve-ha-manager.install | 3 +++ src/Makefile | 21 +++-- 2 files changed,

[pve-devel] [PATCH docs] Update recommended system requirements

2019-02-21 Thread Alwin Antreich
removes and incorporates the minimal requirements into the recommended one. Adds additional recommendations for Ceph and ZFS. Signed-off-by: Alwin Antreich --- pve-system-requirements.adoc | 36 +++- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/

[pve-devel] applied: [PATCH manager] fix popup behaviour in firefox with touchscreens on desktop

2019-02-21 Thread Thomas Lamprecht
On 2/21/19 11:34 AM, Dominik Csapak wrote: > when the popup blocker is active, nw is undefined and nw.focus() throws an > error and the touchend event is not finished, causing extjs to retry the > touchevent and click handler, which tries to open a popup which gets blocked > here, and so on > > Si

[pve-devel] applied: [PATCH widget-toolkit] fix popup behaviour in firefox with touchscreens on desktop

2019-02-21 Thread Thomas Lamprecht
On 2/21/19 11:34 AM, Dominik Csapak wrote: > when the popup blocker is active, nw is undefined and nw.focus() throws > an error and the touchend event is not finished, causing > extjs to retry the touchevent and click handler, which tries to open > a popup which gets blocked here, and so on > > Si

[pve-devel] [PATCH manager] fix popup behaviour in firefox with touchscreens on desktop

2019-02-21 Thread Dominik Csapak
when the popup blocker is active, nw is undefined and nw.focus() throws an error and the touchend event is not finished, causing extjs to retry the touchevent and click handler, which tries to open a popup which gets blocked here, and so on Signed-off-by: Dominik Csapak --- www/manager6/Utils.js

[pve-devel] [PATCH widget-toolkit] fix popup behaviour in firefox with touchscreens on desktop

2019-02-21 Thread Dominik Csapak
when the popup blocker is active, nw is undefined and nw.focus() throws an error and the touchend event is not finished, causing extjs to retry the touchevent and click handler, which tries to open a popup which gets blocked here, and so on Signed-off-by: Dominik Csapak --- Utils.js | 4 +++- 1

Re: [pve-devel] [PATCH http-server] Don't override explicit $nocomp with default

2019-02-21 Thread Thomas Lamprecht
On 2/21/19 10:35 AM, Stoiko Ivanov wrote: > By making compression configurable the $nocomp flag in response got set to > the configured (or default) setting, irrespective of the explicitly passed > value to response. > > This broke (e.g.) noVNC connections > > Signed-off-by: Stoiko Ivanov > ---

[pve-devel] [PATCH http-server] Don't override explicit $nocomp with default

2019-02-21 Thread Stoiko Ivanov
By making compression configurable the $nocomp flag in response got set to the configured (or default) setting, irrespective of the explicitly passed value to response. This broke (e.g.) noVNC connections Signed-off-by: Stoiko Ivanov --- TIL: curl and testssl.sh don't give the complete picture a

[pve-devel] applied: [PATCH arch-pacman] updated to 5.1.2-1

2019-02-21 Thread Wolfgang Bumiller
applied On Tue, Feb 19, 2019 at 02:34:23PM +0100, Oguz Bektas wrote: > Signed-off-by: Oguz Bektas > --- > Makefile | 2 +- > debian/changelog | 6 ++ > 2 files changed, 7 insertions(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 513b131..014851c 100644 > --- a/Makefi

Re: [pve-devel] [PATCH pve-firewall] add nf_conntrack_tcp_be_liberal option

2019-02-21 Thread Wolfgang Bumiller
On Wed, Feb 20, 2019 at 11:05:50AM +0100, Alexandre Derumier wrote: > Allow to not flag as invalid, out of windows packets. > > Can't persist in sysctl at boot, because if need to be set > after conntrack loading. What if you add nf_conntrack to /etc/modules-load.d? systemd-sysctl.service contain