I made the same change in our config to this line in /usr/share/mdadm/checkarray:
- echo "$PROGNAME: W: array $array in auto-read-only state, skipping..." >&2 + [ $quiet -lt 1 ] && echo "$PROGNAME: W: array $array in auto-read-only state, skipping..." >&2 We use mdadm with the swap partition, and generally swap is not used, so the array would be auto-read-only. I consider this also normal. Dara -- http://www.ocf.berkeley.edu/~daradib/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org