[bareos-users] bareos-dir crashes randomly

2016-03-15 Thread Oliver Hoffmann
Hi list, that's what I get: Created /var/lib/bareos/bareos-dir.core.32031 for doing postmortem debugging Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see

[bareos-users] How to accomplish one volume file per Job ID and concurrent Jobs in one pool

2016-03-15 Thread Oliver Hoffmann
Hi list, I already did the part with one volume file per Job but now I am wondering how it might be done to write more than one volume at the same time. Means writing to a couple of vols in one Pool. Is that even possible? Regards, Oliver -- You received this message because you are subscrib

Re: [bareos-users] How to accomplish one volume file per Job ID and concurrent Jobs in one pool

2016-03-19 Thread Oliver Hoffmann
ices that point to the same directory on disk. > > Then you can run multiple jobs writing in parallel each to its own device but > into the same pool. > > > On 15.03.2016 19:18, Oliver Hoffmann wrote: > > Hi list, > > > > I already did the part with one volume fi

[bareos-users] Scheduled Jobs let SD crash

2016-04-21 Thread Oliver Hoffmann
Hi list, something weired is happening. A couple of Jobs start at 1 AM and then the SD crashes. In bactrace I see things like this: threadid=0x7f9d62ffd700 JobId=80 JobStatus=C jcr=0x7f9d3c001078 name=client1-differential.2016-03-25_01.00.00_16 threadid=0x7f9d62ffd700 killable=0 JobId=80 JobSt

[bareos-users] Re: Scheduled Jobs let SD crash

2016-05-09 Thread Oliver Hoffmann
On Thursday, April 21, 2016 at 4:01:58 PM UTC+2, Oliver Hoffmann wrote: > Hi list, > > > something weired is happening. A couple of Jobs start at 1 AM and then the SD > crashes. In bactrace I see things like this: > > threadid=0x7f9d62ffd700 JobId=80 JobStatus=C jcr=0

[bareos-users] bareos-dir dies unexpectedly

2016-06-13 Thread Oliver Hoffmann
Hi list, after I had lots of issues with a crashing SD, Volume Labeling, etc I downgraded from 15.2 to 14.2 (on Ubuntu 14.04). Now having a Volume for each Job/Client works without Problems but the Director dies every now and then. It always happens shortly after the scheduled Jobs start. Sta

[bareos-users] Still Problems with crashed SD on 16.2.4

2016-12-01 Thread Oliver Hoffmann
Hi list, I do one Volume file per Job. Means I have a Pool, Storage and folder with full and diff Volumes for each client. Labeling and so on works now. I had lots of issues in the past with that. Due to configuration and possibly bugs in older Bareos versions. Problem now is that almost every

Re: [bareos-users] Still Problems with crashed SD on 16.2.4

2016-12-02 Thread Oliver Hoffmann
I witched off apparmor. Let's see. IP is just a replacement for official IPv4 ones. Thus no v6 here. I had a look in the btrace files and found something odd. threadid=0x7f63de24c700 JobId=1305 JobStatus=R jcr=0x7f63cc013798 name=mail-diff.2016-12-02_01.00.01_41 threadid=0x7f63de24c700 killable=

Re: [bareos-users] Still Problems with crashed SD on 16.2.4

2016-12-02 Thread Oliver Hoffmann
I installed those packages but maybe that 1970 issue is a clue already? Regards, Oliver -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+unsubscr..

Re: [bareos-users] Still Problems with crashed SD on 16.2.4

