Ticket #2842 (new bug)

Opened 7 weeks ago

Last modified 3 weeks ago

ScsiSynchronizeCache message flooding

Reported by: nopper Owned by: marcusoverhagen
Priority: normal Milestone: R1
Component: Drivers/Disk Version: R1 development
Cc: Blocked By:
Platform: All Blocking:

Description

I get these messages repeated several times in /var/log/syslog

KERN: ahci: AHCIPort::ScsiSynchronizeCache port 0
KERN: usb_disk: operation 0x00 failed at the SCSI level
KERN: Last message repeated 3 times.
KERN: ahci: AHCIPort::ScsiSynchronizeCache port 0
KERN: usb_disk: operation 0x00 failed at the SCSI level
KERN: Last message repeated 4 times.
KERN: Last message repeated 2 times.

Change History

Changed 7 weeks ago by mmlr

Doing what exactly? In general this is informational output when a sync happens. This can happen for various reasons, for example actually using the sync command, using an app that uses fsync() (like svn) or when unmounting volumes. The usb_disk related output just indicates that the device in question doesn't support syncing. It will try a few times and then won't retry anymore. Unless this actually does flood, i.e. there's something going on consuming considerable CPU time, I'd like to close this as invalid.

Changed 7 weeks ago by nopper

I get these line also when the PC is idle.

Changed 3 weeks ago by PieterPanman

It keeps outputting these messages. Get a few per minute, idle or not. It somewhat pollutes the syslog, and I personally don't see the need for them. Let me know if you need more information.

Note: See TracTickets for help on using tickets.