Search results

  1. S

    vTPM support - do we have guide to add the vTPM support?

    the latest 0.1.208, i attach the CD to a second drive, run the windows setup, browse drivers, select the scsi one, format blank 64gb drive, then setup does it thing, then half way through, just crashes, and the VM has powered off? very weird
  2. S

    vTPM support - do we have guide to add the vTPM support?

    sorry i ment to reply to my message before saying i fixed it haha! it was the q35 indeed my other issue i now have is the iscsi virtio drivers keep crashing the VM and the VM physically powers off so i have to use SATA instead
  3. S

    vTPM support - do we have guide to add the vTPM support?

    how did you get it working nested? i cant seem to get it to run, i keep getting a message in the vnc console saying 'guest has not initialized the display (yet)' but the kvm does run and show success the only logs ive found from syslog is the following 'Oct 07 16:30:36 pve kernel: kvm: vmwrite...
  4. S

    [SOLVED] Install proxmox mail gateway on debian on an Azure VM

    it uses the root user password from the linux machine itself, so im my case i had to login via ssh to the machine (on AWS the main user was 'admin' or AZURE was `azureuser`) then login to the root user using sudo su then change its password using passwd root
  5. S

    [SOLVED] Install proxmox mail gateway on debian on an Azure VM

    @darksody just tried it now and no issues at all, i followed my own steps above, just changed them slight (SHOULD BE 9 STEPS IN TOTAL) you need to do another apt dist-upgrade BEFORE you install proxmox-mailgateway-container as that will install the ifupdown from the proxmox repo!? give that a go...
  6. S

    [SOLVED] Install proxmox mail gateway on debian on an Azure VM

    @darksody ill try creating a vm now on azure and have a look, i only use azure once in a blue moon, im sure my credit card can handle a bit of testing for the day haha
  7. S

    [SOLVED] Install proxmox mail gateway on debian on an Azure VM

    this isnt my thread to mark it as solved sadly the comment is simply my steps how i get it to work, so darksody needs to mark it as solved
  8. S

    [SOLVED] Install proxmox mail gateway on debian on an Azure VM

    i have just successfully setup proxmox mail gateway 6 on AWS and works a treat so im thinkig azure must be similar... docs helped me a lot - https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmg_package_repositories 1. i used a standard debian buster ami and upgrade apt-get dist-upgrade &&...
  9. S

    how to change postfix/servername

    Hi All, how do i change the postfix/servername thats shown in the headers on incoming emails and outbound emails being sent out? currently everywhere i look my EC2 internal instance hostname is being shown and i would like to use my own dns name i have setup and currently using to send emails...
  10. S

    Combining custom cloud init with auto-generated

    Hello, if you know golang, i have a made a very basic and simple script that simply does custom cloudinit files as a work around you must however run it every time you change the config either in proxmox or your custom script https://github.com/si458/proxmox-customcloudinit/
  11. S

    Combining custom cloud init with auto-generated

    Hi, sadly no it doesnt it only shows the generated cloud-init from the GUI, but again if you set a custom script it totally ignores it HOWEVER a previous post shows a way around it for the moment, im writing my own at min but it basically reads each config file for each VM then generates a...
  12. S

    Combining custom cloud init with auto-generated

    Hi I’m not doing anything special I followed the cloud init guide from pve.proxmox.com using the latest Ubuntu 20.04 cloud kvm image but ignored the custom script step when i cloned the template I set details etc in the cloud init gui tab then clicked generate image and watched the console...
  13. S

    Cloud-init status error when using default cloud images

    have you tried using the latest cloud image? https://cloud.centos.org/centos/7/images/ CentOS-7-x86_64-GenericCloud-20150628_01.qcow2 shows its from 2015 CentOS-7-x86_64-GenericCloud-2003.qcow2 shows its from 2020
  14. S

    Combining custom cloud init with auto-generated

    Hi, sorry to tag on to this, but was the idea of using a custom cloud-init script and the generated one together possible? i have a simple cloud-init file which just simply adds the package qemu-guest-agent and then reboots after, but every time i add it in like so qm set 102 --cicustom...
  15. S

    looking for advise/ceph help

    Hi Thank you for your help/advise I have already looked into 10G networking but to get 3 cards for main servers only and a 8 port 10G switch is a little expensive at the moment (about £800) Also I didn’t see much point in 10G if the main servers are only sata 2 speeds anyways so I wouldn’t...
  16. S

    looking for advise/ceph help

    Hi All im looking for advise and also ceph help sadly this is all the hardware i have to hand without buying more stuff: 3 main servers, 24 cores, 96gb ram, quad 1gb networks, 60gb boot SSD, 500gb OSD HDD, SATA 2 speeds sadly 4 mini servers, quad cores, 8gb ram, dual 1gb networks, 60gb boot...
  17. S

    keep email in quarantine after user delivers

    Hi All is it possible to keep an email in the SPAM quarantine AFTER a user has asked for it to be delivered? we had an issue where a user had a few emails blocked, i investigated and saw the email tipped over the spam level (5) slightly, clicked deliver on the required emails, then realized i...
  18. S

    [SOLVED] LVM Error? Cannot boot

    Hi, im having a similar issue, except i CANNOT boot into proxmox after i do a 'dist-upgrade' fresh install of 5.1 (couldnt get 5.2 iso at the time) it installs 4.13 kernel, then dist-upgrade which installs 4.15, reboot the server and then gets stuck on boot? however i am UNABLE to use an old...
  19. S

    running a LXC backup is restarting the containers

    Hi All, not sure if other people are having this issue or just me so throught i would ask we run a nightly backup of a few KVMs and LXCs to a FreeNAS cube with NFS, never had any problems with it for months until recently for some reason the LXC containers are restarting themselves after the...
  20. S

    Can't update pve-manager on OVH servers

    Hi I had this problem with the pre-install on few of my servers To fix it: cd /var/lib/dpkg/info/ rm pve-manager.preinst Then re-run the update command It seemed to work for myself but give it a try Simon