Search results

  1. L

    Proxmox 5.2 network issue

    Hello, I have a fresh proxmox 5.2 installation. The problem is that the eno1 (same as eth0) interface is getting configured when it should not. In the /etc/network/interfaces, the configuration is like this: iface eno1 inet manual And in the web interface there is nothing configured either...
  2. L

    LXC container fails to start

    Looks like the disk was actually full and the size reported was not correct. I fixed it increasing the disk size :D
  3. L

    LXC container fails to start

    Hello, I have an LXC container that will not start, can anybody give me a hand with it ? This is the error: # pct start 120 lxc-start: tools/lxc_start.c: main: 365 The container failed to start. lxc-start: tools/lxc_start.c: main: 367 To get more details, run the container in foreground mode...
  4. L

    After removing a container, the backup is not removed

    Hello, I mean that the backup job is still active in Datacenter->backup. Obviously doesn't make sense to remove the backups but disabling the job or showing a warning notifying the there is a backup job active could be interesting.
  5. L

    After removing a container, the backup is not removed

    Hello, I just removed a container and I see that the backup has not been removed or disabled in the Datacenter->backup window. Just wanted to let you know in case is something you need to fix. Regards.
  6. L

    BUG: move disk gives OK with errors

    Hello, I know that it should not affect operation. That is why I would expect a warning (instead of an error).
  7. L

    BUG: move disk gives OK with errors

    Hello, Not sure if this is a bug or not, I will explain what happens. When I move a disk, I get "TASK OK" message but there are some errors in the process. I moved the disk for a template from nfs to nfs. Maybe the task has completed correctly but I would expect a "TASK WARNINGS" to notify...
  8. L

    Will lose the graphs by migrating from 4.0 to 4.4 ?

    @dcsapak I left the graphs, any idea ?
  9. L

    Will lose the graphs by migrating from 4.0 to 4.4 ?

    Checking the graphs for the same node (pve3): Proxmox 4.0: Proxmox 4.4:
  10. L

    Will lose the graphs by migrating from 4.0 to 4.4 ?

    Thank you for your reply @dcsapak Lets see if I can explain the issue with some more detail. I have a three node cluster with the nodes pve2, pve3 and pve4. They used to be proxmox 4.0 but now I have updated two of them so I have the following versions: pve2 and pve3 are proxmox 4.4 pve 4 is...
  11. L

    Will lose the graphs by migrating from 4.0 to 4.4 ?

    Hello, Is there a way to migrate the graphs ? I wouldn't like to loose the information if there is a way to keep it. I checked it again and I can not see the graph history from the node that has version 4.4.
  12. L

    Will lose the graphs by migrating from 4.0 to 4.4 ?

    Hello, I am migrating from pve 4.0 to pve 4.4. I already have one pve 4.4 node and it looks like on this node I can not see the week, month and year average. Will I loose all this graph data ? Thanks.
  13. L

    Containers not booting after adding a pve 4.4 node to a pve 4.0 cluster

    Hello, I had a cluster with two nodes with proxmox 4.0. Recently I added a third node with proxmox 4.4 because I want to update all the nodes to the latest version with the smallest downtime possible. To try it out, I moved some containers to the new node (pve 4.4) but they don't boot and now...
  14. L

    Firewall rules not loaded for lxc containers

    I see that the firewall also has to be activated for the network card. I am surprised I have to activate the firewall in 4 different places to make it work. It would be nice if you could document how to activate the firewall in the wiki: https://pve.proxmox.com/wiki/Firewall
  15. L

    Firewall does not load the rules

    I see that the firewall also has to be activated for the network card. I am surprised I have to activate the firewall in 4 different places to make it work. It would be nice, if you could document how to activate the firewall in the wiki: https://pve.proxmox.com/wiki/Firewall
  16. L

    Firewall rules not loaded for lxc containers

    Hello, I enabled the firewall in datacenter, node and container and I can see quite a few iptables rules loaded and some new PVE chains. The problem is that I created a rulea for a container and I can not see that rule in iptables. This is the rule: But I can not see that rule in the node...
  17. L

    Firewall does not load the rules

    The firewall is now enabled in datacenter, node and container. I checked a bit further and it seems that the rules for the container are not being included in iptables. This is the rule: But I can not see that rule in the node: pve1# iptables -nvL | grep 8888 pve1# And iptables in the...
  18. L

    Firewall does not load the rules

    True, it has to be activated at datacenter level as well. The firewall is up and running now but I have another issue. I want to block the traffic to some containers where I have public IPs and it doesn't work. I discovered that the traffic to this containers in comming in trough FORWARD chain...
  19. L

    Firewall does not load the rules

    Hello, I have created some firewall rules for a container but I can not see them in iptables. Rules: I tried restarting the firewall with "pve-firewall restart" and "/etc/init.d/pve-firewall restart" but nothing seems to work. In the WebUI for the node and the container the "Enable Firewall"...
  20. L

    pct create error since PVE 4.2

    This is a bit of a problem for me. I used to be able to launch any number of containers in a few seconds. Now I need to launch 100 containers and I have to write the password 100 times.... Users should be able to choose if they want to use the password in command line or not.