Search results

  1. Hannes Laimer

    Sicherung auf USB?

    Hey, unmounten musst du den im PBS, kannst du über die UI ("Unmount"-Button) oder mit proxmox-backup-manager datastore unmount <datastore>. Wenn du den USB port durchgereicht hast, sollte der removable datastore[1] automatisch gemounted werden sobald die USB Platte angeschlossen wird. klingt...
  2. Hannes Laimer

    I cannot upload iso

    The easiest is to just copy the ISO directly just using scp[1]. But adding more storage, as @news suggested, is probably the better solution, given the amount of storage you are currently working with. [1] https://manpages.debian.org/testing/openssh-client/scp.1.en.html
  3. Hannes Laimer

    Destination host unreachable forcing to shutdown

    Hey, definitely check journalctl -b (-b for since last boot). dmesg may also contain something useful. What does your /etc/network/interfaces look like? And could you post the output of ip a? Is it only the host, or are VMs also not reachable?
  4. Hannes Laimer

    I cannot upload iso

    does not look like You don't have enough space to upload it through the WebUI, is SCP, as I have suggested not an option?
  5. Hannes Laimer

    I cannot upload iso

    Hey :) could you check if the temporary file still exists in /var/tmp/pveupload-..., you get the name from the task logs? If it does you can manually mv it, instead of copying. The file is about 3GBs large, when copying it it exists twice for a short time. But you don't have enough space for...
  6. Hannes Laimer

    I cant Uploat ISO

    Did you even read what I have said? Please create a new thread for your problem. And when you do, please add context and useful information, a single screenshot is not. Given the error message, also include things like df, or some more general information about your storage setup. This is the...
  7. Hannes Laimer

    I cant Uploat ISO

    Hey, as my colleague already said please create a new thread, explain your problem and give some context. All you said here gives 0 information about what the concrete problem you are facing is. Spend some time collecting useful information that helps reduce the amount of guesswork people...
  8. Hannes Laimer

    Host renamed the NIC's after a reboot and won't bring vmbr0 back online

    As I have said, by default these names are usually generated, things that influence these generated names are among other things also the seating of the NIC, firmware of the NIC may also influence it. Have you read my separate, one(!) sentence, paragraph? Yes, you can specify NIC names based on...
  9. Hannes Laimer

    Host renamed the NIC's after a reboot and won't bring vmbr0 back online

    Hey, given the second last line of the dmesg output it looks like eth2 got renamed to ens1f0, so chances are good ens1f0 is the new name for the NIC you were using before. You have to replace eth2 with ens1f0 in you /etc/network/interfaces, then do ifreload -avvv. In the unlikely case that...
  10. Hannes Laimer

    Pbs for backup maildir

    Then you can just backup the LXC to PBS. Also take a look at [1], may be worth giving metadata a try given your type of data. [1] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_ct_change_detection_mode
  11. Hannes Laimer

    Pbs for backup maildir

    Hey, is the LXC running on PVE?
  12. Hannes Laimer

    Backup einer abgeschalteten VM

    Hey, solange eine VM läuft merkt sich QEMU welche Bereiche der virtuellen Disk beschrieben wurden, da gibt es dann eine bitmap pro Disk welche sich beim Backup anschaut wird um herauszufinden welche Bereiche der Disk verändert wurden. Läuft die VM nicht, gibt es diese dirty-bitmaps zu den Disks...
  13. Hannes Laimer

    How to Change the Time of the Daily Spam Report

    Hey, you can use cron to run pmgreport[1]. [1] https://pmg.proxmox.com/pmg-docs/pmgreport.1.html edit: take a look at [1] [1] https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#chapter_pmgqm
  14. Hannes Laimer

    pveproxy.service will not start, can't access 8006

    No, the update itself not, but given how out of date your system is you will very likely have to reboot the system once or twice since you will be installing new kernel versions and for those a reboot is really recommended.
  15. Hannes Laimer

    pveproxy.service will not start, can't access 8006

    Hey, PVE 6 is at its EOL[1] since already almost 3 years, so the first thing I'd really recommend is updating your system. You can follow [2](PVE6 -> PVE7) and [3](PVE7 -> PVE8) for that. If you still face the same problem after the update, I'd be happy to help :) [1]...
  16. Hannes Laimer

    PBS von VM auf CT umziehen

    Hey, das Einfachste wird wahrscheinlich sein die Backups per sync job zu übertragen. Für die Jobs etc. kannst du jeweils /etc/proxmox-backup/prune.cfg /etc/proxmox-backup/sync.cfg /etc/proxmox-backup/verification.cfg /etc/proxmox-backup/remote.cfg (pw ist base64 encoded, the neue PBS kann das...
  17. Hannes Laimer

    Request for Specific Proxmox VE 8.0 Component Downloads

    Hey, basically what my colleague described in [1]. Also, PVE isn't really picky in terms of a cluster running the exact same version. Sure, it makes sense having them at the same version, but especially if on the same major version it is no problem having them not in sync all of the time...
  18. Hannes Laimer

    [SOLVED] Add existing Datastore to fresh installed PBS

    Hey, you have to mount the device (/dev/sda1 in your case) manually. The backing-path is the mountpoint then. If you never plan to use the PBS VM without the disk present you can use /etc/fstab to always mount it automatically. So something like this 1. mount /dev/sda1...
  19. Hannes Laimer

    USB-Festplatte konvertieren.

    Ich bin mir nicht ganz sicher was du erwartet hast? Einen File-Browser? Warum sollte irgendein Inhalt vom einer USB Platte in der Web UI angezeigt werden? Wie bereits erwähnt, hast du dir die Dokumentation[1] angeschaut? Kurz zusammengefasst kannst du entweder - VMs in einem Format exportieren...
  20. Hannes Laimer

    USB-Festplatte konvertieren.

    Ich frage nochmal, hast du dir die Dokumentation[1] angesehen? Für welchen der beschrieben Wege hast du dich entschieden? Also, wie hast du die VM von ESXi exportiert? Backup? Disk? OVF? [1] https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE