linux

  1. T

    [SOLVED] Creating raw image from physical disk for migration

    Hello I was under the impression that I could create a .raw image of my linux device for migrating to proxmox like this: dd if=/dev/hda | gzip | ssh proxmoxserver dd -of=disk_image.raw The problem is that this raw image gets really big, bigger than virtual disk images in general. I think I am...
  2. G

    EDAC sbridge errors after upgrade to 5.1

    Hi folks, Just after a sanity check here. I recently upgraded my Proxmox 5.x server to 5.1 and noticed the following errors on boot. [ 0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to uersion: 0x3a (or later) Reading all physical volumes. This may...
  3. A

    Extend Linux hard disk

    Hi all, I'm working on PVE 5.1 and i get some issues when i want to extend a linux virtual machine hard disk. I'm working with LVM on the proxmox node. For example I extend by 10G a scsi drive on a VM. I see the change on the sda disk when i run # dmesg But i can't extend the root partition...
  4. D

    Centralized Authentication for Logging Into Containers

    We are using Proxmox 4.4 with LXC containers. I have a growing number of containers and a growing number of users. Giving each user a local account on each container is quickly getting unwieldy. I have managed to give each user a single roaming home directory by: Creating an account on the...
  5. V

    Gluster FS on a AWS cloned server

    Hi Guys, I have created a clone server and attached drives using snapshot, the cloned servers are exact copy of original. The glusterfs is configured to use UUID of the drives, since I cloned it, the configuration file of gluster is the same as original. I tried to start glusterd , but it...
  6. R

    General advice for Proxmox build

    Hi all, this is my first post here, and I hope it's OK that I'm posting a generic request for advice instead of posting a specific problem. I'm not a Proxmox user yet, but it does sound like a good solution for my purposes based on what I have read so far. With AMD's Zen around the corner, I am...
  7. J

    'qm terminal' looses connection to console (or something)

    I am booting my Linux virtual from and ISO image and adding the "...console=tty0 console=ttyS0" manually from the boot menu. I can run `qm terminal <VMID>` from the command line on the proxmox server and display all the boot output as the VM is booting. Very nice. I'm not, however, able to get...