Argh, this is doing my head in. It was all working, and now it won’t listen on 55415
:
netstat -tulpn | grep 55415
This is the debug from tail -n20 -f /var/log/urbackup.log
20-12-14 09:04:44: SQLite: recovered 3 frames from WAL file /var/urbackup/backup_server_settings.db-wal code: 283
2020-12-14 09:04:44: SQLite: recovered 263 frames from WAL file /var/urbackup/backup_server.db-wal code: 283
2020-12-14 09:04:44: SQLite: recovered 3 frames from WAL file /var/urbackup/backup_server_settings.db-wal code: 283
2020-12-14 09:04:44: SQLite: recovered 24 frames from WAL file /var/urbackup/backup_server_link_journal.db-wal code: 283
2020-12-14 09:04:44: Started UrBackup…
2020-12-14 09:04:44: Removing temporary files…
2020-12-14 09:04:44: Recreating temporary folder…
2020-12-14 09:04:45: Testing if backup destination can handle subvolumes and snapshots…
2020-12-14 09:04:45: Backup destination cannot handle subvolumes and snapshots. Snapshots disabled.
2020-12-14 09:04:45: Testing if backup destination can handle filesystem transactions…
2020-12-14 09:04:45: Testing for hardlinks in backup destination…
2020-12-14 09:04:45: Could create hardlink at backup destination. Hardlinks enabled.
2020-12-14 09:04:45: Testing for reflinks in backup destination…
2020-12-14 09:04:45: Reflink ioctl failed. errno=95
2020-12-14 09:04:45: Could not create reflink at backup destination. Reflinks disabled. Operation not supported (code: 95)
2020-12-14 09:04:45: Binding to interface eth0 (ipv4) for broadcasting…
2020-12-14 09:04:45: Broadcasting on ipv4 interface eth0 addr 194.29.101.139
2020-12-14 09:04:45: Binding to interface eth1 (ipv4) for broadcasting…
2020-12-14 09:04:45: Broadcasting on ipv4 interface eth1 addr 10.184.1.74
2020-12-14 09:04:45: Binding to interface eth0 (ipv6) for broadcasting…
2020-12-14 09:04:45: Broadcasting on ipv6 interface eth0 addr fe80::216:3cff:fe96:7da5
2020-12-14 09:04:45: Binding to interface eth1 (ipv6) for broadcasting…
2020-12-14 09:04:45: Broadcasting on ipv6 interface eth1 addr fe80::217:3eff:fee7:726a
2020-12-14 09:04:45: UrBackup Server start up complete.
2020-12-14 09:04:45: Server started up successfully!
2020-12-14 09:04:45: Looking for old Sessions… 0 sessions
2020-12-14 09:04:46: Downloading version file…
2020-12-14 09:04:46: Downloading version file…
2020-12-14 09:04:46: Downloading server version info…
2020-12-14 09:04:46: Downloading dataplan database…
What am I missing?