[Fedora Core 4] Yum update killed a config file

joshcombs

New member
Joined
Jan 8, 2006
Messages
3
I ran yum update tonight and it updated my named server and it did the following

Code:
Updating : openssh-server [ 68/215]warning: /etc/ssh/sshd_config created as /etc/ssh/sshd_config.rpmnew

is there anyway of getting the old config back? Because I was not the one who set up the config file and I have not a clue on how to do it.

Thanks
Joshua
 
Based on the message, It looks as if your original configuration file was left alone and the new one was named with an ".rpmnew" extension.

If not, then look for an ".rpmnew" extension file which may be the same as your original file.

Or look for sshd_config- (that's a "-", not a "~").

Jeff
 
Which indicates my first thought was correct; your old sshd_config was still in place.

The problem appears to be that your sshd daemon wasn't restarted after the update.

Jeff
 
yeah everything went dead, httpd, named, and sshd I had no other choice to do a reboot. I did it through direct admin. Then it didn't come back up so I had to have them do a power boot to it.
 
Back
Top