From: Alexander Z. <ja...@tu...> - 2002-07-05 13:41:07
|
Hello I have enoggh expirience with CVS, but when I tried to checkout module syncmail, I failed, while module CVSROOT is checkouted well. [root@zynux mailman]# cvs co syncmail cvs server: cannot find module `syncmail' - ignored cvs [checkout aborted]: cannot expand modules Any suggestions? |
From: Sebastian U. <ud...@ha...> - 2002-07-05 14:36:37
|
On Fri, 5 Jul 2002, ja...@tu... (Alexander Zynevich) wrote: > Date: Fri, 5 Jul 2002 16:29:24 +0300 > To: <cvs...@li...> > From: ja...@tu... (Alexander Zynevich) > Subject: [Cvs-syncmail] cvs co syncmail failed. > > Hello I have enoggh expirience with CVS, but when I tried to checkout > module syncmail, I failed, while module CVSROOT is checkouted well. > > [root@zynux mailman]# cvs co syncmail > cvs server: cannot find module `syncmail' - ignored > cvs [checkout aborted]: cannot expand modules Hell - why are you doing things like that while being root ? Concerning your problem, I bet you don't have set the CVSROOT environment variable appropiately (:pserver:ano...@cv...:/ cvsroot/cvs-syncmail). Alternatively, use the -d commandline option of CVS. But I am sure you know that, because you have enough experience with CVS .. - Sebastian |
From: Stephan D. <S.D...@gm...> - 2002-07-05 20:12:01
|
Hi all, since probably 4 days i get only an error message: Traceback (innermost last): File "/cvsroot/jais/CVSROOT/syncmail", line 322, in ? main() File "/cvsroot/jais/CVSROOT/syncmail", line 315, in main blast_mail(subject, people, specs[1:], contextlines, fromhost) File "/cvsroot/jais/CVSROOT/syncmail", line 221, in blast_mail conn.connect(MAILHOST, MAILPORT) File "/usr/lib/python1.5/smtplib.py", line 216, in connect self.sock.connect(host, port) socket.error: (111, 'Connection refused') I really dont know what this means. It worked fine since 4 months but now that. I dont really know if your are the right ones to ask to, as it seems more like a sourceforge problem... Thx for your help Stephan Diederich |
From: Sebastian U. <ud...@ha...> - 2002-07-05 21:01:13
|
On Fri, 5 Jul 2002, S.D...@gm... (Stephan Diederich) wrote: > Date: Fri, 5 Jul 2002 22:11:43 +0200 > To: <cvs...@li...> > From: S.D...@gm... (Stephan Diederich) > Subject: [Cvs-syncmail] cvs commit error > > Hi all, > > since probably 4 days i get only an error message: > > Traceback (innermost last): > File "/cvsroot/jais/CVSROOT/syncmail", line 322, in ? > main() > File "/cvsroot/jais/CVSROOT/syncmail", line 315, in main > blast_mail(subject, people, specs[1:], contextlines, fromhost) > File "/cvsroot/jais/CVSROOT/syncmail", line 221, in blast_mail > conn.connect(MAILHOST, MAILPORT) > File "/usr/lib/python1.5/smtplib.py", line 216, in connect > self.sock.connect(host, port) > socket.error: (111, 'Connection refused') > > I really dont know what this means. It means excactly that - the STMP server you are using refuses the connection. - Sebastian |
From: Alexander Z. <ja...@tu...> - 2002-07-05 21:22:09
|
I recieve the same error .... it seems that source forge closes SMTP service. May be they prohibit SMTP to external mail lists and recipients like my mail ja...@tu... ... who knows :) What for me I am trying to create mail list and send commit logs to it. ----- Original Message ----- From: "Sebastian Ude" <ud...@ha...> To: <cvs...@li...> Sent: Saturday, July 06, 2002 12:01 AM Subject: Re: [Cvs-syncmail] cvs commit error > > > On Fri, 5 Jul 2002, S.D...@gm... (Stephan Diederich) wrote: > > Date: Fri, 5 Jul 2002 22:11:43 +0200 > > To: <cvs...@li...> > > From: S.D...@gm... (Stephan Diederich) > > Subject: [Cvs-syncmail] cvs commit error > > > > Hi all, > > > > since probably 4 days i get only an error message: > > > > Traceback (innermost last): > > File "/cvsroot/jais/CVSROOT/syncmail", line 322, in ? > > main() > > File "/cvsroot/jais/CVSROOT/syncmail", line 315, in main > > blast_mail(subject, people, specs[1:], contextlines, fromhost) > > File "/cvsroot/jais/CVSROOT/syncmail", line 221, in blast_mail > > conn.connect(MAILHOST, MAILPORT) > > File "/usr/lib/python1.5/smtplib.py", line 216, in connect > > self.sock.connect(host, port) > > socket.error: (111, 'Connection refused') > > > > I really dont know what this means. > > It means excactly that - the STMP server you are using refuses the > connection. > > > - Sebastian > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Bringing you mounds of caffeinated joy. > http://thinkgeek.com/sf > _______________________________________________ > Cvs-syncmail-talk mailing list > Cvs...@li... > https://lists.sourceforge.net/lists/listinfo/cvs-syncmail-talk |
From: Sebastian U. <ud...@ha...> - 2002-07-05 22:04:57
|
On Sat, 6 Jul 2002, ja...@tu... (Alexander Zynevich) wrote: > Date: Sat, 6 Jul 2002 00:24:42 +0300 > To: <ud...@ha...>, <cvs...@li...> > From: ja...@tu... (Alexander Zynevich) > Reply-To: ja...@tu... (Alexander Zynevich) > Subject: Re: [Cvs-syncmail] cvs commit error > > I recieve the same error .... it seems that source forge closes SMTP > service. May be they prohibit SMTP to external mail lists and recipients > like my mail ja...@tu... ... who knows :) They announced a long time ago that they plan to prohibit mail being send from the CVS servers to non-sourceforge addresses (as they are already doing with the shell servers). It seems as if they finally made excactly that change. - Sebastian |
From: Stephan D. <S.D...@gm...> - 2002-07-05 22:23:42
|
Sebastian Ude wrote: > On Sat, 6 Jul 2002, ja...@tu... (Alexander Zynevich) wrote: > > Date: Sat, 6 Jul 2002 00:24:42 +0300 > > To: <ud...@ha...>, <cvs...@li...> > > From: ja...@tu... (Alexander Zynevich) > > Reply-To: ja...@tu... (Alexander Zynevich) > > Subject: Re: [Cvs-syncmail] cvs commit error > > > > I recieve the same error .... it seems that source forge > closes SMTP > > service. May be they prohibit SMTP to external mail lists and > > recipients like my mail ja...@tu... ... who knows :) > > They announced a long time ago that they plan to prohibit > mail being send > >from the CVS servers to non-sourceforge addresses (as they > are already > doing with the shell servers). It seems as if they finally > made excactly that change. But i get that message, allthough i only send my mails to the sourceforge mailinglists Stephan |
From: Sebastian U. <ud...@ha...> - 2002-07-05 22:42:52
|
On Sat, 6 Jul 2002, S.D...@gm... (Stephan Diederich) wrote: > Date: Sat, 6 Jul 2002 00:23:22 +0200 > To: <cvs...@li...> > From: S.D...@gm... (Stephan Diederich) > Subject: RE: [Cvs-syncmail] cvs commit error [...] > But i get that message, allthough i only send my mails to the > sourceforge mailinglists Why don't you just file a support request then ? - Sebastian |