Search results

  1. I

    Grow a lvm partition

    I have been really struggling with this and I don't know why. I have a lvm-partition /dev/sda3 that I use for storing the vm-machines and want to increase it due to expanded underlying disk. I have added on disk to the system and expanded the disk from 3.49TB to 4.4TB and as you see, fdisk...
  2. I

    Mouse issue in installer

    When booting of the Proxmox 6.1 iso, I get to the welcome screen. However, the interface doesn't respond to the mouse pointer. I can see the button change the color, but it doesn't react to clicks. So something strange going on. Have rebooted many times and re-downloaded the iso. I'm using...
  3. I

    NFS and iso

    Thanks, that fixed it :)
  4. I

    NFS and iso

    I mounted an nfs in the GUI without issue. This is a nfs-iso share that I use on other vm-plattforms as well. However, the GUI doesn't match the current iso-files. When I check shell, the content of /mnt/pve/iso is correct. I have tried to remove both /mnt/pve/iso and the ISO from the WebGUI...
  5. I

    Backup of lxc-machine to nfs-backup fail

    Solved by editing the root-squash-settings on the nfs-export share.
  6. I

    Backup of lxc-machine to nfs-backup fail

    INFO: tar: /mnt/pve/backup/dump/vzdump-lxc-113-2019_09_26-16_48_09.tmp: Cannot open: Permission denied Backup of all other machines (kvm) works, it is only LXC-containers that fails (new and old). Have tried 755 and even 777 on the dump-folder just to test.
  7. I

    kvm: kernel doesn't allow setting HyperV VP_INDEX

    Same problem here, only Windows-hosts. The "args:" workaround works, but very annoying to have to edit this for every machine you create.
  8. I

    Proxmox NFS 5.4-6

    I have tried every thread in here to find out why two servers partially doesn't work with NFS v4. - I can mount (and browse) the share using command line of the server. - I have tested the time it takes (based on threads suggesting it is a slow connection), it is 0. seconds each time (less than...
  9. I

    Translate Mail Gateway

    I started reading, but this looked like a lot more work than just the translation-part - since I'm not at all familiar with git ;) If you could send me (and I'll update the file) or I could do it in my install, that would have been the only way I would have had time I think.
  10. I

    Translate Mail Gateway

    Hi, Is it possible to translate the software? Many end-users would prefer local language (norwegian in this case). Both the spam-summary and the interface they get logged into.
  11. I

    Cloud-Init username/pass

    I have been struggeling for an hours trying to set a username/pass on a cloud image. Using latest CentOS-7 cloud image directly - And have ProxMox 5.2-12. Followed the instructions in the manual step by step. qm set 123 --ipconfig0 ip=XXX --cipassword="somepassword"--ciuser=root Firs time I...
  12. I

    Missing interface options in fw rules

    Thank you, got it to work.
  13. I

    Missing interface options in fw rules

    After v5, I have lost the option of spesifying the interface in the fw rules of VM. Earlier, I could allow only a certain IP to enter websites on this VM. Now, the interfaces are gone from the droplist (see attached). I have tested this on three different machines. Is this due to changes in how...
  14. I

    How to let users view and restore backups

    Could you please be more newbie-frendly. I don't know how to be able to give the appropiate role to the VM and storage to do backup/restore as a vm customer. That is what my first question was about and the hole reason for me asking here. I don't find a role that contains the permissions...
  15. I

    How to let users view and restore backups

    Ok. But how do I change the priveleges from inside admin-area?
  16. I

    How to let users view and restore backups

    I can't find any of the permission types (VM.Backup or Datastore.AllocateSpace). I have checked the permissions-tab both on "Datacenter"-top level, inside the storage-tab and on the permissions on the vm itself. I have also seen this in the manual, but I can't locate the setting it at all...
  17. I

    How to let users view and restore backups

    Hi, I have proxmox 4.0 and I have managed to create a PVEVMUser that can handle their own VM. Backups appear for me as admin, but no backups appear for this user. I have tried to add /backup/ID (id beeing the vm) and tried just /backup. But it never appear in the vm users login-area. So he/she...