Page 1 of 1

replacing the /etc/cups/cups-files.conf file

PostPosted: Sep 29th, '15, 17:48
by elviejito
I just re-installed Mageia 5 due to an argument between my dual boot Windows 10 and it (I'm removing Windows 10). Notifications tell me that the /etc/cups/cups-files.conf file cannot be read because it contains an error. I can't find the error by visual inspection so I would like to simply replace the file. Where can I find the proper file to replace it with?

Thanks

Re: replacing the /etc/cups/cups-files.conf file

PostPosted: Sep 30th, '15, 00:42
by doktor5000
Please show the output of the following commands as root in a terminal:
Code: Select all
rpm -V cups
ls -al /etc/cups/cups-files.conf
grep -v -E "^#|^$" /etc/cups/cups-files.conf

Re: replacing the /etc/cups/cups-files.conf file

PostPosted: Oct 2nd, '15, 18:59
by elviejito
Fantastic. Thanks!!

Re: replacing the /etc/cups/cups-files.conf file

PostPosted: Oct 2nd, '15, 19:30
by doktor5000
Thanks for what?