Re: [pve-devel] [PATCH ha-manager] Config: add get_service_status method

2016-04-19 Thread Dietmar Maurer
applied (use correct translations). ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH ha-manager v3] Config: add get_service_status method

2016-04-19 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] fix acl for tar 1.27.1

2016-04-19 Thread Emmanuel Kasper
Since the backport of tar 1.28 breaks dpkg-deb, we cherry pick the ACL bugfix patch from upstream to tar 1.27.1 The patch applies cleanly and works as expected. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman

[pve-devel] [PATCH tar v2 2/5] Add acls-bugfix patch for PVE Bug 928

2016-04-19 Thread Emmanuel Kasper
--- Makefile | 1 + acls-bugfix.patch | 109 ++ 2 files changed, 110 insertions(+) create mode 100644 acls-bugfix.patch diff --git a/Makefile b/Makefile index 3ed2e94..8062c1c 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ de

[pve-devel] [PATCH tar v2 4/5] reenable upload

2016-04-19 Thread Emmanuel Kasper
--- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index edee266..ade5611 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,6 @@ deb ${DEB}: ${TARSRC} .PHONY: upload upload: - # this is no longer required - false umount /pve/${RELEASE}; m

[pve-devel] [PATCH tar v2 1/5] Remove fix-sparse-archives.patch

2016-04-19 Thread Emmanuel Kasper
the issue is fixed in tar-1.27.1 --- Makefile | 1 - fix-sparse-archives.patch | 18 -- 2 files changed, 19 deletions(-) delete mode 100644 fix-sparse-archives.patch diff --git a/Makefile b/Makefile index 64aa3ed..3ed2e94 100644 --- a/Makefile +++ b/Makefile @@

[pve-devel] [PATCH tar v2 3/5] Update version and changelog for 1.27.1+pve.3

2016-04-19 Thread Emmanuel Kasper
--- Makefile | 4 ++-- changelog | 8 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8062c1c..edee266 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -RELEASE=4.0 +RELEASE=4.1 # Note: compile as root fail, so you need to do that as unp

[pve-devel] [PATCH tar v2 5/5] Update README

2016-04-19 Thread Emmanuel Kasper
--- README | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README b/README index 6b00738..e5f2dfd 100644 --- a/README +++ b/README @@ -1,7 +1,5 @@ We recompile tar ourselfs to fix bug: -https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737226 +https://bugs.debian.org/c

[pve-devel] [PATCH common 2/2] Fix indexed parameter conversion in documentation

2016-04-19 Thread Fabian Grünbichler
this would previously convert properties that matched '^([a-z]+)(\d+)$' even if they were not part of an indexed properties series (which always start with 0). This fixes previously wrongly converted properties: -smbios1 -server2 --- src/PVE/RESTHandler.pm | 12 1 file changed, 8 ins

[pve-devel] [PATCH common 0/2] Indexed properties fix

2016-04-19 Thread Fabian Grünbichler
Short term improvement to the "magic" conversion of indexed properties series to single xxx[n] in documentation in API dumps. An "indexed" flag in the JSON schema would be a nicer long term solution for this. Fabian Grünbichler (2): Fix indexed parameter conversion in API dump Fix indexed par

[pve-devel] [PATCH common 1/2] Fix indexed parameter conversion in API dump

2016-04-19 Thread Fabian Grünbichler
this would previously skip (i.e., ignore) properties that matched '^([a-z]+)(\d+)$' even if they were not part of an indexed properties series (which always start with 0). This fixes previously missing API dump occurrences of: -smbios1 -comments6 -netmask6 -gateway6 -address6 -dns1 -dns2 -dns3 -se

Re: [pve-devel] [PATCH common 0/2] Indexed properties fix

2016-04-19 Thread Dietmar Maurer
applied (+ a few cleanups) ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] RFC: move logout button to the top right corner of the GUI

2016-04-19 Thread Emmanuel Kasper
Hi Since we changed quite a lot of things in the GUI in this cycle, I would like to propose to move the logout button to the top right corner of the workspace GUI. The most popular websites where people have an account follow this convention ( Facebook, Gmail, Github ) so it makes the GUI more fa

[pve-devel] [PATCH pve-manager] Move logout button to the top right corner of the workspace

2016-04-19 Thread Emmanuel Kasper
This makes us similar to 90% of sites and thus make the interface more familiar to new users. --- www/manager6/Workspace.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js index 771e067..685b909 100644 --- a/www/manage

[pve-devel] [PATCH] add Windows 10 and 2012r2 to OS selection

