Search results

  1. C

    Ubuntu template configuration?

    I'm going to hijack my own thread: Why does the DAB include its own Postfix main.cf rather than installing the default one included with the postfix package? This supplied main.cf has a bug: Running some Python code to connect to the SMTP server on localhost, port 25 would connect over IPv6. But...
  2. C

    ignore duplicate vmid xxx in pool

    I managed to get this on a node that had been part of a cluster but was removed according to these instructions. Adding and removing a user solved it.
  3. C

    Proxmox VE 6 - Removing cluster configuration

    I have one machine with several virtual machines and containers. I added a new machine to this in a cluster config. Now I want to remove the second machine again. The second machine has no VMs or containers. Does the above apply? Will my first machine survive?
  4. C

    Ubuntu template configuration?

    Hi, I'm wondering how you create the Ubuntu templates that you make available. We have a number of developers that are still using Virtual Box (yes, I know...) and installing a virtual machine with a minimal Ubuntu server installation results in many more packages than what's in the Ubuntu...
  5. C

    Container backup skips volume mount point even with backup=1

    Oops! It turns out it is working. It has just saved all the files into one tree rather than two as I expected. Below you can see the output from the backup process -- I don't submit a backup command but have done everything through the GUI. INFO: starting new backup job: vzdump 105 --mode...
  6. C

    Container backup skips volume mount point even with backup=1

    Hi, I'm using Proxmox as my development workstation, doing my development inside various LXC containers. These are configured with a small root disk to which I usually add a larger mount point mounted on /home for all my data -- the idea being I can copy these and/or attach these to new...
  7. C

    NIC not found during initial installation

    I managed to work around this. When the installer reported "No network interface device found", I switched to the shell on tty3 (Ctrl-Alt-F3) and removed the tg3 module from the running kernel using rmmod tg3 I then loaded the broadcom module followed by the tg3 module again: modprobe broadcom...
  8. C

    New Mobile App for Proxmox VE!

    Can't such an app be distributed via the web-server instead of packaging it as a stand-alone app?
  9. C

    NIC not found during initial installation

    Was this ever resolved? Ubuntu 18.04 running fine on a Dell Vostro 460 with an on-board Broadcom BCM57788, but Proxmox 6.3-1 installer doesn't detect it -- even though it is listed in the output of lspci.
  10. C

    [SOLVED] Dell poweredge r710 no ethernet

    The computer you're trying to connect to it from is on the 192.168.100.0/24 network? (Just checking!)
  11. C

    New Mobile App for Proxmox VE!

    I don't understand why you invest time and money into a standalone app just for Android when you could develop a better mobile device view which works in all mobile browsers. HTML5 and Javascript is really powerful these days.
  12. C

    Are you going to add built-in support for Let's Encrypt?

    OK But you can either: 1. Use a public domain and create internal names for that using Let's Encrypt. or 2. Setup your own CA and make your internal machines trust that CA. Personally I would use approach 1. Then automate using Let's Encryt. Domains are pretty cheap and your time costs money...
  13. C

    ARM Hardware

    Now that Debian is available for Raspberry Pi and the hardware is available in a 64-bit version with 8Gb RAM, is it possible to provide an arm64 repository so we can add Proxmox to an existing Debian install on this platform?
  14. C

    Are you going to add built-in support for Let's Encrypt?

    If you have a valid SSL certificate you should leave the fingerprint field empty!
  15. C

    Are you going to add built-in support for Let's Encrypt?

    Hi, Recent versions of Proxmox VE have a built-in ACME client which works really well (we use DNS domain validation). Are you going to add this same support into PBS? I don't see it on the roadmap. If so, for installs where the PBS is installed to the same host OS install as PVE (ie...
  16. C

    Limitations of LXC containers for (large) production servers?

    No, it was the UWSGI app that wasn't responding. Apache was working fine. But there's no inherent limitation that makes it a bad idea for us to deploy our new webservers as containers rather than VMs?
  17. C

    Limitations of LXC containers for (large) production servers?

    Output of pct config: arch: amd64 cores: 4 hostname: fof1 memory: 1024 mp0: local-lvm:vm-114-disk-2,mp=/home,backup=1,size=1T net0: name=eth0,bridge=vmbr0,gw=192.168.100.1,hwaddr=42:6A:E2:C1:3C:FE,ip=192.168.100.231/24,type=veth onboot: 1 ostype: ubuntu protection: 1 rootfs...
  18. C

    Limitations of LXC containers for (large) production servers?

    I'm concerned about the limitations of LXC containers for production servers. Currently we run our main production servers (web, database, etc) as KVM virtual machines but were considering deploying them in containers in future. We have quite a few small applications running in containers and...
  19. C

    [SOLVED] udisksd using lots of CPU

    Thanks. That tells me all I need to know. I'm using Proxmox as my workstation OS, so udisks2 was installed by the act of adding XFCE to the install. Will disable the udisks2 service as I almost never use USB disks and have no plans to add storage to my desktop machine.