I try to start urbackup server but the status is always active (exited)

Hello, thank for you job, It look great… but look only for the moment, I’m sure I going to pass throught!

I’m on

Description: Debian GNU/Linux 9.12 (stretch)
Release: 9.12
Codename: stretch

the installation of urbackup it’s done
I start the service with

systemctl start urbackupsrv

(no message…) after I check with

systemctl status urbackupsrv

● urbackupsrv.service - LSB: Server for doing backups
Loaded: loaded (/etc/init.d/urbackupsrv; generated; vendor preset: enabled)
Active: active (exited) since Mon 2020-03-16 23:23:05 CET; 24min ago
Docs: man:systemd-sysv-generator(8)
Process: 2250 ExecStop=/etc/init.d/urbackupsrv stop (code=exited, status=0/SUCCESS)
Process: 2262 ExecStart=/etc/init.d/urbackupsrv start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/urbackupsrv.service

mars 16 23:23:05 ns379944 systemd[1]: Starting LSB: Server for doing backups…
mars 16 23:23:05 ns379944 systemd[1]: Started LSB: Server for doing backups.


The log is in debug mode are here is the result :


2020-03-16 23:51:39: Starting HTTP-Server on port 55414
2020-03-16 23:51:39: HTTP: Server started up successfully!
2020-03-16 23:51:39: SQLite: recovered 4 frames from WAL file /var/urbackup/backup_server.db-wal code: 283
2020-03-16 23:51:39: SQLite: recovered 10 frames from WAL file /var/urbackup/backup_server_link_journal.db-wal code: 283
2020-03-16 23:51:39: SQLite: recovered 2 frames from WAL file /var/urbackup/backup_server_settings.db-wal code: 283
2020-03-16 23:51:39: SQLite: recovered 4 frames from WAL file /var/urbackup/backup_server.db-wal code: 283
2020-03-16 23:51:39: SQLite: recovered 2 frames from WAL file /var/urbackup/backup_server_settings.db-wal code: 283
2020-03-16 23:51:39: SQLite: recovered 10 frames from WAL file /var/urbackup/backup_server_link_journal.db-wal code: 283
2020-03-16 23:51:39: Started UrBackup…
2020-03-16 23:51:39: Removing temporary files…
2020-03-16 23:51:39: Recreating temporary folder…
2020-03-16 23:51:39: Image mounting disabled: TEST FAILED: guestmount is missing (libguestfs-tools)
2020-03-16 23:51:39: Testing if backup destination can handle subvolumes and snapshots…
2020-03-16 23:51:39: Backup destination cannot handle subvolumes and snapshots. Snapshots disabled.
2020-03-16 23:51:39: Testing if backup destination can handle filesystem transactions…
2020-03-16 23:51:39: Testing for hardlinks in backup destination…
2020-03-16 23:51:39: Could create hardlink at backup destination. Hardlinks enabled.
2020-03-16 23:51:39: Testing for reflinks in backup destination…
2020-03-16 23:51:39: Reflink ioctl failed. errno=95
2020-03-16 23:51:39: Could not create reflink at backup destination. Reflinks disabled. Operation not supported (code: 95)

I check with htop tools to look at the process and they is no urbackupsrv process

Have you any idea ?

more information…
I reboot, same problem
I uninstall, same problem
I run directly the program like this and I have one more information (segmentation fault)

root@ns379944:/usr/bin# ./urbackupsrv run -v debug
2020-03-18 07:52:55: Starting HTTP-Server on port 55414
2020-03-18 07:52:55: HTTP: Server started up successfully!
2020-03-18 07:52:55: SQLite: recovered 4 frames from WAL file /var/urbackup/backup_server.db-wal code: 283
2020-03-18 07:52:55: SQLite: recovered 5 frames from WAL file /var/urbackup/backup_server_link_journal.db-wal code: 283
2020-03-18 07:52:55: SQLite: recovered 2 frames from WAL file /var/urbackup/backup_server_settings.db-wal code: 283
2020-03-18 07:52:55: SQLite: recovered 4 frames from WAL file /var/urbackup/backup_server.db-wal code: 283
2020-03-18 07:52:55: SQLite: recovered 2 frames from WAL file /var/urbackup/backup_server_settings.db-wal code: 283
2020-03-18 07:52:55: SQLite: recovered 5 frames from WAL file /var/urbackup/backup_server_link_journal.db-wal code: 283
2020-03-18 07:52:55: Started UrBackup…
2020-03-18 07:52:55: Removing temporary files…
2020-03-18 07:52:55: Recreating temporary folder…
TEST FAILED: guestmount is missing (libguestfs-tools)
2020-03-18 07:52:55: Image mounting disabled: TEST FAILED: guestmount is missing (libguestfs-tools)
2020-03-18 07:52:55: Testing if backup destination can handle subvolumes and snapshots…
Testing for btrfs…
ERROR: not a btrfs filesystem: /media/BACKUP/urbackup/testA54hj5luZtlorr494
TEST FAILED: Creating test btrfs subvolume failed
Testing for zfs…
TEST FAILED: Dataset is not set via /etc/urbackup/dataset
2020-03-18 07:52:55: Backup destination cannot handle subvolumes and snapshots. Snapshots disabled.
2020-03-18 07:52:55: Testing if backup destination can handle filesystem transactions…
2020-03-18 07:52:55: Testing for hardlinks in backup destination…
2020-03-18 07:52:55: Could create hardlink at backup destination. Hardlinks enabled.
2020-03-18 07:52:55: Testing for reflinks in backup destination…
2020-03-18 07:52:55: Reflink ioctl failed. errno=95
2020-03-18 07:52:55: Could not create reflink at backup destination. Reflinks disabled. Operation not supported (code: 95)
Erreur de segmentation
root@ns379944:/usr/bin#

any Idea ?

some news…
I install and remove again and again , I try to compil, I try to run in dbg mode … nothing!

I install the a older version urbackup-server_2.3.8_amd64.deb (now it’s the 2.4.2)
and evrything it’s ok!!!
I stay with this version until I receaved a advice.
Thank for you Job!
Greg

If you have the compiled version, could you run it with

gdb --args ./urbackupsrv run -v debug

then, after it crashes: bt. You’ll probably have to install gdb (apt install gdb). Thanks!

thanks you to take care of my probleme. As I find a solution with a old version , I setup so many computer today and the backup is on the way. it’s hard to go back and make some test.

thanks

Greg

Le mer. 18 mars 2020 à 12:30, Martin Raiber via UrBackup - Discourse info@urbackup.org a écrit :