Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-09 Thread Stefan Schwietert
Hallo John,you gave me the hint I needed.Am 08.03.2006 um 13:31 schrieb John Kodis:I've had success with the following launchd file.  It's written to usethe standard bacula file locations which run the command:    /sbin/bacula-fd -v -f -c /etc/bacula/bacula-fd.confAs you've already figured out, you can just drop this big blob of XMLinto the  /Library/LaunchDaemons/ directory with a filename ofnet.bacula-fd.plist, and launchd will do the rest.  "-//Apple Computer//DTD PLIST 1.0//EN"  "http://www.apple.com/DTDs/PropertyList-1.0.dtd">      Label      net.bacula-fd    OnDemand          ProgramArguments              /sbin/bacula-fd        -f        -v        -c        /etc/bacula/bacula-fd.conf         I have nearly the same config file except I didn't use the -v switch. My error was that I had a blank between the -c switch and the path to the config file. After removing the blank everything went well.Just to document it: bacula-fd compiled well with the apple development package from the installation disks and has been installed with launchd (XML configuration as noted above) on MacOS X 10.4.5 (Tiger) on an iMac Intel Core Duo.Stefan --  Stefan Schwietert Systembetreuer Ulmer Volkshochschule  

Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-08 Thread John Kodis
On Wed, Mar 08, 2006 at 09:43:28AM +0100, Stefan Schwietert wrote:

> Is there someone who has managed to start bacula-fd with launchd. I  
> tried it but launchd gets an error, tries to start it several times  
> and then gives up. If I start bacula-fd by hand everything is good.  
> So I think the problem is related to launchd and its mechanism to  
> manage ports and sockets.

You'll see that result if you use launchd to run the normal bacula
startup script, since the script runs bacula-fd as a daemon and
launchd interprets the daemonization as a sign that the program has
failed and has to be restarted.  

I've had success with the following launchd file.  It's written to use
the standard bacula file locations which run the command:

/sbin/bacula-fd -v -f -c /etc/bacula/bacula-fd.conf

As you've already figured out, you can just drop this big blob of XML
into the  /Library/LaunchDaemons/ directory with a filename of
net.bacula-fd.plist, and launchd will do the rest.


http://www.apple.com/DTDs/PropertyList-1.0.dtd";>

  
Label
  net.bacula-fd
OnDemand
  
ProgramArguments
  
/sbin/bacula-fd
-f
-v
-c
/etc/bacula/bacula-fd.conf
  
  


-- John Kodis.

PS:  It sure would have been nice if instead of 20 lines of fairly
illegible XML we could just write something like:

label   = net.bacula-fd
program = /sbin/bacula-fd -f -v -c /etc/bacula/bacula-fd.conf

Oh well.  I guess that even the XML version is easier to read and
write than the typical shell startup script, so at least it's a step
in the right direction.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-08 Thread Sebastian Stark


On 06.03.2006, at 14:59, Dwayne Hottinger wrote:



Thanks,
I know thats the problem.  But I dont see a dist for 1.38 dist for  
os x 10.3.x.
Is there a build for the -fd on osx 10.3?  Or how do I build for  
the osx 10.3?


Have you tried opendarwin ports? Works good for me on 10.4, one would  
guess it's working on 10.3 as well.



-Sebastian


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-08 Thread Stefan Schwietert
Am 06.03.2006 um 19:15 schrieb Arno Lehmann:Hi,On 3/6/2006 2:59 PM, Dwayne Hottinger wrote:... that he needs 1.38 for MacOS X Thanks,I know thats the problem.  But I dont see a dist for 1.38 dist for os x 10.3.x. Is there a build for the -fd on osx 10.3?  Or how do I build for the osx 10.3? You will need the development tools installed. Quite a while ago I built an FD for OSX, and after installing XCode everything was ready to build.Install the Xcode tools from the installation disks. After this configure works even under Intel-Mac.Creating the proper start scripts might be a small problem because 10.4 "Tiger" has changed that a lot...Is there someone who has managed to start bacula-fd with launchd. I tried it but launchd gets an error, tries to start it several times and then gives up. If I start bacula-fd by hand everything is good. So I think the problem is related to launchd and its mechanism to manage ports and sockets.Stefan --  Stefan Schwietert Systembetreuer Ulmer Volkshochschule  

Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-06 Thread Arno Lehmann

Hi Landon,

On 3/6/2006 7:31 PM, Landon Fuller wrote:


On Mar 6, 2006, at 10:15, Arno Lehmann wrote:

...


Much easier solution: Use DarwinPorts.
A StartupItem will be created automatically. 1.38.5 is currently  
available in the ports tree.


Damn, I *always* forget these... I guess I'll see if we can have that 
information in the manual :-)


Arno


-landonf


--
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-06 Thread Erich Prinz
One caveat here from the documentation (if you plane to build more  
than just the FD):


"If you want to install Bacula in an installation directory rather  
than run
it out of the build directory (as developers will do most of the  
time), you
should also include the --sbindir and --sysconfdir options with  
appropriate
paths. Neither are necessary if you do not use ”make install” as is  
the case
for most development work. The install process will create the  
sbindir and

sysconfdir if they do not exist,

* but it will not automatically create the pid-
dir, subsys-dir, or working-dir, so you must ensure that they exist  
before

running Bacula for the first time." *


This caught me the first build on 10.3.x - once they were created,  
make install went off w/o a hitch.



On Mar 6, 2006, at 12:15 PM, Arno Lehmann wrote:


Hi,

On 3/6/2006 2:59 PM, Dwayne Hottinger wrote:
... that he needs 1.38 for MacOS X


Thanks,
I know thats the problem.  But I dont see a dist for 1.38 dist for  
os x 10.3.x. Is there a build for the -fd on osx 10.3?  Or how do  
I build for the osx 10.3?


Rather easy, although a little unisual for an apple user: Download  
the sources, run ./configure - in your case probably with --enable- 
client-only or something, run make, and voilà.


You will need the development tools installed. Quite a while ago I  
built an FD for OSX, and after installing XCode everything was  
ready to build.


Creating the proper start scripts might be a small problem because  
10.4 "Tiger" has changed that a lot...


Arno


as always,
thanks,
ddh
--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting  
language
that extends applications into web and mobile media. Attend the  
live webcast
and join the prime developer group breaking into this new coding  
territory!
http://sel.as-us.falkag.net/sel? 
cmd=lnk&kid=110944&bid=241720&dat=121642

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


--
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting  
language
that extends applications into web and mobile media. Attend the  
live webcast
and join the prime developer group breaking into this new coding  
territory!

http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-06 Thread Landon Fuller


On Mar 6, 2006, at 10:15, Arno Lehmann wrote:


Hi,

On 3/6/2006 2:59 PM, Dwayne Hottinger wrote:
... that he needs 1.38 for MacOS X


Thanks,
I know thats the problem.  But I dont see a dist for 1.38 dist for  
os x 10.3.x. Is there a build for the -fd on osx 10.3?  Or how do  
I build for the osx 10.3?


Rather easy, although a little unisual for an apple user: Download  
the sources, run ./configure - in your case probably with --enable- 
client-only or something, run make, and voilà.


You will need the development tools installed. Quite a while ago I  
built an FD for OSX, and after installing XCode everything was  
ready to build.


Creating the proper start scripts might be a small problem because  
10.4 "Tiger" has changed that a lot...


Much easier solution: Use DarwinPorts.
A StartupItem will be created automatically. 1.38.5 is currently  
available in the ports tree.


-landonf

PGP.sig
Description: This is a digitally signed message part


Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-06 Thread Arno Lehmann

Hi,

On 3/6/2006 2:59 PM, Dwayne Hottinger wrote:
... that he needs 1.38 for MacOS X


Thanks,
I know thats the problem.  But I dont see a dist for 1.38 dist for os x 10.3.x. 
Is there a build for the -fd on osx 10.3?  Or how do I build for the osx 10.3?


Rather easy, although a little unisual for an apple user: Download the 
sources, run ./configure - in your case probably with 
--enable-client-only or something, run make, and voilà.


You will need the development tools installed. Quite a while ago I built 
an FD for OSX, and after installing XCode everything was ready to build.


Creating the proper start scripts might be a small problem because 10.4 
"Tiger" has changed that a lot...


Arno


as always,

thanks,
ddh


--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



--
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-06 Thread Dwayne Hottinger
Quoting Dan Langille <[EMAIL PROTECTED]>:

>
> On 6 Mar 2006 at 8:22, Dwayne Hottinger wrote:
>
> > Quoting Dan Langille <[EMAIL PROTECTED]>:
> >
> > > On 6 Mar 2006 at 7:56, Dwayne Hottinger wrote:
> > >
> > > > Is there a 1.38 release for OS X 10.3.9?  My sql database became
> corrupt so
> > > I
> > > > thought I would go ahead and install the newest release of bacula, now
> on
> > > my
> > > > jobs (except full) I get the following error message:
> > >
> > > How did this database corruption occur?  What were the symptoms?
> > >
> > > > 05-Mar 18:05 backup1-dir: Start Backup JobId 51,
> > > Job=pearhhs.2006-03-05_18.05.01
> > > > 05-Mar 18:05 pear-fd: pearhhs.2006-03-05_18.05.01 Fatal error:
> job.c:1093
> > > > Unknown backup level: incremental
> > >
> > > That's the error that concerns me...
> > >
> > > > 05-Mar 18:05 backup1-dir: pearhhs.2006-03-05_18.05.01 Fatal error:
> Socket
> > > error
> > > > on Level command: ERR=No data available
> > > > 05-Mar 18:05 backup1-dir: pearhhs.2006-03-05_18.05.01 Error: Bacula
> 1.38.5
> > > > (18Jan06): 05-Mar-2006 18:05:06
> > > >   JobId:  51
> > > >   Job:pearhhs.2006-03-05_18.05.01
> > > >   Backup Level:   Incremental, since=2006-03-04 20:42:16
> > > >   Client: "Pear-fd"
> powerpc-apple-darwin7.6.0,darwin,7.6.0
> > > >   FileSet:"pearhhs" 2006-03-01 18:05:04
> > > >   Pool:   "Default"
> > > >   Storage:"File"
> > > >   Scheduled time: 05-Mar-2006 18:05:00
> > > >   Start time: 05-Mar-2006 18:05:04
> > > >   End time:   05-Mar-2006 18:05:06
> > > >   Priority:   10
> > > >   FD Files Written:   0
> > > >   SD Files Written:   0
> > > >   FD Bytes Written:   0
> > > >   SD Bytes Written:   0
> > > >   Rate:   0.0 KB/s
> > > >   Software Compression:   None
> > > >   Volume name(s):
> > > >   Volume Session Id:  9
> > > >   Volume Session Time:1141487277
> > > >   Last Volume Bytes:  382,363,575,960
> > > >   Non-fatal FD errors:0
> > > >   SD Errors:  0
> > > >   FD termination status:
> > > >   SD termination status:  Waiting on FD
> > > >   Termination:*** Backup Error ***
> > > > I may be wrong, but I think its because the apples are running version
> > > 10.36.
> > > > If not, can someone point me in the right direction.  Everything has
> been
> > > > runnig fine, and I can run full backups ok also.
> > >
> > > Are you sure all Bacula components are running on the same version?
> > >
> > > --
> > > Dan Langille : Software Developer looking for work
> > > my resume: http://www.freebsddiary.org/dan_langille.php
> > >
> > >
> >
> > OK.  I know that my director is right.  How do I check the other.  My -fd's
> on
> > the apple servers are at 1.36.
>
> That's the problem. Upgrade the FD's to 1.38.5
>
> The first few lines of the status command give version information:
>
> *status client=polo-fd
> Connecting to Client polo-fd at polo.example.org:9102
>
> polo-fd Version: 1.38.5 (18 January 2006)  i386-portbld-freebsd4.11
> freebsd 4.11-STABLE
>
> --
> Dan Langille : Software Developer looking for work
> my resume: http://www.freebsddiary.org/dan_langille.php
>
>
Thanks,
I know thats the problem.  But I dont see a dist for 1.38 dist for os x 10.3.x. 
Is there a build for the -fd on osx 10.3?  Or how do I build for the osx 10.3?

as always,

thanks,
ddh


--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-06 Thread Dan Langille

On 6 Mar 2006 at 8:22, Dwayne Hottinger wrote:

> Quoting Dan Langille <[EMAIL PROTECTED]>:
> 
> > On 6 Mar 2006 at 7:56, Dwayne Hottinger wrote:
> >
> > > Is there a 1.38 release for OS X 10.3.9?  My sql database became corrupt 
> > > so
> > I
> > > thought I would go ahead and install the newest release of bacula, now on
> > my
> > > jobs (except full) I get the following error message:
> >
> > How did this database corruption occur?  What were the symptoms?
> >
> > > 05-Mar 18:05 backup1-dir: Start Backup JobId 51,
> > Job=pearhhs.2006-03-05_18.05.01
> > > 05-Mar 18:05 pear-fd: pearhhs.2006-03-05_18.05.01 Fatal error: job.c:1093
> > > Unknown backup level: incremental
> >
> > That's the error that concerns me...
> >
> > > 05-Mar 18:05 backup1-dir: pearhhs.2006-03-05_18.05.01 Fatal error: Socket
> > error
> > > on Level command: ERR=No data available
> > > 05-Mar 18:05 backup1-dir: pearhhs.2006-03-05_18.05.01 Error: Bacula 1.38.5
> > > (18Jan06): 05-Mar-2006 18:05:06
> > >   JobId:  51
> > >   Job:pearhhs.2006-03-05_18.05.01
> > >   Backup Level:   Incremental, since=2006-03-04 20:42:16
> > >   Client: "Pear-fd" powerpc-apple-darwin7.6.0,darwin,7.6.0
> > >   FileSet:"pearhhs" 2006-03-01 18:05:04
> > >   Pool:   "Default"
> > >   Storage:"File"
> > >   Scheduled time: 05-Mar-2006 18:05:00
> > >   Start time: 05-Mar-2006 18:05:04
> > >   End time:   05-Mar-2006 18:05:06
> > >   Priority:   10
> > >   FD Files Written:   0
> > >   SD Files Written:   0
> > >   FD Bytes Written:   0
> > >   SD Bytes Written:   0
> > >   Rate:   0.0 KB/s
> > >   Software Compression:   None
> > >   Volume name(s):
> > >   Volume Session Id:  9
> > >   Volume Session Time:1141487277
> > >   Last Volume Bytes:  382,363,575,960
> > >   Non-fatal FD errors:0
> > >   SD Errors:  0
> > >   FD termination status:
> > >   SD termination status:  Waiting on FD
> > >   Termination:*** Backup Error ***
> > > I may be wrong, but I think its because the apples are running version
> > 10.36.
> > > If not, can someone point me in the right direction.  Everything has been
> > > runnig fine, and I can run full backups ok also.
> >
> > Are you sure all Bacula components are running on the same version?
> >
> > --
> > Dan Langille : Software Developer looking for work
> > my resume: http://www.freebsddiary.org/dan_langille.php
> >
> >
> 
> OK.  I know that my director is right.  How do I check the other.  My -fd's on
> the apple servers are at 1.36.

That's the problem. Upgrade the FD's to 1.38.5

The first few lines of the status command give version information:

*status client=polo-fd
Connecting to Client polo-fd at polo.example.org:9102

polo-fd Version: 1.38.5 (18 January 2006)  i386-portbld-freebsd4.11 
freebsd 4.11-STABLE

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-06 Thread Dwayne Hottinger
Quoting Dan Langille <[EMAIL PROTECTED]>:

> On 6 Mar 2006 at 7:56, Dwayne Hottinger wrote:
>
> > Is there a 1.38 release for OS X 10.3.9?  My sql database became corrupt so
> I
> > thought I would go ahead and install the newest release of bacula, now on
> my
> > jobs (except full) I get the following error message:
>
> How did this database corruption occur?  What were the symptoms?
>
> > 05-Mar 18:05 backup1-dir: Start Backup JobId 51,
> Job=pearhhs.2006-03-05_18.05.01
> > 05-Mar 18:05 pear-fd: pearhhs.2006-03-05_18.05.01 Fatal error: job.c:1093
> > Unknown backup level: incremental
>
> That's the error that concerns me...
>
> > 05-Mar 18:05 backup1-dir: pearhhs.2006-03-05_18.05.01 Fatal error: Socket
> error
> > on Level command: ERR=No data available
> > 05-Mar 18:05 backup1-dir: pearhhs.2006-03-05_18.05.01 Error: Bacula 1.38.5
> > (18Jan06): 05-Mar-2006 18:05:06
> >   JobId:  51
> >   Job:pearhhs.2006-03-05_18.05.01
> >   Backup Level:   Incremental, since=2006-03-04 20:42:16
> >   Client: "Pear-fd" powerpc-apple-darwin7.6.0,darwin,7.6.0
> >   FileSet:"pearhhs" 2006-03-01 18:05:04
> >   Pool:   "Default"
> >   Storage:"File"
> >   Scheduled time: 05-Mar-2006 18:05:00
> >   Start time: 05-Mar-2006 18:05:04
> >   End time:   05-Mar-2006 18:05:06
> >   Priority:   10
> >   FD Files Written:   0
> >   SD Files Written:   0
> >   FD Bytes Written:   0
> >   SD Bytes Written:   0
> >   Rate:   0.0 KB/s
> >   Software Compression:   None
> >   Volume name(s):
> >   Volume Session Id:  9
> >   Volume Session Time:1141487277
> >   Last Volume Bytes:  382,363,575,960
> >   Non-fatal FD errors:0
> >   SD Errors:  0
> >   FD termination status:
> >   SD termination status:  Waiting on FD
> >   Termination:*** Backup Error ***
> > I may be wrong, but I think its because the apples are running version
> 10.36.
> > If not, can someone point me in the right direction.  Everything has been
> > runnig fine, and I can run full backups ok also.
>
> Are you sure all Bacula components are running on the same version?
>
> --
> Dan Langille : Software Developer looking for work
> my resume: http://www.freebsddiary.org/dan_langille.php
>
>

