You are not logged in.

#1 2010-07-31 10:47:31

Prikrutil
Member
Registered: 2009-09-26
Posts: 11

Don't want to see "Assuming drive cache: write through" errors

Every time I attach an usb stick, I see some messages like this written to the errors.log:

sd 4:0:0:0: [sdc] Assuming drive cache: write through

It's very annoying to way through all these messages while reading errors.log

According to the http://lists.us.dell.com/fom-serve/cache/110.html this isn't actually an error. But if it isn't, why do these message are written to errors.log?

There is definitely something wrong.

Summary:

If it's an error, how do I fix this?
If it isn't an error, why are those messages written to errors.log (looks like a bug)?

Thanks.

Offline

#2 2010-07-31 14:59:13

Prikrutil
Member
Registered: 2009-09-26
Posts: 11

Re: Don't want to see "Assuming drive cache: write through" errors

Should I report this at the bugzilla.kernel.org or this is an arch-specific bug?

Offline

#3 2010-08-01 18:24:13

Prikrutil
Member
Registered: 2009-09-26
Posts: 11

Re: Don't want to see "Assuming drive cache: write through" errors

Offline

#4 2010-08-01 18:43:25

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,000
Website

Re: Don't want to see "Assuming drive cache: write through" errors

the important thing to mention is your syslog config.
Ie this part:

destination d_errors { file("/var/log/errors.log"); };
(...)
g { source(src); filter(f_err); destination(d_errors); };

so these messages are f_err, which is weird

Last edited by Dieter@be (2010-08-01 18:44:06)


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#5 2010-08-01 19:01:49

Prikrutil
Member
Registered: 2009-09-26
Posts: 11

Re: Don't want to see "Assuming drive cache: write through" errors

Dieter@be wrote:

the important thing to mention is your syslog config

Thanks for your answer! I posted link to this topic and quoted your message at bugzilla.kernel.org.

Offline

Board footer

Powered by FluxBB