Skip to content
mbucc edited this page Nov 22, 2014 · 8 revisions

Restore original config file on Ubuntu

From http://askubuntu.com/questions/66533/how-can-i-restore-configuration-files

# dpkg -S unity-greeter.conf
unity-greeter: /etc/lightdm/unity-greeter.conf
# mv /etc/lightdm/unity-greeter.conf /etc/lightdm/unity-greeter.conf.bak 
# apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall <unity-greeter

If everything worked as expected, you should get this message:

Configuration file `/etc/lightdm/unity-greeter.conf', does not exist on system. Installing new config file as you requested.

Log Errors

sshd[5801]: syslogin_perform_logout: logout() returned an error

Clone this wiki locally