Re: [Bacula-users] Bacula, Jobs and Pools

2006-10-20 Thread Michael Brennen
On Fri, 20 Oct 2006, Russell Sutherland wrote:

> 1. Are there any documented backup methodologies
>given the notion of full, differential and incremental
>backups?

There are different such sample schema in the docs.

> 2. Given a different Pool for each client, is it possible
>for the Director to process two jobs, from two different
>clients to two different Volumes on separate pools
>at the same time?

See 'Maximum Concurrent Jobs'.

> 3. Given a disk/directory of size N Gb and and a tape that can store
>M Gb (where N >> M ), how would one go about devising some
>backup regime, given say that it is impossible to go back B months
>in time to retrieve data?

That depends on how far you want to go back, how many tapes you want 
to commit to archive, how often you keep a full, etc.  There are not 
any simple answers to this, it all depends on what you decide you 
want.  The genius of Bacula is that it is flexible enough to do what 
you want, but you have to define what you want.

-- Michael

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula, Jobs and Pools

2006-10-20 Thread Russell Sutherland
Greetings,

I have been lurking for a few days, and done some
experimenting with Bacula. So far so good...

But I have a few newbie like questions.

1. Are there any documented backup methodologies
given the notion of full, differential and incremental
backups?

2. Given a different Pool for each client, is it possible
for the Director to process two jobs, from two different
clients to two different Volumes on separate pools
at the same time?

3. Given a disk/directory of size N Gb and and a tape that can store
M Gb (where N >> M ), how would one go about devising some
backup regime, given say that it is impossible to go back B months
in time to retrieve data?

Thanks in advance.

-- 
Russell Sutherland
russ AT madhaus . cns . utoronto . ca
+1.416.978.0470 [ voice ]
+1.416.978.6620 [ fax ]

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula not loading autochanger

2006-10-20 Thread John Felczak
Bacula 1.36.3 on Fedora Core 4
Exabyte VXA Packetloader 1x10 1U
 
Bacula seems able to successfully query this autochanger if it's loaded, and I 
can unload it using the unmount command in bconsole, but instead of loading the 
drive when running a backup or restore job, it prompts for a manual mount:
 
20-Oct 13:59 sandy-sd: 3301 Issuing autochanger "loaded drive 0" command.
20-Oct 13:59 sandy-sd: 3302 Autochanger "loaded drive 0", result: nothing 
loaded.
20-Oct 13:59 sandy-sd: RestoreFiles.2006-10-20_13.55.44 Warning: acquire.c:146 
Couldn't rewind device "VXA-Drive" (/dev/nst0): ERR=dev.c:678 Rewind error on 
"VXA-Drive" (/dev/nst0). ERR=No medium found.
 
20-Oct 13:59 sandy-sd: Please mount Volume "A001" on Storage Device 
"VXA-Drive" (/dev/nst0) for Job RestoreFiles.2006-10-20_13.55.44
20-Oct 14:01 sandy-sd: 3301 Issuing autochanger "loaded drive 0" command.
20-Oct 14:01 sandy-sd: 3302 Autochanger "loaded drive 0", result: nothing 
loaded.
20-Oct 14:01 sandy-sd: RestoreFiles.2006-10-20_13.55.44 Warning: acquire.c:146 
Couldn't rewind device "VXA-Drive" (/dev/nst0): ERR=dev.c:678 Rewind error on 
"VXA-Drive" (/dev/nst0). ERR=No medium found.
 
20-Oct 14:01 sandy-sd: Please mount Volume "A001" on Storage Device 
"VXA-Drive" (/dev/nst0) for Job RestoreFiles.2006-10-20_13.55.44

Here are the storage definitions from my bacula-sd.conf:
 
Autochanger {
 Name = "VXA-Library"
 Device = "VXA-Drive"
 Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
 Changer Device = /dev/sg4
}
 
Device {
 Maximum Changer Wait = 120
 Name = "VXA-Drive"
 Archive Device = /dev/nst0
 Device Type = Tape
 Media Type = "VXA-2"
 Autochanger = Yes
 Changer Device = /dev/sg4
 Drive Index = 0
 Autoselect = yes
 AlwaysOpen = yes
 Removable Media = yes
 Random Access = no
 Label Media = yes
 Automatic Mount = yes;
}
 
Isn't that what autochangers are supposed to be for?

BTW, I can load, unload, and do any of the various tape library operations from 
mtx-changer at the command line.  The btape test and btape autochanger test 
both pass.  The btape multiple tape fill command also fails to load the drive, 
but from what I've seen on the list that's a known btape bug, and shouldn't 
prevent bacula from properly using the autochanger the way it doesn't seem to 
be doing.

If I try unmount and mount commands from bconsole I get the following:

*unmount
Automatically selected Storage: VXA-Tape
Connecting to Storage daemon VXA-Tape at sandy.siderean.com:9103 ...
3301 Issuing autochanger "loaded drive 0" command.
3302 Autochanger "loaded drive 0", result is Slot 8.
3307 Issuing autochanger "unload slot 8, drive 0" command.
3001 Device "VXA-Drive" (/dev/nst0) unmounted.


*mount
Automatically selected Storage: VXA-Tape
3301 Issuing autochanger "loaded drive 0" command.
3302 Autochanger "loaded drive 0", result: nothing loaded.
3301 Issuing autochanger "loaded drive 0" command.
3302 Autochanger "loaded drive 0", result: nothing loaded.
3905 Device "VXA-Drive" (/dev/nst0) open but no Bacula volume is mounted.
If this is not a blank tape, try unmounting and remounting the Volume.

So bacula seems to know how to unload the drive but not how to load it, and 
there doesn't seem to be any "load" command I can use to tell bconsole to load 
the tape either.

Ideas, anyone? 

John J. Felczak
Build & Integration Manager
Acting IT Manager
Siderean Software, Inc.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Way to label a range of tapes with barcodes

2006-10-20 Thread John Drescher
I know this is not what you asked for but I have found it best to create a Scratch pool and use label barcodes to put all tapes in the Scratch pool and then when needed bacula will grab the next tape from this pool and move them to the pool that needs a new volume. This way I do not have to worry at all about labeling tapes for each pool.
JohnOn 10/20/06, Ray Pengelly <[EMAIL PROTECTED]> wrote:













Hey everyone,

 

Is there a way in bacula to label a range of tapes with
their barcodes?

 

I have 20 tapes in my library. I would like to label tapes 1-5
with one pool, 6-10 with another pool etc.

 

I know you can issue a "label  barcodes" but
that will label all the tapes to one Pool.

 

Ray 

 

Ray
Pengelly

Computer
Systems Administrator

CIHR
Group In Sensory-Motor Integration

Queen's
University

613-533-6000
x74139

[EMAIL PROTECTED]

 

"Wouldn't
it be great if life were like windows where you could hit ctrl-alt-delete and
start over when things go wrong?" - Anonymous

 

"How
about life being like Unix where they don't mess up in the first place" -
Ray

 







-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Bacula-users mailing list
Bacula-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/bacula-users
-- John M. Drescher
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] `make_sqlite_tables` failing, syntax error in regress/scripts/setup?

2006-10-20 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

An update:

This works OK if I do './make_sqlite_tables' with no username.

Is this the correct way of doing this? Is it just that no one else doing
regress testing is using SQLite?

Thanks again for any pointers.

Ryan Novosielski wrote:
> Hey all,
> 
> Still plugging away at regress (HP-UX was probably not the easiest
> platform choice, but it is what is available for testing)...
> 
> My latest trouble is with make_sqlite_tables. I don't know why it is
> failing -- it doesn't seem like I missed a step as this seems to 'just
> work' normally...
> 
> Any ideas?
> 
> My SQLite is 2.8.7 in /opt/sqlite and my Bacula is 1.38.11. Finally got
> through the build portions, but having never used SQLite before, not
> sure where to go from here -- does not seem to be more than a few files
> in my SQLite install, and no man pages:
> 
> # ./make_sqlite_tables bacula
> SQL error: near "bacula": syntax error
> chmod: can't access bacula.db
> 
> ...which appears to be this command here:
> 
> ${bindir}/${sqlite} $* bacula.db < CREATE TABLE Filename (
>   FilenameId INTEGER,
>   Name TEXT DEFAULT "",
>   PRIMARY KEY(FilenameId)
>   );
> 
> ...where $sqlite=sqlite and $*=bacula.
> 
> This is called by 'make_bacula_tables bacula':
> 
> if test xsqlite = xsqlite -o xsqlite3 = xsqlite ; then
>   echo "Making SQLite tables"
>   /home/novosirj/regress/bin/make_sqlite_tables $*
> else
> 
> ...which is in turn called by 'setup':
> 
> cd bin
> ./create_bacula_database bacula
> ./drop_bacula_tables bacula
> ./make_bacula_tables bacula
> ./grant_bacula_privileges bacula
> 
> Thanks for the help.

- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer III
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFOSW2mb+gadEcsb4RAtH3AKCbXILDCvlVwIyBMrnQhl2s6/7LsgCgifUG
SM+PQIC8V9MSDu9U0YwN+dc=
=MhYB
-END PGP SIGNATURE-


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Way to label a range of tapes with barcodes

2006-10-20 Thread Ray Pengelly








Hey everyone,

 

Is there a way in bacula to label a range of tapes with
their barcodes?

 

I have 20 tapes in my library. I would like to label tapes 1-5
with one pool, 6-10 with another pool etc.

 

I know you can issue a “label  barcodes” but
that will label all the tapes to one Pool.

 

Ray 

 

Ray
Pengelly

Computer
Systems Administrator

CIHR
Group In Sensory-Motor Integration

Queen's
University

613-533-6000
x74139

[EMAIL PROTECTED]

 

"Wouldn't
it be great if life were like windows where you could hit ctrl-alt-delete and
start over when things go wrong?" - Anonymous

 

"How
about life being like Unix where they don't mess up in the first place" -
Ray

 






BEGIN:VCARD
VERSION:2.1
N:Pengelly;Ray
FN:Ray Pengelly
ORG:CIHR Group in Sensory-Motor Systems
TITLE:Computer Systems Administrator
TEL;WORK;VOICE:(613) 533-6000 x74139
TEL;WORK;FAX:(613) 533-2047
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Abramsky Hall room 106=0D=0AQueen's University;Kingston;Ontario;K7L 3N6;Ca=
nada
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Abramsky Hall room 106=0D=0AQueen's University=0D=0AKingston, Ontario K7L 3N=
6=0D=0ACanada
URL;WORK:http://brain.phgy.queensu.ca
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20050728T110325Z
END:VCARD
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] `make_sqlite_tables` failing, syntax error in regress/scripts/setup?

2006-10-20 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I would appear that way on the face of it... trouble is, bacula.db
doesn't even exist yet (at least I don't think it does -- not sure where
it's supposed to go to begin with).

I could give running this as bacula a shot and see if it helps, but I'm
not sure why it would, as I've given no indication that anything should
be run as bacula, UNLESS that's what that $* does -- defines who to run as.

Sarath Jayewardena wrote:
> I had a similar problem. It turned out to be a permission issue. I was
> running make_sqlite_tables as root, so bacula.db was ownned by root. I had
> to change ownership to bacula to get it working. Your problem is not
> exactly the same, but could be caused by a similar permission problem.
> 
> - Sarath
> 
> On Fri, 20 Oct 2006, Ryan Novosielski wrote:
> 
> Hey all,
> 
> Still plugging away at regress (HP-UX was probably not the easiest
> platform choice, but it is what is available for testing)...
> 
> My latest trouble is with make_sqlite_tables. I don't know why it is
> failing -- it doesn't seem like I missed a step as this seems to 'just
> work' normally...
> 
> Any ideas?
> 
> My SQLite is 2.8.7 in /opt/sqlite and my Bacula is 1.38.11. Finally got
> through the build portions, but having never used SQLite before, not
> sure where to go from here -- does not seem to be more than a few files
> in my SQLite install, and no man pages:
> 
> # ./make_sqlite_tables bacula
> SQL error: near "bacula": syntax error
> chmod: can't access bacula.db
> 
> ...which appears to be this command here:
> 
> ${bindir}/${sqlite} $* bacula.db < CREATE TABLE Filename (
>   FilenameId INTEGER,
>   Name TEXT DEFAULT "",
>   PRIMARY KEY(FilenameId)
>   );
> 
> ...where $sqlite=sqlite and $*=bacula.
> 
> This is called by 'make_bacula_tables bacula':
> 
> if test xsqlite = xsqlite -o xsqlite3 = xsqlite ; then
>   echo "Making SQLite tables"
>   /home/novosirj/regress/bin/make_sqlite_tables $*
> else
> 
> ...which is in turn called by 'setup':
> 
> cd bin
> ./create_bacula_database bacula
> ./drop_bacula_tables bacula
> ./make_bacula_tables bacula
> ./grant_bacula_privileges bacula
> 
> Thanks for the help.
>>
>>
- -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
>>

- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer III
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFOQFzmb+gadEcsb4RArUmAJ4uIadE3JnaYPGeZlKa0sP00sRriwCfVArP
ibFPTVT3gftceRs27+nQ9y8=
=Im75
-END PGP SIGNATURE-


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] `make_sqlite_tables` failing, syntax error in regress/scripts/setup?

2006-10-20 Thread Sarath Jayewardena
I had a similar problem. It turned out to be a permission issue. I was
running make_sqlite_tables as root, so bacula.db was ownned by root. I had
to change ownership to bacula to get it working. Your problem is not
exactly the same, but could be caused by a similar permission problem.

- Sarath

On Fri, 20 Oct 2006, Ryan Novosielski wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hey all,
> 
> Still plugging away at regress (HP-UX was probably not the easiest
> platform choice, but it is what is available for testing)...
> 
> My latest trouble is with make_sqlite_tables. I don't know why it is
> failing -- it doesn't seem like I missed a step as this seems to 'just
> work' normally...
> 
> Any ideas?
> 
> My SQLite is 2.8.7 in /opt/sqlite and my Bacula is 1.38.11. Finally got
> through the build portions, but having never used SQLite before, not
> sure where to go from here -- does not seem to be more than a few files
> in my SQLite install, and no man pages:
> 
> # ./make_sqlite_tables bacula
> SQL error: near "bacula": syntax error
> chmod: can't access bacula.db
> 
> ...which appears to be this command here:
> 
> ${bindir}/${sqlite} $* bacula.db < CREATE TABLE Filename (
>   FilenameId INTEGER,
>   Name TEXT DEFAULT "",
>   PRIMARY KEY(FilenameId)
>   );
> 
> ...where $sqlite=sqlite and $*=bacula.
> 
> This is called by 'make_bacula_tables bacula':
> 
> if test xsqlite = xsqlite -o xsqlite3 = xsqlite ; then
>   echo "Making SQLite tables"
>   /home/novosirj/regress/bin/make_sqlite_tables $*
> else
> 
> ...which is in turn called by 'setup':
> 
> cd bin
> ./create_bacula_database bacula
> ./drop_bacula_tables bacula
> ./make_bacula_tables bacula
> ./grant_bacula_privileges bacula
> 
> Thanks for the help.
> - --
>   _  _ _  _ ___  _  _  _
>  |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer III
>  |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
>  \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.5 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFFOO/jmb+gadEcsb4RAsX2AJ41ZMp3QMiR/l/wv7ZDpQ4FvwOjUACfZaUX
> 2UQ4tHUtfwgImMOas8Jy8cI=
> =SsLk
> -END PGP SIGNATURE-
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] --with-tcp-wrappers trouble on HP-UX 11i

2006-10-20 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have recently installed the TCP wrappers package on my HP system
(since they added it to their OS -- welcome to 1994 guys!), and
apparently there are symbols missing from their installation that Bacula
uses.

Should I just consider this not to be working on this platform, or is
there a way to possibly resolve this?

Excerpt from relevant portions of config.log:

/usr/ccs/bin/ld: Unsatisfied symbols:
rfc931_timeout (first referenced in /usr/lib/libwrap.a(options.o))
(data)
yp_get_default_domain (first referenced in
/usr/lib/libwrap.a(hosts_access.o)) (code)
configure:15715: $? = 1

However, at a second glance, it almost appears as if my libwrap.a has a
missing dependency (though, supposedly it does not have any dependencies)?

Any input from anyone?

- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer III
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFOPPrmb+gadEcsb4RApbRAKCUHqejmObqsZhB5Yb9kDH2+gn4wQCZAZnC
Ol/WG8p/QMRoA1SHOu9pd8Q=
=CY9M
-END PGP SIGNATURE-


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula tailored emails and monitoring

2006-10-20 Thread DAve
DAve wrote:
> Good morning,
> 
> Maybe this is really three requests but I think they are all related. 
> I've been given a work order to report on Bacula results.
> 
> 1, to send a client email when Bacula completes a backup job. This 
> email, unlike the one I and my support staff receive, should only report 
> completion and the total bytes written by the SD. This I think is easy 
> enough using the current resources to send the data to a script which 
> will parse out the rest of the normal Bacula message retaining just the 
> info I want. My question would be, what exactly is the data sent to 
> bsmtp? I can capture it but I was hoping it was documented somewhere.
> 
> 2, is there a way to test Bacula reporting? If I know the answer to #1 I 
> could of course just create a file and pipe it to my script. Unless 
> there is some way to test this already without running a job.
> 
> 3, I need to send the data from each backup to Cacti for monitoring. I 
> had at first thought a runafterjob would be the answer, and if so I 
> can't figure out where to get the total bytes written value. I've looked 
> through the manual paying attention to the section
> 
> http://bacula.org/rel-manual/Tips_Suggestions.html#SECTION000353000
> 
> Though now I think a daily cron job along the lines of the 
> bacula-src/example/report.pl might be a better idea. If others are doing 
> this are there any suggestions?

Looking through the manual again and checking some others scripts I 
think a SQL query posting the required data to a DB is the best way to 
handle Cacti monitoring. I'll pursue that route. Anyone interested in 
what I come up with?

DAve


-- 
Three years now I've asked Google why they don't have a
logo change for Memorial Day. Why do they choose to do logos
for other non-international holidays, but nothing for
Veterans?

Maybe they forgot who made that choice possible.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Funky file names

2006-10-20 Thread DAve
Good morning,

I have one server backing up user directories on a file server. I am 
running into a few files that cannot be read. Mostly due to filename 
length I believe. I will not be able to upgrade for a while so I am 
stuck at 255 chars.

Any way to keep Bacula from trying to read files with oversized 
filenames? These are scattered across 60gb with no rhyme or reason.

Example, (this will likely get mangled by wrapping)

Could not stat D:/shares/Users/kkramer/My Documents/K3P/Virtually There 
- Itinerary - By Travel 
Category_files/transactionID=113259571399840145494&site=VTO&area=FLTSVG1&size=400X15&PAX=1&HBP=N&CBP=Y&HPC=&ALC=NW.NW&PRH=1W&PCC=I394&EDT=28NOV&LDT=02DEC&ONS=Y&LOC=KLIDBIPFGT36&COS=Y.O:
 
ERR=The system cannot find the path specified.

Director is running on FreeBSD
Version: 1.38.5 (18 January 2006) i386-portbld-freebsd5.4 freebsd 
5.4-RELEASE

FD is running on Windows Server 2003
  Version: 1.38.6 (28 March 2006)  VSS Windows Server 2003 MVS NT 5.2.3790

Thanks,

DAve

-- 
Three years now I've asked Google why they don't have a
logo change for Memorial Day. Why do they choose to do logos
for other non-international holidays, but nothing for
Veterans?

Maybe they forgot who made that choice possible.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] `make_sqlite_tables` failing, syntax error in regress/scripts/setup?

2006-10-20 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey all,

Still plugging away at regress (HP-UX was probably not the easiest
platform choice, but it is what is available for testing)...

My latest trouble is with make_sqlite_tables. I don't know why it is
failing -- it doesn't seem like I missed a step as this seems to 'just
work' normally...

Any ideas?

My SQLite is 2.8.7 in /opt/sqlite and my Bacula is 1.38.11. Finally got
through the build portions, but having never used SQLite before, not
sure where to go from here -- does not seem to be more than a few files
in my SQLite install, and no man pages:

# ./make_sqlite_tables bacula
SQL error: near "bacula": syntax error
chmod: can't access bacula.db

...which appears to be this command here:

${bindir}/${sqlite} $* bacula.db 

Re: [Bacula-users] [Mac FileDaemon] Error: "Bacula-fd dead but pid file exists"

2006-10-20 Thread Don MacArthur
This isn't specific to OS X, but once I did burn a bit of time solving
similar symptoms.  

On one occasion I used the fqdn in the local conf file, but the director
was configured with the hostname.  I use local host files with both for
my bacula boxes.  But, when I captured the traffic I saw that the client
was passing it's name to the server and they didn't match, so it
couldn't establish a session.  

Short version, make sure the names are the same in both the client and
server confs.   

On Fri, 2006-10-20 at 08:02 +0200, Jens Classen wrote:
> Don wrote:
> 
>  > Hi Jens,
>  >
>  > I have the same problem with one of my OS X servers.  But on mine, in
>  > spite of the error message, the daemon *is* running.  The backups run
>  > well and I have no other problems.
>  >
>  > On my other OS X servers I don't have this problem.  However, I did 
>   > not
>  > compile the daemon on each of them.  I compiled it on one, copied
>  > everything to the others, and modified the conf files.  They don't 
>   > have
>  > any errors.
>  >
>  > I look forward to someone giving you a solution, but I thought you 
>  >might
>  > want to check to be sure it really isn't running.  ps aux|grep bacula.
>  >
>  > Don.
> 
> Thanks for your reply Don!
> 
> I tried connecting to the FD on my Mac from the bconsole on the bacula 
> server, and it can not connect at all, or execute jobs. The daemon is in 
> the task list of the Mac, but somewhat does not react. A portscan shows 
> that it is not listening on the usual port (9103), while the client on 
> my WinXP machine does.
> 
> Any further ideas? Could it be that something went wrong during building 
> and compiling the client? I used the standard .configure listed in the 
> manual, plus the changes for building client-only.
> 
> 
> Jens
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Make install blows up on HP-UX 11i during regress build

2006-10-20 Thread Kern Sibbald

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Does work with GNU make though. I must have just figured that Bacula was
> one of those packages that only worked with GNU -- good to see that it
> isn't (though I believe at present, it only builds with GCC -- am I
> right on that one?).

No.

>
> Kern Sibbald wrote:
>> It is a problem on all platforms if you don't have any of the options.
>> Fixed in the current CVS.
>>
>>
 On Tue, 17 Oct 2006 16:55:41 -0400, Ryan Novosielski said:
 this host, so this must have worked at some point... but I can't
 imagine
 what could be different between then and now. I went back and tried
 'make install' on that version too, but it blows up the same way.

 At any rate, here's what happens... I do a make (or actually regress
 does, but it doesn't really make a difference). It then calls make
 install, which the Makefile says is:

 - ---
 install: installdirs
 @for I in $(all_subdirs); do (cd $$I && $(MAKE)
 DESTDIR=$(DESTDIR) $@ ||
  exit 1); done
 - ---

 ...installdirs seems to succeed, but install does not:

 - ---
 # make install
 ./autoconf/mkinstalldirs /home/novosirj/regress/bin
 ./autoconf/mkinstalldirs /home/novosirj/regress/bin
 ./autoconf/mkinstalldirs /home/novosirj/regress/bin
 if test ! -d /home/novosirj/regress/working ; then \
./autoconf/mkinstalldirs /home/novosirj/regress/working; \
chmod 770 /home/novosirj/regress/working; \
 fi
 if test "x" != "x" ; then \
chown  /home/novosirj/regress/working; \
 fi
 if test "x" != "x" ; then \
chgrp  /home/novosirj/regress/working; \
 fi
 sh: Syntax error at line 1 : `for' is not matched.
 *** Error exit code 2

 Stop.

 - ---

 I'm personally at a loss, and like I said, this fails identically on
 my
 1.39.22 source that is already installed. Did I play some trick and
 forget about it, because I don't see anything that jumps out at me
 now.
>>> It's a problem in Makefile.in, maybe specific to HP's make.  The
>>> following
>>> lines:
>>>
>>> # --client-only directories
>>> fd_subdirs = src scripts src/lib src/findlib src/filed \
>>>  @READLINE_SRC@ src/console \
>>>  @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@
>>>
>>> # Non-client-only directores
>>> subdirs =src/cats @DIRD_DIR@ @STORED_DIR@ src/tools
>>>
>>> all_subdirs = ${fd_subdirs} [EMAIL PROTECTED]@}
>>>
>>>
>>> generate these lines in the Makefile:
>>>
>>> # --client-only directories
>>> fd_subdirs = src scripts src/lib src/findlib src/filed \
>>>   src/console \
>>>
>>>
>>> # Non-client-only directores
>>> subdirs =src/cats src/dird src/stored src/tools
>>>
>>> all_subdirs = ${fd_subdirs} ${subdirs}
>>>
>>>
>>> It looks like the backslash after src/console is causing the
>>> "# Non-client-only directores" comment to become part of fd_subdirs and
>>> hence
>>> part of all_subdirs, which hides the "done" in the for command!
>>>
>>> Here is a patch that should fix it:
>>>
>>> --- Makefile.in~2006-05-02 15:48:06.0 +0100
>>> +++ Makefile.in 2006-10-18 11:58:37.0 +0100
>>> @@ -19,8 +19,8 @@
>>>
>>>  # --client-only directories
>>>  fd_subdirs = src scripts src/lib src/findlib src/filed \
>>> -@READLINE_SRC@ src/console \
>>> -@GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@
>>> +@GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@ \
>>> +@READLINE_SRC@ src/console
>>>
>>>  # Non-client-only directores
>>>  subdirs =src/cats @DIRD_DIR@ @STORED_DIR@ src/tools
>>>
>>> __Martin
>>>
>>> -
>>> Using Tomcat but need to do more? Need to support web services,
>>> security?
>>> Get stuff done quickly with pre-integrated technology to make your job
>>> easier
>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>>> Geronimo
>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>> ___
>>> Bacula-users mailing list
>>> Bacula-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>
>>
>>
>> Best regards, Kern
>>
>> -
>> Using Tomcat but need to do more? Need to support web services,
>> security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
> - --
>   _  _ _  _ ___ 

Re: [Bacula-users] Moving to a new machine

2006-10-20 Thread Dan Langille
On 20 Oct 2006 at 7:54, Ross Boylan wrote:

> On Fri, Oct 20, 2006 at 10:36:50AM -0400, Dan Langille wrote:
> > On 20 Oct 2006 at 7:29, Ross Boylan wrote:
> > 
> > > On Fri, Oct 20, 2006 at 07:24:57AM -0400, Dan Langille wrote:
> > > > On 19 Oct 2006 at 22:01, Ross Boylan wrote:
> > > > 
> > > > > I have a new machine where I want to run bacula (that is the
> > > > > director, the storage pools, the database), and wonder if
> > > > > anyone has any advice on how to move over to it.
> > > > > 
> > > > > For example, would this work?
> > > > > 1) install bacula
> > > > > 2) copy configuration files (*.conf)  from old machine
> > > > > 3) migrate my database from the old machine (I'm using
> > > > > PostgreSQL). The old machine is using an older version of the
> > > > > database, so I'd like to migrate to the newer version at the
> > > > > same time. 4) copy the spool directory to which I write disk
> > > > > backups to the new machine.
> > > > 
> > > > Copy may not be necessary.  Just creating the directories should
> > > > be enough. The pool directory should be empty when jobs are not
> > > > running.
> > > 
> > > I meant copying the contents of the spool directory.
> > 
> > I meant spool.  Not spool.
> ?
> pool not spool?
> I may not know what the pool directory is; I thought it meant the
> place bacula writes to disk when using FileStorage.  I happen to have
> that set to a spool directory: Device {
>   Name = FileStorage
>   Media Type = File
>   Archive Device = /var/spool/bacula
> ... in bacula-sd.conf
> 

When you move it over to the new machine, I'd recommend a new name.

  http://www.bacula.org/dev-manual/Data_Spooling.html

Best not to confuse the issue by using a name already in Bacula 
terminoligy.

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



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving to a new machine

2006-10-20 Thread Ross Boylan
On Fri, Oct 20, 2006 at 10:36:50AM -0400, Dan Langille wrote:
> On 20 Oct 2006 at 7:29, Ross Boylan wrote:
> 
> > On Fri, Oct 20, 2006 at 07:24:57AM -0400, Dan Langille wrote:
> > > On 19 Oct 2006 at 22:01, Ross Boylan wrote:
> > > 
> > > > I have a new machine where I want to run bacula (that is the
> > > > director, the storage pools, the database), and wonder if anyone
> > > > has any advice on how to move over to it.
> > > > 
> > > > For example, would this work?
> > > > 1) install bacula
> > > > 2) copy configuration files (*.conf)  from old machine
> > > > 3) migrate my database from the old machine (I'm using
> > > > PostgreSQL). The old machine is using an older version of the
> > > > database, so I'd like to migrate to the newer version at the same
> > > > time. 4) copy the spool directory to which I write disk backups to
> > > > the new machine.
> > > 
> > > Copy may not be necessary.  Just creating the directories should be
> > > enough. The pool directory should be empty when jobs are not
> > > running.
> > 
> > I meant copying the contents of the spool directory.
> 
> I meant spool.  Not spool.
?
pool not spool?
I may not know what the pool directory is; I thought it meant the
place bacula writes to disk when using FileStorage.  I happen to have
that set to a spool directory:
Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /var/spool/bacula
... in bacula-sd.conf

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Thanks!

2006-10-20 Thread Dominic Marks
Bacula Developers,

Just now checking todays backups I was reminded what a great
bit of software Bacula is. It makes my life much easier and I
really appreciate it.

So thank you to all who work on Bacula!

Dominic

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Beta-Testers (Webmin-Bacula GUI) for Linux

2006-10-20 Thread Jonathan B Bayer
Hi,

I'd be interested.

1 Bacula system, controlling 2 servers
Bacula server Redhat 9
Client Mandriva 10.1
Tape backup (LTO-1)


JBB

Hello Michael,

Tuesday, September 26, 2006, 6:26:13 PM, you wrote:

> 
>   
>   
> Open Country and Jamie Cameron (creator of Webmin) have created a
> web-based UI to bacula through Webmin on Linux.
>   
> If you are interesting in beta-testing it, we?d like to hear from you.
>   
> Please let me know the following:
>   
> Number of systems:
>   
> Linux Distributions:
>   
> Backup Device used i.e.Tape, Disk:
>   
> Respond to [EMAIL PROTECTED]
>   
> Michael Takamoto, Director of Product Marketing, Open Country
>   
>  
>   
>   
> 


-- 
Superior solutions for small business, home office and home users

Jonathan B Bayer,CEO   mailto:[EMAIL PROTECTED]
Bayer Technology Group Work: (609) 632-1200
23 Exeter Rd.  Mobile: (609) 658-9408
East Windsor, NJ 08520


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving to a new machine

2006-10-20 Thread Dan Langille
On 19 Oct 2006 at 22:01, Ross Boylan wrote:

> I have a new machine where I want to run bacula (that is the director,
> the storage pools, the database), and wonder if anyone has any advice
> on how to move over to it.
> 
> For example, would this work?
> 1) install bacula
> 2) copy configuration files (*.conf)  from old machine
> 3) migrate my database from the old machine (I'm using PostgreSQL).
> The old machine is using an older version of the database, so I'd like
> to migrate to the newer version at the same time.
> 4) copy the spool
> directory to which I write disk backups to the new machine.

Copy may not be necessary.  Just creating the directories should be 
enough. The pool directory should be empty when jobs are not running.

> The layout of of the two machines will be similar.  I'm using 
> bacula-director-pgsql 1.38.11-6 on Debian.  I backup to disk, and
> intermittently burn the disk files to DVD.
> 
> I see there's been some discussion of a migration feature, but that
> looks as if it's oriented to a different problem, and it seems only to
> be in 1.39.
> 
> Does bacula know (in the DB, presumably) what machine particular files
> or backups came from?  Put differently, if I go through the above
> procedure, will bacula running on the new machine think the records in
> the database are talking about the new machine, or the old one?

You'll also be moving the bacula-sd I think, because you're moving 
the volumes etc.

> If it thinks they are from the old machine (which seems likely), is it
> possible to fake it out by changing the value of 1 or more fields in
> the DB?  Would that be a good idea--for example, the new machine does
> not have exactly the same files as the old, so I could see bacula
> getting confused by fakes.

The Volumes are known by the Storage Daemon.  So long as you keep 
both the SD and the Volumes on the same machine (in general), you'll 
be fine.

Will the new box have a different hostname/IP address?  Remember to 
update the Address fields if so.

Will you be keeping both the old and new running at the same time, if 
only for a while?

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



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Win Restore] Error: "Client lacks a necessary right"

2006-10-20 Thread Arno Lehmann
Hi,

On 10/20/2006 9:03 AM, Jens Classen wrote:
> Greetings list!
> 
> After backing up a first Windows client in our new Bacula environment, I
> ran into problems I could not solve on my own (yet). I tried to restore
> the files I backed up back to the HDD of the Win-Client, but the job
> bails out with something along the lines like:
> 
> "The clients lacks a necessary right" (translated from the German
> error code)
> 
> I backed up the Bacula-doc folder first, which was created as admin, but 
> also regular user files, and it drops out with said error. Restore of a 
> UNIX machine back to the UNIX machine works fine. Must there be a 
> special local or network bacula user for the restore to work on Windows?

No, not automatically.
What you need to do, though, is make sure that the FD runs as a user 
with all necessary access permissions. Depending on the XP flavour you 
run and your setup - AD or local authorization, policies, permissions of 
users - that can be a little hard to analyze... verify which account the 
FD uses. You can see this in the system settings, where you configure 
the Services (German Windows: Systemsteuerung / Verwaltung / Dienste) or 
in the task manager. Probably there are also command line tools 
available to get this information.

In an AD configuration I think you should make sure the FD runs as 
Backup, and the Backup group or user has all the necessary permissions.

You can check the file access rights for individual files and 
directories with cacls.

Arno

> Thanks for any hints and information in advance!
> 
> 
> 
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Mac FileDaemon] Error: "Bacula-fd dead but pid file exists"

2006-10-20 Thread Arno Lehmann
Hi,

On 10/20/2006 8:02 AM, Jens Classen wrote:
> Don wrote:
> 
>  > Hi Jens,
>  >
>  > I have the same problem with one of my OS X servers.  But on mine, in
>  > spite of the error message, the daemon *is* running.  The backups run
>  > well and I have no other problems.
>  >
>  > On my other OS X servers I don't have this problem.  However, I did 
>   > not
>  > compile the daemon on each of them.  I compiled it on one, copied
>  > everything to the others, and modified the conf files.  They don't 
>   > have
>  > any errors.
>  >
>  > I look forward to someone giving you a solution, but I thought you 
>  >might
>  > want to check to be sure it really isn't running.  ps aux|grep bacula.
>  >
>  > Don.
> 
> Thanks for your reply Don!
> 
> I tried connecting to the FD on my Mac from the bconsole on the bacula 
> server, and it can not connect at all, or execute jobs. The daemon is in 
> the task list of the Mac, but somewhat does not react. A portscan shows 
> that it is not listening on the usual port (9103), while the client on 
> my WinXP machine does.
> 
> Any further ideas?

Firewall?

Apart from that, and assuming you know how to use the common tools on 
the shell - I can't tell you which programs correspond on the Mac GUI to 
them, though I would find them given a Mac :-) - you could check with 
netstat if the FD is listening at all.

Also, running the FD from the shell, in the foreground, with debug 
information might tell you more.

Arno


> Could it be that something went wrong during building 
> and compiling the client? I used the standard .configure listed in the 
> manual, plus the changes for building client-only.
> 
> 
> Jens
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] ERR=The system cannot find the file specified.

2006-10-20 Thread Andras Horvai
Hello,

I did some research in the mailing list archives but I didn't find
the solution. I'm using bacula-dir Version: 1.38.11 (28 June 2006) and
windows file daemon version: 1.38.11.

I'm getting this error messages for few files:
ERR=The system cannot find the file specified.

I checked the directory length (with filename) and it didn't reach
the 260 character limit. I suspect that special hungarian characters,
like õ or û cause the problem. I'm sure there is the same problem with
other languages. How can I solve it?

Thanks in advance,

Andras


mailto:[EMAIL PROTECTED]


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problems with bacula-web 1.1

2006-10-20 Thread Juan Luis Frances
Hello,

Sqlite is not supported.


El Jueves 19 Octubre 2006 11:00, Matti Jormakka escribió:
> Hello everyone,
>
> I'm running Bacula 1.36.3 on Ubuntu Dapper with SQLite and I have set up
> the bacula-web 1.1 on a web server. Bacula itself is working fine and
> bacula-web's test.php file shows all green, but when I point my browser to
> the address where bacula-web resides, I get the following error message:
>
> Warning: touch(): Unable to create file /var/lib/bacula/bacula.db because
> Permission denied in /usr/share/php/DB/sqlite.php on line 209
> DB Error: not found
>
> My bacula.conf file contains the following:
>
> [.DATABASE]
> # Your database host or IP
> host = zero
>
> # Your database login
> login = bacula
>
> # Your database password.
> # For empty passwords use this:
> # pass =
> pass = bacula
>
> # Your database name
> db_name = /var/lib/bacula/bacula.db
>
> # Your database type: mysql,sqlite,pgsql
> db_type = sqlite
>
> Does anyone have an idea what I'm doing wrong? What permissions I'm
> lacking? Any help is appreciated. I can provide you with more information
> if you need.
>
> Br, Matti Jormakka

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] [Win Restore] Error: "Client lacks a necessary right"

2006-10-20 Thread Jens Classen
Greetings list!

After backing up a first Windows client in our new Bacula environment, I
ran into problems I could not solve on my own (yet). I tried to restore
the files I backed up back to the HDD of the Win-Client, but the job
bails out with something along the lines like:

"The clients lacks a necessary right" (translated from the German
error code)

I backed up the Bacula-doc folder first, which was created as admin, but 
also regular user files, and it drops out with said error. Restore of a 
UNIX machine back to the UNIX machine works fine. Must there be a 
special local or network bacula user for the restore to work on Windows?

Thanks for any hints and information in advance!





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users