Simon Tierney <simon <at> conditional-fee.co.uk> writes: > > I am getting the following boot messages:- > > WARNING: Deprecated config file /etc/modprobe.conf, all config files > belong into /etc/modprobe.d/. > WARNING: Deprecated config file /etc/modprobe.conf, all config files > belong into /etc/modprobe.d/ > > System seems to work OK, what should I be doing about this, please? Check if the file is 0 bytes, and what its modification time is, with "ls -l /etc/modprobe.conf", and whether it's owned by any installed package with "rpm -qf /etc/modprobe.conf". If it's 0 bytes and not owned by anything, you can just delete it (as root). There was a system-config-network bug that used to create a 0-byte /etc/modprobe.conf, but it's been fixed in everything back to F12 for a while now, so the modification time is probably months old. https://bugzilla.redhat.com/show_bug.cgi?id=589593 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines