Search results

  1. C

    Error when backing up to Wasabi S3

    I did the test, and it returned an error when it reached 100% also for this VM with a very low bandwidth. I'll come back if I find a solution. Thank you.
  2. C

    Error when backing up to Wasabi S3

    It make sense, I'll ask Wasabi support. Thank you for the suggestion.
  3. C

    Error when backing up to Wasabi S3

    Hello all, When I try to do a backup to a Wasabi S3 storage from within PVE, on two different nodes in my cluster, and two different VMs, I get this same error: INFO: starting new backup job: vzdump 23071 --storage proxmox-cgl-s3-1 --notification-mode auto --node proxmox26s --remove 0 --mode...
  4. C

    Failed to complete storage migration: block job (mirror) error

    Hello, Sorry, I was confused with Ceph :-/, sure I use Corosync. It's on a seperate network card under the 192.168.x.x. Thanks.
  5. C

    Failed to complete storage migration: block job (mirror) error

    Hello Fiona, I don't use Corosync between my nodes at all. I'll try to migratre next time, but not with LIVE MIGRATION when the server family is not identical. Thank you for your help.
  6. C

    Failed to complete storage migration: block job (mirror) error

    Hello Fiona, Thank you for your reply. I tried it once again yesterday after updating from PVE 8.3.x to 8.4.0, same problem. You will find both logs attached to this ticket. Here is the config of the VM: root@proxmox24s:~# qm config 11011 agent: 1,fstrim_cloned_disks=1 bootdisk: scsi0 cores...
  7. C

    Failed to complete storage migration: block job (mirror) error

    Hello, I'm trying to migrate a VM from one node to another in the same cluster, and it fail at the end with this error: 2025-04-09 10:23:55 use dedicated network address for sending migration traffic (192.168.150.26) 2025-04-09 10:23:55 starting migration of VM 11011 to node 'proxmox26s'...
  8. C

    [SOLVED] GUI won't let me change the CPU type

    False alarm, my browser was blocking me.
  9. C

    [SOLVED] GUI won't let me change the CPU type

    Hello, I need to change the CPU TYPE for a VM from "DEFAULT (KVM64)" to "HOST", but the option is grayed out in the GUI. I tried stopping the VM and deleting the snapshotm but the option still can't be changed. Is there a way to change this in a config file in command line? Thank you.
  10. C

    PVE 8.0 – fail2ban log locations missing?

    Hello Hand363. There it is. The post is too long, I shrunk the jail.conf to the important elements. root@proxmox18s:~# cat /etc/fail2ban/jail.local cat: /etc/fail2ban/jail.local: No such file or directory but root@proxmox18s:~# cat /etc/fail2ban/jail.conf ... [INCLUDES] before =...
  11. C

    Planing replacement of disk

    Hi. I'm running PBS on a server with 1 x NVME not in RAID (boot disk and where PBS is installed), and 4 x HDD in ZFS (contains all the backup). The NVME is 50% wear out, and I'll need to replace it. The problem is that this server is in a datacenter, so I can't clone the OS to a new NVME. Do...
  12. C

    PVE 8.0 – fail2ban log locations missing?

    Hi Celeste. Thank you for your reply, I manage to get the jail pam-generic, and the other one I already had. But this is the error I receive in /var/log/fail2ban.log: 2023-11-30 19:05:32,594 fail2ban.filter [2594148]: INFO [sshd] Found 163.5.143.85 - 2023-11-30 19:05:32 2023-11-30...
  13. C

    PVE 8.0 – fail2ban log locations missing?

    Me too, it log the bad IP, but never blocked that IP: Was there a change when Debian 11 Bullseye, or Debian 12 Bookworm on how it manage the firewall (i.e.: no longer iptables) ?? Thank you.
  14. C

    [SOLVED] Backup confirmation email sent to wrong address on 8.0.9

    Hi. For your information, when I updated to 8.0.9, the manual and automatic backup confirmation emails were no longer sent to the "Sent email to" in the backup job, but rather to the email of the root profile. I update to 8.1 and it solved the problem.
  15. C

    Many "Proxmox SMTP server: errors from unknown..."

    Since this morning, as an admin I'm receiving MANY emails with the subject "Proxmox SMTP server: errors from unknown[xxx.xxx.xxx.xxx]". They all contains similar stuff : Transcript of session follows. Out: 220 pmg10.legardeur.net ESMTP Proxmox In: EHLO mta.email.jysk.ca Out...
  16. C

    [SOLVED] Migrate and SSH broken after upgrade 7 to 8

    Hi bbgeek17. I just tried and it worked !! I never tried to remove it, since all my other servers required it in the past. I wonder why my other servers needs that GW in the block vmbr0, but as long as it work, I'll be able to upgrade and fix my other servers. Thank you to both of you :-)
  17. C

    [SOLVED] Migrate and SSH broken after upgrade 7 to 8

    ... and also if it help, here is my route for the DEFECTIVE server: root@proxmox24s:~# ip route show default via 15.235.10.254 dev vmbr1 proto kernel onlink 15.235.10.0/24 dev vmbr0 proto kernel scope link src 15.235.10.65 192.168.150.0/24 dev vmbr1 proto kernel scope link src 192.168.150.24...
  18. C

    [SOLVED] Migrate and SSH broken after upgrade 7 to 8

    ... and if it help, is this something helpfull? root@proxmox24s:/var/log/ifupdown2/network_config_ifupdown2_43_Jul-21-2023_09:32:48.101228# cat ifupdown2.debug.log 2023-07-21 09:32:48,101: MainThread: ifupdown2: log.py:196:__init_debug_logging(): debug: persistent debugging is initialized...
  19. C

    [SOLVED] Migrate and SSH broken after upgrade 7 to 8

    Hi Fiona, thanks again for your reply. Yes it's normal, all my other PVE are working with similar configuration. This same server was wotking for months with this config before the 7 to 8 upgrade. My servers are dedicated servers from OVH. If a server has a public IP of 15.235.10.65, the...
  20. C

    [SOLVED] Migrate and SSH broken after upgrade 7 to 8

    Hi Fiona, thank you for your answer :-) I think the network name enp3s0f0 (wan) and enp3s0f1 (lan) are the same after the update since it show it’s UP: root@proxmox24s:/etc/network# ip link show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen...