| 1 |
Sat, 11 Mar 2006 17:19:05 +0100
|
| 2 |
|
| 3 |
This is a very short FAQ. Please get involved and feel free to send patches after
|
| 4 |
your questions have been answered on the FAI mailing list!
|
| 5 |
|
| 6 |
Q: I'm new to FAI. How should I start ?
|
| 7 |
|
| 8 |
A: Read the FAI guide and this FAQ. Start with the simple examples
|
| 9 |
FAI_CONFIGDIR. Install the stable distribution on your first clients! (See
|
| 10 |
next question.)
|
| 11 |
|
| 12 |
Q: I try to install testing or sid (unstable) and something goes wrong.
|
| 13 |
|
| 14 |
A: testing and sid change every day. So it's possible that your problems are
|
| 15 |
solved today or tomorrow. You should try again. It's recommendable to use a
|
| 16 |
local mirror and freeze it when you found a working install. But we also
|
| 17 |
recommend to use stable and local backport repositories whenever possible.
|
| 18 |
|
| 19 |
Q: Where do I find the FAI mailing list ?
|
| 20 |
|
| 21 |
A: There is a section "Mailing list" on the FAI homepage at
|
| 22 |
http://www.informatik.Uni-Koeln.DE/fai/
|
| 23 |
Please use your favorite search engine to search for your questions before
|
| 24 |
posting to the list!
|
| 25 |
Also don't post complete logs. Most times it's sufficient to describe the
|
| 26 |
setup (which version of fai, which version of debian on the fai server and
|
| 27 |
which version to be installed with fai) and to post the part of the log(s)
|
| 28 |
where the error occurs. Or provide logfiles on a webserver and post a link.
|
| 29 |
|
| 30 |
Q: Is there an online FAI FAQ ?
|
| 31 |
|
| 32 |
A: No, but we have a FAI Wiki. http://wiki.fai-project.org/
|
| 33 |
|
| 34 |
Q: I cannot login via ssh to my install client(s) anymore. It used to work but
|
| 35 |
stopped working suddenly.
|
| 36 |
|
| 37 |
Example:
|
| 38 |
> ssh root@demohost
|
| 39 |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
| 40 |
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
|
| 41 |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
| 42 |
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
|
| 43 |
|
| 44 |
A: After you have reinstalled FAI on your server a new ssh host key is
|
| 45 |
generated. This also happens when you call "fai-setup" or "make-fai-nfsroot".
|
| 46 |
Remove the relevant line from ~/.ssh/known_hosts and try again.
|
| 47 |
|