Hello Eric,
I think I found the solution for the htmldir problem; see attached patch.
best regards
Philipp
Eric Bollengier <eric.bolleng...@baculasystems.com> hat am 8. August 2011 um
20:52 geschrieben:
> Hello Bob,
>
> On 08/08/2011 07:55 PM, Bob Hetzel wrote:
> > There appear to still be issues with the windows installer not making
> > fully functional config files. I ran the bacula-win64-5.2.0rc1.exe
> > on my own desktop computer (that was already installed with the 5.0.3
> > win64 fd). I used the Automatic option,...
>
> I don't have this problem here. When I install from scratch it had good
> config files, and when I upgrade, it keeps old ones.
>
> > Bacula didn't over-write my configs from what I can tell but the
> > conf.new files contain un-substituted @variables@. As a result, I
> > had to guess at the configs needed to make the tray monitor work.
>
> I don't think that the installer don't have the code to configure the
> tray monitor automatically. This would be a nice addition, I think that
> we had previously something like that for the windows wx console.
>
> > I can make it show the status of local jobs but the new "Run..."
> > option seems to require something I've left out.
>
> To run a job, you need to allow some commands in the monitor Console
> resource. By default, you have only ".status" and "status", but to run a
> job, you need also .job, .pool, .client, run and maybe few others.
>
> I will document this part ASAP.
>
> Thanks for your quick feedback.
>
> Bye
>
> > Also, I couldn't find any documentation on how to get the tray
> > monitor to work and couldn't figure out which parameter it wants that
> > isn't matching up right. It starts but has the following error:
> > "Authentication error : 1999 Authorization failed." Commenting out
> > the Storage and Director section fixes that, but that's why the
> > "Run..." menu item isn't working I'd bet. :)
> >
> > Can somebody post an explanation of which Name, Mon, and Password,
> > etc. values have to match values in the other appropriate conf file
> > that it is trying to authenticate against to get the spiffy new
> > client Run menu item to work?
> >
> > Bob
> >
>
> --
> Need professional help and support for Bacula ?
> Visit http://www.baculasystems.com
>
> ------------------------------------------------------------------------------
> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
> The must-attend event for mobile developers. Connect with experts.
> Get tools for creating Super Apps. See the latest technologies.
> Sessions, hands-on labs, demos & much more. Register early & save!
> http://p.sf.net/sfu/rim-blackberry-1
> _______________________________________________
> Bacula-devel mailing list
> Bacula-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-devel
Philipp Storz philipp.st...@dass-it.de
dass IT GmbH Phone: +49.221.3565666-92
http://www.dass-IT.de/ Fax : +49.221.3565666-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRB52500
GF: Stephan Dühr, Maik Außendorf, Jörg Steffens, Philipp Storz
diff -ruN bacula-5.2.0rc1.orig//configure bacula-5.2.0rc1/configure
--- bacula-5.2.0rc1.orig//configure 2011-08-05 12:25:01.000000000 +0200
+++ bacula-5.2.0rc1/configure 2011-08-19 18:29:10.122419761 +0200
@@ -18599,7 +18599,7 @@
fi
if test x$htmldir = x${docdir} ; then
- htmldir=`eval echo ${docdir}bacula/html`
+ htmldir=`eval echo ${docdir}/html`
fi
if test x$docdir = x'/usr/share/doc/' ; then
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel