ij-VTK Server Timeout

View: New views
8 Messages — Rating Filter:   Alert me  

ij-VTK Server Timeout

by keesh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Folks,
 
I just successfully ran (and built) the VTK Version,
Surface Rendering, and Volume Rendering Image/J prototype plugins
on my new AMD Athlon 64 laptop (running WinXP).
If anybody has any problems running (or building) the above applications,
please let me know whilest the set-up procedure is still fresh in my mind.
 
But, I was unable to pull down the latest ij-VTK source code from Sourceforge
using CVS (timeout errors).
Have any repository paths changed?
 
I plan on "returning" to this project to work on either
volume rendering transfer function or surface rendering point cloud work.
 
******************************************
keesh
Software Development Engineer
(Alchemist of the Millennium)
 
Contact:
keesh@...
******************************************
 
Work Life Plan:
To improve the quality of life for all mankind through better pattern
recognition techniques.
 
Home Life Plan:
Married, but happy. Three bright beacons light my way.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users

Re: ij-VTK Server Timeout

by Jarek Sacha :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

keesh wrote:
> But, I was unable to pull down the latest ij-VTK source code from
> Sourceforge
> using CVS (timeout errors).
> Have any repository paths changed?
SourceForge was doing some changes to CVS servers over past months. I am
not sure what and when changed, I updated my setup a while ago. CVS info
at project page:
http://sourceforge.net/cvs/?group_id=44711
has correct CVS configuration information (as far as I can tell).

Jarek


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users

Parent Message unknown Re: ij-VTK Server Timeout

by keesh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jarek,

Here are my updated Borland CVS settings...
team.ActiveVCS[0]=CVS

team.CvsAccessMethod[0]=ext

team.CvsAutosaveEnabled[0]=1

team.CvsBranch[0]=<main>

team.CvsModule[0]=ij-VTK

team.CvsPruneEmptyDirs[0]=1

team.CvsRemoteShell[0]=J:\Borland\JBuilder2005\thirdparty\putty\plink.exe

team.CvsRepository[0]=/cvsroot/ij-plugins

team.CvsServer[0]=ij-plugins.cvs.sourceforge.net

team.CvsShowConsole[0]=1

team.CvsUsername[0]=keesh0

team.lastScanned[0]=1158527699298

team.prunedDirectories[0]=src/cxx;src/java/net/sf/ij_plugins/utils;src/java/
net/sf/ij_plugins/vtk/prototype/surfacerender;src/java/net/sf/ij_plugins/vtk
/prototype/volumerender

Any ideas why CVS still appears to be broken?
e.-
===

----- Original Message -----
From: "keesh" <keesh@...>
To: "keesh" <keesh@...>
Sent: Monday, September 11, 2006 8:13 PM
Subject: Fw: [Ij-plugins-users] ij-VTK Server Timeout


> Developer CVS Access via SSH
>
> Only project developers can access the CVS tree via this method. A SSH
> client must be installed on your client machine. Substitute modulename and
> developername with the proper values. Enter your site password when
> prompted.
>
> Project administrators may limit CVS access to this repository using
> cvs_acls or the CVS access member permissions option. Developers may
verify
> their CVS access status on the admin page for this project.
>
> A significant amount of information about project CVS services may be
found
> in our "CVS (Version Control for Source Code)".
>
> Developers may also make use of shared SSH keys for authentication.
>
> export CVS_RSH=ssh
>
>
cvs -z3 -d:ext:developername@...:/cvsroot/ij-plug

> ins co -P modulename
>
> NOTE: UNIX file and directory names are case sensitive. The path to the
> project CVSROOT must be specified using lowercase characters (i.e.
> /cvsroot/ij-plugins)
>
> ----- Original Message -----
> From: "Jarek Sacha" <jarek@...>
> To: "keesh" <keesh@...>
> Cc: <ij-plugins-users@...>; <Maximilian.Loy@...>;
> "Farrokhi, Shawn" <farrokhi@...>; <heiko.gleitsmann@...>
> Sent: Sunday, September 10, 2006 9:38 PM
> Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout
>
>
> > keesh wrote:
> > > But, I was unable to pull down the latest ij-VTK source code from
> > > Sourceforge
> > > using CVS (timeout errors).
> > > Have any repository paths changed?
> > SourceForge was doing some changes to CVS servers over past months. I am
> > not sure what and when changed, I updated my setup a while ago. CVS info
> > at project page:
> > http://sourceforge.net/cvs/?group_id=44711
> > has correct CVS configuration information (as far as I can tell).
> >
> > Jarek
> >
> >
>
>
>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users

Re: ij-VTK Server Timeout

by Jarek Sacha-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Keesh:

I am not familiar it JBuilder setup. Did you try some other CVS client?
Tested again to make sure with SmartCVS, IDEA, and NetBeans, I have no
problem accessing ij-plugins CVS.
Did you try to check out the project in a new directory to make sure
that you existing setup did not get corrupted? Can you access other
projects' CVS on SourceForge?

Jarek

keesh wrote:

> Jarek,
>
> Here are my updated Borland CVS settings...
> team.ActiveVCS[0]=CVS
>
> team.CvsAccessMethod[0]=ext
>
> team.CvsAutosaveEnabled[0]=1
>
> team.CvsBranch[0]=<main>
>
> team.CvsModule[0]=ij-VTK
>
> team.CvsPruneEmptyDirs[0]=1
>
> team.CvsRemoteShell[0]=J:\Borland\JBuilder2005\thirdparty\putty\plink.exe
>
> team.CvsRepository[0]=/cvsroot/ij-plugins
>
> team.CvsServer[0]=ij-plugins.cvs.sourceforge.net
>
> team.CvsShowConsole[0]=1
>
> team.CvsUsername[0]=keesh0
>
> team.lastScanned[0]=1158527699298
>
> team.prunedDirectories[0]=src/cxx;src/java/net/sf/ij_plugins/utils;src/java/
> net/sf/ij_plugins/vtk/prototype/surfacerender;src/java/net/sf/ij_plugins/vtk
> /prototype/volumerender
>
> Any ideas why CVS still appears to be broken?
> e.-
> ===
>
> ----- Original Message -----
> From: "keesh" <keesh@...>
> To: "keesh" <keesh@...>
> Sent: Monday, September 11, 2006 8:13 PM
> Subject: Fw: [Ij-plugins-users] ij-VTK Server Timeout
>
>
>  
>> Developer CVS Access via SSH
>>
>> Only project developers can access the CVS tree via this method. A SSH
>> client must be installed on your client machine. Substitute modulename and
>> developername with the proper values. Enter your site password when
>> prompted.
>>
>> Project administrators may limit CVS access to this repository using
>> cvs_acls or the CVS access member permissions option. Developers may
>>    
> verify
>  
>> their CVS access status on the admin page for this project.
>>
>> A significant amount of information about project CVS services may be
>>    
> found
>  
>> in our "CVS (Version Control for Source Code)".
>>
>> Developers may also make use of shared SSH keys for authentication.
>>
>> export CVS_RSH=ssh
>>
>>
>>    
> cvs -z3 -d:ext:developername@...:/cvsroot/ij-plug
>  
>> ins co -P modulename
>>
>> NOTE: UNIX file and directory names are case sensitive. The path to the
>> project CVSROOT must be specified using lowercase characters (i.e.
>> /cvsroot/ij-plugins)
>>
>> ----- Original Message -----
>> From: "Jarek Sacha" <jarek@...>
>> To: "keesh" <keesh@...>
>> Cc: <ij-plugins-users@...>; <Maximilian.Loy@...>;
>> "Farrokhi, Shawn" <farrokhi@...>; <heiko.gleitsmann@...>
>> Sent: Sunday, September 10, 2006 9:38 PM
>> Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout
>>
>>
>>    
>>> keesh wrote:
>>>      
>>>> But, I was unable to pull down the latest ij-VTK source code from
>>>> Sourceforge
>>>> using CVS (timeout errors).
>>>> Have any repository paths changed?
>>>>        
>>> SourceForge was doing some changes to CVS servers over past months. I am
>>> not sure what and when changed, I updated my setup a while ago. CVS info
>>> at project page:
>>> http://sourceforge.net/cvs/?group_id=44711
>>> has correct CVS configuration information (as far as I can tell).
>>>
>>> Jarek
>>>
>>>
>>>      
>>
>>    
>
>
>
>
>  



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users

Re: ij-VTK Server Timeout

by keesh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jarek,

I performed a basic test with RSA auth. via SSH which still appears to work
fine.

When I performed a simple text file checkin on a clean new project dir. I
got the following error.
What else has changed besides "ij-plugins.cvs.sourceforge.net"
as my previous CVS setup was working fine?  Do I need new permissions for
ij-VTK?
  a.. Failed to checkout CVSROOT/cvswrappers. Permission to checkout this
file is necessary to configure CVS to recognize certain binary file types.
  b.. Failed to create the module "ij-VTK" in the CVS repository. CVS
