Re: [Bacula-users] How to configure Bacula with S3

2021-06-17 Thread Josip Deanovic
On Thursday 2021-06-17 08:01:59 Wanderlei Huttel wrote: > Hi Josip, > > I forgot to mention it before. > I'm running Debian 10 Buster Interesting. I just tested it on new Debian 10 installation. I tested it by putting a path in /etc/ld.so.conf before and after the include line. I have also test

Re: [Bacula-users] How to configure Bacula with S3

2021-06-17 Thread Josip Deanovic
On Thursday 2021-06-17 07:25:35 Wanderlei Huttel wrote: > Hello Josip > > I don't know why, but I've run ldconfig several time and didn't worked, > only when I remove the /etc/ld.so.cache that s3 worked. Hi Wanderlei I am curious what operating system are you using? Regards! -- Josip Deanov

Re: [Bacula-users] How to configure Bacula with S3

2021-06-17 Thread Wanderlei Huttel
Hello Josip I don't know why, but I've run ldconfig several time and didn't worked, only when I remove the /etc/ld.so.cache that s3 worked. Best regards *Wanderlei Hüttel* Em qui., 17 de jun. de 2021 às 07:04, Josip Deanovic < djosip+n...@linuxpages.net> escreveu: > On Wednesday 2021-06-16 1

Re: [Bacula-users] How to configure Bacula with S3

2021-06-17 Thread Josip Deanovic
On Wednesday 2021-06-16 16:44:34 Wanderlei Huttel wrote: > Hello Erick > > I guess I've discovered the problem. > I had to remove the libs cache "rm /etc/ld.so.cache" and just > run "ldconfig" to create a new cache and then running command "s3" > worked fine. > > I guess my bacula configuration (

Re: [Bacula-users] How to configure Bacula with S3

2021-06-16 Thread Wanderlei Huttel
Hello Erick I guess I've discovered the problem. I had to remove the libs cache "rm /etc/ld.so.cache" and just run "ldconfig" to create a new cache and then running command "s3" worked fine. I guess my bacula configuration (director and storage are OK), I've made a backup and it worked. Thanks

Re: [Bacula-users] How to configure Bacula with S3

2021-06-16 Thread Elias Pereira
I installed and configured the plugin as follows: wget www.bacula.org/downloads/libs3-20200523.tar.gz tar -xvzf libs3-20200523.tar.gz cd libs3-20200523 make make install *compile **plugin cloud s3* root@bacula:~/bkp-bacula/bacula-x.x.x/src# cd stored/ make install-cloud On Wed, Jun 16, 2021 at

Re: [Bacula-users] How to configure Bacula with S3

2021-06-16 Thread Eric Bollengier via Bacula-users
Hello, I would suggest to play with ld.so.conf and LD_LIBRARY_PATH, it seems that new systems are not very fan of having things in /usr/local. Best Regards, Eric On 16.06.21 14:01, Wanderlei Huttel wrote: Hello Finally I'm trying to run Bacula with S3 Cloud (Wasabi), but I'm not getting t

Re: [Bacula-users] How to configure Bacula with S3

2021-06-16 Thread Rodrigo Reimberg via Bacula-users
Olá, Wanderlei. Qual versão está utilizando? Eu segui esse mesmo link e funcionou, porém, precisei fazer alguns ajustes. Att. From: Wanderlei Huttel Sent: quarta-feira, 16 de junho de 2021 09:02 To: bacula-users@lists.sourceforge.net Subject: [Bacula-users] How to configure Bacula