Recent content by Tobia

  1. T

    Handling of comments (Notes panel)

    Done, thanks. https://bugzilla.proxmox.com/show_bug.cgi?id=1618
  2. T

    Handling of comments (Notes panel)

    I see that the text added to the Notes panel in the GUI is saved as a comment in the CT or VM config file, and vice versa. But non-ascii characters are saved as URI-encoded UTF-8 bytes—a questionable approach, considering the underlying system is already UTF-8 based—and more importantly...
  3. T

    How do I disable USB automount?

    Mine does. I have no autofs package installed, no fstab entry at all (only swap and proc), and no udev rule (only 70-persistent-net.rules) and yet USB devices get automounted at /media/usbX It must be some part of systemd
  4. T

    How do I disable USB automount?

    I'm talking about a standard PVE 4.4 installation. I can't see any of those things, and yet usb devices get auto-mounted under /media/usbN
  5. T

    How do I disable USB automount?

    My Proxmox VE 4.4 (Debian Jessie 8.9) is auto-mounting USB devices under /media, even without any desktop UI like Gnome. I would like to disable this functionality, but all information I can find online refers to Gnome. Does anybody know what piece of the OS is responsible for this behavior in...
  6. T

    Need help with IPv6, it's not working in VMs

    I was having the same problem, when I realized that eth0 and vmbr0 need to have distinct subnets. I solved it by splitting my server's /64 subnet into multiple /96 ones, giving one to eth0 and another to vmbr0. Now I have: host eth0 = address $PREFIX::2 netmask 96 gateway fe80::1 host vmbr0...
  7. T

    ARP BUG with Ubuntu 12.04 Precise and 14.04 Trusty

    Here is a test I just made on my production system, using an actual public IP address. Host networking: auto eth0 iface eth0 inet static address $HOST_PUBLIC_IP netmask ... gateway ... auto vmbr0 iface vmbr0 inet static address 10.0.0.1...
  8. T

    ARP BUG with Ubuntu 12.04 Precise and 14.04 Trusty

    This is more of a problem with the network capture test I performed, than with the original problem I'm having. In the test I assigned two IPs from the same subnet, but in my actual use case I assign two IPs from different subnets: one is a local IP for use between CTs on the same host...
  9. T

    ARP BUG with Ubuntu 12.04 Precise and 14.04 Trusty

    This is really weird. Here is a capture for one of the CTs that are working correctly: # tcpdump -i vmbr0 -n arp (pct start $ID returns without any ARP packet mentioning the CT's eth0 or eth1) (ping $ETH0_IP) 17:14:31.837010 ARP, Request who-has $ETH0_IP tell $HOST_IP, length 28...
  10. T

    ARP BUG with Ubuntu 12.04 Precise and 14.04 Trusty

    I've been having a network problem with the aforementioned CT OSes, which took me some time to get to the root of. It happens when a CT is given two or more IP addresses (they may be LAN addresses, host-only private addresses, routable IPs, whatever) on different interfaces (eth0 and eth1) on...
  11. T

    Proxmox 4 / LXC / Multitail

    If you like your pct enter, I just wanted to mention that you just have to reopen stdin to make fussy programs like multitail and GNU screen work: # exec </dev/tty # multitail ...
  12. T

    Bridge issues with Ubuntu CT

    Hello I am experiencing a weird network bug in the latest Proxmox 4, kernels 4.4.13-2-pve and 4.4.15-1-pve, with Ubuntu containers. I'm not sure if I made a mistake in the network configuration, which is admittedly a bit convoluted, but the problem only appears with Ubuntu containers, not with...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!