Changeset 2348 for trunk/server/doc
- Timestamp:
- Jan 1, 2013, 8:19:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/install-fedora
r2066 r2348 56 56 57 57 xm create scripts-server machine_name=$MACHINE && console $MACHINE 58 59 Networking and Subversion 60 ~~~~~~~~~~~~~~~~~~~~~~~~~ 61 62 Our Subversion repository lives at svn://scripts.mit.edu/. Our hosts bind to 63 scripts.mit.edu on localhost. Unfortunately, this means that checking out the 64 subversion repository on a new server while you're in the process of setting it 65 up sometimes won't work. In particular, if the server is already binding the 66 scripts.mit.edu IP address, but not yet serving svn, your attempt to do the 67 checkout will connect to the local machine and fail. 68 69 Any of the following should let you evade this issue: 70 * Avoid doing any svn operations between your first reboot and when svn is 71 working. The networking changes from the install won't take effect until you 72 reboot. Ordinarily, you won't need to do any commits or updates between the 73 reboot and when LDAP and svn:// serving are working. 74 * Temporarily down the lo alias with the scripts.mit.edu IP address 75 (18.181.0.43; seems to be lo:3 semi-consistently) 76 * Do your svn checkout from a current host, instead of scripts.mit.edu 77 (for example, use svn://whole-enchilada.mit.edu/). Don't forget to 78 svn switch --relocate to scripts.mit.edu once the server is set up.
Note: See TracChangeset
for help on using the changeset viewer.