Template:Software Side Effects Fixes: Difference between revisions
(remove documentation for very old builds of operating system, add .gconf sugar user storage for 13.2.0) |
No edit summary |
||
Line 2: | Line 2: | ||
sudo rm -f /.olpc-configured |
sudo rm -f /.olpc-configured |
||
rm -f /home/olpc/.olpc-configured |
rm -f /home/olpc/.olpc-configured |
||
Destroy any saved volume settings, forcing defaults |
Destroy any saved volume settings, forcing defaults. Otherwise the cloned laptop may start with silent speakers. |
||
sudo rm -f /etc/alsa/asound.state |
sudo rm -f /etc/alsa/asound.state |
||
Destroy any saved network connections. Otherwise the cloned laptop cannot connect to the networks the original laptop used. |
|||
rm -rf /etc/NetworkManager/system-connections/* |
|||
Destroy the saved hostname: |
Destroy the saved hostname: |
||
sudo rm -f /etc/sysconfig/network |
sudo rm -f /etc/sysconfig/network |
||
If SSH was enabled, destroy the SSH host key. Otherwise other systems in your network may report problems connecting to the laptops over SSH. |
|||
Destroy the SSH host key, forcing regeneration on next boot: |
|||
sudo rm -f /etc/ssh/ssh_host_rsa_key{,.pub} |
sudo rm -f /etc/ssh/ssh_host_rsa_key{,.pub} |
||
Destroy the Sugar settings, forcing a first boot name prompt |
Destroy the Sugar settings, forcing a first boot name prompt. Otherwise the cloned laptops won't be able to collaborate using activities. |
||
rm -rf /home/olpc/.sugar /home/olpc/.gconf/desktop/sugar |
rm -rf /home/olpc/.sugar /home/olpc/.gconf/desktop/sugar |
||
Destroy the developer key request file. Otherwise the cloned laptops will apply for developer keys using the original laptop serial number and UUID. |
|||
rm -rf /home/.devkey.html |
rm -rf /home/.devkey.html |
||
If the laptop was ever registered with a school server, or you are not sure, clear the registration by destroying the GConf settings: |
If the laptop was ever registered with a school server, or you are not sure, clear the registration by destroying the GConf settings: |
Revision as of 00:06, 30 June 2014
Delete the ".olpc-configured" files which tell olpc-configure it does not have to run again. This allows some of the files deleted below to be checked for and replaced.
sudo rm -f /.olpc-configured rm -f /home/olpc/.olpc-configured
Destroy any saved volume settings, forcing defaults. Otherwise the cloned laptop may start with silent speakers.
sudo rm -f /etc/alsa/asound.state
Destroy any saved network connections. Otherwise the cloned laptop cannot connect to the networks the original laptop used.
rm -rf /etc/NetworkManager/system-connections/*
Destroy the saved hostname:
sudo rm -f /etc/sysconfig/network
If SSH was enabled, destroy the SSH host key. Otherwise other systems in your network may report problems connecting to the laptops over SSH.
sudo rm -f /etc/ssh/ssh_host_rsa_key{,.pub}
Destroy the Sugar settings, forcing a first boot name prompt. Otherwise the cloned laptops won't be able to collaborate using activities.
rm -rf /home/olpc/.sugar /home/olpc/.gconf/desktop/sugar
Destroy the developer key request file. Otherwise the cloned laptops will apply for developer keys using the original laptop serial number and UUID.
rm -rf /home/.devkey.html
If the laptop was ever registered with a school server, or you are not sure, clear the registration by destroying the GConf settings:
rm -rf /home/olpc/.gconf*
Immediately shutdown without restarting sugar, to avoid the .sugar directory being recreated:
sudo poweroff