[cvsnt] cvsnt server on Mac OS X 10.5 Leopard

William Linn wlinn at linnsoft.com
Thu Jul 3 14:09:23 BST 2008


Arthur,

I put the plist in place and rebooted. Still not working; see terminal  
results below:

Bill

quadmac:~ wlinn$ cd /library/launchdaemons
quadmac:launchdaemons wlinn$ ls -l
total 32
-rw-r--r--@ 1 root  wheel  763 Jul  3 07:48 com.march-hare.cvsnt.plist
-rwxr-xr-x  1 root  wheel  461 Feb 19  2007 com.parliant.telephony.plist
-rw-r--r--  1 root  wheel  520 Apr 18 22:24  
com.vmware.launchd.vmware.plist
-rw-r--r--  1 root  wheel  427 Jun 28 23:34 openbase.plist
quadmac:launchdaemons wlinn$ cat com.march-hare.cvsnt.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd 
">
<plist version="1.0">
<dict>
	<key>Disabled</key>
	<false/>
	<key>Label</key>
	<string>com.march-hare.cvsnt</string>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/bin/cvsnt</string>
		<string>authserver</string>
	</array>
	<key>Sockets</key>
	<dict>
		<key>Listeners</key>
		<dict>
			<key>Bonjour</key>
			<true/>
			<key>SockServiceName</key>
			<string>cvspserver</string>
		</dict>
	</dict>
       <key>inetdCompatibility</key>
       <dict>
               <key>Wait</key>
               <false/>
       </dict>
</dict>
</plist>
quadmac:launchdaemons wlinn$ telnet localhost 2401
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying fe80::1...
telnet: connect to address fe80::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host
quadmac:launchdaemons wlinn$

On Jul 3, 2008, at 7:35 AM, William E. Linn wrote:

>
>
> -----Original Message-----
> From: Arthur Barrett [mailto:arthur.barrett at march-hare.com]
> Sent: Thursday, July 03, 2008 3:36 AM
> To: wlinn at linnsoft.com; cvsnt at cvsnt.org
> Subject: RE: [cvsnt] cvsnt server on Mac OS X 10.5 Leopard
>
> Bill,
>
> OK - I've reproduced that here, and fixed it using the procedure  
> outlined
> below:
>
> The problem is xinetd is no longer shipped with Mac OS X 10.5 /  
> Leopard. So
> cvsnt or anything else was still being started via xinetd needs to be
> changed to start with launchd (launchd was apparently introduced  
> with Tiger
> aka Max OS 10.4, but it's the first I've heard of it).
>
> You need to copy the file (com.march-hare.cvsnt.plist)  to the folder
> /Library/LaunchDaemons/ using the shell/terminal.  Then reboot your  
> computer
> and it should all just work again.
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
> "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
> <plist version="1.0">
> <dict>
> 	<key>Disabled</key>
> 	<false/>
> 	<key>Label</key>
> 	<string>com.march-hare.cvsnt</string>
> 	<key>ProgramArguments</key>
> 	<array>
> 		<string>/usr/bin/cvsnt</string>
> 		<string>authserver</string>
> 	</array>
> 	<key>Sockets</key>
> 	<dict>
> 		<key>Listeners</key>
> 		<dict>
> 			<key>Bonjour</key>
> 			<true/>
> 			<key>SockServiceName</key>
> 			<string>cvspserver</string>
> 		</dict>
> 	</dict>
>       <key>inetdCompatibility</key>
>       <dict>
>               <key>Wait</key>
>               <false/>
>       </dict>
> </dict>
> </plist>
>
>
> Regards,
>
>
> Arthur
>
>
>
>
>
>
>
>
>
>
>
>
>



More information about the cvsnt mailing list