Browse Source

Add note in README about reboots. Addresses #361.

Alex Payne 10 years ago
parent
commit
090d9705cb
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      README.textile

+ 7
- 1
README.textile View File

226
 
226
 
227
 If you run into an errors, please check the "wiki page":https://github.com/al3x/sovereign/wiki/Troubleshooting. If the problem you encountered, is not listed, please go ahead and "create an issue":https://github.com/al3x/sovereign/issues/new. If you already have a bugfix and/or workaround, just put them in the issue and the wiki page.
227
 If you run into an errors, please check the "wiki page":https://github.com/al3x/sovereign/wiki/Troubleshooting. If the problem you encountered, is not listed, please go ahead and "create an issue":https://github.com/al3x/sovereign/issues/new. If you already have a bugfix and/or workaround, just put them in the issue and the wiki page.
228
 
228
 
229
+h3. Reboots
230
+
231
+You will need to manually enter the password for any encrypted volumes on reboot. This is not Sovereign-specific, but rather a function of how EncFS works. This will necessitate SSHing into your machine after reboot, or accessing it via a console interface if one is available to you.
232
+
233
+It is possible that some daemons may need to be restarted after you enter your password for the encrypted volume(s). Some services may stall out while looking for resources that will only be available once the `/decrypted` volume is available and visible to daemon user accounts.
234
+
229
 h1. IRC
235
 h1. IRC
230
 
236
 
231
-#sovereign on "Freenode":http://freenode.net
237
+Ask questions and provide feedback in #sovereign on "Freenode":http://freenode.net.
232
 
238
 
233
 h1. Contributing
239
 h1. Contributing
234
 
240
 

Loading…
Cancel
Save