Re: [pve-devel] [PATCH pve-docs] Close #1623: replace apt-get to apt

2020-07-06 Thread Moayad Almalat
Hi, Thanks, i'll replaces apt dist-upgrade as well :) > On 07/06/2020 1:39 PM Oguz Bektas wrote: > > > hi, > > what about the 'dist-upgrade' occurences? should these also be replaced > by 'full-upgrade' for completeness sake? > > On Mon, Jul 06, 2020 at 01:38

[pve-devel] [PATCH pve-docs] Close #1623: replace apt-get to apt

2020-07-06 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- api-viewer/apidata.js| 8 local-zfs.adoc | 4 ++-- pve-firewall.adoc| 2 +- pve-installation.adoc| 4 ++-- pve-package-repos.adoc | 2 +- pve-storage-iscsi.adoc | 2 +- qm-cloud-init.adoc

[pve-devel] [PATCH v2 pve-manager] api, ui: allow to remove subscriptio

2020-05-26 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- PVE/API2/Subscription.pm | 24 PVE/CLI/pvesubscription.pm| 1 + www/manager6/node/Subscription.js | 9 + 3 files changed, 34 insertions(+) diff --git a/PVE/API2/Subscription.pm b/PVE/API2/Subscription.pm index

[pve-devel] [PATCH pve-manager] api, ui: allow to remove subscription

2020-05-26 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- PVE/API2/Subscription.pm | 24 PVE/CLI/pvesubscription.pm| 1 + www/manager6/node/Subscription.js | 9 + 3 files changed, 34 insertions(+) diff --git a/PVE/API2/Subscription.pm b/PVE/API2/Subscription.pm index

[pve-devel] [PATCH pve-manager] api, ui: allow to remove subscription

2020-05-19 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- PVE/API2/Subscription.pm | 21 + PVE/CLI/pvesubscription.pm| 1 + www/manager6/node/Subscription.js | 9 + 3 files changed, 31 insertions(+) diff --git a/PVE/API2/Subscription.pm b/PVE/API2/Subscription.pm index

[pve-devel] [PATCH proxmox-i18n] Update Arabic translation

2020-04-23 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- ar.po | 177 +- 1 file changed, 76 insertions(+), 101 deletions(-) diff --git a/ar.po b/ar.po index eb09a68..cec3aa4 100644 --- a/ar.po +++ b/ar.po @@ -11,14 +11,14 @@ msgstr "" "Project-

