Search results

  1. G

    Backup failes all the time

    Hmm, didn't worked. I created /tmp/backup with 777 and run another backup. Thats the result: 109: 2023-01-09 13:35:56 INFO: Starting Backup of VM 109 (lxc) 109: 2023-01-09 13:35:56 INFO: status = running 109: 2023-01-09 13:35:56 INFO: CT Name: stephan-websites 109: 2023-01-09 13:35:56 INFO...
  2. G

    Backup failes all the time

    Well, I can'T configure any permissions on that storage box. I get the credentials which got full access.
  3. G

    Backup failes all the time

    Hello everyone, I got an issue here that maybe you're able to help me. On my root Server on my hoster Hetzner is the latest Proxmox VE running. For backup reasons I ordered a "Storage Box", which is a backup place that can be reached via SMB/CIFS, WebDAV etc. After connecting the box via...
  4. G

    Proxmox won't let me create a new bridge

    Hello everyone, I got a weird issue, I just want to create an empty bridge and then I receive this error: Which is really weird, thats how my current GUI Settings is looking: and that is my /etc/network/interfaces: # network interface settings; autogenerated # Please do NOT modify this...
  5. G

    [SOLVED] Adding permanent route to vmbr4

    Heyho, so I solved it in a different way, using a crontab :D @reboot /usr/sbin/ip route add 172.16.0.0/24 via 172.33.0.1
  6. G

    [SOLVED] Adding permanent route to vmbr4

    No, because then it will be a second gateway. Already tried it :) I'll have a look at the docu you mentioned
  7. G

    [SOLVED] Adding permanent route to vmbr4

    But won't that be overwritten on the next reboot / Update of the network interfaces? Since the GUI writes then the config? Since there is written DO NOT MODIFY" :)
  8. G

    [SOLVED] Adding permanent route to vmbr4

    Hello everyone, I have a really dumb question but can't find any solution. How can I add a permanent route in ProxmoxVE? I got a bridge `vmbr4` which should get a static route ip route add 192.168.178.0/24 via 172.30.0.1 But the typical solution to add this in /etc/network/interfaces can't...
  9. G

    reinstalling GRUB / UEFI Entrys

    Thanks! Didn't know of that entry. Was able to fix it :)
  10. G

    reinstalling GRUB / UEFI Entrys

    Heyho there, I had an issue with my proxmox install and had to replace one of my ZFS disks. Using Proxmox VE 6.3 with 2 SSDs in an ZFS mirror. After switching the main disk, I resilvered the partition 3 and made a dd if=/dev/disk/by-id/heatly-disk-part2 of=/dev/disk/by-id/new-disk-part2 bs=512...