Skip Menu | Logged in as guest | Logout
 
Ticket metadata
Id: 3631
Status: resolved
Priority: 3/0
Queue: vdt-support

Fixed in: 1.10.1e
Fix scheduled: CUR

Owner: Scot Kronenfeld
Requestors: ASim@lbl.gov
Cc:
AdminCc:

More about ASim@lbl.gov
Comments about this user:
No comment entered about this user
This user's 10 highest priority tickets:
Groups this user belongs to:
  • Everyone

New reminder:

Created: Wed Jun 25 17:50:45 2008
Starts: Not set
Started: Not set
Last Contact: Thu Jun 26 23:56:34 2008
Due: Not set
Closed: Thu Jul 10 11:49:00 2008
Updated: Thu Jul 10 11:49:15 2008 by kronenfe



History Brief headersFull headers
CC: "SRM Support @ LBNL" <srm@lbl.gov>, kronenfe@cs.wisc.edu
Subject: bestman pkg version 2.2.0.11
Date: Wed, 25 Jun 2008 14:55:29 -0700
To: Alain Roy <roy@cs.wisc.edu>
From: Alex Sim <asim@lbl.gov>
Hi Alain,

bestman, srm-client-2 and srm-tester-2 version 2.2.0.11 are ready to
download
from http://datagrid.lbl.gov/bestman. It updates few bug fixes and
some new features.


http://datagrid.lbl.gov/bestman/pkg/bestman-2.2.0.11.tar.gz
http://datagrid.lbl.gov/bestman/pkg/srmclient2-2.2.0.11.tar.gz
http://datagrid.lbl.gov/bestman/pkg/srmtester2-2.2.0.11.tar.gz

As we discussed on sudo, this version contains the sudo capability for
accessing local user data on behalf of the user, and by default I have
it disabled. It is desirable to print out after VDT-install about
thisfeature, and have them aware of it. Most of T2/T3 wanted this
feature.

In case this needs to be enabled, the /etc/sudoers need to be modified
as following:

Cmnd_Alias SRM_CMD = /bin/rm, /bin/mkdir, /bin/rmdir, /bin/mv, /bin/ls
Runas_Alias SRM_USR = ALL, !root
daemon ALL=(SRM_USR) NOPASSWD: SRM_CMD

for the "daemon" running bestman server.

And, conf/bestman.rc needs to be modified for the following line:

accessFileSysViaSudo=true

thanks, and let us know if you have any questions...

--
-- Alex
asim at lbl dot gov
Download smime.p7s
application/pkcs7-signature 2.7k
Download (untitled) / with headers
text/plain 1.3k
Hi Alex,
Just to confirm, the sudo capability should be disabled by default on an
install? We'll put a message in post-install/README telling users how
to enable it.


> [ASim@lbl.gov - Wed Jun 25 17:50:46 2008]:
>
> Hi Alain,
>
> bestman, srm-client-2 and srm-tester-2 version 2.2.0.11 are ready to
> download
> from http://datagrid.lbl.gov/bestman. It updates few bug fixes and
> some new features.
>
>
> http://datagrid.lbl.gov/bestman/pkg/bestman-2.2.0.11.tar.gz
> http://datagrid.lbl.gov/bestman/pkg/srmclient2-2.2.0.11.tar.gz
> http://datagrid.lbl.gov/bestman/pkg/srmtester2-2.2.0.11.tar.gz
>
> As we discussed on sudo, this version contains the sudo capability for
> accessing local user data on behalf of the user, and by default I have
> it disabled. It is desirable to print out after VDT-install about
> thisfeature, and have them aware of it. Most of T2/T3 wanted this
> feature.
>
> In case this needs to be enabled, the /etc/sudoers need to be modified
> as following:
>
> Cmnd_Alias SRM_CMD = /bin/rm, /bin/mkdir, /bin/rmdir, /bin/mv, /bin/ls
> Runas_Alias SRM_USR = ALL, !root
> daemon ALL=(SRM_USR) NOPASSWD: SRM_CMD
>
> for the "daemon" running bestman server.
>
> And, conf/bestman.rc needs to be modified for the following line:
>
> accessFileSysViaSudo=true
>
> thanks, and let us know if you have any questions...
>
>
>
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Wed, 25 Jun 2008 16:41:56 -0700
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alex Sim <asim@lbl.gov>
Download (untitled) / with headers
text/plain 1.7k
Hi Scot,

