Re: [PVE-User] Loadbalancing SPICE

2019-02-19 Thread Jean R. Franco
Hi Mark,

Take a look here:
https://www.reddit.com/user/canavar2k

I really wanted to use apache guacamole for that.

Thanks,

- Mensagem original -
De: "Mark Schouten" 
Para: "PVE User List" 
Enviadas: Terça-feira, 19 de fevereiro de 2019 6:03:10
Assunto: [PVE-User] Loadbalancing SPICE

Hi,

We deliver customers their own Proxmox cluster and decided to do that
IPv6-only, behind an IPv4-enabled HAProxy setup. This all works well,
the webinterface functions as expected, NoVNC nicely switches along with
migrations, not an issue. Until a customer wanted to use SPICE.

I've been looking into SPICE and what I can configure for it, and it
seems that it is like HTTP, but nog suitable for vhosting. But I'm no
expert on SPICE, and I expect that there are people on this list that
know much more about it.

Has anyone succeeded in loadbalancing SPICE, or does anybody know what I
should change in Proxmox settings to make this possible?

Thanks!

-- 
Mark Schouten  | Tuxis Internet Engineering
KvK: 61527076  | http://www.tuxis.nl/
T: 0318 200208 | i...@tuxis.nl
___
pve-user mailing list
pve-user@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
-- 
Jean Rousseau Franco 

51.3025.3940 

Cel. 51.99767.0401 
Voicemail: 51.3025.3989 
USA: (305) 330.6848
___
pve-user mailing list
pve-user@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] can´t login in PVE with Linux realm in 5.3

2018-12-22 Thread Jean R. Franco
Hi Miguel,

This is something that happens even if you reboot the host?
If you cannot reboot, make sure pveproxy is running:

/etc/init.d/pveproxy status


● pveproxy.service - PVE API Proxy Server
   Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Thu 2018-11-22 23:52:56 -02; 4 weeks 1 days 
ago

Hth,


- Mensagem original -
De: "Miguel González" 
Para: "PVE User List" 
Enviadas: Sábado, 22 de dezembro de 2018 9:25:32
Assunto: [PVE-User] can´t login in PVE with Linux realm in 5.3

Dear all,

   I have been playing with this new Proxmox 5.3 server for more than a
week before I migrate all VMs from a 5.1 server and I have been able to
log in the GUI at 8006 port with no issue. Suddenly this morning after
being able to log in with no issue I keep on getting Connection error
401: permission denied - invalid PVE ticket.

  If I check the logs I see the auth works:

Dec 22 11:53:52 node1 pvedaemon[10764]:  successful auth for
user 'root@pam'

 I made sure that system time is right too. I am not using ntp (as I am
not doing with the legacy server)

 google search is not helping either.

 I have tried to recreate the certs with pvecm updatecerts -f

 Any suggestions?

 

 

 




---
This email has been checked for viruses by AVG.
https://www.avg.com

___
pve-user mailing list
pve-user@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

___
pve-user mailing list
pve-user@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] Local XFS storage pool - Fragmentation issues

2017-10-18 Thread Jean R. Franco
Hi Markos,

Take a look /proc/slabinfo to see if xfs_inode is using all your memory.

Please post your pve version with:
pveversion -v

Thanks,


- Mensagem original -
De: "Markos Vakondios" 
Para: "PVE User List" 
Enviadas: Quarta-feira, 18 de outubro de 2017 10:03:04
Assunto: [PVE-User] Local XFS storage pool - Fragmentation issues

Hello List,

My use case, is to provide a large hardware-RAID backed volume (hence no
ZFS) to PVE for continuous decent performance writes by a running container
(cctv dvr).

I  have 6 x 6TB SATA drives on a hardware RAID 10 configuration.

It 's formated as a ~10TB XFS device:

/dev/sdb on /10TB type xfs (rw,relatime,attr2,inode64,noquota)

I created a local directory storage pool on my PVE host and assigned a
9.8TB mount point  to a running container (DVR)

pve:/10TB/images/101# ls -lah /10TB/images/101/
total 6.3T
drwxr- 2 root root   30 Feb 15  2017 .
drwxr-xr-x 4 root root   38 Feb 15  2017 ..
-rw-r- 1 root root 9.8T Oct 18 14:03 vm-101-disk-1.raw

After a couple of months, I started receiving the following XFS errors on
the host:

