DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 4th October 2023
epitaxial epitaxial is offline
Port Guard
 
Join Date: Feb 2015
Posts: 21
Default Suppress particular device from syslog

I'm running FreeBSD 13.2 amd64 and one particular chipset for 10gb network cards gives constant syslog errors. The card itself works fine in FreeBSD and Linux too. How can I stop this from filling up the logs? Thanks.

Code:
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010007d 0x0010007d 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Reply With Quote
  #2   (View Single Post)  
Old 4th October 2023
Onauk's Avatar
Onauk Onauk is offline
Real Name: Thomas
Fdisk Soldier
 
Join Date: Jan 2023
Location: France
Posts: 60
Default

Hello, I don't have much knowledge in this but it looks like this could be solved with syslog.conf(5).
Reply With Quote
  #3   (View Single Post)  
Old 4th October 2023
epitaxial epitaxial is offline
Port Guard
 
Join Date: Feb 2015
Posts: 21
Default

I tried several syntax rules including this one and it does nothing.

Code:
!ql0
*.*                                             /dev/null
Reply With Quote
  #4   (View Single Post)  
Old 5th October 2023
blackhole's Avatar
blackhole blackhole is offline
Spam Deminer
 
Join Date: Mar 2014
Posts: 321
Default

"!" matches a programme name, whereas ql0 is a device node, so that won't work anyway.

Not exactly sure how to match specific kernel messages in syslog.conf. We don't see much FreeBSD traffic here these days, so perhaps ask on the official FreeBSD forums.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
mount_ext2fs: /dev/sd1i on /mnt: specified device does not match mounted device Zielonykid123 OpenBSD General 4 26th November 2021 01:18 PM
OpenBSD 5.2 & Syslog-ng CyberJet OpenBSD Installation and Upgrading 22 31st January 2019 08:22 PM
syslog strangeness on freebsd 8.0 and 8.1-RC vikashb FreeBSD General 0 6th July 2010 04:31 AM
Syslog-ng Monitor plexter OpenBSD Packages and Ports 8 5th February 2010 09:38 PM
SYSLOG disappearance jaymax FreeBSD General 6 26th June 2008 02:53 AM


All times are GMT. The time now is 09:50 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick