Re: [pve-devel] [PATCH manager v2 4/4] add xterm.js settings

2018-04-23 Thread Thomas Lamprecht
On 4/20/18 3:37 PM, Dominik Csapak wrote: > this adds font-settings to the 'My Settings' > window and makes that bigger > Testing behaviour (didn't looked at the code much yet): Reset/Save button have a small issue, i.e.: Starting from a completely empty form both are disabled (OK), if I then di

[pve-devel] applied: [PATCH manager v2 0/4] xtermjs webgui improvements

2018-04-23 Thread Thomas Lamprecht
On 4/20/18 3:37 PM, Dominik Csapak wrote: > this series changes the embedded console to xterm.js for host/container > (vms still need novnc) > and adds xtermjs font settings to the gui > > changes from v1: > * use a map for the consoletypes in Utils > * forbid negative values for lineHeight > * ad

Re: [pve-devel] [PATCH common] untaint df return values

2018-04-23 Thread Thomas Lamprecht
On 4/20/18 11:42 AM, Dominik Csapak wrote: > since we sometimes use their length in a format string for printf > > Signed-off-by: Dominik Csapak > --- > src/PVE/Tools.pm | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git a/src/PVE/Tools.pm b/src/PVE/Tools.pm > in

[pve-devel] [PATCH container] update_config: rescan volume size

2018-04-23 Thread Fabian Grünbichler
otherwise the size information gets lost when detaching and reattaching a mountpoint volume, which is less than ideal since mountpoints without size information require manual information when restoring. Signed-off-by: Fabian Grünbichler --- src/PVE/LXC/Config.pm | 19 +-- 1 file

[pve-devel] applied: [PATCH manager] use correct multiKey and getObjectValue calls for memory line

2018-04-23 Thread Thomas Lamprecht
applied On 4/10/18 4:36 PM, Dominik Csapak wrote: > also show shares and if ballooning is off > > Signed-off-by: Dominik Csapak > --- > www/manager6/qemu/HardwareView.js | 32 +++- > 1 file changed, 23 insertions(+), 9 deletions(-) > > diff --git a/www/manager6/qemu

[pve-devel] applied: [PATCH kernel 4.15 0/4] update to 4.15.17-1-pve

2018-04-23 Thread Thomas Lamprecht
applied On 4/20/18 11:35 AM, Fabian Grünbichler wrote: > pve-kernel: > > Fabian Grünbichler (3): > update source to Ubuntu-4.15.0-17.18 > rebase patches > bump version to 4.15-7, bump ABI to 4.15.17-1-pve > > Makefile | 4 ++-- > ..

[pve-devel] error: debian/rules build gave error exit status 2

2018-04-23 Thread Daniel Boothby
Hi, I'm trying to build the pve kernel with the raw source from git but it's failing with the following error: make[1]: Leaving directory '/root/pve-kernel/build' dpkg-buildpackage: error: debian/rules build gave error exit status 2 Makefile:79: recipe for target 'pve-kernel-4.13.16-2

Re: [pve-devel] error: debian/rules build gave error exit status 2

2018-04-23 Thread Thomas Lamprecht
Hi, On 4/23/18 5:03 PM, Daniel Boothby wrote: > Hi, > > I'm trying to build the pve kernel with the raw source from git but it's > failing with the following error: > > make[1]: Leaving directory '/root/pve-kernel/build' > dpkg-buildpackage: error: debian/rules build gave error exit stat

[pve-devel] [PATCH kernel v2] d/control: add some missing build dependencies

2018-04-23 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- changes v1 -> v2: * omit libssl-dev for now * replace wrong dot after 'xmlto' with comma debian/control.in | 5 + 1 file changed, 5 insertions(+) diff --git a/debian/control.in b/debian/control.in index fa58872..18e8381 100644 --- a/debian/control.in +++