diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-26T12·30+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-26T12·30+0000 |
commit | f6a30ab264506ca966180666dff45310d176659d (patch) | |
tree | 147f661bb236e40bbe5c858b04117cb295b8ddf4 /doc/manual/troubleshooting.xml | |
parent | 2a4bac5459f42764b39ac70f906f5dd3330a3ac5 (diff) |
* Updates.
Diffstat (limited to 'doc/manual/troubleshooting.xml')
-rw-r--r-- | doc/manual/troubleshooting.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/manual/troubleshooting.xml b/doc/manual/troubleshooting.xml index 6c40775dbe69..1e35c6079538 100644 --- a/doc/manual/troubleshooting.xml +++ b/doc/manual/troubleshooting.xml @@ -2,27 +2,6 @@ <title>Troubleshooting</title> <sect1> - <title>Database hangs</title> - - <para> - If Nix or Fix appear to hang immediately after they are started, Nix's - database is probably <quote>wedged</quote>, i.e., some process died while - it held a lock on the database. The solution is to ensure that no other - processes are accessing the database and then run the following command: - </para> - - <screen> - $ db_recover -e -h <replaceable>prefix</replaceable>/var/nix/db</screen> - - <para> - Here, <replaceable>prefix</replaceable> should be replaced by Nix's - installation prefix. - </para> - - </sect1> - - - <sect1> <title>Database logfile removal</title> <para> |