if you do not put any related options to the "configure", it'll have it
"false" by default.
I think that would be safer for now, and when people want to enable it,
have them follow post-install/README to update sudoers and bestman.rc.

thanks

-- Alex
asim at lbl dot gov



On 6/25/08 4:37 PM, Scot Kronenfeld via RT wrote:
> Hi Alex,
> Just to confirm, the sudo capability should be disabled by default on an
> install? We'll put a message in post-install/README telling users how
> to enable it.
>
>
>
>> [ASim@lbl.gov - Wed Jun 25 17:50:46 2008]:
>>
>> Hi Alain,
>>
>> bestman, srm-client-2 and srm-tester-2 version 2.2.0.11 are ready to
>> download
>> from http://datagrid.lbl.gov/bestman. It updates few bug fixes and
>> some new features.
>>
>>
>> http://datagrid.lbl.gov/bestman/pkg/bestman-2.2.0.11.tar.gz
>> http://datagrid.lbl.gov/bestman/pkg/srmclient2-2.2.0.11.tar.gz
>> http://datagrid.lbl.gov/bestman/pkg/srmtester2-2.2.0.11.tar.gz
>>
>> As we discussed on sudo, this version contains the sudo capability for
>> accessing local user data on behalf of the user, and by default I have
>> it disabled. It is desirable to print out after VDT-install about
>> thisfeature, and have them aware of it. Most of T2/T3 wanted this
>> feature.
>>
>> In case this needs to be enabled, the /etc/sudoers need to be modified
>> as following:
>>
>> Cmnd_Alias SRM_CMD = /bin/rm, /bin/mkdir, /bin/rmdir, /bin/mv, /bin/ls
>> Runas_Alias SRM_USR = ALL, !root
>> daemon ALL=(SRM_USR) NOPASSWD: SRM_CMD
>>
>> for the "daemon" running bestman server.
>>
>> And, conf/bestman.rc needs to be modified for the following line:
>>
>> accessFileSysViaSudo=true
>>
>> thanks, and let us know if you have any questions...
>>
>>
>>
>>
>
>
>
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Wed, 25 Jun 2008 19:50:17 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alain Roy <roy@cs.wisc.edu>
Download (untitled) / with headers
text/plain 539b
If we want a succinct sentence to tell them why them might want to
enable it, could you suggest one?

-alain

On Jun 25, 2008, at 6:51 PM, ASim@lbl.gov via RT wrote:

