after several attempts and test.   I managed to make it work  Bacula-FD
9.4.2

I had disable  openssl, acl, libtool and xattr

./configure --enable-client-only --without-openssl --disable-libtool
--disable-xattr --disable-acl --sbindir=/etc/bacula/bin
--sysconfdir=/etc/bacula/bin --with-pid-dir=/etc/bacula/bin/working
--with-subsys-dir=/etc/bacula/bin/working
--with-working-dir=/etc/bacula/working

after  make   and  make install without problems.

But:   estimate listing   and first  backup  error:  Error: getmsg.c:185
Malformed message: Jmsg JobId=19904 type=4 level=1551396382 pre-recon-fd
JobId 19904: Error: bsock.c:271 Socket has errors=1 on call to Storage
daemon:x.x.x.x:9103
 Fatal error: bsock.c:569 Packet size=1073741948 too big from "Client:
pre-recon-aix7-fd:x.x.x.x:9102. Terminating connection.
srv-backup-dir Fatal error: No Job status returned from FD.

On google view:   add  "Comm Compression = no"   on   bacula-fd.conf

The Backup of 2GB of TEST  run without  problems.  and restore OK.

What do you think of what has been done?

The real situation will be when I run the full job on Sarturday  (500GB).

With Bacula  5.0.1,  5.2.13,  7.4.7  and 7.9.5  i  could not.  all with the
same error:


Compiling xattr.c
xattr.c: In function 'bxattr_exit_code build_xattr_streams(JCR*, FF_PKT*)':
xattr.c:2334:8: error: 'os_build_xattr_streams' was not declared in this
scope
    if (os_build_xattr_streams) {
        ^
xattr.c: In function 'bxattr_exit_code parse_xattr_streams(JCR*, int)':
xattr.c:2344:8: error: 'os_parse_xattr_streams' was not declared in this
scope
    if (os_parse_xattr_streams) {
        ^

Grateful Kern  for tips.

-- 
#############################
#   Sistema Operativo: Debian      #
#        Caracas, Venezuela          #
#############################
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to