Search results

  1. W

    Back up local files to tape?

    Hi ahorner, Welcome to the forums! Proxmox does not provide an option to write to tape other than from datastore. To get an idea of the context, these data on your pool are backed up outside of the Proxmox-backup-mechanism?
  2. W

    Wifi with Proxmox on Debian

    You could install a plain Linux distro with a Mac-look desktop, it would also almost be a macbook. Within the possibilities of your hardware, the least complex I think is to follow Dunuin's earlier suggestion, and have Proxmox run NAT. Good luck!
  3. W

    Wifi with Proxmox on Debian

    Ah, yes, I totally overlooked that. Sorry for adding to the confusion. - edit - Another cludge: when holding on to 'no wire to the laptop', should adding USB WiFi dongles provide a workaround? And on second thought (and second reading): the Wiki-page, and the linked pages there, really provide...
  4. W

    Proxmox physical host automatically reboot without error logs

    How long has that been? Any reboots since then?
  5. W

    Wifi with Proxmox on Debian

    Some combination of Dunuin's B&C might work: you could install OpenWRT in a container and configure WiFi as WAN, and connect your bridge to the LAN side.
  6. W

    Wifi with Proxmox on Debian

    Hi Philip, I share the general concerns of using only WiFi as Proxmox connectivity, but the general use case is with Proxmox as server for the rest of the network. Do I understand correctly that in your case it is only as virtualization layer for your laptop, with different client OS's to...
  7. W

    Proxmox physical host automatically reboot without error logs

    Hi okela, How many nodes are there in HA, and what kind of connectivity? I recall HA working within quite tight tolerances, kicking a perceived offline node into reboot at the slightest delay. Without an HA setup, I have no experience with the symptoms though, and can not say whether anything...
  8. W

    LTO 9 tape for 20TB backup

    Hi Dominic, Thank you for your time and reply! I know; I had hoped it would fit, did not take precautions and learned for the next time ;-)
  9. W

    LTO 9 tape for 20TB backup

    Hi Aagi, Sorry for interupting. I only have backed up to tape backups from datastore. From the conversation I infer that you try to / want to backup from tape to VM directly, is that correct? Let me share my (positive :) ) experience backing up to tape from PBS. In my case, the (incrementally...
  10. W

    Problem backing up via PBS

    Great, nice to read that! Thanks for the update :)
  11. W

    Problem backing up via PBS

    Ah, I interpreted as that you had PBS configured with an NFS target, my bad. I'm sure that you thought of it in case it was an option, just to be sure: your NAS does not run Debian or containers? Because in that case, you could install PBS there, instead of on Proxmox itself.
  12. W

    Problem backing up via PBS

    Hi offerlam, So you had something that just worked? :-P In addition to @sb-jw 's remark: expect transfer speeds much lower than the maximum your network or your disk can offer. Latency kills the diff-checks when doing incremental backups; network storage (whether NFS or SMB) adds latency.
  13. W

    FreeBSD 9 can't boot - stuck on kbd1 at kbdmux0

    Sorry, I have no suggestions. I hope another reader can help you out!
  14. W

    Why are my synced encrypted backups not encrypted???????????

    How could I verify that my chunks are encrypted data, or prove that they are not? I tried strings on a couple of chunks, but did not get any readable results. My backups are unencrypted.
  15. W

    FreeBSD 9 can't boot - stuck on kbd1 at kbdmux0

    Hi necaccs, Is upgrading to PVE 8.1 and trying there an option for you? There have been some threads about *BSD not booting (different symptoms) on some 8.0 versions (that did boot on 7.x), which have since been resolved.
  16. W

    Inconsistencies with VM console connections.

    Wohoo, thanks for posting back :-) Still a bit unsatisfactory to not know the cause in the first place ;-)
  17. W

    Inconsistencies with VM console connections.

    Hi Azunai, I did mean apt upgrade Thank you for the heads-up! I am quite surprised a regular apt upgrade, with no forcing, would break an installation. What I could imagine, in a cluster, is that one node has some specific packages installed that are not installed on another, and that these...
  18. W

    Inconsistencies with VM console connections.

    Ah, then it is good to know: apt update pulls the latest package definitions; after this the apt package database is up-to-date (this way the GUI can show you upgrades are pending) apt upgrade pulls the actual changes; after this your system is up-to-date Automatic application of security...
  19. W

    Linux VM not possible to power off

    I habitually type shutdown -hP now, but now that I check on a current Debian installation, I see that --poweroff is the default. I don't type extra letters because they come for free, I recall there being a different default previously that necessitated the -hP options. What is the default...
  20. W

    Linux VM not possible to power off

    Hi Mrt12, I expect this database not only takes long to backup, but also ages to shut down (depending on usage and storage speed). Seeing you do have backups, would it be an option to decouple this database from the rest of the system, and import it into another container that you can...