Re: [Bacula-users] bacula-fd crashing regularly on terminal server

2010-05-21 Thread Koldo Santisteban
Have you try unchecking bacula service to interact with desktop?

On Fri, May 21, 2010 at 7:34 AM, James Harper james.har...@bendigoit.com.au
 wrote:

 I have bacula-fd installed on a Windows 2003 terminal server, and it
 crashes every couple of weeks. I just upgraded to 5.0.2 and it appears
 to be crashing more.

 Any suggestions? My first guess is that it is something to do with the
 try icon and interaction between multiple users logging in and out all
 the time.

 James


 --

 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem storage is not open

2010-05-21 Thread mario ramirez cervera
Hi all
I am setting my bacula, but I can not I configure my storage but it says is
not open and the truth that I is not failing.
The intention is to be stored in a file with a customer.

Files you hints if you can lend a hand, Thanks

The files are attached


bacula-dir.conf
Description: Binary data


bacula-fd.conf
Description: Binary data


bacula-sd.conf
Description: Binary data


bconsole.conf
Description: Binary data


bacula-fd.conf.cliente
Description: Binary data
--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem storage is not open

2010-05-21 Thread John Drescher
On Fri, May 21, 2010 at 9:23 AM, John Drescher dresche...@gmail.com wrote:
 I am setting my bacula, but I can not I configure my storage but it says is
 not open and the truth that I is not failing.
 The intention is to be stored in a file with a customer.


 That is normal for file devices.

What I mean is if no job is using the file device it is closed.

John

--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem storage is not open

2010-05-21 Thread John Drescher
 I am setting my bacula, but I can not I configure my storage but it says is
 not open and the truth that I is not failing.
 The intention is to be stored in a file with a customer.


That is normal for file devices.

John

--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Jobs from command line

2010-05-21 Thread Heitor Faria
Henrik Johansen wrote:
 On 05/20/10 02:17 PM, Tyekanyk wrote:
   
 Hi List,

 Its a pretty easy question the one I have.

 I was wondering if it is possible to run certain job from command
 line, by name or by anything that can be 'scriptable'.

 My interest lies in running the job from outside bacula with a script
 or a command.
 

 Something like 'echo run jobname yes | bconsole ' ?
   
Tape ejection example:

exec 61
exec  /etc/bacula/scripts/status_tape_eject.log # [records script log]
/etc/bacula/bconsole -c /etc/bacula/bconsole.conf END
unmount storage=”[storage_name]”
END
exec 16 6-

mt -f /dev/nst0 rewind

mt -f /dev/nst0 eject

Source: http://www.bacula.com.br/?p=200
 Thanks!

 


   


--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula will not start but gives no error

2010-05-21 Thread duxbuz

Hello, I am trying to get bacula up and running. Did all the installs, ran 
scripts for the mysql setup... all looked good.

But it seems that the daemons will not start

itmana...@vega:~/bacula/bin$ sudo ./bacula restart
Stopping the Bacula File daemon
Stopping the Bacula Storage daemon
Stopping the Bacula Director daemon
Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon

itmana...@vega:~/bacula/bin$ sudo ./bacula status
bacula-sd is stopped
bacula-fd is stopped
bacula-dir is stopped
itmana...@vega:~/bacula/bin$ 

I tried all this testing of conf files with :

itmana...@vega:~/bacula/bin$ sudo ./bacula-dir -t -c bacula-dir.conf
itmana...@vega:~/bacula/bin$ sudo ./bacula-fd -t -c bacula-fd.conf 
itmana...@vega:~/bacula/bin$ sudo ./bacula-sd -t -c bacula-sd.conf 
itmana...@vega:~/bacula/bin$ sudo ./bconsole -t -c bconsole.conf
itmana...@vega:~/bacula/bin$ sudo ./bconsole -t
itmana...@vega:~/bacula/bin$ sudo ./bacula-sd -t 

didint receive any errors

Anyone help please?

Thanks

+--
|This was sent by dux...@hotmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula will not start but gives no error

2010-05-21 Thread Charlie Reddington
It should give you something in the bacula log file. Can you tell us  
what it says there? Mine is usually in something like /opt/bacula/var/ 
bacula/working.

Charlie



On May 21, 2010, at 10:01 AM, duxbuz wrote:


 Hello, I am trying to get bacula up and running. Did all the  
 installs, ran scripts for the mysql setup... all looked good.

 But it seems that the daemons will not start

 itmana...@vega:~/bacula/bin$ sudo ./bacula restart
 Stopping the Bacula File daemon
 Stopping the Bacula Storage daemon
 Stopping the Bacula Director daemon
 Starting the Bacula Storage daemon
 Starting the Bacula File daemon
 Starting the Bacula Director daemon

 itmana...@vega:~/bacula/bin$ sudo ./bacula status
 bacula-sd is stopped
 bacula-fd is stopped
 bacula-dir is stopped
 itmana...@vega:~/bacula/bin$

 I tried all this testing of conf files with :

 itmana...@vega:~/bacula/bin$ sudo ./bacula-dir -t -c bacula-dir.conf
 itmana...@vega:~/bacula/bin$ sudo ./bacula-fd -t -c bacula-fd.conf
 itmana...@vega:~/bacula/bin$ sudo ./bacula-sd -t -c bacula-sd.conf
 itmana...@vega:~/bacula/bin$ sudo ./bconsole -t -c bconsole.conf
 itmana...@vega:~/bacula/bin$ sudo ./bconsole -t
 itmana...@vega:~/bacula/bin$ sudo ./bacula-sd -t

 didint receive any errors

 Anyone help please?

 Thanks

 + 
 --
 |This was sent by dux...@hotmail.com via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 + 
 --



 --

 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula will not start but gives no error

2010-05-21 Thread ganiuszka
duxbuz wrote:
 Hello, I am trying to get bacula up and running. Did all the installs, ran 
 scripts for the mysql setup... all looked good.
 
 But it seems that the daemons will not start
 

Hi

You can try run Bacula daemons with -d parameter. It runs Bacula daemons 
with the debug mode.

For example with a debug level 200:

$ sudo ./bacula-dir -d 200 -c bacula-dir.conf
$ sudo ./bacula-fd -d 200 -c bacula-fd.conf
$ sudo ./bacula-sd -d 200 -c bacula-sd.conf

This should show what is wrong.

Regards.
gani

--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Tape MTEOM error with Dell TL2000 (IBM TS3100)

2010-05-21 Thread AndyW

@Win Htin:

You are definitely on the money with your suggested change to bacula-sd.conf 
and your mt commands to set the driver options.  I was getting errors like 
these with my Tandberg SLR7 whenever I tried to append to a tape which had been 
mounted while the system rebooted:-
16-May 23#58;22 bacula-dir JobId 182#58; Start Backup JobId 182, 
Job=BackupHomeDir.2010-05-16_23.22.06_04
16-May 23#58;22 bacula-dir JobId 182#58; Using Device SLR7
16-May 23#58;22 bacula-sd JobId 182#58; Volume Week5-Tape001 previously 
written, moving to end of data.
16-May 23#58;28 bacula-sd JobId 182#58; Error#58; Unable to position to end 
of data on device SLR7 #40;/dev/nst0#41;#58; ERR=
dev.c#58;937 ioctl MTEOM error on SLR7 #40;/dev/nst0#41;. ERR=Input/output 
error.

16-May 23#58;28 bacula-sd JobId 182#58; Marking Volume Week5-Tape001 in 
Error in Catalog.
16-May 23#58;29 bacula-sd JobId 182#58; Job 
BackupHomeDir.2010-05-16_23.22.06_04 waiting. Cannot find any appendabl
e volumes.

I could write any time if the tape was initialised, and append while still in 
the same Linux session. This was not due to fixed block size - I had already 
had that problem after erroneously configuring bacula-sd.conf, which meant I 
could never append.

I haven't had time to work out by trial  error eactly which settings make the 
difference, but it is definitely down to the driver writing a MTEOM marker if 
the system is cycled with a tape mounted.

Thanks,
Andrew

+--
|This was sent by and...@wasielewski.co.uk via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users