UrBackup Server 2.1.14 beta/Client 2.1.11 beta

Okay so is this the right way :

Download sources
Extract them and then run ./configure , make, make install
/usr/local/bin/urbackupsrv run --config /etc/default/urbackupsrv

?

Ok i’ve compiled manually and install.
It installs in /usr/local/…
How can i run the compiled version with the packaged version parameters, (/var/urbackup , /etc/urbackup, …)

Thanks

Should i just have to copy the urbackupsrv in /usr/bin/ ?

Here is the gdb backtrace :

2017-01-27 19:44:23: Trimmed 3.30664 GB
*** Error in `/usr/bin/urbackupsrv': free(): invalid next size (normal): 0x00007fffa88c2f40 ***

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fff96c56700 (LWP 5765)]
0x00007ffff635e067 in raise () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x00007ffff635e067 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff635f448 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007ffff639c1b4 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3  0x00007ffff63a198e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4  0x00007ffff63a2696 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#5  0x00000000005551e9 in deallocate (this=<optimized out>, __p=<optimized out>) at /usr/include/c++/4.9/ext/new_allocator.h:110
#6  deallocate (__a=..., __n=<optimized out>, __p=<optimized out>) at /usr/include/c++/4.9/ext/alloc_traits.h:185
#7  _M_deallocate (this=<optimized out>, __n=<optimized out>, __p=<optimized out>) at /usr/include/c++/4.9/bits/stl_vector.h:178
#8  ~_Vector_base (this=0x7fffa8534aa0, __in_chrg=<optimized out>) at /usr/include/c++/4.9/bits/stl_vector.h:160
#9  ~vector (this=0x7fffa8534aa0, __in_chrg=<optimized out>) at /usr/include/c++/4.9/bits/stl_vector.h:425
#10 CowFile::~CowFile (this=this@entry=0x7fffa8534a70, __in_chrg=<optimized out>) at fsimageplugin/cowfile.cpp:219
#11 0x00000000005552d9 in CowFile::~CowFile (this=0x7fffa8534a70, __in_chrg=<optimized out>) at fsimageplugin/cowfile.cpp:231
#12 0x0000000000640295 in ServerVHDWriter::operator() (this=0x7fffa8868880) at urbackupserver/server_writer.cpp:216
#13 0x000000000048dd88 in CPoolThread::operator() (this=0x7fffa8864400) at ThreadPool.cpp:95
#14 0x0000000000452926 in thread_helper_f (t=0x7fffa8864400) at Server.cpp:1332
#15 0x00007ffff66dc064 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#16 0x00007ffff641162d in clone () from /lib/x86_64-linux-gnu/libc.so.6
(gdb)

Forgot to mention that fs backend is BTRFS …

Regards,

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.