Re: [Bacula-users] Deadlock error

2015-08-07 Thread Kelvin Minter
MyISAM is terrible for transactions. If the deadlock is happening because of table locking then switching the engine to InnoDB might help your problem. MyISAM locks the entire table while InnoDB only locks the rows it is updating. Check out the link below. http://stackoverflow.com/questions/20148

Re: [Bacula-users] Unable to send mail with mutt as mailcommand

2015-05-14 Thread Kelvin Minter
; > From: Bill Arlofski > > > > On 05/14/2015 01:33 AM, Kelvin Minter wrote: > >> Hello I am running bacula 5.2.13 on CentOS 6.6. > >> > >> I have the following configuration for my messages in > >> /etc/bacula/bacula-dir.conf > >> > >> M

[Bacula-users] Unable to send mail with mutt as mailcommand

2015-05-13 Thread Kelvin Minter
Hello I am running bacula 5.2.13 on CentOS 6.6. I have the following configuration for my messages in /etc/bacula/bacula-dir.conf Messages { Name = Standard mailcommand = "/usr/bin/mutt -F /root/.muttrc-bacula -s \"Bacula: %t %e of %c %l\" %r" operatorcommand = "/usr/bin/mutt -F /root/.mutt