Search results

  1. Y

    [SOLVED] ArchLinux CT doesnt seem to play nice

    For example When installing openssh I get the following [root@99999 ~]# pacman -S openssh warning: openssh-7.9p1-1 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... Packages (1) openssh-7.9p1-1 Total Installed Size: 4.65 MiB Net Upgrade Size...
  2. Y

    [SOLVED] ArchLinux CT doesnt seem to play nice

    I added keyctl=1 and rebooted, but still getting: mount: /sys/kernel/config: permission denied.
  3. Y

    [SOLVED] ArchLinux CT doesnt seem to play nice

    Does anyone know how to get a default Archlinux system working as a container on proxmox? I tried a varient of things and still can not get these errors to work
  4. Y

    [SOLVED] ArchLinux CT doesnt seem to play nice

    I have enabled nesting and restart the container but still same errors, here is my conf for the container: arch: amd64 cores: 10 hostname: 99999 memory: 5120 net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=B2:AC:AC:D1:51:48,type=veth ostype: archlinux rootfs: local-lvm:vm-99999-disk-0,size=8G...
  5. Y

    [SOLVED] ArchLinux CT doesnt seem to play nice

    Hi team I just created a stock standerd container with the Proxmox downloaded ArchLinux template, On boot, when I enter the container I get the following errors: [root@99999 ~]# systemctl status sys-kernel-config.mount ● sys-kernel-config.mount - Kernel Configuration File System Loaded...
  6. Y

    How to delete VM/CT RDD data?

    I would like to be able to delete a specific VM/CT RRD data when removing the VM. Currently using the API, But I can not see where to go about doing this. The reason I want this, when we delete a VM and provision a brand new one we would like to have no unrelated historic RRD data when doing...
  7. Y

    New Proxmox install stuck on LOADING DRIVERS

    Is this due to drivers missing? is there a way to pre load them into the Proxmox install?
  8. Y

    New Proxmox install stuck on LOADING DRIVERS

    Hi there Seems that when trying to install new Proxmox 5.3 when it start it gets stuck with "Loading Drivers" Is there a solution for this? I have attached an image of the screen:
  9. Y

    LXC Container show Load and hardware from Host

    Was there ever a solution for this (I am on 5.3)
  10. Y

    [SOLVED] Cant Add a node to a new cluster

    I ended up trying to add the new node to the cluster via the WEBUI and it worked perfectly
  11. Y

    [SOLVED] Cant Add a node to a new cluster

    I have a new cluster on NODE1 and I am trying to add NODE2 but I get back and error saying: 500 500 Server closed connection without sending any data back NODE1: root@node1:~# pvecm status Quorum information ------------------ Date: Wed Dec 19 07:36:12 2018 Quorum provider...
  12. Y

    MultiCast Issue

    If I pay for the premium subscriptions plus support would that mean the proxmox team would be able to see this issue more directly with my server potentially. I am 99% sure there is a issue on local server rather than external network? Is this something that would suit the "X support tickets /...
  13. Y

    MultiCast Issue

    Did a TCPDUMP and here is what came out, seems liek its just stopped: root@matterhorn:~# tcpdump -i vmbr0 -s0 -vv net 224.0.0.0/4 -n tcpdump: listening on vmbr0, link-type EN10MB (Ethernet), capture size 262144 bytes 10:09:03.184827 IP (tos 0x0, ttl 64, id 46169, offset 0, flags [DF], proto...
  14. Y

    MultiCast Issue

    Also for extra verification I added a new IP address tp the VMBR0 interface of the proxmox node, a new random IP address which I check before hand is not used anywhere and I got exact same results: # omping 10.50.0.123 -c 20 10.50.0.123 : waiting for response msg 10.50.0.123 : joined (S,G) =...
  15. Y

    MultiCast Issue

    Yep thats what I thought at first too, but I looked through the network and through the set up and couldnt find anything Also, it seems that (like the omping I showed above) its *ALWAYS* failing on the 10th packet and therefor after. if I cancel the process and start a new omping it once again...
  16. Y

    MultiCast Issue

    @wolfgang Thanks for the reply. I tried to disable igmp snppoing in the switch and also multicast_snooping o the proxmox node, and but its still the same issue. Would it be by any chance related to the number of containers running on the machine? Is there anywhere I can better look and diagnose...
  17. Y

    MultiCast Issue

    I have been having issues with the clustering function on proxmox for a while now I hope someone can help. I seem to be getting packet loss for what ever reason and I have no idea how to better diagnose this on our PROXMOX 5.3 system As seen in this OMPING you can see there is loss (happens...
  18. Y

    How to see storage of "local-lvm" on snmp?

    Been doing lots of searching but I can not for the life of me figure out how to go about sending this information to be displayed on our NMS Any help or pointers will be greatly appreciated. I am thinking I am not the only one wanting to monitor the CT/VM storage drives?
  19. Y

    How to see storage of "local-lvm" on snmp?

    I am running librenms and have it set up for the proxmox node to send stats, It can see all the normal partitions ok but there is nothing on the LVM drives. How can this be added, I want to be able to monitor the usage of the local-LVM Any help or pointers will be greatly appreciated
  20. Y

    [SOLVED] Get LXC list from API

    I am sorry, I got things wrong, this is fully working I just had my auth done wrong sadly Please mark as solved/delete thread