2017-01-09 Thread Oliver Hoffmann
Hi list, I have an output of gdb now. Lots and lots of entries like that [New Thread 0x7fffe700 (LWP 18030)] [Thread 0x7fffe700 (LWP 18030) exited] then New Thread 0x7fffe700 (LWP 18117)] [New Thread 0x7fffee7fc700 (LWP 18122)] [New Thread 0x7fffedffb700 (LWP 18135)] [New Thread 0x7

Re: [bareos-users] Still Problems with crashed SD on 16.2.4

2017-01-12 Thread Oliver Hoffmann
t; > If you have > Collect Job Statistics = yes > in your bareos-sd configuration, please set it to > Collect Job Statistics = no > > Then restart bareos-sd and check if it still crashes. > > Regards, > > Stephan > > On 01/09/2017 03:14 PM, Oliver Hoffmann wro

Re: [bareos-users] Still Problems with crashed SD on 16.2.4

2017-01-13 Thread Oliver Hoffmann
; > > Then restart bareos-sd and check if it still crashes. > > > > Regards, > > > > Stephan > > > > On 01/09/2017 03:14 PM, Oliver Hoffmann wrote: > > > Hi list, > > > > > > I have an output of gdb now. Lots and lots

[bareos-users] bareos-webui and API 2 not available on director.

2017-01-16 Thread Oliver Hoffmann
Hi all, I just installed bareos-webui on Ubuntu 14.04.5 LTS. Basically I did dpkg -i bareos-webui_16.2.4-31.1_all.deb and then apt-get -f install. After that I edited the files /etc/bareos/bareos-dir.d/profile/webui-admin.conf and /etc/bareos/bareos-dir.d/console/admin.conf and restarted dir

[bareos-users] Re: bareos-webui and API 2 not available on director.

2017-01-19 Thread Oliver Hoffmann
OK, I did aist-upgrade. Now everything works but I can't login. I start another thread for this issue. Regards, Oliver -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an e

[bareos-users] Re: bareos-webui and API 2 not available on director.

2017-01-19 Thread Oliver Hoffmann
Now login works. The conf doesn't like # but ; to comment something out. Weird. So now I have bareos-webui_16.2.4-31.1 and bareos-director_16.2.4-12.1 (and all the other ones accordingly) running on Ubuntu 16.04. And still the same error: Error: API 2 not available on director. Please upgrad

[bareos-users] Re: bareos-webui and API 2 not available on director.

2017-01-20 Thread Oliver Hoffmann
I figured it out myself. I started from scratch and switched the DB to postgres. Problem is that if you install everything with dpkg it'll complain about dependencies (here postgres-server and so on) but apt-get -f install doesn't help. You rather have to install everything needed before bareos.

[bareos-users] List of clients in DB and bconsole do not match

2017-10-05 Thread Oliver Hoffmann
Hi list, when I do list clients in bconsole the listing is OK. When using psql like this: psql -U postgres bareos -c 'select Name from Client ORDER BY Name ASC;' I get another list. There are old clients which I deleted time ago. Is there a script of some kind already to keep DB and filesyste

[bareos-users] Re: List of clients in DB and bconsole do not match

2017-10-05 Thread Oliver Hoffmann
On Thursday, October 5, 2017 at 5:20:39 PM UTC+2, Oliver Hoffmann wrote: > Hi list, > > when I do list clients in bconsole the listing is OK. > > When using psql like this: > psql -U postgres bareos -c 'select Name from Client ORDER BY Name ASC;' > > I get a

[bareos-users] Still problems with TLS

2017-10-20 Thread Oliver Hoffmann
Hi list, I tried to set up TLS for a while now. I am still clueless. I have Ubuntu 16.04.3 LTS server Ubuntu 14.04.5 LTS client bareos-dir Version: 16.2.4 and 17.2.3 I set up a CA with those scripts comming with Ubuntu. export OPENSSL_CONF=/root/myCA/openssl.cnf /usr/lib/ssl/misc/CA.pl -newca

[bareos-users] Re: Still problems with TLS

2017-10-23 Thread Oliver Hoffmann
On Friday, October 20, 2017 at 5:30:49 PM UTC+2, Oliver Hoffmann wrote: > Hi list, > > I tried to set up TLS for a while now. I am still clueless. > > I have > > Ubuntu 16.04.3 LTS server > Ubuntu 14.04.5 LTS client > bareos-dir Version: 16.2.4 and 17.2.3 > >

[bareos-users] Can't download the Appliance

2017-11-14 Thread Oliver Hoffmann
Hi list, I tried this URL time and again: https://susestudio.com/a/FeEmbr/bareos-16-2-stable-64-bit It always says: 500 Sorry, you ran into a bug! Is it possible to get it somewhere else or to fix it? Thanks, Oliver -- You received this message because you are subscribed to the Google Gr

[bareos-users] Re: Can't download the Appliance

2017-11-16 Thread Oliver Hoffmann
On Tuesday, November 14, 2017 at 5:35:33 PM UTC+1, Oliver Hoffmann wrote: > Hi list, > > > I tried this URL time and again: > https://susestudio.com/a/FeEmbr/bareos-16-2-stable-64-bit > > It always says: 500 Sorry, you ran into a bug! > > Is it possible to get it

[bareos-users] Re: Can't download the Appliance

2017-11-20 Thread Oliver Hoffmann
On Tuesday, November 14, 2017 at 5:35:33 PM UTC+1, Oliver Hoffmann wrote: > Hi list, > > > I tried this URL time and again: > https://susestudio.com/a/FeEmbr/bareos-16-2-stable-64-bit > > It always says: 500 Sorry, you ran into a bug! > > Is it possible to get it

[bareos-users] No Client status Windows Server 2016

2018-10-05 Thread Oliver Hoffmann
Hi all, Server is running Bareos 16.2.4. I tried winbareos16.2.4 postvista 64 bit and same but 17.2.4 on the client side. I double checked the firewall on windows, fd.conf, settings on the server, etc. There is another windows server in the same subnet which works without issues but it is a 20