Martin Simon
Martin Simon
Finally managed to get `gdb` and `gdbserver` to play nice, here's the output: ``` $ ./scripts/remote-gdb 10.0.1.100:9999 ./build_dir/target-x86_64_glibc-2.27/urbackup-server-2.4.13/urbackupsrv Using target x86_64 (glibc, -2.27) GNU gdb (GDB) 11.1 Copyright (C) 2021...
As described above, urBackup works just fine until the first client backup. I can connect to the web interface, tweak the settings, trigger manual backups. etc... Once the first client...
@zyxmon Thanks, upgrading urBackup is one of the things I wanted to try, hence #761. Unfortunately, this is an instance of `urbackupsrv` starting and going a bit further than usual...
Fair question, my bad for not specifying this earlier. Both database related commands segfault as well: ```bash [/share/data] # urbackupsrv -u admin repair-database Segmentation fault [/share/data] # urbackupsrv -u admin...
Here's the output when checking `backup_server.db` with `sqlite3-cli (3330000-2)` ```bash [/share/ZFS530_DATA/.qpkg/Entware/var/urbackup] # sqlite3 backup_server.db SQLite version 3.33.0 2020-08-14 13:23:32 Enter ".help" for usage hints. sqlite> .tables alert_script_params clients_hist_id moved_clients alert_scripts...
Unfortunately not, even breaks opening `backup_server.db` database ```bash [~] # opkg install ./libsqlite3_3370000-1_x64-3.2.ipk Upgrading libsqlite3 on root from 3330000-2 to 3370000-1... Configuring libsqlite3. [~] # urbackupsrv run --user admin 2022-01-31...
I've now managed to get `gdb` running locally on the NAS and the error message thrown before the backtrace is a bit more informative: ```bash Thread 1 "urbackupsrv" received signal...
Issue still persists, a few of my questions are still waiting for answers.
Issue still persists in all (Firefox, Chrome and Edge) with the same `ERR_HTTP2_COMPRESSION_ERROR` error. ```bash $ nginx -V nginx version: nginx/1.18.0 built by gcc 8.4.0 (OpenWrt GCC 8.4.0 r1653-fe90b72b) built...
This is a really useful addition. @pb- any plans of merging this?