Search results

  1. R

    [SOLVED] Change location of backups on CIFS/SMB share

    Thanks; I just tested it and indeed it works fine. Even better would be to be able to set content-dirs through the GUI.
  2. R

    [SOLVED] Change location of backups on CIFS/SMB share

    Thanks @gfngfn256 , when should I make this change? So let's say I have a fresh Proxmox instance. The first thing I do then is to add the storage location through the GUI. Then -after clicking save- I need to manually change the /etc/pve/storage.cfg file and restart Proxmox? Is that how it is...
  3. R

    [SOLVED] Change location of backups on CIFS/SMB share

    I do have some questions; here is the content of my storage file: root@proxmox:~# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content backup,vztmpl,iso lvmthin: local-lvm thinpool data vgname pve content rootdir,images cifs: hetzner path /mnt/pve/hetzner...
  4. R

    What CPU architecture to choose?

    Thanks all, for your replies.
  5. R

    Target Package ist configured multiple times after upgrade from 8 to 9

    I just deleted the sources file for the ceph resources. I'm not using ceph, so I think it's safe to delete. Now all errors are gone and the GUI looks normal again.
  6. R

    Target Package ist configured multiple times after upgrade from 8 to 9

    Here is a screen of my repositories: The contents of my sources file: root@proxmox:~# cat /etc/apt/sources.list.d/pve-enterprise.sources Types: deb URIs: https://enterprise.proxmox.com/debian/pve Suites: trixie Components: pve-enterprise Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
  7. R

    Target Package ist configured multiple times after upgrade from 8 to 9

    @Andi17 , "apt modernize-sources" did not fix it for me. Can you show me the contents of your /etc/apt/sources.list.d/proxmox.sources file?
  8. R

    [SOLVED] Warning: Target Packages configured multiple times

    Here is the content of my pve-enterprise.sources file. So indeed it's mentioned twice, but can I safely edit the file and remove one? root@proxmox:/etc/apt/sources.list.d# cat pve-enterprise.sources Types: deb URIs: https://enterprise.proxmox.com/debian/pve Suites: trixie Components...
  9. R

    [SOLVED] Warning: Target Packages configured multiple times

    After upgrading 8 to 9, I get the following warnings when I do an apt update. Any clue what could be wrong and how to solve this? root@proxmox:~# apt update Hit:1 http://security.debian.org trixie-security InRelease Hit:2 http://ftp.nl.debian.org/debian trixie InRelease Hit:3...
  10. R

    What CPU architecture to choose?

    Hey! Happy Proxmox user here (homelab). I do have a questin though: I'm running home assistant in a VM on Proxmox. I imported this using this helper script. Now I noticed that the helper script choses "HOST" as the architecture. Now I'm a bit concerned about the portability. Therefore this...
  11. R

    [SOLVED] Change location of backups on CIFS/SMB share

    I've added my Hetzner storage-box as the backup location for my (single-node) proxmox instance. This works fine using the settings below. However the backups are made in the directory "dump". Is it somehow possible to change this location?
  12. R

    Proxmox 8.3.3: GUI not opening in Chrome behing tailscale

    Recently I started to have problems opening the Proxmox GUI in Chrome. This only happens in Chrome; when I open the GUI in Safari, it runs without any problems. See screenshot below to get an idea about how the inspector looks like. Other info that might be relevant: Proxmox is running behind...
  13. R

    Proxmox server now is able to email by-default?

    Ok, learning a lot here! Does this mean that the MX records of my domain are "open up" for everybody to use? I have a fastmail account and I guess that postfix uses my domain's MX records to send the mail. But I don't get the part that it doesn't need some kind of authentication.
  14. R

    Proxmox server now is able to email by-default?

    Also, I don't have a "/etc/pve/notifications.cfg" file. I think my quesiton is: "what is the default smtp relay server"?
  15. R

    Proxmox server now is able to email by-default?

    Thanks for your reply, @Lukas Wagner . Please see the (default) target that is configured in my home server. This is the default setting. Please note, I'm a home-user (newby), so I may be missing knowledge here :). But what email server does my proxmox server currently use, while sending email...
  16. R

    Proxmox server now is able to email by-default?

    Hey, I used to configure my proxmox server for sending emails using my own smtp server. I did that by following the steps written down in this thread. Now recently I have installed a fresh version of proxmox (latest version) and it seems like it is able to send emails out-of-the-box, right? How...
  17. R

    Most performant way to "take over screen" from MacOS

    Related to my previous topic about SPICE, I was thinking: what is the most performant way to remote-controll a desktop on a VM? I find VNC a bit underperforming. I'm not sure if that's macOS related though. I want to take over the screen of Ubuntu desktop, which runs as a VM. What is the best...
  18. R

    Disable TLS for spice connections?

    Is it possible to completely disable TLS / certificates with spice connections? I'm using tailscale to "open up" my proxmox server, so I don't need tls for spice connections. Is there a way to disable tls?
  19. R

    Temperature

    Thanks, this helped me a lot! In combination with healthchecks.io, it's perfect for my home server.