I'm still having trouble getting Samba 2.2.3a to work on PPC.  I was
told to use the CVS version of the 2.2 tree.  When I try that smbpasswd
-j tries to connect to a bizaar IP address.  Here's part of the strace:
connect(4, {sin_family=AF_INET, sin_port=htons(139),
sin_addr=inet_addr("15.219.202.140")}}, 16) = -1 EALREADY (Operation
already in progress)
	The command I use is:
		 smbpasswd -j LEGACY -r pdc -U Administrator
	The IP's we use here is 192.168.0.0/24.  There is also a 66.x.x.x IP
address on eth1 on the same box, but Samba shouldn't be using that one.
				...Jeff