returned the following error:
  c.. The servers host key is not cached in the registry. You
  d.. have no guarantee that the server is the computer you
  e.. think it is.
  f.. The servers rsa2 key fingerprint is:
  g.. ssh-rsa 1024 13:f1:65:c3:6c:b7:7e:a5:f0:f3:f5:19:f4:42:9c:4a
  h.. If you trust this host, enter "y" to add the key to
  i.. PuTTYs cache and carry on connecting.
  j.. If you want to carry on connecting just once, without
  k.. adding the key to the cache, enter "n".
  l.. If you do not trust this host, press Return to abandon the
  m.. connection.
  n.. Store key in cache? (y/n) unrecognized request `responses ok error
Valid-requests Checked-in New-entry Checksum Copy-file Updated Created
Update-existing Merged Patched Rcs-diff Mode Mod-time Removed Remove-entry
Set-static-directory Clear-static-directory Set-sticky Clear-sticky Template
Notified Module-expansion Wrapper-rcsOption M Mbinary E F MT
Do the following values look OK to you?
> > team.ActiveVCS[0]=CVS
> > team.CvsAccessMethod[0]=ext
> > team.CvsBranch[0]=<main>
> > team.CvsModule[0]=ij-VTK
> >
team.CvsRemoteShell[0]=J:\Borland\JBuilder2005\thirdparty\putty\plink.exe
> > team.CvsRepository[0]=/cvsroot/ij-plugins
> > team.CvsServer[0]=ij-plugins.cvs.sourceforge.net
> > team.CvsUsername[0]=keesh0

e.-
===

----- Original Message -----
From: "Jarek Sacha" <jsacha@...>
To: "keesh" <keesh@...>
Cc: <ij-plugins-users@...>; <Maximilian.Loy@...>;
"Farrokhi, Shawn" <farrokhi@...>; <heiko.gleitsmann@...>
Sent: Sunday, September 17, 2006 9:45 PM
Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout


> Keesh:
>
> I am not familiar it JBuilder setup. Did you try some other CVS client?
> Tested again to make sure with SmartCVS, IDEA, and NetBeans, I have no
> problem accessing ij-plugins CVS.
> Did you try to check out the project in a new directory to make sure
> that you existing setup did not get corrupted? Can you access other
> projects' CVS on SourceForge?
>
> Jarek
>
> keesh wrote:
> > Jarek,
> >
> > Here are my updated Borland CVS settings...
> > team.ActiveVCS[0]=CVS
> >
> > team.CvsAccessMethod[0]=ext
> >
> > team.CvsAutosaveEnabled[0]=1
> >
> > team.CvsBranch[0]=<main>
> >
> > team.CvsModule[0]=ij-VTK
> >
> > team.CvsPruneEmptyDirs[0]=1
> >
> >
team.CvsRemoteShell[0]=J:\Borland\JBuilder2005\thirdparty\putty\plink.exe

> >
> > team.CvsRepository[0]=/cvsroot/ij-plugins
> >
> > team.CvsServer[0]=ij-plugins.cvs.sourceforge.net
> >
> > team.CvsShowConsole[0]=1
> >
> > team.CvsUsername[0]=keesh0
> >
> > team.lastScanned[0]=1158527699298
> >
> >
team.prunedDirectories[0]=src/cxx;src/java/net/sf/ij_plugins/utils;src/java/
> >
net/sf/ij_plugins/vtk/prototype/surfacerender;src/java/net/sf/ij_plugins/vtk

> > /prototype/volumerender
> >
> > Any ideas why CVS still appears to be broken?
> > e.-
> > ===
> >
> > ----- Original Message -----
> > From: "keesh" <keesh@...>
> > To: "keesh" <keesh@...>
> > Sent: Monday, September 11, 2006 8:13 PM
> > Subject: Fw: [Ij-plugins-users] ij-VTK Server Timeout
> >
> >
> >
> >> Developer CVS Access via SSH
> >>
> >> Only project developers can access the CVS tree via this method. A SSH
> >> client must be installed on your client machine. Substitute modulename
and

> >> developername with the proper values. Enter your site password when
> >> prompted.
> >>
> >> Project administrators may limit CVS access to this repository using
> >> cvs_acls or the CVS access member permissions option. Developers may
> >>
> > verify
> >
> >> their CVS access status on the admin page for this project.
> >>
> >> A significant amount of information about project CVS services may be
> >>
> > found
> >
> >> in our "CVS (Version Control for Source Code)".
> >>
> >> Developers may also make use of shared SSH keys for authentication.
> >>
> >> export CVS_RSH=ssh
> >>
> >>
> >>
> >
cvs -z3 -d:ext:developername@...:/cvsroot/ij-plug

> >
> >> ins co -P modulename
> >>
> >> NOTE: UNIX file and directory names are case sensitive. The path to the
> >> project CVSROOT must be specified using lowercase characters (i.e.
> >> /cvsroot/ij-plugins)
> >>
> >> ----- Original Message -----
> >> From: "Jarek Sacha" <jarek@...>
> >> To: "keesh" <keesh@...>
> >> Cc: <ij-plugins-users@...>;
<Maximilian.Loy@...>;

> >> "Farrokhi, Shawn" <farrokhi@...>; <heiko.gleitsmann@...>
> >> Sent: Sunday, September 10, 2006 9:38 PM
> >> Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout
> >>
> >>
> >>
> >>> keesh wrote:
> >>>
> >>>> But, I was unable to pull down the latest ij-VTK source code from
> >>>> Sourceforge
> >>>> using CVS (timeout errors).
> >>>> Have any repository paths changed?
> >>>>
> >>> SourceForge was doing some changes to CVS servers over past months. I
am
> >>> not sure what and when changed, I updated my setup a while ago. CVS
info

> >>> at project page:
> >>> http://sourceforge.net/cvs/?group_id=44711
> >>> has correct CVS configuration information (as far as I can tell).
> >>>
> >>> Jarek
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
> >
> >
> >
>
>
>



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users

Re: ij-VTK Server Timeout

by Jarek Sacha-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I a bit confused as to you error message, not sure where it start and
where ends.

Part of it looks normal (lines c to m and very beginning of n - server  
ssh key is not in you cache).

I am have no idea where the error from line a is coming from, as looks
as if some security flags are not set right. I did not change anything
for years.

Line b may be the key, it looks as if you are trying to create a new
'ij-VTK' module in the repository. This is sure to fail as the module
already exists. Other errors may be just a consequence of this one. You
may be issuing a wrong CVS command.

Jarek

keesh wrote:

> Jarek,
>
> I performed a basic test with RSA auth. via SSH which still appears to work
> fine.
>
> When I performed a simple text file checkin on a clean new project dir. I
> got the following error.
> What else has changed besides "ij-plugins.cvs.sourceforge.net"
> as my previous CVS setup was working fine?  Do I need new permissions for
> ij-VTK?
>   a.. Failed to checkout CVSROOT/cvswrappers. Permission to checkout this
> file is necessary to configure CVS to recognize certain binary file types.
>   b.. Failed to create the module "ij-VTK" in the CVS repository. CVS
> returned the following error:
>   c.. The servers host key is not cached in the registry. You
>   d.. have no guarantee that the server is the computer you
>   e.. think it is.
>   f.. The servers rsa2 key fingerprint is:
>   g.. ssh-rsa 1024 13:f1:65:c3:6c:b7:7e:a5:f0:f3:f5:19:f4:42:9c:4a
>   h.. If you trust this host, enter "y" to add the key to
>   i.. PuTTYs cache and carry on connecting.
>   j.. If you want to carry on connecting just once, without
>   k.. adding the key to the cache, enter "n".
>   l.. If you do not trust this host, press Return to abandon the
>   m.. connection.
>   n.. Store key in cache? (y/n) unrecognized request `responses ok error
> Valid-requests Checked-in New-entry Checksum Copy-file Updated Created
> Update-existing Merged Patched Rcs-diff Mode Mod-time Removed Remove-entry
> Set-static-directory Clear-static-directory Set-sticky Clear-sticky Template
> Notified Module-expansion Wrapper-rcsOption M Mbinary E F MT
> Do the following values look OK to you?
>  
>>> team.ActiveVCS[0]=CVS
>>> team.CvsAccessMethod[0]=ext
>>> team.CvsBranch[0]=<main>
>>> team.CvsModule[0]=ij-VTK
>>>
>>>      
> team.CvsRemoteShell[0]=J:\Borland\JBuilder2005\thirdparty\putty\plink.exe
>  
>>> team.CvsRepository[0]=/cvsroot/ij-plugins
>>> team.CvsServer[0]=ij-plugins.cvs.sourceforge.net
>>> team.CvsUsername[0]=keesh0
>>>      
>
> e.-
> ===
>
> ----- Original Message -----
> From: "Jarek Sacha" <jsacha@...>
> To: "keesh" <keesh@...>
> Cc: <ij-plugins-users@...>; <Maximilian.Loy@...>;
> "Farrokhi, Shawn" <farrokhi@...>; <heiko.gleitsmann@...>
> Sent: Sunday, September 17, 2006 9:45 PM
> Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout
>
>
>  
>> Keesh:
>>
>> I am not familiar it JBuilder setup. Did you try some other CVS client?
>> Tested again to make sure with SmartCVS, IDEA, and NetBeans, I have no
>> problem accessing ij-plugins CVS.
>> Did you try to check out the project in a new directory to make sure
>> that you existing setup did not get corrupted? Can you access other
>> projects' CVS on SourceForge?
>>
>> Jarek
>>
>> keesh wrote:
>>    
>>> Jarek,
>>>
>>> Here are my updated Borland CVS settings...
>>> team.ActiveVCS[0]=CVS
>>>
>>> team.CvsAccessMethod[0]=ext
>>>
>>> team.CvsAutosaveEnabled[0]=1
>>>
>>> team.CvsBranch[0]=<main>
>>>
>>> team.CvsModule[0]=ij-VTK
>>>
>>> team.CvsPruneEmptyDirs[0]=1
>>>
>>>
>>>      
> team.CvsRemoteShell[0]=J:\Borland\JBuilder2005\thirdparty\putty\plink.exe
>  
>>> team.CvsRepository[0]=/cvsroot/ij-plugins
>>>
>>> team.CvsServer[0]=ij-plugins.cvs.sourceforge.net
>>>
>>> team.CvsShowConsole[0]=1
>>>
>>> team.CvsUsername[0]=keesh0
>>>
>>> team.lastScanned[0]=1158527699298
>>>
>>>
>>>      
> team.prunedDirectories[0]=src/cxx;src/java/net/sf/ij_plugins/utils;src/java/
>  
> net/sf/ij_plugins/vtk/prototype/surfacerender;src/java/net/sf/ij_plugins/vtk
>  
>>> /prototype/volumerender
>>>
>>> Any ideas why CVS still appears to be broken?
>>> e.-
>>> ===
>>>
>>> ----- Original Message -----
>>> From: "keesh" <keesh@...>
>>> To: "keesh" <keesh@...>
>>> Sent: Monday, September 11, 2006 8:13 PM
>>> Subject: Fw: [Ij-plugins-users] ij-VTK Server Timeout
>>>
>>>
>>>
>>>      
>>>> Developer CVS Access via SSH
>>>>
>>>> Only project developers can access the CVS tree via this method. A SSH
>>>> client must be installed on your client machine. Substitute modulename
>>>>        
> and
>  
>>>> developername with the proper values. Enter your site password when
>>>> prompted.
>>>>
>>>> Project administrators may limit CVS access to this repository using
>>>> cvs_acls or the CVS access member permissions option. Developers may
>>>>
>>>>        
>>> verify
>>>
>>>      
>>>> their CVS access status on the admin page for this project.
>>>>
>>>> A significant amount of information about project CVS services may be
>>>>
>>>>        
>>> found
>>>
>>>      
>>>> in our "CVS (Version Control for Source Code)".
>>>>
>>>> Developers may also make use of shared SSH keys for authentication.
>>>>
>>>> export CVS_RSH=ssh
>>>>
>>>>
>>>>
>>>>        
> cvs -z3 -d:ext:developername@...:/cvsroot/ij-plug
>  
>>>> ins co -P modulename
>>>>
>>>> NOTE: UNIX file and directory names are case sensitive. The path to the
>>>> project CVSROOT must be specified using lowercase characters (i.e.
>>>> /cvsroot/ij-plugins)
>>>>
>>>> ----- Original Message -----
>>>> From: "Jarek Sacha" <jarek@...>
>>>> To: "keesh" <keesh@...>
>>>> Cc: <ij-plugins-users@...>;
>>>>        
> <Maximilian.Loy@...>;
>  
>>>> "Farrokhi, Shawn" <farrokhi@...>; <heiko.gleitsmann@...>
>>>> Sent: Sunday, September 10, 2006 9:38 PM
>>>> Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout
>>>>
>>>>
>>>>
>>>>        
>>>>> keesh wrote:
>>>>>
>>>>>          
>>>>>> But, I was unable to pull down the latest ij-VTK source code from
>>>>>> Sourceforge
>>>>>> using CVS (timeout errors).
>>>>>> Have any repository paths changed?
>>>>>>
>>>>>>            
>>>>> SourceForge was doing some changes to CVS servers over past months. I
>>>>>          
> am
>  
>>>>> not sure what and when changed, I updated my setup a while ago. CVS
>>>>>          
> info
>  
>>>>> at project page:
>>>>> http://sourceforge.net/cvs/?group_id=44711
>>>>> has correct CVS configuration information (as far as I can tell).
>>>>>
>>>>> Jarek
>>>>>
>>>>>
>>>>>
>>>>>          
>>>>        
>>>
>>>
>>>
>>>      
>>
>>    
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Ij-plugins-users mailing list
> Ij-plugins-users@...
> https://lists.sourceforge.net/lists/listinfo/ij-plugins-users
>
>
>  



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users

