Search results

  1. C

    noVNC not working with proxmox 5

    Hi, Same thing here, but on one (and only one) node in a cluster of 3! Javascript console says : Failed when connecting: Failed to connect to server ( (code: 1006)) app.js:8037:21 $$$core$rfb$$RFB.prototype._fail https://px1-c.drsic31.sud.minint.fr:8006/novnc/app.js:8037:21...
  2. C

    Why Qemu incremental backup is not supported by Proxmox

    Hi, Any news on this long awaited feature? PVE 5.0 is coming really soon now... Or do we need to wake up Kamil Trzciński (https://ayufan.eu/projects/proxmox-ve-differential-backups/) ? Christophe.
  3. C

    PVE5 and drbd?

    Hi, Sorry, I missed that point. Thank you, Christophe.
  4. C

    PVE5 and drbd?

    Hi all, What about DRBD integration in PVE 5.0? Thanks, Christophe.
  5. C

    [BUG]PVE5.0b2 : unable to insert new line in notes...

    Done : https://bugzilla.proxmox.com/show_bug.cgi?id=1400 Christophe.
  6. C

    [BUG]PVE5.0b2 : unable to insert new line in notes...

    Hi, It seems difficult to insert a new line in notes for a given VM. When coming back to edit note's text, RETURN has no effect, buttons are greyed. Anything ou type un-grey buttons, but RETURN key validates and closes the window... Nobody using notes on PVE??? It's a killer feature, I can't...
  7. C

    Proxmox with Synology NAS recommendation

    Hi, Your third node is only there for quorum? Your RS 815+ car share some LUN, iSCSI is probably better than nfs when performance is needed (multipathing is definetly better than bonding here, as soon as you have more than 2 ethernet ports). We have setups based on 3 RS815RP+ : - 1 SAN...
  8. C

    PVE 4.4 announce not sticked?

    Hi all, Is there any reason to not stick the thread about PVE 4.4 release? https://forum.proxmox.com/threads/proxmox-ve-4-4-released.31029/ Merry Christmas, Christophe.
  9. C

    Show configuration on pigz backup : Error!

    Oops, I understand now : it's because I'm using a wrapper to redirect gzip to pigz... Restoring original gzip works as expected. Christophe.
  10. C

    PVE-4.3-3 : Wrong size in web GUI...

    Hi all, Trying to look at DRBD9 on a brand new PVE 4.3-3 2-nodes cluster. A wrong size (about twice real size) is displayed in webgui for a DRBD storage ("Summary" tab). We created a 64GiB resource, and a VM with a 2GiB disk on this storage. Reported size are as follow in webgui : Size ...
  11. C

    Show configuration on pigz backup : Error!

    Hi all, A cool recent (not announced?) feature seems to fail whith pigz compression tool (pigz: 8 in /etc/vzdump.conf). If you try to "show configuration" on a backup file, an error occurs with the following message : "Failed to extract config from VMA archive: pigz: write error code 32...
  12. C

    RDS/Terminal Server random freeze, console not responding

    Hi, Anything new on this problem? We had a few years ago similar random hangs with nothing in event log. Then we moved to a network syslog and saw event id 129 (viostor). In fact, VM does NOT hang, but becomes unresponsive and seems freezed. It is just waiting for storage... See this thread ...
  13. C

    WEB GUI from different servers in the same browser

    Hi, Try $ ssh -X -L 8007:192.168.23.150:8006 -L 3129:192.168.23.150:3128 xxx@192.168.23.150 $ ssh -X -L 8006:@192.168.23.160:8006 -L 3128:192.168.23.160:3128 xxx@192.168.23.160 Christophe.
  14. C

    Proxmox VE 4.2 released!

    Proxmox is becoming better and better! It's time to give a try to 4.2 release. Thank you all for great and hard work! Christophe.
  15. C

    Windows Clients Freeze on Proxmox 3.4-6

    Hi, Nothing in any evenlog? No ID 129? viostor reset? We experienced something very similar. It is not due to syslog. It is due to disk on which logs are written becomes unreachable. Logging din't stop anymore once we swapped to a networked syslog. Christophe.
  16. C

    Proxmox 4 : only root can HA?

    Yes, in PVE 3;x, but in PVE 4, as soon as you click HA tab : permission check failed (user != root@pam) 403 Christophe.
  17. C

    Proxmox 4 : only root can HA?

    Hi all, It seems HA needs root privileges to define groups and resources. Right? Can we hope a role based evolution soon? And it seems any non root user can't even VIEW groups and HA resources? Can we hope any change soon? We massively use LDAP authentication and try to avoid root logins as...
  18. C

    4.0 and multipathed ISCSI SAN

    Ok, I will try that way. It is more a workaround than a direct answer, but hey, if it works... Thank you, Christophe.
  19. C

    4.0 and multipathed ISCSI SAN

    And? Same problem here (without multipath) on a 3 nodes cluster, node.startup=automatic in /etc/iscsi/iscsid.conf, and EqualLogic SAN : pvedaemon[17949]: command '/usr/bin/iscsiadm --mode node --targetname iqn.2001-05.com.equallogic:4-42a846-5f04b7a3f-4280000211056291-cluster3 --login' failed...