Thanks for the suggestions Mark.  I gave it a shot and came away with the
same results.  I will try investigating further on my own and let you know
if I come up with anything.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark
Griffiths
Sent: Monday, July 07, 2003 1:55 PM
To: [EMAIL PROTECTED]
Subject: RE: [Draconet-users] cvs.exe at 100% processor utilization

Hi Jeff

I'm in the middle of fixing (actually, a bit of a hack really) Draco.NET to
work with the latest CVSNT.  CVSNT was changed a little while back to get
the password using Win32 console API calls instead of reading from stdin.
I'm planning on using the same technique as TortioiseCVS and essentially
sending the keystrokes using WM_CHAR.

This does not explain however why CVS is prompting for a password when you
are using the sspi protocol.  We are successfully using Draco.NET and CVSNT
2.0.5 with a sspi repository.  I've a couple of suggestions for you:

- Try replacing the 'localhost' part with the actual name of your server.  I
have seen problems connecting to SQLServer using sspi when using localhost
instead of the server name.  I don't know why it should matter, but it does
seem to on some networks.

- Try adding the drive specifier to the cvs root.  i.e.
:sspi:yourserver:c:/test (assuming it is on the root of the c: drive).  I
just tried accessing our repository without the drive specifier and it did
not work.. it did not ask for a password either though!

Sorry that these are 'Try this' answers, but hopefully they might help
things.

-Mark

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff Reese
Sent: 07 July 2003 17:09
To: [EMAIL PROTECTED]
Subject: [Draconet-users] cvs.exe at 100% processor utilization


Using:

CVSNT 2.0.5
Draco.NET 1.4
NAnt 0.8.2
Windows Server 2003 Standard

Problem Description:

cvs.exe hangs at 100% processor utilization at each polling interval.  After
killing the cvs.exe process it will be spawned again during the next polling
interval and again hang at 100% utilization.

The Draco.NET service is running as a user called 'draco' with permission to
access the CVS repository and run NAnt.  I have been able to log on
interactively as the draco user and verify that CVS works correctly.

Looking at the Draco.NET log file it seems that CVS is asking for a
password, despite using SSPI to access the repository.  I'm no expert at CVS
or Draco.NET so I'm not sure if this is expected or not.  Any help would be
greatly appreciated.

CVS Root:

:sspi:localhost:/test

Draco.NET log file:

7/5/2003 11:12:52 AM - Starting Draco.NET
7/5/2003 11:13:52 AM - sysmon : Checking module for changes 7/5/2003
11:13:52 AM - Check: 7/5/2003 11:13:52 AM 7/5/2003 11:13:52 AM - Check:
7/5/2003 11:13:52 AM 7/5/2003 3:37:25 PM - Warning: CVS.EXE exit code: 1
7/5/2003 3:37:25 PM - CVS.EXE Reported: CVS password: 
7/5/2003 3:37:26 PM - Check: 1
7/5/2003 3:37:26 PM - sysmon : Detected 1 change(s) to module 7/5/2003
3:37:26 PM - sysmon : Entering 60 second sleep period 7/5/2003 3:38:26 PM -
Check again: 7/5/2003 11:13:52 AM 7/5/2003 3:44:12 PM - Warning: CVS.EXE
exit code: 1 7/5/2003 3:44:12 PM - CVS.EXE Reported: CVS password: 
7/5/2003 3:44:13 PM - Check again: 1
7/5/2003 3:44:13 PM - sysmon : Detected 0 additional modification(s)
7/5/2003 3:44:13 PM - sysmon : Building module 7/5/2003 3:44:16 PM -
Stopping Draco.NET 7/5/2003 4:18:39 PM - Starting Draco.NET 7/5/2003 4:19:39
PM - sysmon : Checking module for changes 7/5/2003 4:19:39 PM - Check:
7/5/2003 11:13:52 AM 7/5/2003 4:19:39 PM - Check: 7/5/2003 11:13:52 AM
7/5/2003 4:28:11 PM - Stopping Draco.NET



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data
Reports, E-commerce, Portals, and Forums are available now. Download today
and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Draconet-users mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

Reply via email to