Re: ij-VTK Server Timeout

by keesh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jarek,

Regarding CVS, nothing has changed on my end either.
Its been so long that I don't recall how I pulled down the initial ij-VTK
module?

When did the CVS server change to ij-plugins.cvs.sourceforge.net from
cvs.sourceforge.net
(was there an e-mail sent out)?

Do I have both update and checkin permissions on the main ij-plugins
(toolkit) module?
e.-
===


----- Original Message -----
From: "Jarek Sacha" <jsacha@...>
To: "keesh" <keesh@...>
Cc: <ij-plugins-users@...>; <Maximilian.Loy@...>;
<heiko.gleitsmann@...>; <farrokhi@...>
Sent: Sunday, September 24, 2006 10:19 PM
Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout


> I a bit confused as to you error message, not sure where it start and
> where ends.
>
> Part of it looks normal (lines c to m and very beginning of n - server
> ssh key is not in you cache).
>
> I am have no idea where the error from line a is coming from, as looks
> as if some security flags are not set right. I did not change anything
> for years.
>
> Line b may be the key, it looks as if you are trying to create a new
> 'ij-VTK' module in the repository. This is sure to fail as the module
> already exists. Other errors may be just a consequence of this one. You
> may be issuing a wrong CVS command.
>
> Jarek
>
> keesh wrote:
> > Jarek,
> >
> > I performed a basic test with RSA auth. via SSH which still appears to
work
> > fine.
> >
> > When I performed a simple text file checkin on a clean new project dir.
I
> > got the following error.
> > What else has changed besides "ij-plugins.cvs.sourceforge.net"
> > as my previous CVS setup was working fine?  Do I need new permissions
for
> > ij-VTK?
> >   a.. Failed to checkout CVSROOT/cvswrappers. Permission to checkout
this
> > file is necessary to configure CVS to recognize certain binary file
types.

> >   b.. Failed to create the module "ij-VTK" in the CVS repository. CVS
> > returned the following error:
> >   c.. The servers host key is not cached in the registry. You
> >   d.. have no guarantee that the server is the computer you
> >   e.. think it is.
> >   f.. The servers rsa2 key fingerprint is:
> >   g.. ssh-rsa 1024 13:f1:65:c3:6c:b7:7e:a5:f0:f3:f5:19:f4:42:9c:4a
> >   h.. If you trust this host, enter "y" to add the key to
> >   i.. PuTTYs cache and carry on connecting.
> >   j.. If you want to carry on connecting just once, without
> >   k.. adding the key to the cache, enter "n".
> >   l.. If you do not trust this host, press Return to abandon the
> >   m.. connection.
> >   n.. Store key in cache? (y/n) unrecognized request `responses ok error
> > Valid-requests Checked-in New-entry Checksum Copy-file Updated Created
> > Update-existing Merged Patched Rcs-diff Mode Mod-time Removed
Remove-entry
> > Set-static-directory Clear-static-directory Set-sticky Clear-sticky
Template

> > Notified Module-expansion Wrapper-rcsOption M Mbinary E F MT
> > Do the following values look OK to you?
> >
> >>> team.ActiveVCS[0]=CVS
> >>> team.CvsAccessMethod[0]=ext
> >>> team.CvsBranch[0]=<main>
> >>> team.CvsModule[0]=ij-VTK
> >>>
> >>>
> >
team.CvsRemoteShell[0]=J:\Borland\JBuilder2005\thirdparty\putty\plink.exe

> >
> >>> team.CvsRepository[0]=/cvsroot/ij-plugins
> >>> team.CvsServer[0]=ij-plugins.cvs.sourceforge.net
> >>> team.CvsUsername[0]=keesh0
> >>>
> >
> > e.-
> > ===
> >
> > ----- Original Message -----
> > From: "Jarek Sacha" <jsacha@...>
> > To: "keesh" <keesh@...>
> > Cc: <ij-plugins-users@...>;
<Maximilian.Loy@...>;

> > "Farrokhi, Shawn" <farrokhi@...>; <heiko.gleitsmann@...>
> > Sent: Sunday, September 17, 2006 9:45 PM
> > Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout
> >
> >
> >
> >> Keesh:
> >>
> >> I am not familiar it JBuilder setup. Did you try some other CVS client?
> >> Tested again to make sure with SmartCVS, IDEA, and NetBeans, I have no
> >> problem accessing ij-plugins CVS.
> >> Did you try to check out the project in a new directory to make sure
> >> that you existing setup did not get corrupted? Can you access other
> >> projects' CVS on SourceForge?
> >>
> >> Jarek
> >>
> >> keesh wrote:
> >>
> >>> Jarek,
> >>>
> >>> Here are my updated Borland CVS settings...
> >>> team.ActiveVCS[0]=CVS
> >>>
> >>> team.CvsAccessMethod[0]=ext
> >>>
> >>> team.CvsAutosaveEnabled[0]=1
> >>>
> >>> team.CvsBranch[0]=<main>
> >>>
> >>> team.CvsModule[0]=ij-VTK
> >>>
> >>> team.CvsPruneEmptyDirs[0]=1
> >>>
> >>>
> >>>
> >
team.CvsRemoteShell[0]=J:\Borland\JBuilder2005\thirdparty\putty\plink.exe

> >
> >>> team.CvsRepository[0]=/cvsroot/ij-plugins
> >>>
> >>> team.CvsServer[0]=ij-plugins.cvs.sourceforge.net
> >>>
> >>> team.CvsShowConsole[0]=1
> >>>
> >>> team.CvsUsername[0]=keesh0
> >>>
> >>> team.lastScanned[0]=1158527699298
> >>>
> >>>
> >>>
> >
team.prunedDirectories[0]=src/cxx;src/java/net/sf/ij_plugins/utils;src/java/
> >
> >
net/sf/ij_plugins/vtk/prototype/surfacerender;src/java/net/sf/ij_plugins/vtk

> >
> >>> /prototype/volumerender
> >>>
> >>> Any ideas why CVS still appears to be broken?
> >>> e.-
> >>> ===
> >>>
> >>> ----- Original Message -----
> >>> From: "keesh" <keesh@...>
> >>> To: "keesh" <keesh@...>
> >>> Sent: Monday, September 11, 2006 8:13 PM
> >>> Subject: Fw: [Ij-plugins-users] ij-VTK Server Timeout
> >>>
> >>>
> >>>
> >>>
> >>>> Developer CVS Access via SSH
> >>>>
> >>>> Only project developers can access the CVS tree via this method. A
SSH
> >>>> client must be installed on your client machine. Substitute
modulename

> >>>>
> > and
> >
> >>>> developername with the proper values. Enter your site password when
> >>>> prompted.
> >>>>
> >>>> Project administrators may limit CVS access to this repository using
> >>>> cvs_acls or the CVS access member permissions option. Developers may
> >>>>
> >>>>
> >>> verify
> >>>
> >>>
> >>>> their CVS access status on the admin page for this project.
> >>>>
> >>>> A significant amount of information about project CVS services may be
> >>>>
> >>>>
> >>> found
> >>>
> >>>
> >>>> in our "CVS (Version Control for Source Code)".
> >>>>
> >>>> Developers may also make use of shared SSH keys for authentication.
> >>>>
> >>>> export CVS_RSH=ssh
> >>>>
> >>>>
> >>>>
> >>>>
> >
cvs -z3 -d:ext:developername@...:/cvsroot/ij-plug
> >
> >>>> ins co -P modulename
> >>>>
> >>>> NOTE: UNIX file and directory names are case sensitive. The path to
the

> >>>> project CVSROOT must be specified using lowercase characters (i.e.
> >>>> /cvsroot/ij-plugins)
> >>>>
> >>>> ----- Original Message -----
> >>>> From: "Jarek Sacha" <jarek@...>
> >>>> To: "keesh" <keesh@...>
> >>>> Cc: <ij-plugins-users@...>;
> >>>>
> > <Maximilian.Loy@...>;
> >
> >>>> "Farrokhi, Shawn" <farrokhi@...>;
<heiko.gleitsmann@...>

> >>>> Sent: Sunday, September 10, 2006 9:38 PM
> >>>> Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>> keesh wrote:
> >>>>>
> >>>>>
> >>>>>> But, I was unable to pull down the latest ij-VTK source code from
> >>>>>> Sourceforge
> >>>>>> using CVS (timeout errors).
> >>>>>> Have any repository paths changed?
> >>>>>>
> >>>>>>
> >>>>> SourceForge was doing some changes to CVS servers over past months.
I

> >>>>>
> > am
> >
> >>>>> not sure what and when changed, I updated my setup a while ago. CVS
> >>>>>
> > info
> >
> >>>>> at project page:
> >>>>> http://sourceforge.net/cvs/?group_id=44711
> >>>>> has correct CVS configuration information (as far as I can tell).
> >>>>>
> >>>>> Jarek
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
> >
>
> -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> > opinions on IT & business topics through brief surveys -- and earn cash
> >
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

> > _______________________________________________
> > Ij-plugins-users mailing list
> > Ij-plugins-users@...
> > https://lists.sourceforge.net/lists/listinfo/ij-plugins-users
> >
> >
> >
>
>
>



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users

Re: ij-VTK Server Timeout

by Jarek Sacha-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

keesh wrote:
> Regarding CVS, nothing has changed on my end either.
> Its been so long that I don't recall how I pulled down the initial ij-VTK
> module?
>
> When did the CVS server change to ij-plugins.cvs.sourceforge.net from
> cvs.sourceforge.net
> (was there an e-mail sent out)?
>  
Looks the official change date was 2006-05-12. There was general
notification in SourceForge newsletter sent to all users (?). I will
forward to ij-plugins-user an email that was sent to project
administrators (though I do not see there anything that may explain your
problems, I may be missing something).
> Do I have both update and checkin permissions on the main ij-plugins
> (toolkit) module?
>  
There are no restrictions on update, anybody can run it. You do have
commit (check-in) permissions to ij-VTK and to ij-plugins.

> e.-
> ===
>
>
> ----- Original Message -----
> From: "Jarek Sacha" <jsacha@...>
> To: "keesh" <keesh@...>
> Cc: <ij-plugins-users@...>; <Maximilian.Loy@...>;
> <heiko.gleitsmann@...>; <farrokhi@...>
> Sent: Sunday, September 24, 2006 10:19 PM
> Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout
>
>
>  
>> I a bit confused as to you error message, not sure where it start and
>> where ends.
>>
>> Part of it looks normal (lines c to m and very beginning of n - server
>> ssh key is not in you cache).
>>
>> I am have no idea where the error from line a is coming from, as looks
>> as if some security flags are not set right. I did not change anything
>> for years.
>>
>> Line b may be the key, it looks as if you are trying to create a new
>> 'ij-VTK' module in the repository. This is sure to fail as the module
>> already exists. Other errors may be just a consequence of this one. You
>> may be issuing a wrong CVS command.
>>
>> Jarek
>>
>> keesh wrote:
>>    
>>> Jarek,
>>>
>>> I performed a basic test with RSA auth. via SSH which still appears to
>>>      
> work
>  
>>> fine.
>>>
>>> When I performed a simple text file checkin on a clean new project dir.
>>>      
> I
>  
>>> got the following error.
>>> What else has changed besides "ij-plugins.cvs.sourceforge.net"
>>> as my previous CVS setup was working fine?  Do I need new permissions
>>>      
> for
>  
>>> ij-VTK?
>>>   a.. Failed to checkout CVSROOT/cvswrappers. Permission to checkout
>>>      
> this
>  
>>> file is necessary to configure CVS to recognize certain binary file
>>>      
> types.
>  
>>>   b.. Failed to create the module "ij-VTK" in the CVS repository. CVS
>>> returned the following error:
>>>   c.. The servers host key is not cached in the registry. You
>>>   d.. have no guarantee that the server is the computer you
>>>   e.. think it is.
>>>   f.. The servers rsa2 key fingerprint is:
>>>   g.. ssh-rsa 1024 13:f1:65:c3:6c:b7:7e:a5:f0:f3:f5:19:f4:42:9c:4a
>>>   h.. If you trust this host, enter "y" to add the key to
>>>   i.. PuTTYs cache and carry on connecting.
>>>   j.. If you want to carry on connecting just once, without
>>>   k.. adding the key to the cache, enter "n".
>>>   l.. If you do not trust this host, press Return to abandon the
>>>   m.. connection.
>>>   n.. Store key in cache? (y/n) unrecognized request `responses ok error
>>> Valid-requests Checked-in New-entry Checksum Copy-file Updated Created
>>> Update-existing Merged Patched Rcs-diff Mode Mod-time Removed
>>>      
> Remove-entry
>  
>>> Set-static-directory Clear-static-directory Set-sticky Clear-sticky
>>>      
> Template
>  
>>> Notified Module-expansion Wrapper-rcsOption M Mbinary E F MT
>>> Do the following values look OK to you?
>>>
>>>      
>>>>> team.ActiveVCS[0]=CVS
>>>>> team.CvsAccessMethod[0]=ext
>>>>> team.CvsBranch[0]=<main>
>>>>> team.CvsModule[0]=ij-VTK
>>>>>
>>>>>
>>>>>          
> team.CvsRemoteShell[0]=J:\Borland\JBuilder2005\thirdparty\putty\plink.exe
>  
>>>>> team.CvsRepository[0]=/cvsroot/ij-plugins
>>>>> team.CvsServer[0]=ij-plugins.cvs.sourceforge.net
>>>>> team.CvsUsername[0]=keesh0
>>>>>
>>>>>          
>>> e.-
>>> ===
>>>
>>> ----- Original Message -----
>>> From: "Jarek Sacha" <jsacha@...>
>>> To: "keesh" <keesh@...>
>>> Cc: <ij-plugins-users@...>;
>>>      
> <Maximilian.Loy@...>;
>  
>>> "Farrokhi, Shawn" <farrokhi@...>; <heiko.gleitsmann@...>
>>> Sent: Sunday, September 17, 2006 9:45 PM
>>> Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout
>>>
>>>
>>>
>>>      
>>>> Keesh:
>>>>
>>>> I am not familiar it JBuilder setup. Did you try some other CVS client?
>>>> Tested again to make sure with SmartCVS, IDEA, and NetBeans, I have no
>>>> problem accessing ij-plugins CVS.
>>>> Did you try to check out the project in a new directory to make sure
>>>> that you existing setup did not get corrupted? Can you access other
>>>> projects' CVS on SourceForge?
>>>>
>>>> Jarek
>>>>
>>>> keesh wrote:
>>>>
>>>>        
>>>>> Jarek,
>>>>>
>>>>> Here are my updated Borland CVS settings...
>>>>> team.ActiveVCS[0]=CVS
>>>>>
>>>>> team.CvsAccessMethod[0]=ext
>>>>>
>>>>> team.CvsAutosaveEnabled[0]=1
>>>>>
>>>>> team.CvsBranch[0]=<main>
>>>>>
>>>>> team.CvsModule[0]=ij-VTK
>>>>>
>>>>> team.CvsPruneEmptyDirs[0]=1
>>>>>
>>>>>
>>>>>
>>>>>          
> team.CvsRemoteShell[0]=J:\Borland\JBuilder2005\thirdparty\putty\plink.exe
>  
>>>>> team.CvsRepository[0]=/cvsroot/ij-plugins
>>>>>
>>>>> team.CvsServer[0]=ij-plugins.cvs.sourceforge.net
>>>>>
>>>>> team.CvsShowConsole[0]=1
>>>>>
>>>>> team.CvsUsername[0]=keesh0
>>>>>
>>>>> team.lastScanned[0]=1158527699298
>>>>>
>>>>>
>>>>>
>>>>>          
> team.prunedDirectories[0]=src/cxx;src/java/net/sf/ij_plugins/utils;src/java/
>  
>>>      
> net/sf/ij_plugins/vtk/prototype/surfacerender;src/java/net/sf/ij_plugins/vtk
>  
>>>>> /prototype/volumerender
>>>>>
>>>>> Any ideas why CVS still appears to be broken?
>>>>> e.-
>>>>> ===
>>>>>
>>>>> ----- Original Message -----
>>>>> From: "keesh" <keesh@...>
>>>>> To: "keesh" <keesh@...>
>>>>> Sent: Monday, September 11, 2006 8:13 PM
>>>>> Subject: Fw: [Ij-plugins-users] ij-VTK Server Timeout
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>          
>>>>>> Developer CVS Access via SSH
>>>>>>
>>>>>> Only project developers can access the CVS tree via this method. A
>>>>>>            
> SSH
>  
>>>>>> client must be installed on your client machine. Substitute
>>>>>>            
> modulename
>  
>>> and
>>>
>>>      
>>>>>> developername with the proper values. Enter your site password when
>>>>>> prompted.
>>>>>>
>>>>>> Project administrators may limit CVS access to this repository using
>>>>>> cvs_acls or the CVS access member permissions option. Developers may
>>>>>>
>>>>>>
>>>>>>            
>>>>> verify
>>>>>
>>>>>
>>>>>          
>>>>>> their CVS access status on the admin page for this project.
>>>>>>
>>>>>> A significant amount of information about project CVS services may be
>>>>>>
>>>>>>
>>>>>>            
>>>>> found
>>>>>
>>>>>
>>>>>          
>>>>>> in our "CVS (Version Control for Source Code)".
>>>>>>
>>>>>> Developers may also make use of shared SSH keys for authentication.
>>>>>>
>>>>>> export CVS_RSH=ssh
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>            
> cvs -z3 -d:ext:developername@...:/cvsroot/ij-plug
>  
>>>>>> ins co -P modulename
>>>>>>
>>>>>> NOTE: UNIX file and directory names are case sensitive. The path to
>>>>>>            
> the
>  
>>>>>> project CVSROOT must be specified using lowercase characters (i.e.
>>>>>> /cvsroot/ij-plugins)
>>>>>>
>>>>>> ----- Original Message -----
>>>>>> From: "Jarek Sacha" <jarek@...>
>>>>>> To: "keesh" <keesh@...>
>>>>>> Cc: <ij-plugins-users@...>;
>>>>>>
>>>>>>            
>>> <Maximilian.Loy@...>;
>>>
>>>      
>>>>>> "Farrokhi, Shawn" <farrokhi@...>;
>>>>>>            
> <heiko.gleitsmann@...>
>  
>>>>>> Sent: Sunday, September 10, 2006 9:38 PM
>>>>>> Subject: Re: [Ij-plugins-users] ij-VTK Server Timeout
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>            
>>>>>>> keesh wrote:
>>>>>>>
>>>>>>>
>>>>>>>              
>>>>>>>> But, I was unable to pull down the latest ij-VTK source code from
>>>>>>>> Sourceforge
>>>>>>>> using CVS (timeout errors).
>>>>>>>> Have any repository paths changed?
>>>>>>>>
>>>>>>>>
>>>>>>>>                
>>>>>>> SourceForge was doing some changes to CVS servers over past months.
>>>>>>>              
> I
>  
>>> am
>>>
>>>      
>>>>>>> not sure what and when changed, I updated my setup a while ago. CVS
>>>>>>>
>>>>>>>              
>>> info
>>>
>>>      
>>>>>>> at project page:
>>>>>>> http://sourceforge.net/cvs/?group_id=44711
>>>>>>> has correct CVS configuration information (as far as I can tell).
>>>>>>>
>>>>>>> Jarek
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>              
>>>>>
>>>>>
>>>>>          
>>>>        
>>>
>>>      
>> -------------------------------------------------------------------------
>>    
>>> Take Surveys. Earn Cash. Influence the Future of IT
>>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>>>      
> your
>  
>>> opinions on IT & business topics through brief surveys -- and earn cash
>>>
>>>      
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>  
>>> _______________________________________________
>>> Ij-plugins-users mailing list
>>> Ij-plugins-users@...
>>> https://lists.sourceforge.net/lists/listinfo/ij-plugins-users
>>>
>>>
>>>
>>>      
>>
>>    
>
>
>
>
>  



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users