[Bacula-users] Backing up to dedicated storage

2018-02-09 Thread Shawn Rappaport
I just started working with Bacula (9.0.6) this week and I am in the staging phase of things. I currently have a CentOS 7 server set up with most of the default settings, with the Dir, SD and MySQL running on the same server in our Las Vegas datacenter. I have successfully backed up a couple of

[Bacula-users] Restore to Windows client fails if file is too big

2018-02-09 Thread Kenneth Garges
Running Bacula 9.0.6 on FreeBSD 10.3-RELEASE-p24 and Bacula 7.4.4 on Windows 2012R2 server. Backups work fine. Restores work fine if the file I restore is small (I have done 192 byte files as a test.) But if the file is bigger (20MB) then I get a broken pipe error. Log from a successful

Re: [Bacula-users] Baculum Workspace problems

2018-02-09 Thread Shawn Rappaport
Hi Marcin, Clearing the caches did the trick! Thank you so much! --Shawn On 2/9/18, 12:06 PM, "Marcin Haba" wrote: Hello Shawn, Thanks for these next logs. Now it looks heathy and I am not seeing any abnormality. I propose to clear caches:

Re: [Bacula-users] Baculum Workspace problems

2018-02-09 Thread Marcin Haba
Hello Shawn, Thanks for these next logs. Now it looks heathy and I am not seeing any abnormality. I propose to clear caches: 1) web browser cache 2) Baculum cache. You can remove content of the /var/cache/baculum/ directory. and at the end please refresh Baculum interface in the web browser.

Re: [Bacula-users] Using LibreSSL?

2018-02-09 Thread Martin Simmons
> On Wed, 7 Feb 2018 20:33:49 -0500, Dan Langille said: > > > On Nov 30, 2017, at 11:41 AM, Martin Simmons wrote: > > > > It looks like LibreSSL defines OPENSSL_VERSION_NUMBER as 0x2000L, i.e. > > as > > if it was OpenSSL 2.0. Bacula uses this variable to detect

Re: [Bacula-users] JobBytes

2018-02-09 Thread Martin Simmons
Possibly "mt status" will show whether hardware compression is enabled? If you are getting close to 1.6TB per LTO-4 tape (according to JobBytes) then I think hardware compression must be enabled. The mt command also allows you to control compression (I'm not sure if you can change it in the

Re: [Bacula-users] Baculum Workspace problems

2018-02-09 Thread Marcin Haba
Hello Shawn, Thanks for providing these debug files. Could you tell me if the /etc/bacula/bconsole that you defined as your Bacula console is binary file or it is a bconsole wrapper? If it is a wrapper then you need to switch Baculum API to use bconsole binary file. Best regards. Marcin Haba

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Josip Deanovic
On Friday 2018-02-09 15:13:54 Mike Eggleston wrote: > That's what I was looking for. I looked for the *-devel packages, but > not *-static. Duh! Well, the next part. I installed a few of the > libraries, but not all. Now I have errors other thank linking: > > Linking bacula-fd ... > /bin/g++

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Mike Eggleston
That's what I was looking for. I looked for the *-devel packages, but not *-static. Duh! Well, the next part. I installed a few of the libraries, but not all. Now I have errors other thank linking: Linking bacula-fd ... /bin/g++ -L../lib -L../findlib -o bacula-fd filed.o authenticate.o

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Dimitri Maziuk
On 2018-02-09 09:33, Josip Deanovic wrote: On Friday 2018-02-09 15:14:44 Mike Eggleston wrote: Thanks, Greg. I’ll look for “dnf”. I looked for *-devel packages and forgot the *-static packages. ☺ No need to use dnf on Centos. You can continue use yum. Also keep in mind that some of their

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Josip Deanovic
On Friday 2018-02-09 15:14:44 Mike Eggleston wrote: > Thanks, Greg. I’ll look for “dnf”. I looked for *-devel packages and > forgot the *-static packages. ☺ No need to use dnf on Centos. You can continue use yum. Regards -- Josip Deanovic

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Mike Eggleston
Thanks, Greg. I’ll look for “dnf”. I looked for *-devel packages and forgot the *-static packages. ☺ Thanks, Mike From: Greg Woods [mailto:g...@gregandeva.net] Sent: Friday, February 09, 2018 8:37 AM To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] trying to build a static

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Tilman Schmidt
On Fri, Feb 9, 2018, at 16:13, Mike Eggleston wrote: > That's what I was looking for. I looked for the *-devel packages, but > not *-static. Duh! > Well, the next part. I installed a few of the libraries, but not all. > Now I have errors other thank linking: Hmm, I don't see any at first

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Mike Eggleston
Forgot to add, this is CentOS: [bacula@dvlnx107 bacula-9.0.6]$ uname -a Linux dvlnx107 3.10.0-693.17.1.el7.x86_64 #1 SMP Thu Jan 25 20:13:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [bacula@dvlnx107 bacula-9.0.6]$ ls -l /etc/*release -rw-r--r--. 1 root root 38 Aug 30 10:53 /etc/centos-release

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Greg Woods
On Fri, Feb 9, 2018 at 6:26 AM, Mike Eggleston wrote: > > /bin/ld: cannot find -lz > /bin/ld: cannot find -lpthread > /bin/ld: cannot find -ldl > /bin/ld: cannot find -ldl > /bin/ld: cannot find -lssl > /bin/ld: cannot find -lcrypto > /bin/ld: cannot find -lstdc++

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Tilman Schmidt
On Fri, Feb 9, 2018, at 14:26, Mike Eggleston wrote: > Configure complets: > > ./configure --enable-client-only -enable-static-client-only > --enable-static-fd --disable-libtool --without-ssl --without-mysql Good. > The compile now fails with: [...] > /bin/g++ -static -L../lib -L../findlib

[Bacula-users] a Pool does not take all possible media, why

2018-02-09 Thread Jari Fredriksson
Hello! I have reconfigured a Pool to have more Media. I issued update pool from bconsole and now the Pools look like this: Connecting to Director 192.168.1.140:9101 1000 OK: 103 bacula-dir Version: 9.0.6 (20 November 2017) Enter a period to cancel a command. *list pools Automatically selected

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Mike Eggleston
Configure complets: ./configure --enable-client-only -enable-static-client-only --enable-static-fd --disable-libtool --without-ssl --without-mysql The compile now fails with: Linking bacula-fd ... /bin/g++ -L../lib -L../findlib -o bacula-fd filed.o authenticate.o backup.o crypto.o