[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn command only from wheel group users?

From: James FitzGibbon <jfitzgibbon_at_primustel.ca>
Date: 2005-09-14 23:35:47 CEST

Since you're on FreeBSD, try running 'ktrace svn help' and then run 'kdump'
to look for the error coming back when you try to access the library.

Here's what I see when the loader tries to get to the library in a directory
that it has access to but where the file is not present:

  6451 svn NAMI "/usr/home/james/lib/libsvn_client-1.so.0"
  6451 svn RET access -1 errno 2 No such file or directory

And here us what I get when the loader tries to get to the library in a
directory that it does not have access to:

  6384 svn NAMI "/usr/local/lib/libsvn_client-1.so.0"
  6384 svn RET access -1 errno 13 Permission denied

If you get errno 13, then permissions are to blame somewhere along the line.

Hope that helps.

-----Original Message-----
From: Chris [mailto:svnuser@coolarrow.com]
Sent: Wednesday, September 14, 2005 5:16 PM
To: users@subversion.tigris.org
Subject: Re: svn command only from wheel group users?

>> -rwxr-xr-x 1 root wheel 225806 Jul 27 11:16
>> /usr/local/lib/libaprutil-1.so.0*

> What about the directory the libraries are in? If it
>was created by 'make
> install' and the umask was 027 or similar, the directory
>might be 0750
> root:wheel, even though the files inside are 0755
>root:wheel.

I just double-checked, and the directory that the
libraries are in is also drwxr-xr-x (root:wheel)

Thanks, but still puzzled,
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 9/13/2005
 
-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.24/101 - Release Date: 9/13/2005
 
-- 
----------------------------------------------------------------------------
This electronic message contains information from Primus Telecommunications
Canada Inc. ("PRIMUS") , which may be legally privileged and confidential.
The information is intended to be for the use of the individual(s) or entity
named above. If you are not the intended recipient, be aware that any
disclosure, copying, distribution or use of the contents of this information
is prohibited. If you have received this electronic message in error, please
notify us by telephone or e-mail (to the number or address above)
immediately. Any views, opinions or advice expressed in this electronic
message are not necessarily the views, opinions or advice of PRIMUS.
It is the responsibility of the recipient to ensure that
any attachments are virus free and PRIMUS bears no responsibility
for any loss or damage arising in any way from the use
thereof.The term "PRIMUS" includes its affiliates.
----------------------------------------------------------------------------
Pour la version en français de ce message, veuillez voir
 http://www.primustel.ca/fr/legal/cs.htm
----------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 14 23:38:45 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.