>>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
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 +
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
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
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
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
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
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
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
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
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
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,
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/
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
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
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
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
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
> ---
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
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
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
21 matches
Mail list logo