The below message means a new system == new RSA host key, btw.
-------- Forwarded Message -------- From: Elliot Lee sopwith@redhat.com Reply-To: Development discussions related to Fedora Core <fedora-devel- list@redhat.com> To: fedora-extras-list@redhat.com, fedora-devel-list@redhat.com Cc: fedora-sysadmin-list@redhat.com Subject: CVS system migration done Date: Sun, 26 Mar 2006 22:54:14 -0500 (EST) Hi all,
cvs.fedoraproject.org (aka cvs.fedora.redhat.com) has been migrated to a new system. Please let me know if there are any problems that need fixing...
Best, -- Elliot
Uttered Karsten Wade kwade@redhat.com, spake thus:
The below message means a new system == new RSA host key, btw.
cvs.fedoraproject.org (aka cvs.fedora.redhat.com) has been migrated to a new system. Please let me know if there are any problems that need fixing...
1) I now get:
$ cvs-fedora co -c ssh: connect to host cvs.fedoraproject.org port 22: Connection refused cvs [checkout aborted]: end of file from server (consult above messages if any)
for both cvs.fedoraproject.org and cvs.fedora.redhat.com
2) I have a "recvs" script that will change the repository info for a local CVS tree so I don't have to checkout new sources. If anyone is interested I can make it public.
3) How did I miss the foreshadowing of this change, since it appears rather disruptive?
Hi,
From: Tommy Reynolds Tommy.Reynolds@MegaCoder.com Date: Tue, 28 Mar 2006 05:37:31 -0600
- I have a "recvs" script that will change the repository info for a
local CVS tree so I don't have to checkout new sources. If anyone is interested I can make it public.
cvsutils package in Extras repository has cvschroot script. It also works fine in such situation.
Uttered SEKINE "tatz" Tatsuo tsekine@sdri.co.jp, spake thus:
- I have a "recvs" script that will change the repository info for a
local CVS tree so I don't have to checkout new sources. If anyone is interested I can make it public.
cvsutils package in Extras repository has cvschroot script. It also works fine in such situation.
Good. Thanks for the knowledge about #2.
Does anyone else see the SSH refused from #1?
On 3/28/06, Tommy Reynolds Tommy.Reynolds@megacoder.com wrote:
Uttered SEKINE "tatz" Tatsuo tsekine@sdri.co.jp, spake thus:
- I have a "recvs" script that will change the repository info for a
local CVS tree so I don't have to checkout new sources. If anyone is interested I can make it public.
cvsutils package in Extras repository has cvschroot script. It also works fine in such situation.
Good. Thanks for the knowledge about #2.
Does anyone else see the SSH refused from #1?
[mystery@linux docs]$ cvs co docs-common
ssh: connect to host cvs.fedoraproject.org port 22: Connection refused cvs [checkout aborted]: end of file from server (consult above messages if any) [mystery@linux docs]$
For both fedora.redhat.com and fedoraproject.org
CVSROOT is set to, export CVSROOT=:ext:pfrields@cvs.fedoraproject.org:/cvs/docs export CVS_RSH=ssh
Chida
Uttered Tommy Reynolds Tommy.Reynolds@MegaCoder.com, spake thus:
$ cvs-fedora co -c ssh: connect to host cvs.fedoraproject.org port 22: Connection refused cvs [checkout aborted]: end of file from server (consult above messages if any)
CVS check-in worked for me today.
The CVS server cannot connect to "mailhub:25", so the commit messages are not being sent to any mailing list.
Uttered Tommy Reynolds Tommy.Reynolds@MegaCoder.com, spake thus:
The CVS server cannot connect to "mailhub:25", so the commit messages are not being sent to any mailing list.
The actual errors I got were:
Checking in callout.svg; /cvs/docs/docs-common/stylesheet-images/callout.svg,v <-- callout.svg new revision: 1.2; previous revision: 1.1 done Invalid argument at /usr/lib/perl5/vendor_perl/5.8.5/Mail/Mailer.pm line 263. Running syncmail... Mailing relnotes@fedoraproject.org... ...syncmail done. Running syncmail... Mailing cvsdocs@fedora.redhat.com... ...syncmail done. sendmail: Cannot open mailhub:25
Notice the "Invalid argument" error from "Mailer.pm, line 263". I have not looked, but it's probably from "mailhub" not being resolved, YMMV.