Search results

  1. B

    VM with Win time gets back with 2h often!

    Dose anyone have any solution for this ? It started to be a big mass with the time for all the customers on proxmox 5
  2. B

    VM with Win time gets back with 2h often!

    My win kvm i made it to check this problem i didnt reboot for 1 week now and it keeps changing the time, i put it to real time after some time it gets back
  3. B

    VM with Win time gets back with 2h often!

    Hello guys, I just notice a problem because some of my customers complain about this and truly we never had this problem on proxmox 3. We use proxmox 5 on some of ower servers for 2mo now and i notice this problem only on them and not on the old servers with proxmox 3, and i truly dont...
  4. B

    Massive Load 120-150% when clone an VM

    Hello guys, I`m facing a problem, and i think is new because i never sow this problem like 1-2 mo ago. So i got an VM with win 7 on it and i clone it to avoid making again and again new instalations, the clone it takes like 20-30 secands is fast from my opinion but the server load jumps to...
  5. B

    [SOLVED] Reboot server and get on lxc Server refused to allocate pty

    Just tested and i work, centos openvz from proxmox 3.4 restored on 5.3 erased fstab and all normal now Thank you
  6. B

    [SOLVED] Reboot server and get on lxc Server refused to allocate pty

    Yes i got this none /dev/pts devpts rw,gid=5,mode=620 0 0 none /dev/shm tmpfs defaults 0 0 If i remove it dose it will work on 5.3 ? "Proxmox VE 3.x has been EOL for quite long now." I know but i dont have any other options because i`m not able to migrate them to proxmox...
  7. B

    [SOLVED] Reboot server and get on lxc Server refused to allocate pty

    Finaly founded the problem. The VPS was migrated long time ago from proxmox 3.5 now after i update from 5.2 to 5.3...etc all the openvz migrated on proxmox 5 they dont like the new kernel so i migrate them all back to proxmox 3.5 What i dont understand is why it just not updateing the kernel...
  8. B

    Proxmox VE 5.3 released!

    how can i booting into the previous kernel and try ? i dont have idrac acces i see this on the server shell
  9. B

    Proxmox VE 5.3 released!

    This nigh i just update the server from 5.2 to 5.3 and i ended up all my lxc dead, they boot they ar online but Server refused to allocate pty [root@2 home]# screen Cannot access '/dev/pts/2': No such file or directory [root@2 home]# [root@2 pts]# echo "" > 2 bash: 2: Read-only file system...
  10. B

    [SOLVED] Reboot server and get on lxc Server refused to allocate pty

    Hello guys, I just rebooted the server and now when i turned on all the lxc on it i get Server refused to allocate pty Before i reboot it i stoped the lxc manualy and after i rebooted it. The big think is i`m able to login using winscp but putty no, and if i enter on the server and after on...
  11. B

    LXC Container show Load and hardware from Host

    I dont think so and is truly bad, i`m thinking of migrate back to 3...., since lxc i got lot of problems with this load
  12. B

    Cluster running, but node shows offline

    Hy guys any solutions ? I started to have this problem weekly but now every 2 days
  13. B

    The load from server same on fresh lxc

    Truly bad :( Thank you for your reply and the comand.
  14. B

    My cluster is no longer a cluster :(

    I had the same problem and i thik is a bug on proxmox 5, For me was working with commands #killall -9 corosync # systemctl restart pve-cluster and from an friend recomandation apt-get update && apt-get dist-upgrade
  15. B

    The load from server same on fresh lxc

    Hello, I have a question/problem or i think is a bug or this is the way it is i dont know. I use proxmox 5.2 On the server i got load of 5% the problem is on freshly new created lxc i got the same load as the server has. The big problem is, when customers see the load on fresh new lxc they...
  16. B

    Clone not working any more getting Task Error

    Hello, I started to have a problem, cloning an lxc, was working before and now i start to get this error even if i recreate the lxc, tryed 10 times allready. I use proxmox 5.2 create full clone of mountpoint rootfs (local:1000/base-1000-disk-1.raw) Formatting...
  17. B

    Strange problem with one node, server off but not

    https://forum.proxmox.com/threads/cluster-running-but-node-shows-offline.29956/ same problem, request delete this threade.
  18. B

    Cluster running, but node shows offline

    Hello guys, i got the same problem on proxmox 5 :( any solutions to fix this ? I got feeling this will happed again and again and i dont like to stay all the time thinking when it will happen again
  19. B

    Strange problem with one node, server off but not

    Hello guys, I wake up with one node d2 to be offline but not, i`m able to acces ssh, proxmox on boath servers, if i acces proxmox from d2 it shows boath nodes off, if i acces from d7 it shows only d2 off ...etc Some lxc if i push start button i get the ct runing allready, some of them they...
  20. B

    [SOLVED] Proxmox PHP API - Create lxc container.

    Hello guys, i`m back with a small problem i can't make it, i use this $info = $pve2->get("/nodes/$serverip/lxc/$IDProxMox/status/current"); It works but it shows me the entire lxc details and i dont know how to exploade to extract only the name of the vm. On the documentation i didnt fiind...