Search results

  1. E

    [SOLVED] LXC Config File

    Hi, First of all I need to load some packages with YUM. That's why I need it.
  2. E

    [SOLVED] LXC Config File

    Hello, I want to make some changes in the configuration file of LXC Centos container. I changed this file "lxc-centos" (in /usr/share/lxc/templates) and I did reboot server but it did not work. Could you specify the location of this file? Thanks
  3. E

    [SOLVED] Is API Access restricted via v5.1-40?

    @t.lamprecht , I get caught the firewall because I did not make a scheduled Proxmox update. I solved the problem right now. I think I need a vacation. :) Thank you for your time & interest.
  4. E

    [SOLVED] Is API Access restricted via v5.1-40?

    I constantly use API and I used it two minutes before the update. I can not log in with the API after updating. Do I have a chance to get the update back, downgrade to 5.1.3x?
  5. E

    [SOLVED] Is API Access restricted via v5.1-40?

    Hi, I was using this plugin, pve2-api-php-client Everything worked without problems and I wanted to update Proxmox.. updated and I can not get into the page that I linked with the API two minutes ago. The error message is that my login information is incorrect. There was no problem before...
  6. E

    [SOLVED] Is API Access restricted via v5.1-40?

    Hello, Has the API login been changed with the latest update? I was login with version 5.1-38 but I upgraded to v5.1-40 and I lost access with the API. I restarted the server but It did not work.
  7. E

    [SOLVED] NOVNC from remote

    Of course, thank you for interest.
  8. E

    [SOLVED] NOVNC from remote

    I installed second a Proxmox - 4.4.1 and stable working! But this time, Proxmox 4.4.1, It does not support the latest versions of operating systems. For example, Ubuntu 17.10 TASK ERROR: unsupported Ubuntu version '17.10'
  9. E

    reverse proxy nginx noVNC problem since V5

    I have same this problem. https://forum.proxmox.com/threads/novnc-from-remote.34634/#post-190386
  10. E

    [SOLVED] NOVNC from remote

    @woodstock, you are great man! Last week I was looking for something like that, I saw your message and made it. Right now working. Thank you man. I have a question. Everything works but sometimes VM screen does not come. what could be the reason?
  11. E

    VM Create/Edit/Delete with API

    Thank you for your answer, really I understand. Could you tell me that? Can I create or clone VM with API?
  12. E

    VM Create/Edit/Delete with API

    Why does nobody want to help?
  13. E

    VM Create/Edit/Delete with API

    Can you give me an example for create VM/tempalte with PHP? I would like vm create code I'm looking for a sample VM create code from last week but I can not find. The codes on GitHub are not working
  14. E

    VM Create/Edit/Delete with API

    I'm still waiting for help :)
  15. E

    VM Create/Edit/Delete with API

    Thank you for your answer. How do I send specific values via API? For example; $url = 'https://101.101.101.101:8006/api2/json/nodes/<NODE>/qemu/'; $fields = array( 'vmid' => urlencode($_POST['vmid']), 'cores' => urlencode($_POST['cores']), 'sockets' => urlencode($_POST['sockets'])...
  16. E

    VM Create/Edit/Delete with API

    Hello How I can create/edit/delete VM with API way? I reviewed the API Documentation but I couldnt find it. Is this possible? If yes, what is the API call to do it? Thank you.
  17. E

    Backup Size

    I see, thank you for your time! :)
  18. E

    Backup Size

    I did and now backup size: 5GB thank you but do you recommend "discarding"? Do I have problems if I want to use backup files in the future?
  19. E

    Backup Size

    "fstrim --all || true" What is this? - Still backup size: 69GB [root@server5 ~]# fstrim -v / /: 42.7 GiB (45835853824 bytes) trimmed [root@server5 ~]# fstrim --all || true [root@server5 ~]#