Small annoyances
Not that it's anything new, but it would be really nice if someone would notice how useless this error message is: [adamw@adam SOURCES]$ sudo modprobe -r snd-ice1724 FATAL: Module snd_ice1724 is in use. [adamw@adam SOURCES]$ and fix it. Here is what it needs to look like: [adamw@adam SOURCES]$ sudo modprobe -r snd-ice1724 FATAL: Module snd_ice1724 is in use by PIDs 1234 and 4567 [adamw@adam SOURCES]$ as just telling me that it's 'in use' is about as useful as a sponge submarine when it comes to finding out what's using it...
Comments