OK.  I know that my director is right.  How do I check the other.  My -fd's on
the apple servers are at 1.36.

thanks,

ddh
--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-06 Thread Dan Langille
On 6 Mar 2006 at 7:56, Dwayne Hottinger wrote:

> Is there a 1.38 release for OS X 10.3.9?  My sql database became corrupt so I
> thought I would go ahead and install the newest release of bacula, now on my
> jobs (except full) I get the following error message:

How did this database corruption occur?  What were the symptoms?

> 05-Mar 18:05 backup1-dir: Start Backup JobId 51, 
> Job=pearhhs.2006-03-05_18.05.01
> 05-Mar 18:05 pear-fd: pearhhs.2006-03-05_18.05.01 Fatal error: job.c:1093
> Unknown backup level: incremental

That's the error that concerns me...

> 05-Mar 18:05 backup1-dir: pearhhs.2006-03-05_18.05.01 Fatal error: Socket 
> error
> on Level command: ERR=No data available
> 05-Mar 18:05 backup1-dir: pearhhs.2006-03-05_18.05.01 Error: Bacula 1.38.5
> (18Jan06): 05-Mar-2006 18:05:06
>   JobId:  51
>   Job:pearhhs.2006-03-05_18.05.01
>   Backup Level:   Incremental, since=2006-03-04 20:42:16
>   Client: "Pear-fd" powerpc-apple-darwin7.6.0,darwin,7.6.0
>   FileSet:"pearhhs" 2006-03-01 18:05:04
>   Pool:   "Default"
>   Storage:"File"
>   Scheduled time: 05-Mar-2006 18:05:00
>   Start time: 05-Mar-2006 18:05:04
>   End time:   05-Mar-2006 18:05:06
>   Priority:   10
>   FD Files Written:   0
>   SD Files Written:   0
>   FD Bytes Written:   0
>   SD Bytes Written:   0
>   Rate:   0.0 KB/s
>   Software Compression:   None
>   Volume name(s):
>   Volume Session Id:  9
>   Volume Session Time:1141487277
>   Last Volume Bytes:  382,363,575,960
>   Non-fatal FD errors:0
>   SD Errors:  0
>   FD termination status:
>   SD termination status:  Waiting on FD
>   Termination:*** Backup Error ***
> I may be wrong, but I think its because the apples are running version 10.36. 
> If not, can someone point me in the right direction.  Everything has been
> runnig fine, and I can run full backups ok also.

Are you sure all Bacula components are running on the same version?

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-06 Thread Dwayne Hottinger
Is there a 1.38 release for OS X 10.3.9?  My sql database became corrupt so I
thought I would go ahead and install the newest release of bacula, now on my
jobs (except full) I get the following error message:
05-Mar 18:05 backup1-dir: Start Backup JobId 51, Job=pearhhs.2006-03-05_18.05.01
05-Mar 18:05 pear-fd: pearhhs.2006-03-05_18.05.01 Fatal error: job.c:1093
Unknown backup level: incremental
05-Mar 18:05 backup1-dir: pearhhs.2006-03-05_18.05.01 Fatal error: Socket error
on Level command: ERR=No data available
05-Mar 18:05 backup1-dir: pearhhs.2006-03-05_18.05.01 Error: Bacula 1.38.5
(18Jan06): 05-Mar-2006 18:05:06
  JobId:  51
  Job:pearhhs.2006-03-05_18.05.01
  Backup Level:   Incremental, since=2006-03-04 20:42:16
  Client: "Pear-fd" powerpc-apple-darwin7.6.0,darwin,7.6.0
  FileSet:"pearhhs" 2006-03-01 18:05:04
  Pool:   "Default"
  Storage:"File"
  Scheduled time: 05-Mar-2006 18:05:00
  Start time: 05-Mar-2006 18:05:04
  End time:   05-Mar-2006 18:05:06
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0
  SD Bytes Written:   0
  Rate:   0.0 KB/s
  Software Compression:   None
  Volume name(s):
  Volume Session Id:  9
  Volume Session Time:1141487277
  Last Volume Bytes:  382,363,575,960
  Non-fatal FD errors:0
  SD Errors:  0
  FD termination status:
  SD termination status:  Waiting on FD
  Termination:*** Backup Error ***
I may be wrong, but I think its because the apples are running version 10.36. 
If not, can someone point me in the right direction.  Everything has been
runnig fine, and I can run full backups ok also.

thanks,


--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users