<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Robin Farine wrote:
<blockquote cite="mid200508090038.49391.rfarine@tilia.local" type="cite">
  <pre wrap="">On Tuesday 09 August 2005 00.02, Vadim Lebedev wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Matt Mackall wrote:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Eh? You know you can be a member of multiple groups at a time.
There's a "default" group id and a bunch of supplementary ones.
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">Yes,
but at the moment of the file access the kernel verifies the
access only for your effective group (and user) id...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
No, the kernel is aware of the supplementary groups and includes 
them in the access verification. Maybe your 'sshd' is not running 
as root and thus is not allowed to do a setgroups(2)?

Robin
_______________________________________________
Mercurial mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Mercurial@selenic.com">Mercurial@selenic.com</a>
<a class="moz-txt-link-freetext" href="http://selenic.com/mailman/listinfo/mercurial">http://selenic.com/mailman/listinfo/mercurial</a>



  </pre>
</blockquote>
<br>
Robin, thanks a lot this was the problem....<br>
<br>
I've missed somehow this setgroups(2) stuff thanks for the info<br>
<br>
<br>
Vadim<br>
<br>
</body>
</html>