Search results

  1. B

    [SOLVED] Network stops responding when last VM or container shuts down

    Hypervisor is running the latest version of 7, and was working on upgrading to 8. I shut down all of the VMs to prepare for the upgrade. In doing so, the Proxmox host itself stops responding through the web interface, stops responding via SSH, doesn't reply to pings, and the console itself...
  2. B

    Need help changing e-mail server

    We currently have an on-premise e-mail server we are trying to migrate away from, and we found our PBS machine is it. I've been scouring the config files and cannot see where this e-mail server is configured. Any help is appreciated.
  3. B

    Run backup job after completion of another job

    Is it possible to schedule a backup job to run right after another backup job finishes?
  4. B

    [SOLVED] Issues getting qemu-guest-agent working on VM

    I'm fairly certain the issue has something to do with the serial device not populating, I think the driver is in place, so I don't know quite what to do at this point. Trying to list the socket: # ls -la /dev/virtio-ports/org.qemu.guest_agent.0 ls: cannot access...
  5. B

    [SOLVED] Unbale to get "Base volume" to populate when iSCSI selected as "Base storage"

    I have a LUN configured on my SAN, and I can add the iSCSI storage without issue. However when I attempt to configure a LVM volume on said iSCSI storage, the base volume never populates. root@homeproxmox:~# pveversion -v proxmox-ve: 7.2-1 (running kernel: 5.15.74-1-pve) pve-manager: 7.2-14...
  6. B

    [SOLVED] Container began failing backup - low disk space

    Here's the output of the command via web console: INFO: starting new backup job: vzdump 505 --node homeproxmox --mode snapshot --notes-template '{{guestname}}' --storage PBS --remove 0 INFO: Starting Backup of VM 505 (lxc) INFO: Backup started at 2022-11-21 08:25:47 INFO: status = running INFO...
  7. B

    [SOLVED] Hard disk filling up during container backup

    I have a 40GB container, that while is being backed up and running at the same time, the VE HD space fills up and the job fails. I have plenty of solid state storage that can be used as a staging area if needed, unsure how I can tell Proxmox to use another storage area for this stuff. Also not...
  8. B

    Template Backup Failing - Exit Code 1

    I have a backup job that backs up the entire Proxmox server. So far I have 3 VM's and a template. ID's 100, 101, 102, and 901 respectively. All three machines are backing up fine, but the template (901) is failing. INFO: ionice priority: 7 INFO: VM Name: WindowsServer2022 INFO: include disk...
  9. B

    [SOLVED] Hardware RAID Notification/Status

    We are a mid-sized company and we've been dipping our toes into Proxmox, and we are trying to vet out any potential issues before we swap in the future. One of the things that has crossed my mind is that all of our hosts run hardware RAID (PERC controllers of some flavor depending on the model...
  10. B

    Moving VMDK to Local Storage (solved)

    I'm not real familiar with how LVM's work, so I need a little guidance. I have some raw virtual disks I'm trying to get to local storage available to my proxmox installation (/dev/sdb1 setup as an lvm labeled "vmstorage"). I'm quite familiar with linux and mounting filesystems, but I don't see...