| Summary: | Can't connect to CVS from emft.eclipse.org vserver | ||
|---|---|---|---|
| Product: | Community | Reporter: | Nick Boldt <nboldt> |
| Component: | CVS | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | borlander |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Nick Boldt
Curiouser... I can ssh from emft.eclipse.org to dev.eclipse.org (I get node2 fairly consistently). However, when I exit from dev back to emft, I get: logout -bash: /usr/bin/clear: Input/output error Connection to dev.eclipse.org closed. OK, turns out it's my /etc/hosts file on emft.eclipse.org. Seems that dev.eclipse.org is not on 206.191.52.52 anymore, so commenting out that line seems to have fixed things. Sorry for the churn. Actually, it seems I have to add a static IP back into /etc/hosts to make pserver connections work; I'm guessing someone in the IP pool isn't cooperating - looks like node2 is refusing pserver connections, and without a static IP, I get one of the nodes at random (naturally) and will occasionally hit node2, getting this error again: cvs [checkout aborted]: connect to dev.eclipse.org(206.191.52.52):2401 failed: No route to host This has been fixed. |