> http://vdt.cs.wisc.edu/rt/Ticket/Display.html?id=3631
>
> Hi Scot,
>
> if you do not put any related options to the "configure", it'll have
> it
> "false" by default.
> I think that would be safer for now, and when people want to enable
> it,
> have them follow post-install/README to update sudoers and bestman.rc.
>
> thanks
>
> -- Alex
> asim at lbl dot gov
Download smime.p7s
application/pkcs7-signature 2.7k
Subject: [vdt-support #3631] SVN commit, rev 7873
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 212b
Commit comment:
Upgraded Bestman, SRM-Client-LBNL, and SRM-Tester-LBNL from
2.2.0.10 to 2.2.0.11


Changed files:
U vdt/branches/vdt-1.10.1/defs

To generate a diff:
svn diff -c 7873 file:///p/vdt/workspace/svn
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 10:05:23 -0700
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alex Sim <asim@lbl.gov>
Download (untitled) / with headers
text/plain 719b
good point... I'll come up with one today,.
thanks

-- Alex
asim at lbl dot gov



On 6/25/08 5:51 PM, Alain Roy via RT wrote:
> If we want a succinct sentence to tell them why them might want to
> enable it, could you suggest one?
>
> -alain
>
> On Jun 25, 2008, at 6:51 PM, ASim@lbl.gov via RT wrote:
>
>
>> http://vdt.cs.wisc.edu/rt/Ticket/Display.html?id=3631
>>
>> Hi Scot,
>>
>> if you do not put any related options to the "configure", it'll have
>> it
>> "false" by default.
>> I think that would be safer for now, and when people want to enable
>> it,
>> have them follow post-install/README to update sudoers and bestman.rc.
>>
>> thanks
>>
>> -- Alex
>> asim at lbl dot gov
>>
>
>
>
>
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 12:32:32 -0700
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alex Sim <asim@lbl.gov>
Download (untitled) / with headers
text/plain 1.4k
How about this?

######################################################
BeStMan provides an access to the user managed storage spaces through
SRM interface. For consistent permission issues, BeStMan uses sudo to
access those user managed directories and files. To enable this feature,
/etc/sudoers and bestman/conf/bestman.rc files need to be modified as
following. When bestman runs under "daemon" account as used in VDT
installation,

Cmnd_Alias SRM_CMD = /bin/rm, /bin/mkdir, /bin/rmdir, /bin/mv, /bin/ls
Runas_Alias SRM_USR = ALL, !root
daemon ALL=(SRM_USR) NOPASSWD: SRM_CMD

the above entries are needed in /etc/sudoers file.
Also, bestman/conf/bestman.rc needs the update on following entry :

accessFileSysViaSudo=true

########################################################

-- Alex
asim at lbl dot gov



On 6/25/08 5:51 PM, Alain Roy via RT wrote:
> If we want a succinct sentence to tell them why them might want to
> enable it, could you suggest one?
>
> -alain
>
> On Jun 25, 2008, at 6:51 PM, ASim@lbl.gov via RT wrote:
>
>
>> http://vdt.cs.wisc.edu/rt/Ticket/Display.html?id=3631
>>
>> Hi Scot,
>>
>> if you do not put any related options to the "configure", it'll have
>> it
>> "false" by default.
>> I think that would be safer for now, and when people want to enable
>> it,
>> have them follow post-install/README to update sudoers and bestman.rc.
>>
>> thanks
>>
>> -- Alex
>> asim at lbl dot gov
>>
>
>
>
>
Subject: [vdt-support #3631] SVN commit, rev 7875
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 250b
Commit comment:
Added a post-install/README message about enabling usage
of sudo for bestman.


Changed files:
U vdt/branches/vdt-1.10.1/Configure-Bestman/vdt/setup/configure_bestman

To generate a diff:
svn diff -c 7875 file:///p/vdt/workspace/svn
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 15:06:08 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alain Roy <roy@cs.wisc.edu>
Download (untitled) / with headers
text/plain 896b

On Jun 26, 2008, at 2:35 PM, ASim@lbl.gov via RT wrote:
> How about this?
>
> ######################################################
> BeStMan provides an access to the user managed storage spaces through
> SRM interface. For consistent permission issues, BeStMan uses sudo to
> access those user managed directories and files. To enable this
> feature,
> /etc/sudoers and bestman/conf/bestman.rc files need to be modified as
> following. When bestman runs under "daemon" account as used in VDT
> installation,

That's close, but what does "consistent permission issues" mean? I
have no idea.

> Cmnd_Alias SRM_CMD = /bin/rm, /bin/mkdir, /bin/rmdir, /bin/mv, /bin/ls
> Runas_Alias SRM_USR = ALL, !root
> daemon ALL=(SRM_USR) NOPASSWD: SRM_CMD

Will people feel comfortable with this, since it affects all programs
run by daemon? Daemon will be allowed to do "sudo rm -rf /*"?

-alain
Download smime.p7s
application/pkcs7-signature 2.7k
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 13:38:25 -0700
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alex Sim <asim@lbl.gov>
Download (untitled) / with headers
text/plain 1.6k
On 6/26/08 1:10 PM, Alain Roy via RT wrote:
> On Jun 26, 2008, at 2:35 PM, ASim@lbl.gov via RT wrote:
>
>> How about this?
>>
>> ######################################################
>> BeStMan provides an access to the user managed storage spaces through
>> SRM interface. For consistent permission issues, BeStMan uses sudo to
>> access those user managed directories and files. To enable this
>> feature,
>> /etc/sudoers and bestman/conf/bestman.rc files need to be modified as
>> following. When bestman runs under "daemon" account as used in VDT
>> installation,
>>
>
> That's close, but what does "consistent permission issues" mean? I
> have no idea.
>

like home directory... user has the ownership of dirs and files. when
bestman process owner (daemon) accesses those files/dirs, the ownership
changes or prohibits the access... is there any other words to describe
it? that'll be great....

>
>> Cmnd_Alias SRM_CMD = /bin/rm, /bin/mkdir, /bin/rmdir, /bin/mv, /bin/ls
>> Runas_Alias SRM_USR = ALL, !root
>> daemon ALL=(SRM_USR) NOPASSWD: SRM_CMD
>>
>
> Will people feel comfortable with this, since it affects all programs
> run by daemon? Daemon will be allowed to do "sudo rm -rf /*"?
>
>

If it's bestman access, bestman does not allow access to /, /etc, /var
by default, and more can be configured. This sudo is through the user
account, and it's the same as what users do on the interactive node. if
they have permission, they can remove. otherwise, they can't.

If a direct execution of sudo as "daemon" account is possible on the
node, yes, but it's non-root access, so root files/dirs can't be removed.

--Alex
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 17:29:48 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alain Roy <roy@cs.wisc.edu>
Download (untitled) / with headers
text/plain 2.4k
On Jun 26, 2008, at 3:41 PM, ASim@lbl.gov via RT wrote:
>>> How about this?
>>>
>>> ######################################################
>>> BeStMan provides an access to the user managed storage spaces
>>> through
>>> SRM interface. For consistent permission issues, BeStMan uses sudo
>>> to
>>> access those user managed directories and files. To enable this
>>> feature,
>>> /etc/sudoers and bestman/conf/bestman.rc files need to be modified
>>> as
>>> following. When bestman runs under "daemon" account as used in VDT
>>> installation,
>>>
>>
>> That's close, but what does "consistent permission issues" mean? I
>> have no idea.
>>
>
> like home directory... user has the ownership of dirs and files. when
> bestman process owner (daemon) accesses those files/dirs, the
> ownership
> changes or prohibits the access... is there any other words to
> describe
> it? that'll be great....

I'm sorry, I'm not understanding. I might be extra dense today. Are
these for pre-existing files that Bestman accesses, or are these files
that are put in via Bestman? I would think that if Bestman put them
in, there wouldn't be a problem.

>>> Cmnd_Alias SRM_CMD = /bin/rm, /bin/mkdir, /bin/rmdir, /bin/mv, /
>>> bin/ls
>>> Runas_Alias SRM_USR = ALL, !root
>>> daemon ALL=(SRM_USR) NOPASSWD: SRM_CMD
>>>
>>
>> Will people feel comfortable with this, since it affects all programs
>> run by daemon? Daemon will be allowed to do "sudo rm -rf /*"?
>>
>>
>
> If it's bestman access, bestman does not allow access to /, /etc, /var
> by default, and more can be configured. This sudo is through the user
> account, and it's the same as what users do on the interactive node.
> if
> they have permission, they can remove. otherwise, they can't.
>
> If a direct execution of sudo as "daemon" account is possible on the
> node, yes, but it's non-root access, so root files/dirs can't be
> removed.

My point is that other software runs as the daemon user. In the VDT,
we run a lot of things as daemon, and there are various Linux daemons
that run as the daemon user. So all of these processes have sudo
access to remove the entire contents of the file system. If there is a
security flaw in any one of them (Bestman or otherwise), it could be
used to do this. The daemon user is generally restricted so that
daemons don't have such permission and security flaws aren't so
harmful. Does this un-do the standard security on a system?

Thanks,
-alain
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 16:07:09 -0700
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alex Sim <asim@lbl.gov>
Download (untitled) / with headers
text/plain 3.2k
On 6/26/08 3:31 PM, Alain Roy via RT wrote:
> On Jun 26, 2008, at 3:41 PM, ASim@lbl.gov via RT wrote:
>
>>>> How about this?
>>>>
>>>> ######################################################
>>>> BeStMan provides an access to the user managed storage spaces
>>>> through
>>>> SRM interface. For consistent permission issues, BeStMan uses sudo
>>>> to
>>>> access those user managed directories and files. To enable this
>>>> feature,
>>>> /etc/sudoers and bestman/conf/bestman.rc files need to be modified
>>>> as
>>>> following. When bestman runs under "daemon" account as used in VDT
>>>> installation,
>>>>
>>>>
>>> That's close, but what does "consistent permission issues" mean? I
>>> have no idea.
>>>
>>>
>> like home directory... user has the ownership of dirs and files. when
>> bestman process owner (daemon) accesses those files/dirs, the
>> ownership
>> changes or prohibits the access... is there any other words to
>> describe
>> it? that'll be great....
>>
>
> I'm sorry, I'm not understanding. I might be extra dense today. Are
> these for pre-existing files that Bestman accesses, or are these files
> that are put in via Bestman? I would think that if Bestman put them
> in, there wouldn't be a problem.
>
>

those are files that exists already and bestman accesses for the user
or that user wants create through bestman.
bestman by itself without sudo cannot create or access them because e.g.
they are in user's home directory owned by the user's login (other than
bestman process owner).





>>>> Cmnd_Alias SRM_CMD = /bin/rm, /bin/mkdir, /bin/rmdir, /bin/mv, /
>>>> bin/ls
>>>> Runas_Alias SRM_USR = ALL, !root
>>>> daemon ALL=(SRM_USR) NOPASSWD: SRM_CMD
>>>>
>>>>
>>> Will people feel comfortable with this, since it affects all programs
>>> run by daemon? Daemon will be allowed to do "sudo rm -rf /*"?
>>>
>>>
>>>
>> If it's bestman access, bestman does not allow access to /, /etc, /var
>> by default, and more can be configured. This sudo is through the user
>> account, and it's the same as what users do on the interactive node.
>> if
>> they have permission, they can remove. otherwise, they can't.
>>
>> If a direct execution of sudo as "daemon" account is possible on the
>> node, yes, but it's non-root access, so root files/dirs can't be
>> removed.
>>
>
> My point is that other software runs as the daemon user. In the VDT,
> we run a lot of things as daemon, and there are various Linux daemons
> that run as the daemon user. So all of these processes have sudo
> access to remove the entire contents of the file system. If there is a
> security flaw in any one of them (Bestman or otherwise), it could be
> used to do this. The daemon user is generally restricted so that
> daemons don't have such permission and security flaws aren't so
> harmful. Does this un-do the standard security on a system?
>

in that case, it's advisable to use something other than "daemon", like
"srm". I can only speak for bestman, and we do everything we can to
prevent all misbehaves. this sudo access through bestman will give users
the ability to do those 5 commands as they can do locally as long as
permission is allowed for the user. (and by the way, we don't take "*"
as SURL.)

thanks

--Alex
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 18:24:49 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alain Roy <roy@cs.wisc.edu>
Download (untitled) / with headers
text/plain 959b
On Jun 26, 2008, at 6:10 PM, ASim@lbl.gov via RT wrote:
> those are files that exists already and bestman accesses for the user
> or that user wants create through bestman.
> bestman by itself without sudo cannot create or access them because
> e.g.
> they are in user's home directory owned by the user's login (other
> than
> bestman process owner).

Ah, I understand. And that's something that Bestman couldn't easily do
before, right? Gotcha.

So how about this for a message?

BeStMan provides access to the user managed storage spaces through an
SRM interface. If you want to access files that might be created
outside of Bestman, Bestman needs to use sudo to access these files.
To enable Bestman to use sudo and access these files, /etc/sudoers and
bestman/conf/bestman.rc files need to be modified as following. When
bestman runs under "daemon" account as used in VDT installation,
[etc...]

Does that express it properly?

-alain
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 16:36:43 -0700
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alex Sim <asim@lbl.gov>
Download (untitled) / with headers
text/plain 1.6k
-- Alex
asim at lbl dot gov



On 6/26/08 4:30 PM, Alain Roy via RT wrote:
> On Jun 26, 2008, at 6:10 PM, ASim@lbl.gov via RT wrote:
>
>> those are files that exists already and bestman accesses for the user
>> or that user wants create through bestman.
>> bestman by itself without sudo cannot create or access them because
>> e.g.
>> they are in user's home directory owned by the user's login (other
>> than
>> bestman process owner).
>>
>
> Ah, I understand. And that's something that Bestman couldn't easily do
> before, right? Gotcha.
>

alright.... yes.... we couldn't do "write", "mkdir/rmdir" and "remove"
specially.

> So how about this for a message?
>
> BeStMan provides access to the user managed storage spaces through an
> SRM interface. If you want to access files that might be created
> outside of Bestman, Bestman needs to use sudo to access these files.
> To enable Bestman to use sudo and access these files, /etc/sudoers and
> bestman/conf/bestman.rc files need to be modified as following. When
> bestman runs under "daemon" account as used in VDT installation,
> [etc...]
>
> Does that express it properly?
>

I changed "outside of BeStMan," to "outside of BeStMan managed cache,"
as following:

BeStMan provides access to the user managed storage spaces through an
SRM interface. If you want to access files that might be created
outside of BeStMan managed cache, BesStMan needs to use sudo to access these files. To enable BeStMan to use sudo and access these files, /etc/sudoers and bestman/conf/bestman.rc files need to be modified as following. When bestman runs under "daemon" account as used in VDT installation, ...


sounds good.
thanks
--Alex
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 19:37:55 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alain Roy <roy@cs.wisc.edu>
Download (untitled) / with headers
text/plain 713b
On Jun 26, 2008, at 6:41 PM, ASim@lbl.gov via RT wrote:
> I changed "outside of BeStMan," to "outside of BeStMan managed cache,"
> as following:
>
> BeStMan provides access to the user managed storage spaces through an
> SRM interface. If you want to access files that might be created
> outside of BeStMan managed cache, BesStMan needs to use sudo to
> access these files. To enable BeStMan to use sudo and access these
> files, /etc/sudoers and bestman/conf/bestman.rc files need to be
> modified as following. When bestman runs under "daemon" account as
> used in VDT installation, ...

Good, thanks for your patience working this out.

Scot--I assume you can put this message in?

Thanks,
-alain
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 19:58:01 -0700
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alex Sim <asim@lbl.gov>
excellent... when is the next release?
and is the command still the same as
pacman -get http://vdt.cs.wisc.edu/vdt_1101_cache:Bestman
except the vdt version number (whatever it'll be)?
thanks a lot....

-- Alex
asim at lbl dot gov



On 6/26/08 5:41 PM, Alain Roy via RT wrote:
> On Jun 26, 2008, at 6:41 PM, ASim@lbl.gov via RT wrote:
>
>> I changed "outside of BeStMan," to "outside of BeStMan managed cache,"
>> as following:
>>
>> BeStMan provides access to the user managed storage spaces through an
>> SRM interface. If you want to access files that might be created
>> outside of BeStMan managed cache, BesStMan needs to use sudo to
>> access these files. To enable BeStMan to use sudo and access these
>> files, /etc/sudoers and bestman/conf/bestman.rc files need to be
>> modified as following. When bestman runs under "daemon" account as
>> used in VDT installation, ...
>>
>
> Good, thanks for your patience working this out.
>
> Scot--I assume you can put this message in?
>
> Thanks,
> -alain
>
>
>
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 23:55:09 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alain Roy <roy@cs.wisc.edu>
Download (untitled) / with headers
text/plain 640b
I'm not sure when the release is. Some time next week, probably.

That will be the place that it will be, yes. Right now, it's in a test
cache:

pacman -get http://vdt.cs.wisc.edu/vdt_11099_cache:Bestman

Scot's doing the work. I think it's mostly done, though I don't
suppose it has the updated text yet.

On Jun 26, 2008, at 10:00 PM, ASim@lbl.gov via RT wrote:

> http://vdt.cs.wisc.edu/rt/Ticket/Display.html?id=3631
>
> excellent... when is the next release?
> and is the command still the same as
> pacman -get http://vdt.cs.wisc.edu/vdt_1101_cache:Bestman
> except the vdt version number (whatever it'll be)?
> thanks a lot....
Subject: RE: [vdt-support #3631] bestman pkg version 2.2.0.11
Date: Thu, 26 Jun 2008 23:24:30 -0700
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alex Sim <asim@lbl.gov>
Great. thanks

-- Alex
asim at lbl dot gov
-----------------------------------
sent from at&t tilt

-----Original Message-----
From: Alain Roy via RT <vdt-support@OPENSCIENCEGRID.ORG>
Sent: Thursday, June 26, 2008 9:56 PM
To: ASim@lbl.gov
Subject: Re: [vdt-support #3631] bestman pkg version 2.2.0.11

I'm not sure when the release is. Some time next week, probably.

That will be the place that it will be, yes. Right now, it's in a test
cache:

pacman -get http://vdt.cs.wisc.edu/vdt_11099_cache:Bestman

Scot's doing the work. I think it's mostly done, though I don't
suppose it has the updated text yet.

On Jun 26, 2008, at 10:00 PM, ASim@lbl.gov via RT wrote:

> http://vdt.cs.wisc.edu/rt/Ticket/Display.html?id=3631
>
> excellent... when is the next release?
> and is the command still the same as
> pacman -get http://vdt.cs.wisc.edu/vdt_1101_cache:Bestman
> except the vdt version number (whatever it'll be)?
> thanks a lot....


--
View ticket at <http://vdt.cs.wisc.edu/rt/Ticket/Display.html?user=guest&pass=guest&id=3631>
VDT Support, vdt-support@ivdgl.org
Subject: [vdt-support #3631] SVN commit, rev 7878
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 240b
Commit comment:
Clarified post-install/README message about Bestman's sudo
feature.


Changed files:
U vdt/branches/vdt-1.10.1/Configure-Bestman/vdt/setup/configure_bestman

To generate a diff:
svn diff -c 7878 file:///p/vdt/workspace/svn
This is in place for 1.10.1e