Search results

  1. U

    Tuxis launches free Proxmox Backup Server BETA service

    Hi, I was looking for a way to export my offsite backups and I found your site through cloud-pbs.de Are https://cloud-pbs.com and tuxis.nl the same company?
  2. U

    [SOLVED] Password update using the cli not applied on PBS 3.3

    Hi Moayad, thanks for your reply. I use this command now, thanks.
  3. U

    [SOLVED] Password update using the cli not applied on PBS 3.3

    Hi there, I found an issue on release 3.3. I often create user using the command line with proxmox-backup-manager user create test@pbs Then I update the password with proxmox-backup-manager user update test@pbs --password 123456 This work on PBS 3.2.7 and the user can login with the...
  4. U

    Connection closed before reading preface

    Hi Chris and again, thanks for your help. Using tcpdump the traffic comes to haproxy, go to the pbs backend. Here is a log from /var/log/proxmox-backup/tasks/archive /sh02-171:00000273:0000024F:0000065B:66F6C564:backup:user1\x3avm-120:user1@pbs: 66F6C564 connection error: connection closed...
  5. U

    Connection closed before reading preface

    Hi Chris, thanks for you reply and sorry about my late answer. Here is the pb manager version : proxmox-backup 3.2.0 running kernel: 6.8.8-3-pve proxmox-backup-server 3.2.7-1 running version: 3.2.7 proxmox-kernel-helper 8.1.0...
  6. U

    Connection closed before reading preface

    Hi Chris, thanks for your reply. Indeed, it looks like an issue on haproxy but I don't have any trace in logs. The issue seems to be really linked to haproxy and this specific client because everything is ok with another client coming from another source ip. I'm currently trying to enable full...
  7. U

    Connection closed before reading preface

    Hello, I daily use and backup 5 pve servers on my pbs instance. I added another host (HOST-A) yesterday and had an error (this server never made any backup on this pbs) with the following log message : 2024-09-18T10:16:49+02:00: starting new backup on datastore 'pbs-prod04' from...
  8. U

    PBS 3.1-2 wrong datastore information sshfs

    Hey there, Just upgraded to 3.2.3-1 today and it's ok now, everything is correct about sshfs storage ! Thanks for the great work !
  9. U

    PBS 3.1-2 wrong datastore information sshfs

    Hi, thanks for you reply. Is there any hope that this commit will be in the next release ?
  10. U

    PBS 3.1-2 wrong datastore information sshfs

    Hi, Any news about this bug ? How could we help to fix it ? Regards,
  11. U

    PBS 3.1-2 wrong datastore information sshfs

    Hi guys, I just upgraded to latest 3.2.2 but the problem does not looks to be solved. Or maybe the patch was not integrated in the current release ? Regards,
  12. U

    PBS 3.1-2 wrong datastore information sshfs

    Hi folks, I also have the problem and I'm very happy to find out that it's already solved :) Would you have any news about your patch integration @ggoller ? Regards,
  13. U

    Ubuntu Snaps inside LXC container on Proxmox

    I tried enable keyctl too. But it still does not work. Here is my config file arch: amd64 cores: 1 features: fuse=1,keyctl=1,nesting=1 hostname: ct-wekan memory: 2048 nameserver: 10.xxx.xxx.xxx ostype: debian rootfs: lv_thin_vms:vm-104-disk-0,size=15G searchdomain: xxx swap: 1024...
  14. U

    Ubuntu Snaps inside LXC container on Proxmox

    Hi, Here when I try snap install wekan I always have an error : error: system does not fully support snapd: cannot mount squashfs image using "fuse.squashfuse": mount: /tmp/sanity-mountpoint-494747820: wrong fs type, bad option, bad superblock on /tmp/sanity-squashfs-152452673...
  15. U

    Not enough space on thin lvm

    Hi, You are right when you says "Avoid creating VMs if you're not sure it won't eat up all the remaining space". I take care about this because of my job as a sysadmin. The fact is, finals / casuals proxmox users don't care , and play with it as a sandbox and are not aware of all this...
  16. U

    Not enough space on thin lvm

    Quick reply, I tried another way by deleting the meta0 lv created by a repair attempt and start another repair root@hypervisor04:~# lvremove VGRAID0/lv_thin_build_meta0 root@hypervisor04:~# lvconvert --repair -v VGRAID0/lv_thin_build Preparing pool metadata spare volume for Volume group...
  17. U

    Not enough space on thin lvm

    Hi, I have a node running latest up to date Proxmox version. I configured lvm thin provisionning for users with a Raid0 composed with 2 SSD for about 1To. Maybe a misconfig or bad usage made it crash. A user provisionned a template with a storage of 500Go. Everything was running fine for our...
  18. U

    LXC Container wont start on Poxmox 6.0-7 with two Intel NVMe

    Fine, it is working, thanks. Anybody knows why this file is missing ? Why does it don't come with an update ? Regards,
  19. U

    [SOLVED] Manage pools via API

    Wow, thank you. I already heard about jq but never used nor check what it was. It's done for now, thank you I can play with the api and with the informations I need. Regards,
  20. U

    [SOLVED] Manage pools via API

    Hi, Following my previous post concerning our custom deployments, I am trying to build a dev environment for our team. The use case is : - lxc rootfs creation with packer via Jenkins - push rootfs on proxmox - import rootfs as new lxc - start some jobs into theses new containers I am writing...