Oct 17 06:26:09 pve kernel: [5629844.259800] XFS: loop0(28500) possible
memory allocation deadlock size 72832 in kmem_alloc (mode:0x2400240)

leaving me with an unusable filesystem from inside the container (no
writes),  unless I drop the host's page cache:

echo 1 > /proc/sys/vm/drop_caches

or even need to drop all pagecache, dentries and inodes:

echo 3 > /proc/sys/vm/drop_caches (remember to sync first!)

After research, I concluded that the deadlock is caused from heavy
fragmentation on the XFS image file which has 1.2 million extends (!)
according to xfs_bmap.

Of course, there is no way to defrag this filesystem with xfs_fsr, as the
volume file occupies almost 100% of its space (yes, I won't use more than
80%). Also it wouldn't be practical to do so, as the volume is busy 24/7
(cctv recording) and the available capacity matters.

Please correct me if I am wrong, but the above seemed to be a reasonably
decent layout to employ a local XFS filesystem (which is supposed to have
better handling of large files than EXT4) under PVE. But in practice it's
not! Am I missing something?

Is LVM a more suitable solution?

Any ideas or suggestions would be greatly appreciated.

Thanks,

Markos
___
pve-user mailing list
pve-user@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
___
pve-user mailing list
pve-user@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] New node not showing in datacenter

2016-12-29 Thread Jean R. Franco
Hi, 

I'm having the same problem, the commands below return all fine.
It only affects the GUI on the old nodes, if I login on the new node it works.
I rebooted the whole cluster but it didn't fix it.

It only relates to the newest version:
proxmox-ve: 4.4-76 (running kernel: 4.4.35-1-pve)
pve-manager: 4.4-1 (running version: 4.4-1/eb2d6f1e)
pve-kernel-4.4.35-1-pve: 4.4.35-76
pve-kernel-3.19.8-1-pve: 3.19.8-3
lvm2: 2.02.116-pve3
corosync-pve: 2.4.0-1
libqb0: 1.0-1
pve-cluster: 4.0-48
qemu-server: 4.0-101
pve-firmware: 1.1-10
libpve-common-perl: 4.0-83
libpve-access-control: 4.0-19
libpve-storage-perl: 4.0-70
pve-libspice-server1: 0.12.8-1
vncterm: 1.2-1
pve-docs: 4.4-1
pve-qemu-kvm: 2.7.0-9
pve-container: 1.0-88
pve-firewall: 2.0-33
pve-ha-manager: 1.0-38
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u2
lxc-pve: 2.0.6-2
lxcfs: 2.0.5-pve1
criu: 1.6.0-1
novnc-pve: 0.5-8
smartmontools: 6.5+svn4324-1~pve80
zfsutils: 0.6.5.8-pve13~bpo80

Thanks,

- Mensagem original -
De: "Emmanuel Kasper" 
Para: "PVE User List" 
Enviadas: Quinta-feira, 29 de dezembro de 2016 8:09:48
Assunto: Re: [PVE-User] New node not showing in datacenter

On 12/29/2016 10:57 AM, Florent B wrote:
> Hi everyone,
> 
> Today I added a new node to my PVE cluster (every node up-to-date).
> 
> When I connect to one of my 3 old nodes, the new node is not displayed
> (at all, not in the list) in "datacenter" list in GUI.
> 
> If I connect to new node GUI, all nodes are OK.
> 
> "pvecm status" is OK everywhere, and "/etc/pve/.members" too.
> 
> What could be the problem ?

To rule out first a possible  GUI problem:
 * does the following command executed on one of you "old" nodes return
the whole list ?

pvesh get cluster/config/nodes

___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] P2V Windows2003 Server (AD)

2016-10-07 Thread Jean R. Franco
Hi,

I used the self image to do it:
http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#Physical_.28running.29_server_to_Proxmox_VE_.28KVM.29_using_SelfImage

Works all the time.

Best regards,

- Mensagem original -
De: "Lindsay Mathieson" 
Para: "PVE User List" 
Enviadas: Sexta-feira, 7 de outubro de 2016 6:59:04
Assunto: Re: [PVE-User] P2V Windows2003 Server (AD)

On 7/10/2016 7:43 PM, HK 590 Dicky 梁家棋 資科 wrote:
> any suggestion to migrate physical windows 2003 server to Proxmox ? 

I've done via windows full backup and restore in the past.


Use bog std hardware in the VM - IDE Drive, Intel network adaptor etc.

-- 
Lindsay Mathieson

___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] storpool

2016-09-14 Thread Jean R. Franco
I looked and I'm not considering.

Are they nuts?

Check Ceph.

Best regards,

Jean Franco

- Mensagem original -
De: "Brian ::" 
Para: "PVE User List" 
Enviadas: Quarta-feira, 14 de setembro de 2016 18:07:23
Assunto: [PVE-User] storpool

Anyone looked at it or considered using it with Proxmox?


https://storpool.com/
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


[PVE-User] Backup off stopped Machines will not work

2015-03-12 Thread Jean R. Franco
Forwarding to the list: 


De: Iosif Peterfi iosif.pete...@gmail.com 
Para: Jean R. Franco jfra...@maila.net.br 
Enviadas: Quinta-feira, 12 de março de 2015 10:48:53 
Assunto: Re: [PVE-User] Backup off stopped Machines will not work 



Quick question. Do you still have 2GB of memory available at the time the 
backup runs ? 
On Mar 12, 2015 12:00 PM, Jean R. Franco  jfra...@maila.net.br  wrote: 



Hi Tobias, 

In this case I have no idea of what could it be, I´m running 3.4-1 and I´m able 
to back up all the VM´s, even the ones in the stopped state. 
Maybe someone else can shed a light. 

Best regards, 



De: Tobias Guth  tobias.g...@ecos.de  
Para: Jean R. Franco  jfra...@maila.net.br  
Cc: pve-user@pve.proxmox.com 
Enviadas: Quinta-feira, 12 de março de 2015 5:12:14 
Assunto: Re: [PVE-User] Backup off stopped Machines will not work 

Hey Jean, 
Am 11.03.2015 um 12:03 schrieb Jean R. Franco: 

BQ_BEGIN


This is because you have a different fs with this new version. 
You´ll have to modify the VM´s hard disk cache parameter, and change it to 
write through. 




changeing the cache parameter did not work out. Most of the stopped VMs does 
not backup anymore, since the update to pve 3.3. 
Do you have any other hints on this ? 

Regards 
Tobi 


___ 
pve-user mailing list 
pve-user@pve.proxmox.com 
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user 


BQ_END


___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] Backup off stopped Machines will not work

2015-03-12 Thread Jean R. Franco
Hi Tobias, 

In this case I have no idea of what could it be, I´m running 3.4-1 and I´m able 
to back up all the VM´s, even the ones in the stopped state. 
Maybe someone else can shed a light. 

Best regards, 



De: Tobias Guth tobias.g...@ecos.de 
Para: Jean R. Franco jfra...@maila.net.br 
Cc: pve-user@pve.proxmox.com 
Enviadas: Quinta-feira, 12 de março de 2015 5:12:14 
Assunto: Re: [PVE-User] Backup off stopped Machines will not work 

Hey Jean, 
Am 11.03.2015 um 12:03 schrieb Jean R. Franco: 




This is because you have a different fs with this new version. 
You´ll have to modify the VM´s hard disk cache parameter, and change it to 
write through. 




changeing the cache parameter did not work out. Most of the stopped VMs does 
not backup anymore, since the update to pve 3.3. 
Do you have any other hints on this ? 

Regards 
Tobi 

___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] Backup off stopped Machines will not work

2015-03-11 Thread Jean R. Franco
Hi Tobi, 

This is because you have a different fs with this new version. 
You´ll have to modify the VM´s hard disk cache parameter, and change it to 
write through. 

Best Regards, 


De: Tobias Guth tobias.g...@ecos.de 
Para: pve-user@pve.proxmox.com 
Enviadas: Quarta-feira, 11 de março de 2015 7:38:45 
Assunto: [PVE-User] Backup off stopped Machines will not work 

Hi, 

since the update of our Proxmox cluster the backup task (snapshot mode) is not 
able to backup stopped machines anymore. 
I did not found any real good hint on this issue here. Anybody ? 

Thanks and Regards 
Tobi 

Infos - 

3305: Mar 11 02:10:27 INFO: Starting Backup of VM 3305 (qemu)
3305: Mar 11 02:10:27 INFO: status = stopped
3305: Mar 11 02:10:27 INFO: update VM 3305: -lock backup
3305: Mar 11 02:10:27 INFO: backup mode: stop
3305: Mar 11 02:10:27 INFO: ionice priority: 7
3305: Mar 11 02:10:30 INFO: creating archive 
'/var/lib/vz/dump/vzdump-qemu-3305-2015_03_11-02_10_27.vma.lzo'
3305: Mar 11 02:10:30 INFO: starting kvm to execute backup task
3305: Mar 11 02:10:32 ERROR: Backup of VM 3305 failed - start failed: command 
'/usr/bin/kvm -id 3305 -chardev 
'socket,id=qmp,path=/var/run/qemu-server/3305.qmp,server,nowait' -mon 
'chardev=qmp,mode=control' -vnc 
unix:/var/run/qemu-server/3305.vnc,x509,password -pidfile 
/var/run/qemu-server/3305.pid -daemonize -name dmz-srvmail1 -smp 
'1,sockets=1,cores=1,maxcpus=1' -nodefaults -boot 
'menu=on,strict=on,reboot-timeout=1000' -vga cirrus -cpu 
kvm64,+lahf_lm,+x2apic,+sep -m 2048 -k de -device 
'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' -device 
'usb-tablet,id=tablet,bus=uhci.0,port=1' -device 
'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' -iscsi 
'initiator-name=iqn.1993-08.org.debian:01:be922e1d5d5e' -drive 
'file=/var/lib/vz/template/iso/openSUSE-12.3-NET-x86_64.iso,if=none,id=drive-ide2,media=cdrom,aio=native'
 -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200' 
-drive 'file=/var/lib/vz/images/3305/vm-3305-disk-1.qcow2,if=none,id=drive-v
irtio0,format=qcow2,aio=native,cache=none,detect-zeroes=on' -device 
'virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa,bootindex=100'
 -netdev 
'type=tap,id=net0,ifname=tap3305i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on'
 -device 
'virtio-net-pci,mac=C6:59:74:65:46:98,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300'
 -S' failed: exit code 1 





pveversion -v 
proxmox-ve-2.6.32: 3.3-147 (running kernel: 3.10.0-7-pve) 
pve-manager: 3.4-1 (running version: 3.4-1/3f2d890e) 
pve-kernel-3.10.0-7-pve: 3.10.0-27 
pve-kernel-2.6.32-37-pve: 2.6.32-147 
pve-kernel-2.6.32-26-pve: 2.6.32-114 
lvm2: 2.02.98-pve4 
clvm: 2.02.98-pve4 
corosync-pve: 1.4.7-1 
openais-pve: 1.1.4-3 
libqb0: 0.11.1-2 
redhat-cluster-pve: 3.2.0-2 
resource-agents-pve: 3.9.2-4 
fence-agents-pve: 4.0.10-2 
pve-cluster: 3.0-16 
qemu-server: 3.3-20 
pve-firmware: 1.1-3 
libpve-common-perl: 3.0-24 
libpve-access-control: 3.0-16 
libpve-storage-perl: 3.0-31 
pve-libspice-server1: 0.12.4-3 
vncterm: 1.1-8 
vzctl: 4.0-1pve6 
vzprocps: 2.0.11-2 
vzquota: 3.1-2 
pve-qemu-kvm: 2.1-12 
ksm-control-daemon: 1.1-1 
glusterfs-client: 3.5.2-1 



___ 
pve-user mailing list 
pve-user@pve.proxmox.com 
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user 
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] Backup off stopped Machines will not work

2015-03-11 Thread Jean R. Franco
Hi, 

Fuse does not use the same cache, you have new options which make this FS very 
impressive. 

Best Regards, 


De: Tobias Guth tobias.g...@ecos.de 
Para: Jean R. Franco jfra...@maila.net.br 
Cc: pve-user@pve.proxmox.com 
Enviadas: Quarta-feira, 11 de março de 2015 8:25:19 
Assunto: Re: [PVE-User] Backup off stopped Machines will not work 

Hi 

Am 11.03.2015 um 12:03 schrieb Jean R. Franco: 




This is because you have a different fs with this new version. 
You´ll have to modify the VM´s hard disk cache parameter, and change it to 
write through. 




Thanks for reply. What do you mean with fs ? And what has this to do with the 
caching policy ? Just curious ;-) 

Regards 
Tobi 

___ 
pve-user mailing list 
pve-user@pve.proxmox.com 
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user 
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user