New question:
I ran "sudo dispatch-conf", and when it updated the second file that needed updating, I got this:
- Code: Select all
>> (2 of 2) -- /etc/cups/mime.convs
>> q quit, h help, n next, e edit-new, z zap-new, u use-new [b]# here I pressed "u"[/b]
m merge, t toggle-merge, l look-merge: dispatch-conf: Error renaming /etc/cups/._cfg0000_mime.convs to /etc/cups/mime.convs: [Errno 2] No such file or directory; fatal
Traceback (most recent call last):
File "/usr/sbin/dispatch-conf", line 418, in <module>
d.grind (portage.settings ['CONFIG_PROTECT'])
File "/usr/sbin/dispatch-conf", line 284, in grind
self.post_process(conf['current'])
File "/usr/sbin/dispatch-conf", line 317, in post_process
portage.dispatch_conf.file_archive_post_process(archive)
File "//usr/lib/portage/pym/portage/dispatch_conf.py", line 161, in file_arch
There's one thing I don't understand here. Why did a file that supposedly doesn't exist make my computer say a file needed updating?
Well, at least
- Code: Select all
sudo find /etc -iname '._cfg????_*'
doesn't give me anything anymore, and that's good, right?