Bacula-users

[Bacula-users] bacula fatal error all the time

2012-12-07 20:14:08
Subject: [Bacula-users] bacula fatal error all the time
From: ccspro <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 07 Dec 2012 13:09:18 -0800
This is a shot in the dark but on some IBM standalone servers (not blade) 
disabling MSI did help fix a few issues (recv' queue errors, etc), your mileage 
may vary on this one.

I'm not sure about freebsd but centos it is just setting an option for modprobe 
after the driver init, example:
modprobe bnx2 disable_msi=1

You'll need to look it up and decide if this is something you may be effected 
by and how to set it for testing.


Example for Freebsd:
file: /boot/loader.conf 
option:
hw.pci.enable_msix=0
hw.pci.enable_msi=0

Check dmesg output for anything that shouldn't be in there.

+----------------------------------------------------------------------
|This was sent by ccspro AT hotmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] bacula fatal error all the time, ccspro <=