2016-04-19 Thread Wolfgang Link
So user now we support also Win 10 and R2. --- www/manager6/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 3b7848a..8c91a85 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -88,7 +88,7 @@ Ext.define(

[pve-devel] [RFC manager 2/2] enhance visibility of dialog window border

2016-04-19 Thread Thomas Lamprecht
previously the upper border of a dialog window was white only, thus when a window opened it had a little less contrast. Signed-off-by: Thomas Lamprecht --- www/css/ext6-pve.css | 5 + 1 file changed, 5 insertions(+) diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index a3fceff..3e3

[pve-devel] [RFC manager 1/2] make modal dialog mask more transparent

2016-04-19 Thread Thomas Lamprecht
if a edit window or some other modal dialog opens extjs grays the background out, but with the gray scale CT/VM icons we are not able to tell the difference between CTs and VMs anymore. Signed-off-by: Thomas Lamprecht --- www/css/ext6-pve.css | 5 + 1 file changed, 5 insertions(+) diff --gi

[pve-devel] small gui enhancment regarding dialog windows

2016-04-19 Thread Thomas Lamprecht
The problem that one cannot see any difference between a CT and a VM in the tree with an open dialog window is not big but I need that often when testing and I do not like it if a pop up window renders everything else useless. The missing top border on a dialog window was also noticed by wolfgang

[pve-devel] [PATCH RFC container 1/2] Skip some additional config options when restoring

2016-04-19 Thread Fabian Grünbichler
-unusedX in all cases -parent also when merging config from backup, not only when merging existing old config -lxc.* when merging existing old config (update_pct_config does not support lxc.*) --- Note: this just fixes some error cases that are rather easy to run into src/PVE/API2/LXC.pm | 2 +-

[pve-devel] [PATCH RFC container 0/2] First pct restore fixes

2016-04-19 Thread Fabian Grünbichler
This patch series fixes some smaller bugs regarding pct restore: - incomplete filtering of parameters passed to update_pct_config - dropping of rootfs properties other than 'size' this allows restoring a backup with ACL enabled rootfs. Fabian Grünbichler (2): Skip some additional config options

[pve-devel] [PATCH RFC container 2/2] fix #942: restore ACL and other rootfs options from backup

2016-04-19 Thread Fabian Grünbichler
unless overridden via by explicitly setting the rootfs parameter, restoring from a backup will now copy the rootfs properties from the backup archive, except for 'volume' and 'ro' (for obvious reasons). --- Tested with two old OpenVZ backups and various LXC backups. src/PVE/API2/LXC.pm |

Re: [pve-devel] fix acl for tar 1.27.1

2016-04-19 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] add Windows 10 and 2012r2 to OS selection

2016-04-19 Thread Dietmar Maurer
> On April 19, 2016 at 2:38 PM Wolfgang Link wrote: > > > So user now we support also Win 10 and R2. > --- > www/manager6/Utils.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js > index 3b7848a..8c91a85 100644 > --- a/ww

Re: [pve-devel] [PATCH pve-manager] Move logout button to the top right corner of the workspace

2016-04-19 Thread Dietmar Maurer
applied (makes sense to me). ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] add Windows 10 and 2012r2 to OS selection

2016-04-19 Thread Wolfgang Link
Yes 2012R2 but to keep it shorter R2 > Dietmar Maurer hat am 19. April 2016 um 17:01 > geschrieben: > > > > > > On April 19, 2016 at 2:38 PM Wolfgang Link wrote: > > > > > > So user now we support also Win 10 and R2. > > --- > > www/manager6/Utils.js | 2 +- > > 1 file changed, 1 insertion

Re: [pve-devel] [PATCH] add Windows 10 and 2012r2 to OS selection

2016-04-19 Thread Dietmar Maurer
> > > - win8: 'Microsoft Windows 8/2012', > > > + win8: 'Microsoft Windows 8/10/2012/r2', > > > > But 'r2' is no official release? You meant '2012r2'? > Yes 2012R2 but to keep it shorter R2 Why is it worth to mention? I would just use: win8: 'Microsoft Windows 8/10/2012', ?

Re: [pve-devel] [PATCH] add Windows 10 and 2012r2 to OS selection

2016-04-19 Thread Martin Maurer
> Dietmar Maurer hat am 19. April 2016 um 18:33 > geschrieben: ... > Why is it worth to mention? I would just use: > > win8: 'Microsoft Windows 8/10/2012', > > ? as a server virtualization platform, we should list current microsoft server OS (which is 2012r2). MS users like to see their OS li

Re: [pve-devel] [PATCH] add Windows 10 and 2012r2 to OS selection

2016-04-19 Thread Daniel Hunsaker
On Tue, Apr 19, 2016, 11:16 Martin Maurer wrote: > > Dietmar Maurer hat am 19. April 2016 um 18:33 > > geschrieben: > ... > > Why is it worth to mention? I would just use: > > > > win8: 'Microsoft Windows 8/10/2012', > > > > ? > > as a server virtualization platform, we should list current micr

[pve-devel] openvswitch : update to 2.5

2016-04-19 Thread Alexandre Derumier
Help needed. The testsuite have errors when building the packages, logs are in openvswitch-2.5.0/tests/testsuite.log Not sure if we can ignore them or not ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listi

[pve-devel] [PATCH] openvswitch : bump to 2.5

2016-04-19 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- Makefile | 6 +-- changelog.Debian | 6 +++ pvepatches/fix-init-depends.patch | 22 +- pvepatches/install-systemd-services.patch | 59 --- pvep

Re: [pve-devel] openvswitch : update to 2.5

2016-04-19 Thread Alexandre DERUMIER
they seem to be python related maybe python version ? ## ## ## Summary of the failures. ## ## ## Failed tests: openvswitch 2.5.0 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 479: unixctl-py.at:89 unixctl ser

Re: [pve-devel] openvswitch : update to 2.5

2016-04-19 Thread Dietmar Maurer
> The testsuite have errors when building the packages, > > logs are in > openvswitch-2.5.0/tests/testsuite.log > > Not sure if we can ignore them or not runs fine here. I get ## - ## ## Test results. ## ## - ## 1731 tests were successful. 1 test was skipped. _

[pve-devel] [[PATCH pve-container] 2/4] Add move_volume.

2016-04-19 Thread Wolfgang Link
Now it is possible to move the volume to an other storage. This works only when the CT is off, to keep the volume consistent. --- src/PVE/API2/LXC.pm | 116 src/PVE/CLI/pct.pm | 1 + 2 files changed, 117 insertions(+) diff --git a/src/PVE/AP

[pve-devel] [[PATCH_2 pve-container]] Add the functionality of full clone

2016-04-19 Thread Wolfgang Link
--- src/PVE/API2/LXC.pm | 21 +-- src/PVE/LXC.pm | 58 + 2 files changed, 68 insertions(+), 11 deletions(-) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 90cdba6..537ab69 100644 --- a/src/PVE/API2/LXC.pm +++ b

[pve-devel] [[PATCH pve-container] 3/4] clone disk is complete, so we can remove the experimental flag

2016-04-19 Thread Wolfgang Link
--- src/PVE/API2/LXC.pm | 6 -- 1 file changed, 6 deletions(-) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 976e25d..5c0ae99 100644 --- a/src/PVE/API2/LXC.pm +++ b/src/PVE/API2/LXC.pm @@ -1035,12 +1035,6 @@ __PACKAGE__->register_method({ "you clone a normal

[pve-devel] clone volume

2016-04-19 Thread Wolfgang Link
With this new function it is possible to copy a rootfs or a mount-point, if the mp is a volume. Also we use this function to create full clones of CT and now we can move volumes to an other volume too. ___ pve-devel mailing list pve-devel@pve.proxmox.co

[pve-devel] [[PATCH pve-container] 4/4] Prevent that CT run at clone time.

2016-04-19 Thread Wolfgang Link
If we make a linked clone the CT must be a template, so it is not allowed to run. If we make a full clone, it is safer to have the CT offline. --- src/PVE/API2/LXC.pm | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 5c0ae9

Re: [pve-devel] openvswitch : update to 2.5

2016-04-19 Thread Dietmar Maurer
I get the following error when installing the package dpkg -i openvswitch-common_2.5.0-1_amd64.deb openvswitch-switch_2.5.0-1_amd64.deb (Reading database ... 481433 files and directories currently installed.) Preparing to unpack openvswitch-common_2.5.0-1_amd64.deb ... Unpacking openvswitch-commo

Re: [pve-devel] openvswitch : update to 2.5

2016-04-19 Thread Alexandre DERUMIER
>>runs fine here. I get >> >>## - ## >>## Test results. ## >>## - ## >> >>1731 tests were successful. >>1 test was skipped. ok, maybe it's my build environment ... - Mail original - De: "dietmar" À: "aderumier" , "pve-devel" Envoyé: Mercredi 20 Avril 2016 0

Re: [pve-devel] openvswitch : update to 2.5

2016-04-19 Thread Alexandre DERUMIER
>>openvswitch-switch >>insserv: exiting now! >>update-rc.d: error: insserv rejected the script header maybe it's coming from pvepatches/fix-init-depends.patch --- new.orig/debian/openvswitch-switch.init 2014-09-18 08:09:17.0 +0200 +++ new/debian/openvswitch-switch.init 2014-09-1

[pve-devel] [PATCH] fix CVE-2016-3955

2016-04-19 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- ...55-usbip-fix-potential-out-of-bound-write.patch | 45 ++ Makefile | 1 + 2 files changed, 46 insertions(+) create mode 100644 CVE-2016-3955-usbip-fix-potential-out-of-bound-write.patch diff --g