Hello,

Anybody has the same issue in bat when:

1- Client -> Rigth click on any client
2- Select "List Jobs of Client"
3- Select (on left panel) "JobList of Client xxx" and right clik on it
4- Select "List Jobs Totals in Console"

On this time the bat show a error about list jobtotals4 command.

In bacula documentation, the command in question (list jobtotals) has no
argument.

On the file src/qt-console/joblist.cpp, in function:

void JobList::consoleListJobTotals()
{
   QString cmd("list jobtotals");
   cmd += m_currentJob;
   if (mainWin->m_longList) { cmd.prepend("l"); }
   consoleCommand(cmd);
}

If I comment out the line cmd += m_currentJob; bat works.

Thanks


-- 
-------------------------------------------------------------
João Henrique Freitas - joaohf_at_gmail.com
Americana-SP-Brasil
BSD051283
LPI 1
http://paginas.terra.com.br/informatica/joaohf
http://www.livejournal.com/users/joaohf/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to