Search results

  1. N

    change VM root password from GUI

    as i told before , i have not tested this, by from what i have learned in some sites . after a some search i found this http://pubs.vmware.com/vca/index.jsp#com.vmware.vca.api.57.doc/GUID-EDA9DEEF-8963-4D7B-8AC3-1C87C1670CA0.html virtualizor also has this feature .
  2. N

    change VM root password from GUI

    what i know we can change linux vm wtih the vcloud api . i have not tested . onapp also has this by thier API . interroute also hs this via thier API . i'm working in a module or blesta , and i found some feature that are not available in proxmox . in V4 the API url for openvz type...
  3. N

    change VM root password from GUI

    i'm not talking about the creation proccess . sometimes , we forget the CT root password, or the client can't log to their CT , and every time we ned to enter the CT to change the password . all the other Platform has this possibility to change the root password outside the CT .
  4. N

    change VM root password from GUI

    my real attention does for Containers . how we could change the root password from the GUI ? is a good feature to allow root pasword change for containers via the API .
  5. N

    change VM root password from GUI

    is nice to see a feature that allow admins change VM rrot password from GUI rather than enter to ssh or the console , and API command for it also .
  6. N

    can't upgrade from 3.1 to 3.3

    thanks ; yes "apt-get clean" has corrected the issue . now this node in 3.3.5 :)
  7. N

    can't upgrade from 3.1 to 3.3

    already done , you can see my post for the result . apt-get update didn't return any errors . that is very strange .
  8. N

    can't upgrade from 3.1 to 3.3

    i want to upgrade from 3.1 to 3.3 , but i get a system up-to date . after a apt-get update . root@node1:~# apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and...
  9. N

    Bandwidth monthly transfer

    +1 For this feature . i hope this will be included .
  10. N

    Proxmox Gui interface not working in IE9

    I don't if i'm only or there are others, the proxmox GUI interface not working in IE9 (blank scren) , but it woking in Firefox . but when i check the source code of the page , i found the source code , that mean the page code is loaded , just the display , like a javascript error !!!
  11. N

    load average in API output

    is nice to see the load output in the API output "status/current"
  12. N

    RRD API response to image

    this is very strange , this is the full code , but not working <?php require("pve2_api.class.php"); $pve2 = new PVE2_API("xxxxxx.com", "apiuser", "pve", "apipassword"); if ($pve2->constructor_success()) { /* Optional - enable debugging. It print()'s any results currently */ //...
  13. N

    RRD API response to image

    i'm using the API . i have the api response as shown in my post-4 . so i have this code but not working . <img src="data:image/png;base64,'.base64_encode($response['image']).'" />
  14. N

    RRD API response to image

    but how i can include it in the IMG tag ; <img border="0" title="Disk Usage" alt="" src="'.$response['filename'].'" /> ----> not working <img border="0" title="Disk Usage" alt="" src="'.$response['image'].'.png" /> ----> not working
  15. N

    RRD API response to image

    is already remplaced , i have just removed my info from the copy/paste . please se my post4
  16. N

    RRD API response to image

    but my code return this RESPONSE ARRAY: Array ( [data] => Array ( [filename] => /var/lib/rrdcached/db/pve2-vm/119_cpu.png [image] => ‰PNG IHDR ȟÃ*MbKGDÿÿÿ ½§“ IDATxœÃ*ÂtÕÃÿo+J6ÄÀ²ÙˆAWà A...
  17. N

    RRD API response to image

    HTTP/1.1 501 Method 'GET /api2/png/nodes/{node}/openvz/{vmid}/rrd' not implemented
  18. N

    Company info/name on Proxmox Web GUI

    another question , the customisation are altered in upgrades ?