[Bacula-users] Bacula & FreeBSD 6.x

2006-12-11 Thread Shaun T. Erickson
Does the latest stable release of Bacula work ok on FreeBSD 6.x? Is there anything special I need to know about bacula and this version of FreeBSD? -- -ste - Take Surveys. Earn Cash. Influence the Future of IT Join So

[Bacula-users] Questions regarding upgrading old bacula version (rpm install)

2007-04-07 Thread Shaun T. Erickson
I am running bacula 1.36.1. It was installed via rpms that Scott built, back in 2004. This is what I currently have: backup server: runs: CentOS 3.8 bacula: bacula-mysql-1.36.1-1.i386.wb3.rpm mysql: 4.1.14 from MySQL-AB client group #1: runs: Red Hat 9 bacula: bacula-client-1.

Re: [Bacula-users] Questions regarding upgrading old bacula version (rpm install)

2007-04-07 Thread Shaun T. Erickson
On 4/7/07, Kern Sibbald <[EMAIL PROTECTED]> wrote: > > I am sure you will get some responses that answer your questions, but two > tips: > > 1. Read the upgrading sections of the manual -- there are two or three (see > Upgrading in the index of the Development manual). > > 2. Realize that you are u

Re: [Bacula-users] Questions regarding upgrading old bacula version (rpm install)

2007-04-07 Thread Shaun T. Erickson
I tried commenting out the build-requirement of libxml2-devel, hoping the client didn't need it. That got me a lot further. Now I'm seeing two things: openssl/asn1t.h appears to be missing, yet I have openssl and openssl-devel installed, and objdump is complaining it doesn't understand the file fo

Re: [Bacula-users] Questions regarding upgrading old bacula version (rpm install)

2007-04-07 Thread Shaun T. Erickson
On 4/7/07, Kern Sibbald <[EMAIL PROTECTED]> wrote: > > Build from source. A site that I help administer has an old 7.1 machine with > no CDROM (I removed it to add another hard disk), and I build everything from > source. Ok. I did that for my RH7.1 and RHLAS2.1AS systems. Shortly, I'll be done u

Re: [Bacula-users] Questions regarding upgrading old bacula version (rpm install)

2007-04-08 Thread Shaun T. Erickson
On 4/8/07, Kern Sibbald <[EMAIL PROTECTED]> wrote: > On Sunday 08 April 2007 05:26, Shaun T. Erickson wrote: > > > > Question: for my Windows Server 2000 boxes, do I uninstall the current > > winbacula client and then install the newer one, or do I install the > &g

Re: [Bacula-users] Questions regarding upgrading old bacula version (rpm install)

2007-04-08 Thread Shaun T. Erickson
I'm testing now and the first thing I noticed is that I had to change the permissions on my spool directory to "bacula.disk" - minor. :) Next, I'm seeing messages that bacula will not descend into other mounted partitions from root. Is that a change from the past or has it been silently not doing

Re: [Bacula-users] Questions regarding upgrading old bacula version (rpm install)

2007-04-08 Thread Shaun T. Erickson
On 4/8/07, Shaun T. Erickson <[EMAIL PROTECTED]> wrote: > Next, I'm seeing messages that bacula will not descend into other > mounted partitions from root. Is that a change from the past or has it > been silently not doing descending in the past and I really wasn't >

Re: [Bacula-users] Questions regarding upgrading old bacula version (rpm install)

2007-04-08 Thread Shaun T. Erickson
My testing seems to be going ok, except for one thing: Now that things run as different user and groups that in 1.36, my before- and after-job commands to mount a remote Netware partition and unmount it after it's backed up are failing, because ncpmount and umount are only useable by root and the p

Re: [Bacula-users] Questions regarding upgrading old bacula version(rpm install)

2007-04-08 Thread Shaun T. Erickson
On 4/8/07, Robert LeBlanc <[EMAIL PROTECTED]> wrote: > > Try using sudo and only give the bacula user the exact command in the > sudoers file for ncpmount and umnount for those directories. Ah, yes - that should work nicely. I should have thought of that, myself. Thanks. I'm watching the jobs run

Re: [Bacula-users] Questions regarding upgrading old bacula version(rpm install)

2007-04-08 Thread Shaun T. Erickson
On 4/8/07, Shaun T. Erickson <[EMAIL PROTECTED]> wrote: > > I'm watching the jobs run (I scheduled a full backup of everything), > and everything seems to be ok, except that three jobs have failed to > write their attributes to tape, leaving the jobs in a terminated, but

Re: [Bacula-users] Questions regarding upgrading old bacula version (rpm install)

2007-04-08 Thread Shaun T. Erickson
On 4/8/07, Shaun T. Erickson <[EMAIL PROTECTED]> wrote: > I've run into one small problem though: > > The 2.0.3 bacula-mysql RPM requires that the mtx RPM be installed. I > tried to install it, but several files in it conflict with files in > the 1.36 bacula-mysql RPM.