[pve-devel] [[PATCH pmg-gui] Close #2664 Button Delete Subscription key 0/1]

2020-04-20 Thread Moayad Almalat
Moayad Almalat (1): [pmg-gui] Button Delete Subscription key js/Subscription.js | 9 + 1 file changed, 9 insertions(+) -- 2.20.1 ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve

[pve-devel] [[PATCH pmg-gui] Close #2664 Button Delete Subscription key 1/1]

2020-04-20 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- js/Subscription.js | 9 + 1 file changed, 9 insertions(+) diff --git a/js/Subscription.js b/js/Subscription.js index 6b3e2ff..9c7f166 100644 --- a/js/Subscription.js +++ b/js/Subscription.js @@ -159,6 +159,15 @@ Ext.define('PMG.Subscription

[pve-devel] [[PATCH pmg-api] Close #2664 Button Delete Subscription key 1/1] [pmg-api] Close #2664 Delete Subscription key from /etc/pmg/subscription

2020-04-20 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- src/PMG/API2/Subscription.pm | 20 src/PMG/CLI/pmgsubscription.pm | 1 + 2 files changed, 21 insertions(+) diff --git a/src/PMG/API2/Subscription.pm b/src/PMG/API2/Subscription.pm index d321a9e..d8fe6ac 100644 --- a/src/PMG/API2

[pve-devel] [[PATCH pmg-api] Close #2664 Button Delete Subscription key 0/1]

2020-04-20 Thread Moayad Almalat
Moayad Almalat (1): [pmg-api] Close #2664 Delete Subscription key from /etc/pmg/subscription src/PMG/API2/Subscription.pm | 20 src/PMG/CLI/pmgsubscription.pm | 1 + 2 files changed, 21 insertions(+) -- 2.20.1 ___ pve

[pve-devel] [[PATCH pve-manager] Button Delete Subscription key 1/1] [pve-manager] Add button to delete Subscription key. Delete Subcription key from "/etc/subscription"

2020-04-20 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- PVE/API2/Subscription.pm | 22 ++ PVE/CLI/pvesubscription.pm| 1 + www/manager6/node/Subscription.js | 8 3 files changed, 31 insertions(+) diff --git a/PVE/API2/Subscription.pm b/PVE/API2/Subscription.pm index

[pve-devel] [[PATCH pve-manager] Close #2665: Button Delete Subscription key 0/1]

2020-04-20 Thread Moayad Almalat
*** BLURB HERE *** Moayad Almalat (1): [pve-manager] Add button to delete Subscription key. Delete Subcription key from "/etc/subscription" PVE/API2/Subscription.pm | 22 ++ PVE/CLI/pvesubscription.pm| 1 + www/manager6/node/Subscripti

[pve-devel] [PATCH pve-manager 0/1] hook-script non-executable.

2020-03-12 Thread Moayad Almalat
*** BLURB HERE *** Moayad Almalat (1): fix #2634: if hook-script without permission, prints message, that the script not executable PVE/VZDump.pm | 6 ++ 1 file changed, 6 insertions(+) -- 2.20.1 ___ pve-devel mailing list pve-devel

[pve-devel] [PATCH pve-manager 1/1] fix #2634: if hook-script without permission, prints message, that the script not executable

2020-03-12 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- PVE/VZDump.pm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index ada3681e..5f7f7725 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -571,6 +571,12 @@ sub run_hook_script { return if !$script; +if (!-x

[pve-devel] [PATCH pve-manager 1/1] Fix #2634: if hook-script without permission, prints message, that the script not executable.

2020-03-12 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- PVE/VZDump.pm | 4 1 file changed, 4 insertions(+) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index ada3681e..df6f8df9 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -569,6 +569,10 @@ sub run_hook_script { my $script = $opts->{scr

[pve-devel] [PATCH pve-manager 0/1] hook-script non-executable.

2020-03-12 Thread Moayad Almalat
From: root Moayad Almalat (1): Fix #2634: if hook-script without permission, prints message, that the script not executable. PVE/VZDump.pm | 4 1 file changed, 4 insertions(+) -- 2.20.1 ___ pve-devel mailing list pve-devel

[pve-devel] [PATCH pve-container stable-5 0/1] Fix: CentOS 8 cannot start after Update & Upgrade PVE-5.4 *** SUBJECT HERE ***

2020-03-02 Thread Moayad Almalat
*** BLURB HERE *** Moayad Almalat (1): Fix: CentOS 8 lxc cannot start after Update & Upgrade PVE-5.4 src/PVE/LXC/Setup/CentOS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.20.1 ___ pve-devel mailing list pve-devel@pve.proxmox

[pve-devel] [PATCH pve-container stable-5 1/1] Fix: CentOS 8 cannot start after Update & Upgrade PVE-5.4

2020-03-02 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- src/PVE/LXC/Setup/CentOS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/LXC/Setup/CentOS.pm b/src/PVE/LXC/Setup/CentOS.pm index cc4c5bb..34430ff 100644 --- a/src/PVE/LXC/Setup/CentOS.pm +++ b/src/PVE/LXC/Setup/CentOS.pm @@ -20,7

Re: [pve-devel] [PATCH Fix: CentOS 8 lxc start After update & upgrade PVE 5.4 1/1] Fix: CentOS 8 After Update & Upgrade PVE-5.4

2020-03-02 Thread Moayad Almalat
his is already set to '<= 9' so you can do that here > as well. > > On Mon, Mar 02, 2020 at 02:33:32PM +0100, Moayad Almalat wrote: > > Signed-off-by: Moayad Almalat > > --- > > src/PVE/LXC/Setup/CentOS.pm | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion

[pve-devel] [PATCH Fix: CentOS 8 lxc start After update & upgrade PVE 5.4 1/1] Fix: CentOS 8 After Update & Upgrade PVE-5.4

2020-03-02 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- src/PVE/LXC/Setup/CentOS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/LXC/Setup/CentOS.pm b/src/PVE/LXC/Setup/CentOS.pm index cc4c5bb..34430ff 100644 --- a/src/PVE/LXC/Setup/CentOS.pm +++ b/src/PVE/LXC/Setup/CentOS.pm @@ -20,7

[pve-devel] [PATCH Fix: CentOS 8 lxc start After update & upgrade PVE 5.4 0/1] *** SUBJECT HERE ***

2020-03-02 Thread Moayad Almalat
*** BLURB HERE *** Moayad Almalat (1): Fix: CentOS 8 After Update & Upgrade PVE-5.4 src/PVE/LXC/Setup/CentOS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.20.1 ___ pve-devel mailing list pve-devel@pve.proxmox.com h

[pve-devel] [PATCH] Add Ar to Languages map - Login page

2020-02-18 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- Utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Utils.js b/Utils.js index 8f8c55f..045749b 100644 --- a/Utils.js +++ b/Utils.js @@ -58,6 +58,7 @@ Ext.define('Proxmox.Utils', { utilities: { groupText: gettext('Group'), language_map

[pve-devel] [PATCH v2 guest-common 1/3] vzdump.conf: make pigz a property string

2020-02-04 Thread Moayad Almalat
From: Moayad and add blocksize property. Signed-off-by: Moayad --- PVE/VZDump/Common.pm | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/PVE/VZDump/Common.pm b/PVE/VZDump/Common.pm index 4789a50..0ee7aba 100644 --- a/PVE/VZDump/Common.pm +++

[pve-devel] [PATCH v2 manager 3/3] fix #2559: vzdump: handle pigz blocksize property

2020-02-04 Thread Moayad Almalat
From: Moayad potentially improves backup speed. Signed-off-by: Moayad --- PVE/VZDump.pm | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 0f04d4db..232f0550 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -592,7 +592,12 @@ sub

[pve-devel] [PATCH v2 manager 2/3] vzdump: handle pigz property string

2020-02-04 Thread Moayad Almalat
From: Moayad Signed-off-by: Moayad --- PVE/VZDump.pm | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 3caa7ab8..0f04d4db 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -405,6 +405,10 @@ sub new { } } +if

[pve-devel] [PATCH 2/2] fix #2559: vzdump: handle pigz blocksize property

2020-02-04 Thread Moayad Almalat
From: Moayad potentially improves backup speed. Signed-off-by: Moayad --- PVE/VZDump.pm | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 0f04d4db..232f0550 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -592,7 +592,12 @@ sub

[pve-devel] [PATCH 1/2] vzdump: handle pigz property string

2020-02-04 Thread Moayad Almalat
From: Moayad Signed-off-by: Moayad --- PVE/VZDump.pm | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 3caa7ab8..0f04d4db 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -405,6 +405,10 @@ sub new { } } +if