Re: [Bacula-users] Could not stat "/mnt/nas1stuff/": ERR=Host is down

2017-06-07 Thread Ivan Adzhubey
Hi Ian, Looks like your directory is set up to automount and Bacula does not know how to handle it properly. You might need to write a small Bash script doing just what you tried manually: "cd /home/ian/nas1stuff/; ls -lh" and then specify it as RunBeforeJob in your director's config. Note, cd

[Bacula-users] A Bacula Test Restore Before Job Script Proposal

2017-06-07 Thread Heitor Faria
Hello, Users, FYI: http://bacula.us/bacula-test-restore-before-job-script/ The script would be prettier if there was a "current" keyword also for list jobs. Regards -- === Heitor Medrado de Faria | Bacula do Brasil •

[Bacula-users] Could not stat "/mnt/nas1stuff/": ERR=Host is down

2017-06-07 Thread Ian Douglas
Hi all Lately I've been getting errors like Could not stat "/mnt/nas1stuff/": ERR=Host is down where I'm trying to back up files from a NAS box (FreeNAS), and the target folder is mounted on this box, as was recommended to me on this list. So the folder does not get backed up. If I run the

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Daniel Heitepriem
I can confirm that 7.9.3 builds also fine on Solaris 10 x64 using GCC. Best regards, Daniel Am 07.06.17 um 13:15 schrieb Gary R. Schmidt: On 07/06/2017 20:43, Gary R. Schmidt wrote: On 07/06/2017 17:59, Kern Sibbald wrote: Hello, Bacula does not require g++ to build, but you may need to adju

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Gary R. Schmidt
On 07/06/2017 20:43, Gary R. Schmidt wrote: On 07/06/2017 17:59, Kern Sibbald wrote: Hello, Bacula does not require g++ to build, but you may need to adjust things. For example, on FreeBSD Bacula is built with clang. On Solaris you can use the Solaris compiler. I don't know what Developer

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Gary R. Schmidt
On 07/06/2017 17:59, Kern Sibbald wrote: Hello, Bacula does not require g++ to build, but you may need to adjust things. For example, on FreeBSD Bacula is built with clang. On Solaris you can use the Solaris compiler. I don't know what Developer Studio is, so I cannot say. However, you wi

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Daniel Heitepriem
Hi, with these changes version 7.9 can be successfully compiled on Solaris 11 x64 using GCC. @Gary R. Schmidt: It should now also work on Solaris 10 but I will check it also. Best regards, Daniel Am 07.06.17 um 10:45 schrieb Kern Sibbald: Hello, I have just pushed several fixes for Solar

[Bacula-users] Beta release 7.9.3

2017-06-07 Thread Kern Sibbald
Hello, Due to some errors in the new beta release when compiling/building Solaris versions, thanks to fast testers, I have corrected the problems and release version 7.9.3. If you are not using Solaris and you have loaded version 7.9.2, there is no reason to upgrade. If you are using 7.9.0 o

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Kern Sibbald
Hello Daniel, Great! Thanks for the really fast testing :-) Best regards, Kern On 06/07/2017 11:02 AM, Daniel Heitepriem wrote: Hi, with these changes version 7.9 can be successfully compiled on Solaris 11 x64 using GCC. @Gary R. Schmidt: It should now also work on Solaris 10 but I will

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Kern Sibbald
Hello, I have just pushed several fixes for Solaris to the www.bacula.org repo -- Branch-7.9 1. Fix the missing semi-colon 2. Remove vestiges of crc32_bad, which is not needed and should not be used. 3. I have also included several other patches ... Best regards, Kern On 06/07/2017 10:3

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Daniel Heitepriem
Hi everyone, I can second this error for Solaris 11.3 x64 using GCC 4.8. The "bsys.c" error can be solved by adding the missing semicolon in file "bacula-7.9.2/src/lib/bsys.c" line 1218. Best regards, Daniel Heitepriem Am 07.06.17 um 10:12 schrieb Kern Sibbald: Hello, On 06/07/2017 09:52

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Kern Sibbald
Hello, On 06/07/2017 09:52 AM, Gary R. Schmidt wrote: Trying to build on Solaris 10 x64, using GCC 5.2.0. As expected: Compiling bsys.c bsys.c: In function 'int baccept(int, sockaddr*, socklen_t*)': bsys.c:1219:7: error: expected ',' or ';' before 'if' if (fcntl(fd, F_SETFD, fcntl(fd, F

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Kern Sibbald
Hello, Bacula does not require g++ to build, but you may need to adjust things. For example, on FreeBSD Bacula is built with clang. On Solaris you can use the Solaris compiler. I don't know what Developer Studio is, so I cannot say. However, you will need to have GNU tools installed. See

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Gary R. Schmidt
Trying to build on Solaris 10 x64, using GCC 5.2.0. As expected: Compiling bsys.c bsys.c: In function 'int baccept(int, sockaddr*, socklen_t*)': bsys.c:1219:7: error: expected ',' or ';' before 'if' if (fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC) < 0) { ^ Fix, and co

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Gary R. Schmidt
On 2017-06-06 21:57, Kern Sibbald wrote: Hello, This is to inform you that we have release Bacula BETA version 7.9.2 Hi Kern, Trying to build on Solaris 10 x64, using Developer Studio 12.3. Can't disable libtool - oh great, can't work out what is going on underneath, just ducky. Configure