Hello,
I'm getting the following error when running:
This is a bit weird, as I'm not really sure if this is a proxmox-backup-client issue, as this happens when the job is triggered from systemd. When I trigger this particular command from the command line, all works fine, and the status is shown, along with the remaining backup process.
The jobs was however running fine until last August 22nd, where a bunch of updates were released for my OS, including kernel and glibc. From what I've read this static binary is sensitive on this.
Here's some of my current data:
Let me know if you require any extra information, or need me to do any test.
As I've mentioned, this job works well on command line, but not from systemd service/timer.
PS: The $REPO above in the form of "<token>@<server ip address>:<datastore_name>"
Can you help on this?
Regards,
Rui
I'm getting the following error when running:
Code:
proxmox-backup-client status --repository "${REPO}"
Rich (BB code):
systemd-coredump[87519]: [] Process 87509 (proxmox-backup-) of user 0 dumped core.
Stack trace of thread 87509:
#0 0x00007f4fb59731bb __libc_early_init (/usr/lib64/libc.so.6 + 0x1731bb)
#1 0x00007f4fb7451698 n/a (/usr/local/bin/proxmox-backup-client + 0x851698)
#2 0x00007f4fb744efb6 n/a (/usr/local/bin/proxmox-backup-client + 0x84efb6)
#3 0x00007f4fb7450855 n/a (/usr/local/bin/proxmox-backup-client + 0x850855)
#4 0x00007f4fb744efb6 n/a (/usr/local/bin/proxmox-backup-client + 0x84efb6)
#5 0x00007f4fb7450c17 n/a (/usr/local/bin/proxmox-backup-client + 0x850c17)
#6 0x00007f4fb74587b2 n/a (/usr/local/bin/proxmox-backup-client + 0x8587b2)
#7 0x00007f4fb744efb6 n/a (/usr/local/bin/proxmox-backup-client + 0x84efb6)
#8 0x00007f4fb744f04f n/a (/usr/local/bin/proxmox-backup-client + 0x84f04f)
#9 0x00007f4fb7458a30 n/a (/usr/local/bin/proxmox-backup-client + 0x858a30)
#10 0x00007f4fb7ab1085 n/a (/usr/local/bin/proxmox-backup-client + 0xeb1085)
#11 0x00007f4fb7ab1435 n/a (/usr/local/bin/proxmox-backup-client + 0xeb1435)
#12 0x00007f4fb7ab1608 n/a (/usr/local/bin/proxmox-backup-client + 0xeb1608)
#13 0x00007f4fb7aaa5f2 n/a (/usr/local/bin/proxmox-backup-client + 0xeaa5f2)
#14 0x00007f4fb7a8ae9a n/a (/usr/local/bin/proxmox-backup-client + 0xe8ae9a)
#15 0x00007f4fb7a8c7ce n/a (/usr/local/bin/proxmox-backup-client + 0xe8c7ce)
#16 0x00007f4fb718aa9d n/a (/usr/local/bin/proxmox-backup-client + 0x58aa9d)
#17 0x00007f4fb71b2919 n/a (/usr/local/bin/proxmox-backup-client + 0x5b2919)
#18 0x00007f4fb7212976 n/a (/usr/local/bin/proxmox-backup-client + 0x612976)
#19 0x00007f4fb7212563 n/a (/usr/local/bin/proxmox-backup-client + 0x612563)
#20 0x00007f4fb6e768d3 n/a (/usr/local/bin/proxmox-backup-client + 0x2768d3)
#21 0x00007f4fb6e8a309 n/a (/usr/local/bin/proxmox-backup-client + 0x28a309)
#22 0x00007f4fb6ea156d n/a (/usr/local/bin/proxmox-backup-client + 0x2a156d)
#23 0x00007f4fb6e44be9 n/a (/usr/local/bin/proxmox-backup-client + 0x244be9)
#24 0x00007f4fb7332ee6 n/a (/usr/local/bin/proxmox-backup-client + 0x732ee6)
#25 0x00007f4fb733448b n/a (/usr/local/bin/proxmox-backup-client + 0x73448b)
#26 0x00007f4fb6f6f9c1 n/a (/usr/local/bin/proxmox-backup-client + 0x36f9c1)
#27 0x00007f4fb6e5a2c6 n/a (/usr/local/bin/proxmox-backup-client + 0x25a2c6)
#28 0x00007f4fb6f49433 n/a (/usr/local/bin/proxmox-backup-client + 0x349433)
#29 0x00007f4fb7024899 n/a (/usr/local/bin/proxmox-backup-client + 0x424899)
#30 0x00007f4fb7a7e10d n/a (/usr/local/bin/proxmox-backup-client + 0xe7e10d)
#31 0x00007f4fb6e7717c n/a (/usr/local/bin/proxmox-backup-client + 0x27717c)
#32 0x00007f4fb73f1bf4 n/a (/usr/local/bin/proxmox-backup-client + 0x7f1bf4)
#33 0x00007f4fb73f3d9d n/a (/usr/local/bin/proxmox-backup-client + 0x7f3d9d)
#34 0x00007f4fb6dae001 n/a (/usr/local/bin/proxmox-backup-client + 0x1ae001)
This is a bit weird, as I'm not really sure if this is a proxmox-backup-client issue, as this happens when the job is triggered from systemd. When I trigger this particular command from the command line, all works fine, and the status is shown, along with the remaining backup process.
The jobs was however running fine until last August 22nd, where a bunch of updates were released for my OS, including kernel and glibc. From what I've read this static binary is sensitive on this.
Here's some of my current data:
- openSUSE Slowroll (version_id 20250801)
- proxmox-backup-client: 4.0.11 (static)
- remote PBS Server: 4.0.14
- glibc: 2.42-1
- systemd 257 (257.7+suse.22.g835af70f4e)
- Kernel 6.16.1-1.0.2.sr20250801-default
Let me know if you require any extra information, or need me to do any test.
As I've mentioned, this job works well on command line, but not from systemd service/timer.
PS: The $REPO above in the form of "<token>@<server ip address>:<datastore_name>"
Can you help on this?
Regards,
Rui
Last edited: