[user@bitcoin .bitcoin]$ find Bitcoin-Qt.conf
find: 'Bitcoin-Qt.conf': No such file or directory
[user@bitcoin .bitcoin]$ sudo find /var/lib/bitcoin/Bitcoin-Qt.conf
find: '/var/lib/bitcoin/Bitcoin-Qt.conf': No such file or directory
[user@bitcoin .bitcoin]$ sudo find /etc/bitcoin/Bitcoin-Qt.conf
find: '/etc/bitcoin/Bitcoin-Qt.conf': No such file or directory
So apparently it's not in any of those locations... unless running find as root works as well as the other commands I've tried to use involving the system directories
Edit: found it...
As you maybe already noticed the syntax of find command was incorrect. Should be something like
find / -name Bitcoin-Qt.conf -print
You'll have to excuse my poor knowledge of the linux shell commands, I'm better than novice, but not much better
Edit: just tried since your rebuild, same error
You sure you ran
yum clean all
? The repos look fine now.
Yes, but I'll try again anyway, maybe you were still updating the repo when I did it the first time.