Closed Bug 429453 Opened 16 years ago Closed 16 years ago

dm-cvs01.mozilla.org refusing connections

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86
macOS
task
Not set
blocker

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: joduinn, Assigned: oremj)

References

Details

Tree is closed because qm-xserve01 is unable to build, because cvs.m.o is refusing connections. 

I've tried restarting buildbot slave (many times), rebooting machine (3 times). I've also tried this same command by hand on command line, to exclude buildbot, tinderbox, etc, from the picture. Logged in user "buildbot", I ran the following command:

$ cvs -d :ext:unittest@cvs.mozilla.org:/cvsroot -q -z 3  co mozilla/client.mk
dm-cvs01.mozilla.org: Connection refused
cvs [checkout aborted]: end of file from server (consult above messages if any)
$

FYI: These problems all started with a network hiccup approx 2.52PST today, see bug#429406 for more details.
To see if the problem was specific to "unittest" account, I tried connecting as "anonymous", but failed out the same way.

$ cvs -d :ext:anonymous@cvs.mozilla.org:/cvsroot -q -z 3  co mozilla/client.mk
dm-cvs01.mozilla.org: Connection refused
cvs [checkout aborted]: end of file from server (consult above messages if any)
$

Summary: cvs.mozilla.org refusing connection → dm-cvs01.mozilla.org refusing connections
cvs.mozilla.org is an alias for dm-cvs01.mozilla.org, fyi. :)
WFM both from boris and from home...  

works from qm-xserve01, too...

qm-xserve01:~ buildbot$ ssh justdave%bugzilla.org@cvs.mozilla.org
Last login: Fri Oct 19 21:36:42 2007 from sm-xserve15.mozilla.org

To use anonymous CVS install the latest version of CVS on your local machine.
Then set your CVSROOT environment variable to the following value:
	cvsuser@megalon:/cvsroot

Connection to cvs.mozilla.org closed.
Assignee: server-ops → oremj
There are ip tables rules in place blocking these machines from connecting to dm-cvs01.  I'm not sure who put them there or why.
qm-xserve01:~/temp buildbot$ cvs -q -d unittest@cvs.mozilla.org:/cvsroot co mozilla/client.mk
U mozilla/client.mk
qm-xserve01:~/temp buildbot$ 
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Oops read the rules wrong.  There are specific rules accepting connections from qm-xserve01.
ssh is allowed, rsh isn't.  Make sure you have CVS_RSH=ssh in your environment.
Dave: 

You are correct, CVS_RSH was not set. I manually set that just now, and was able to connect to dm-cvs01. It was not part of login profile for that user a/c :-( so I've now added to .profile so this wont happen again.

I now see: 
$ cvs -d :ext:unittest@cvs.mozilla.org:/cvsroot -q -z 3  co mozilla/client.mk
U mozilla/client.mk
$ 

Thanks.
Status: RESOLVED → VERIFIED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.