
horms at verge
Nov 10, 2004, 7:05 PM
Post #4 of 4
(1276 views)
Permalink
|
On Fri, Oct 29, 2004 at 10:59:49AM +0200, freeswan9 wrote: > >> I always get 'client failed authentication' in > >> heartbeat.log with almost ANY of the options of > >> cl_status (cl_status listnodes for ex.) > [Alan Robertson said :] > >It should be setgid to haclient. Then it ought to work. > > GREAT !! > Thanks, it works. This looks like an oversight in Debian's package, so : > #chgrp haclient /usr/bin/cl_status > #chmod g+s /usr/bin/cl_status > for those who had the same problem. Thanks, it turns out that the debian build process was sanitising the permissions, and in the process causing this problem. I have removed the call to dh_fixperms in debian/rules and that should resolve the problem. Change in CVS shortly. -- Horms _______________________________________________ Linux-HA mailing list Linux-HA[at]lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha
|