HI
I installed urbackup on ubuntu 22 server.
Server side : I can access the UI and everything works there, however when i take a look at the logs :
tail -f /var/log/urbackup.log
2024-09-02 13:15:11: ERROR: Error while downloading version info from http://update.urbackup.org/2.5.x/version_linux.txt: HTTP response code said error(ec=22), The requested URL returned error: 503
2024-09-02 13:15:12: ERROR: Error downloading server version information: HTTP response code said error(ec=22), The requested URL returned error: 503
2024-09-02 13:15:12: ERROR: Error downloading dataplan database: HTTP response code said error(ec=22), The requested URL returned error: 503
2024-09-02 13:19:37: ERROR: Exception occured in CryptoFactory::verifyFile: FileStore: error opening file for reading: urbackup/UrBackupUpdateLinux.sig2
2024-09-02 13:19:37: ERROR: Signature verification failed
2024-09-02 13:23:42: WARNING: Shutting down (Signal 15)
2024-09-02 13:23:44: ERROR: Error while downloading version info from http://update.urbackup.org/2.5.x/version.txt: HTTP response code said error(ec=22), The requested URL returned error: 503
2024-09-02 13:23:45: ERROR: Error while downloading version info from http://update.urbackup.org/2.5.x/version_linux.txt: HTTP response code said error(ec=22), The requested URL returned error: 503
2024-09-02 13:23:45: ERROR: Error downloading server version information: HTTP response code said error(ec=22), The requested URL returned error: 503
2024-09-02 13:23:45: ERROR: Error downloading dataplan database: HTTP response code said error(ec=22), The requested URL returned error: 503
Note : when i ping or use wget i get the following indicating that it is working :
wget http://update.urbackup.org/2.5.x/version.txt
–2024-09-02 13:24:37-- http://update.urbackup.org/2.5.x/version.txt
Proxy request sent, awaiting response… 200 OK
Length: 3 [text/plain]
Saving to: ‘version.txt’
version.txt 100%[=========================================================================================================================>] 3 --.-KB/s in 0s
2024-09-02 13:24:37 (728 KB/s) - ‘version.txt’ saved [3/3]
The other issue i have com accross is when i try to add a new client i get the following issue :
TF=mktemp
&& wget “http://xxxx:55414/x?a=download_client&lang=en&clientid=1&authkey=xxxfH&os=linux” -O $TF && sudo sh $TF; rm -f $TF
–2024-09-02 13:19:37-- http://xxxx:55414/x?a=download_client&lang=en&clientid=1&authkey=xxxx&os=linux
Resolving xxxx
Connecting to xxxx connected.
Proxy request sent, awaiting response… 200 OK
Length: unspecified
Saving to: ‘/tmp/tmp.LrNO8qmXUc’
/tmp/tmp.LrNO8qmXUc [ <=> ] 36 --.-KB/s in 0s
2024-09-02 13:19:37 (188 KB/s) - ‘/tmp/tmp.LrNO8qmXUc’ saved [36]
[sudo] password for dev:
/tmp/tmp.LrNO8qmXUc: 1: ERROR:: not found
So even though i can add the clients on th UI , but they never able to connect or backup because the client side does not want to work, any help would be greatly appreciated.
Note : I can ping both ips.