Eric Bollengier schrieb:
> Can you put this into a test.pl file and execute it with the
> www-data user ? (chmod 755 test.pl ; ./test.pl)
> 
> -------------------8<---------------------------8<---------------------------8<-------------------
> #!/usr/bin/perl -w
> use strict;
> use Bconsole;
> my $c = new Bconsole(pref => {
> bconsole => '/opt/bacula/etc/bconsole -n -c /opt/bacula/etc/bconsole.conf',
>                                   },
>                      debug => 1);
> 
> print "fileset : ", join(',', $c->list_fileset()), "\n";
> print "job : ",     join(',', $c->list_job()), "\n";
> print "storage : ", join(',', $c->list_storage()), "\n";
> 
> 
> print "status client :\n";
> $c->send_cmd("status client=VU0EM004");
> -------------------8<---------------------------8<---------------------------8<-------------------

I've attached the debug output as file.
 
> It could be also a good idea to open a bug on bugs.bacula.org.

Ok, I'll open a bug report.

Ralf

Attachment: debug.gz
Description: Binary data

-------------------------------------------------------------------------
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