> Kern Sibbald schrieb:
> > I've now installed bweb on a second machine, and have never run into a
> > problem like you describe.  Perhaps Eric will have some idea on this, but
> > one piece of advice that I just got from Eric regarding a problem I had
> > is to always look in the Apache error_log when things go wrong. That
> > often points to the problem, though you might need to open one of the
> > cgi-bin/bweb/xxx.pl files to get down to more details.
>
> I've done a fresh install from bacula-gui-2.0.1.tar.gz.
>
> Some notes:
>
> * hard coded path to bweb.conf in install_bweb (/etc/bacula)
I will move all bweb.conf references to Bweb.pm, and the install
script will do a sed 's//' to adapt it.

> Ok, now I'm at the same point as before. I can access
> http://myserver/bweb and get the list of my 2 clients. But as soon as
> I try to get the state of a client or the 'Defined Jobs' I get errors
> in my apache error.log.

You can set debug to "on" in configuration, we will see sql queries and
debug messages to error.log.

I think it's a problem with bconsole (in Bconsole.pm) It's look like
wrong bconsole option or something like.

Can you give me your bweb.conf ?

> The second problem are the png graphs.
>
> [Wed Jan 17 16:20:56 2007] [error] [client x.60.5.110] Can't call
> method "png" on an undefined value at /usr/lib/cgi-bin/bweb/bgraph.pl
> line 220., referer: http://vu0em005/cgi-bin/bweb/bweb.pl?action=graph

With the debug=on option, you will see SQL queries on error.log
You execute them into a mysql session, to see if you get data.


Thanks for your feedback !

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to