Hi,
iproute2 4.15 contains a bug in /bin/ss which is in use in the next PVE.
See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895719
LG,
René
On 2018-04-20 08:41, Alexandre DERUMIER wrote:
> Hi,
>
> could it be possible to add iproute2 4.15 to proxmox repository ?
>
> I'm currently tes
On 4/11/18 9:45 AM, Wolfgang Bumiller wrote:
> applied, but it looks like the parameter was supposed to be removed
> entirely? It's always 1 now, ...
Yes, we could use something like (removing the param not included in patch):
8<
diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
inde
I've been using
https://salsa.debian.org/debian/iproute2/commits/debian/4.15.0-3 as base for
this,
and added the fix from:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895719.
I did't include the blob in this patch, use make download.
René Jochum (1):
Update to 4.15, fix /bin/ss with no
>>iproute2 4.15 contains a bug in /bin/ss which is in use in the next PVE.
Just curious, where proxmox is using /bin/ss ?
man said:
"ss is used to dump socket statistics. It allows showing information similar to
netstat. It can display more TCP and state informations than other tools."
Seem
Yes, I reported that bug (not the patch ).
As said in the next PVE, there will be something like:
/bin/ss -Hlt 'sport = :5900'
Kind regards,
René
On 2018-04-20 10:33, Alexandre DERUMIER wrote:
>>> iproute2 4.15 contains a bug in /bin/ss which is in use in the next PVE.
>
> Just curious, wher
On Fri, Apr 20, 2018 at 10:33:31AM +0200, Alexandre DERUMIER wrote:
> >>iproute2 4.15 contains a bug in /bin/ss which is in use in the next PVE.
>
> Just curious, where proxmox is using /bin/ss ?
https://git.proxmox.com/?p=pve-common.git;a=blob;f=src/PVE/Tools.pm;h=d5373a4246062887bd778f35f4d2ac
On 4/13/18 9:49 AM, Dominik Csapak wrote:
> if not available for a vm, we fallback to novnc like with spice
>
> Signed-off-by: Dominik Csapak
> ---
> www/manager6/Utils.js| 40
>
> www/manager6/button/ConsoleButton.js | 6 +-
> www/manag
Fix ss with the no-header flag, upstream bug: #895719
Signed-off-by: René Jochum
---
.gitignore| 3 +
Makefile | 4 +-
debian/changelog | 13 ++
debian/patches/0002-txtdocs.patch
I've been using
https://salsa.debian.org/debian/iproute2/commits/debian/4.15.0-3 as base for
this,
and added the fix from:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895719.
I did't include the blob in this patch, use make download.
Also remove iproute2-4.13.0.orig.tar.xz before commitin
applied, will look at the storage patches later
On 4/19/18 8:39 AM, Wolfgang Link wrote:
> It should use an asynchronous API call to create an image,
> because some storages may need longer to alloc an image.
>
> If a storage needs more than 30 sec
> the proxy will timeout and we have an orphan i
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 ++--
...003-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch | 2 +-
..
Signed-off-by: Fabian Grünbichler
---
submodules/ubuntu-bionic | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/submodules/ubuntu-bionic b/submodules/ubuntu-bionic
index e4a338d..62b0412 16
--- a/submodules/ubuntu-bionic
+++ b/submodules/ubuntu-bionic
@@ -1 +1 @@
-Subprojec
Signed-off-by: Fabian Grünbichler
---
.../0003-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch | 2 +-
.../0007-Revert-UBUNTU-Packaging-retpoline-add-safe-usage-hin.patch | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/patches/kernel/0003-pci-Enable-overri
bump ABI to 4.15.17-1-pve
Signed-off-by: Fabian Grünbichler
---
Makefile | 4 ++--
debian/changelog | 6 ++
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 6fe46c1..59449c7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
RELEASE=5.1
-PKG
Signed-off-by: Fabian Grünbichler
---
Makefile | 4 ++--
debian/changelog | 8
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 6d808e0..051ff64 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
RELEASE=5.1
# also update pve-kerne
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
index d5373a4..a366d47 100644
--- a/src/PVE/Tools.pm
+++ b/src/
On 4/13/18 9:50 AM, Dominik Csapak wrote:
> this adds font-settings to the 'My Settings'
> window and makes that bigger
>
> Signed-off-by: Dominik Csapak
> ---
> www/manager6/window/Settings.js | 84
> +++--
> 1 file changed, 72 insertions(+), 12 deletions(-)
Hello, after upgrade the main view of the dashboard is changed.
Now i have two columns (when i click to summary tab) but i really like the
oldest view.
Is it there any way to get it again?
I will post link to the my thread on the proxmox forum to see the images.
https://forum.proxmox.com/threads/
applied, with a small fixup: use 'an HTML5 ...' for both occurrences,
a and an were mixed.
On 4/13/18 9:49 AM, Dominik Csapak wrote:
> so that we can have it as default in the webinterface
>
> Signed-off-by: Dominik Csapak
> ---
> data/PVE/Cluster.pm | 4 ++--
> 1 file changed, 2 insertions(+)
Hi Dominik
Let me tell what I try to achieve.
I have created a VM with Apache Guacamole, an Apache VDI solution.
So I wanna add a button, perhaps near by Documentation, Create VM, Create
CT, and name this button with something like VDI Access.
This button will access a link like http://:8080/vdi
Hi there
Indeed, I do it.
But I thought, perhaps Proxmox could bring this integrate directly Debian
and add a button to point to a link.
Just a suggestion.
---
Gilberto Nunes Ferreira
(47) 3025-5907
(47) 99676-7530 - Whatsapp / Telegram
Skype: gilberto.nunes36
2018-04-20 1:41 GMT-03:00 Diet
On 04/20/2018 12:50 PM, Gilberto Nunes wrote:
Hi Dominik
Let me tell what I try to achieve.
I have created a VM with Apache Guacamole, an Apache VDI solution.
So I wanna add a button, perhaps near by Documentation, Create VM, Create
CT, and name this button with something like VDI Access.
This b
On 04/20/2018 11:54 AM, Kristian Kirilov wrote:
Hello, after upgrade the main view of the dashboard is changed.
Now i have two columns (when i click to summary tab) but i really like the
oldest view.
Is it there any way to get it again?
I will post link to the my thread on the proxmox forum to
Signed-off-by: Dominik Csapak
---
getting-help.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/getting-help.adoc b/getting-help.adoc
index a7592a1..3b35fc1 100644
--- a/getting-help.adoc
+++ b/getting-help.adoc
@@ -54,7 +54,7 @@ team] for more information or volume discou
I'm 100% percent sure that, the browser size/resolution is the same.
Yeah now is stretched, but before isn't it. And the stretch only apply in
summary field/tab. The search tab looks like the old version.
Is there any way to change something in the source and get not stretched
version again?
Than
On 04/20/2018 02:25 PM, Kristian Kirilov wrote:
I'm 100% percent sure that, the browser size/resolution is the same.
Yeah now is stretched, but before isn't it. And the stretch only apply in
summary field/tab. The search tab looks like the old version.
Is there any way to change something in the
Signed-off-by: Thomas Lamprecht
---
should apply to both master and 4.15
debian/control.in | 6 ++
1 file changed, 6 insertions(+)
diff --git a/debian/control.in b/debian/control.in
index fa58872..a9ba042 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,6 +5,12 @@ Maintainer: P
applied, followed up with a rewording of the remaining paragraph,
replaced the uncomfortable high number of occurrences of the word
'bug' with synonyms and fixed an a/an typo.
On 4/20/18 2:21 PM, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak
> ---
> getting-help.adoc | 2 +-
> 1 file cha
Add internal and external storage wizard for cephfs
Signed-off-by: Alwin Antreich
---
www/manager6/Makefile | 1 +
www/manager6/Utils.js | 10 ++
www/manager6/storage/CephFSEdit.js | 68 ++
3 files changed, 79 insertions(+)
cre
- ability to mount through kernel and fuse client
- allow mount options
- get MONs from ceph config if not in storage.cfg
- allow the use of ceph config with fuse client
Signed-off-by: Alwin Antreich
---
PVE/API2/Storage/Config.pm | 2 +-
PVE/API2/Storage/Status.pm | 2 +-
PVE/Storage.
This patch series adds the Cephfs to our list of storages. You can mount the
storage through the kernel or fuse client. The plugin for now allows all
content formats, but this needs further testing.
Config and keyfile locations are the same as in the RBD plugin.
Example entry:
cephfs: cephfs0
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
* add a reset/save button for xtermjs settings
i left the lin
if not available for a vm, we fallback to novnc like with spice
Signed-off-by: Dominik Csapak
---
www/manager6/Utils.js| 39
www/manager6/button/ConsoleButton.js | 6 +-
www/manager6/qemu/CmdMenu.js | 7 ++-
3 files changed,
until now, we only set the default console once on page load,
this enables to set it everytime the dc->options panel loads,
so also after setting an option
Signed-off-by: Dominik Csapak
---
www/manager6/dc/OptionView.js | 13 +
1 file changed, 13 insertions(+)
diff --git a/www/manag
so that by default the users get xtermjs
not for vms though, since most will still not use a serial
terminal as the display
Signed-off-by: Dominik Csapak
---
www/manager6/lxc/Config.js | 9 -
www/manager6/node/Config.js | 8
2 files changed, 17 deletions(-)
diff --git a/www/ma
this adds font-settings to the 'My Settings'
window and makes that bigger
Signed-off-by: Dominik Csapak
---
www/manager6/window/Settings.js | 131
1 file changed, 120 insertions(+), 11 deletions(-)
diff --git a/www/manager6/window/Settings.js b/www/manag
Hi,
+
+sub plugindata {
+return {
+content => [ { images => 1, rootdir => 1, vztmpl => 1, iso => 1,
backup => 1},
+ { images => 1 }],
+format => [ { raw => 1, qcow2 => 1, vmdk => 1 } , 'raw' ],
+};
+}
I think we should forbid images, as I'm pretty su
Hi,
On Fri, Apr 20, 2018 at 03:42:22PM +0200, Alexandre DERUMIER wrote:
> Hi,
>
> +
> +sub plugindata {
> +return {
> +content => [ { images => 1, rootdir => 1, vztmpl => 1, iso => 1,
> backup => 1},
> + { images => 1 }],
> +format => [ { raw => 1, qcow2 =
38 matches
Mail list logo