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

Fixed in: 1.10.1k
Fix scheduled: CUR

Owner: Tim Cartwright
Requestors: ddl@illinois.edu
Cc: agopu@indiana.edu
AdminCc:

More about ddl@illinois.edu
Comments about this user:
No comment entered about this user
This user's 10 highest priority tickets:
Groups this user belongs to:
  • Unprivileged
  • Everyone

New reminder:

Created: Tue Sep 09 10:06:42 2008
Starts: Not set
Started: Tue Sep 09 10:22:02 2008
Last Contact: Wed Oct 01 10:53:52 2008
Due: Not set
Closed: Wed Oct 01 11:56:01 2008
Updated: Wed Oct 01 11:56:03 2008 by cat



History Brief headersFull headers
Subject: VDT 1.10.1h install problem
Date: Mon, 08 Sep 2008 13:34:03 -0500
To: OSG-SITES@OPENSCIENCEGRID.ORG
From: David Lesny <ddl@illinois.edu>
Download (untitled) / with headers
text/plain 707b
I just updated my CE from VDT 1.10.1 G to H.

All went well, however upon restart, I was unable to access
my RSV status page on the CE.

The httpd.conf file was replaced as part of the update,
but it did not include the alias for the rsv area.

I simply copied over the old conf file from the backup copy,
restarted apache and all is well.

Other then the missing definition for the RSV alias, the conf files
were identical

My question, is this a bug in the update? Or did I do something wrong?
Didnt think I could not foul up a simple "pacman -update Apache",
but anything is possible!!

dave




--
David Lesny
Senior Research Physicist
High Energy Physics
University of Illinois at Urbana-Champaign
Subject: [vdt-support #3907] Suggested changes to configure_osg_rsv
Date: Wed, 10 Sep 2008 15:01:42 -0500
To: vdt-support@cs.wisc.edu
From: Tim Cartwright <cat@cs.wisc.edu>
Download (untitled) / with headers
text/plain 1.2k
Arvind:

As you are aware, the recent update to Apache revealed a problem with
our update process -- RSV's Apache configuration is lost during an
update. For now, we have a workaround for updates (save and restore
the Apache configuration file). A more complete solution is to change
the way in which configure_osg_rsv modifies the Apache configuration.
Attached is a tarball with a proposed new configure_osg_rsv.

At first, I thought that this change would be simple, but in the end I
rewrote all of the setup_apache_for_rsv() function. As a result, it
would be great if you could test the new code. I have tested in quite
a bit manually in an OSG-CE install, but the more testers the better!

In addition to improving the way in which the Apache configuration is
changed, I also fixed what I'm pretty sure was a minor bug in the code
that adds an RSV link to the main index.html file; previously, I
believe that multiple invocations of "configure_osg_rsv --setup-for-
apache" would result in multiple RSV links being added to index.html.

Let us know how you would like to proceed from here. If you make a
OSG RSV Core 2.3.5 release, for example, we would be happy to test it
and then update it in the VDT.

-- Tim
Download new-configure_osg_rsv.tar.gz
application/x-gzip 14.4k

CC: RSV Developers Mailing List <rsv-dev@OPENSCIENCEGRID.ORG>
Subject: [vdt-support #3907] Re: Suggested changes to configure_osg_rsv
Date: Wed, 10 Sep 2008 17:20:53 -0400
To: Tim Cartwright <cat@cs.wisc.edu>, Scot Kronenfeld <kronenfe@cs.wisc.edu>
From: Arvind Gopu <agopu@indiana.edu>
Download (untitled) / with headers
text/plain 1.9k
Hi Tim and Scot,

I've got two tarballs for you:

Core: http://rsv.grid.iu.edu/downloads/OSG_RSV_Core-2.3.5.tar.gz -- with
changes Tim C made, as explained in his email below

Probes: http://rsv.grid.iu.edu/downloads/OSG_RSV_Probes-2.3.3.tar.gz --
with the changes to the cacert-crl-probe that make it go find the URL
being used for CAcert updates, before using the URL for comparison data.
The perl module also has minor modifications to fix bugs or add features
that folks requested -- long pending updates that never made it to the
light of day.

I've tested both the configure script and the probe changes but more
testing would useful, as Tim pointed out.

Cheers,
Arvind



On 9/9/2008 5:41 PM, Tim Cartwright pondered:
> Arvind:
>
> As you are aware, the recent update to Apache revealed a problem with
> our update process -- RSV's Apache configuration is lost during an
> update. For now, we have a workaround for updates (save and restore
> the Apache configuration file). A more complete solution is to change
> the way in which configure_osg_rsv modifies the Apache configuration.
> Attached is a tarball with a proposed new configure_osg_rsv.
>
> At first, I thought that this change would be simple, but in the end I
> rewrote all of the setup_apache_for_rsv() function. As a result, it
> would be great if you could test the new code. I have tested in quite
> a bit manually in an OSG-CE install, but the more testers the better!
>
> In addition to improving the way in which the Apache configuration is
> changed, I also fixed what I'm pretty sure was a minor bug in the code
> that adds an RSV link to the main index.html file; previously, I
> believe that multiple invocations of "configure_osg_rsv
> --setup-for-apache" would result in multiple RSV links being added to
> index.html.
>
> Let us know how you would like to proceed from here. If you make a
> OSG RSV Core 2.3.5 release, for example, we would be happy to test it
> and then update it in the VDT.
>
> -- Tim
>
>
Subject: Re: [vdt-support #3907] Suggested changes to configure_osg_rsv
Date: Thu, 11 Sep 2008 10:21:05 -0500
To: vdt-support@cs.wisc.edu
From: Tim Cartwright <cat@cs.wisc.edu>
Download (untitled) / with headers
text/plain 619b
Arvind:

You wrote:

> Core: http://rsv.grid.iu.edu/downloads/OSG_RSV_Core-2.3.5.tar.gz --
> with changes Tim C made [...]

I realized this morning that I haven't covered all cases in my
changes. In particular, I need to deal with the update case in which
the original VDT httpd.conf file *still* has RSV configuration in it.
I will continue working on the configure_osg_rsv script and send you a
new version when I think it's ready. Sorry for the trouble!

(BTW, I have put this issue into our ticket-tracking system, so please
send follow-ups back to vdt-support with the subject line intact.)

-- Tim
CC: RSV Developers Mailing List <rsv-dev@OPENSCIENCEGRID.ORG>
Subject: Re: [vdt-support #3907] Suggested changes to configure_osg_rsv
Date: Thu, 11 Sep 2008 11:42:56 -0400
To: vdt-support@OPENSCIENCEGRID.ORG
From: Arvind Gopu <agopu@indiana.edu>
Hi Tim,

Not sure if you had rsv-dev on the ticket, so i am ccing the mailing
list for reference.

Feel free to send me any updates, and I will gladly plug them in. Also,
we have a cert-DN based SVN repo now, I need to check all the RSV good
in there, and then I can let you access it.

Cheers,
Arvind

On 9/11/2008 11:24 AM, Tim Cartwright pondered:
> [Argh! I messed up how I sent this email the first time.... You are
> now on the VDT ticket referenced in the Subject header, though.]
>
> Arvind:
>
> You wrote:
>
>> Core: http://rsv.grid.iu.edu/downloads/OSG_RSV_Core-2.3.5.tar.gz --
>> with changes Tim C made [...]
>
> I realized this morning that I haven't covered all cases in my
> changes. In particular, I need to deal with the update case in which
> the original VDT httpd.conf file *still* has RSV configuration in it.
> I will continue working on the configure_osg_rsv script and send you a
> new version when I think it's ready. Sorry for the trouble!
>
> (BTW, I have put this issue into our ticket-tracking system, so please
> send follow-ups back to vdt-support with the subject line intact.)
>
> -- Tim
Download smime.p7s
application/x-pkcs7-signature 3.8k
Subject: [vdt-support #3907] New configure_osg_rsv script
Date: Thu, 11 Sep 2008 14:33:11 -0500
To: vdt-support@cs.wisc.edu
From: Tim Cartwright <cat@cs.wisc.edu>
Download (untitled) / with headers
text/plain 911b
Arvind:

Please find attached my latest version of configure_osg_rsv. In
addition to yesterday's changes, it now properly cleans up the VDT's
httpd.conf file when appropriate. I believe this version will allow
users to update the OSG RSV Core package and then simply run it with --
setup-for-apache one more time to fix the configuration issues that
came to light following the recent Apache update. Which is good,
because there may be another Apache update coming in the near future!

Here's what I suggest for testing:

1. Find an existing OSG CE install from OSG 1.0

2. Back it up!

3. Copy in the new configure_osg_rsv

4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache

5a. Compare apache/conf/httpd.conf from before and after
5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and after

6. Start up services and make sure the RSV website works

Hope that helps!

-- Tim
Download new-configure_osg_rsv.tar.gz
application/x-gzip 14.8k

CC: vdt-support@OPENSCIENCEGRID.ORG
Subject: Re: [vdt-support #3907] New configure_osg_rsv script
Date: Thu, 11 Sep 2008 15:56:44 -0500
To: Arvind Gopu <agopu@indiana.edu>
From: David Lesny <ddl@illinois.edu>
Download (untitled) / with headers
text/plain 1.1k
Arvind,

I am not in the office the rest of this week, so I will not be able
to try any test until at least Monday.

I do backup my CE (everyday, and copy before any update),
but always get a bit nervious doing a test. But we are not in any
kind of production mode as yet so....

If it works out, I will see what I can do next week.


thanks, dave


Arvind Gopu wrote:
> On 9/11/2008 3:33 PM, Tim Cartwright via RT pondered:
>
>> Here's what I suggest for testing:
>>
>> 1. Find an existing OSG CE install from OSG 1.0
>>
>> 2. Back it up!
>>
>> 3. Copy in the new configure_osg_rsv
>>
>> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>>
>> 5a. Compare apache/conf/httpd.conf from before and after
>> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and after
>>
>> 6. Start up services and make sure the RSV website work
>>
>>
>
> David (and Tim),
>
> Are you able to do the testing Tim has talked about, on your 1.0 CE??
>
> I'd personally prefer if this kind of testing was done on an ITB 0.9.0
> resource but if you're ok backing your CE/RSV client up (depending your
> setup), and trying it, then I am ok with that too.
>
> Cheers,
> Arvind
>
CC: ddl@illinois.edu
Subject: Re: [vdt-support #3907] New configure_osg_rsv script
Date: Thu, 11 Sep 2008 16:57:25 -0400
To: vdt-support@OPENSCIENCEGRID.ORG
From: Arvind Gopu <agopu@indiana.edu>
Download (untitled) / with headers
text/plain 764b
On 9/11/2008 3:33 PM, Tim Cartwright via RT pondered:
> Here's what I suggest for testing:
>
> 1. Find an existing OSG CE install from OSG 1.0
>
> 2. Back it up!
>
> 3. Copy in the new configure_osg_rsv
>
> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>
> 5a. Compare apache/conf/httpd.conf from before and after
> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and after
>
> 6. Start up services and make sure the RSV website work
>

David (and Tim),

Are you able to do the testing Tim has talked about, on your 1.0 CE??

I'd personally prefer if this kind of testing was done on an ITB 0.9.0
resource but if you're ok backing your CE/RSV client up (depending your
setup), and trying it, then I am ok with that too.

Cheers,
Arvind
Download smime.p7s
application/x-pkcs7-signature 3.8k
CC: ddl@illinois.edu, RSV Developers Mailing List <rsv-dev@OPENSCIENCEGRID.ORG>
Subject: Re: [vdt-support #3907] New configure_osg_rsv script
Date: Fri, 12 Sep 2008 13:49:38 -0400
To: vdt-support@OPENSCIENCEGRID.ORG
From: Arvind Gopu <agopu@indiana.edu>
Download (untitled) / with headers
text/plain 1.4k
Hi Tim,

This latest configure script is available as part of core tarball 2.3.6.
Note that I've not tested this version yet.

I am going to wait for David to get back to us on Monday, to see if he
can test it ... if not, we can try and recruit a couple of other people
to test it for us. I can also test it next week.

http://rsv.grid.iu.edu/downloads/OSG_RSV_Core-2.3.6.tar.gz

Cheers,
Arvind


On 9/11/2008 3:33 PM, Tim Cartwright via RT pondered:
> Arvind:
>
> Please find attached my latest version of configure_osg_rsv. In
> addition to yesterday's changes, it now properly cleans up the VDT's
> httpd.conf file when appropriate. I believe this version will allow
> users to update the OSG RSV Core package and then simply run it with --
> setup-for-apache one more time to fix the configuration issues that
> came to light following the recent Apache update. Which is good,
> because there may be another Apache update coming in the near future!
>
> Here's what I suggest for testing:
>
> 1. Find an existing OSG CE install from OSG 1.0
>
> 2. Back it up!
>
> 3. Copy in the new configure_osg_rsv
>
> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>
> 5a. Compare apache/conf/httpd.conf from before and after
> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and after
>
> 6. Start up services and make sure the RSV website works
>
> Hope that helps!
>
> -- Tim
>
>
>
>
> ------------------------------------------------------------------------
>
>
>
Download smime.p7s
application/x-pkcs7-signature 3.8k
Subject: Re: [vdt-support #3907] New configure_osg_rsv script
Date: Mon, 15 Sep 2008 14:30:11 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Tim Cartwright <cat@cs.wisc.edu>
Download (untitled) / with headers
text/plain 2.6k
David:

Have you had the chance to test this new script yet?

-- Tim

On 11 Sep 2008, at 15:56, ddl via RT wrote:

> Arvind,
>
> I am not in the office the rest of this week, so I will not be able
> to try any test until at least Monday.
>
> I do backup my CE (everyday, and copy before any update),
> but always get a bit nervious doing a test. But we are not in any
> kind of production mode as yet so....
>
> If it works out, I will see what I can do next week.
>
>
> thanks, dave
>
>
> Arvind Gopu wrote:
>> On 9/11/2008 3:33 PM, Tim Cartwright via RT pondered:
>>
>>> Here's what I suggest for testing:
>>>
>>> 1. Find an existing OSG CE install from OSG 1.0
>>>
>>> 2. Back it up!
>>>
>>> 3. Copy in the new configure_osg_rsv
>>>
>>> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>>>
>>> 5a. Compare apache/conf/httpd.conf from before and after
>>> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and
>>> after
>>>
>>> 6. Start up services and make sure the RSV website work
>>>
>>>
>>
>> David (and Tim),
>>
>> Are you able to do the testing Tim has talked about, on your 1.0 CE??
>>
>> I'd personally prefer if this kind of testing was done on an ITB
>> 0.9.0
>> resource but if you're ok backing your CE/RSV client up (depending
>> your
>> setup), and trying it, then I am ok with that too.
>>
>> Cheers,
>> Arvind
>>
>
>
> --
> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
> >
> VDT Support: vdt-support@opensciencegrid.org
> Arvind,
>
> I am not in the office the rest of this week, so I will not be able
> to try any test until at least Monday.
>
> I do backup my CE (everyday, and copy before any update),
> but always get a bit nervious doing a test. But we are not in any
> kind of production mode as yet so....
>
> If it works out, I will see what I can do next week.
>
>
> thanks, dave
>
>
> Arvind Gopu wrote:
>>
>> On 9/11/2008 3:33 PM, Tim Cartwright via RT pondered:
>>
>>> Here's what I suggest for testing:
>>>
>>> 1. Find an existing OSG CE install from OSG 1.0
>>>
>>> 2. Back it up!
>>>
>>> 3. Copy in the new configure_osg_rsv
>>>
>>> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>>>
>>> 5a. Compare apache/conf/httpd.conf from before and after
>>> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and
>>> after
>>>
>>> 6. Start up services and make sure the RSV website work
>>>
>>>
>> David (and Tim),
>>
>> Are you able to do the testing Tim has talked about, on your 1.0 CE??
>>
>> I'd personally prefer if this kind of testing was done on an ITB
>> 0.9.0
>> resource but if you're ok backing your CE/RSV client up (depending
>> your
>> setup), and trying it, then I am ok with that too.
>>
>> Cheers,
>> Arvind
>>
CC: agopu@indiana.edu
Subject: Re: [vdt-support #3907] New configure_osg_rsv script
Date: Mon, 15 Sep 2008 14:43:48 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: David Lesny <ddl@illinois.edu>
Download (untitled) / with headers
text/plain 3.5k
Sorry but no I have not.....its a Monday and I have lots of problems today.
Had some hardware issues (non-OSG machines), that I have to take care of.
Not sure when I will have a chance to even think about this right now.

And the one OSG issue I am also dealing with is the change in how CAs work.
I did what I thought was the correct procedure, but now my RSV is reporting
an UNKNOWN status for the cacert-crl-expiry-probe.

When it rains (and it sure did here this weekend, weather and other) it
pours....

dave


Tim Cartwright via RT wrote:
> David:
>
> Have you had the chance to test this new script yet?
>
> -- Tim
>
> On 11 Sep 2008, at 15:56, ddl via RT wrote:
>
>
>> Arvind,
>>
>> I am not in the office the rest of this week, so I will not be able
>> to try any test until at least Monday.
>>
>> I do backup my CE (everyday, and copy before any update),
>> but always get a bit nervious doing a test. But we are not in any
>> kind of production mode as yet so....
>>
>> If it works out, I will see what I can do next week.
>>
>>
>> thanks, dave
>>
>>
>> Arvind Gopu wrote:
>>
>>> On 9/11/2008 3:33 PM, Tim Cartwright via RT pondered:
>>>
>>>
>>>> Here's what I suggest for testing:
>>>>
>>>> 1. Find an existing OSG CE install from OSG 1.0
>>>>
>>>> 2. Back it up!
>>>>
>>>> 3. Copy in the new configure_osg_rsv
>>>>
>>>> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>>>>
>>>> 5a. Compare apache/conf/httpd.conf from before and after
>>>> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and
>>>> after
>>>>
>>>> 6. Start up services and make sure the RSV website work
>>>>
>>>>
>>>>
>>> David (and Tim),
>>>
>>> Are you able to do the testing Tim has talked about, on your 1.0 CE??
>>>
>>> I'd personally prefer if this kind of testing was done on an ITB
>>> 0.9.0
>>> resource but if you're ok backing your CE/RSV client up (depending
>>> your
>>> setup), and trying it, then I am ok with that too.
>>>
>>> Cheers,
>>> Arvind
>>>
>>>
>> --
>> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
>>
>> VDT Support: vdt-support@opensciencegrid.org
>> Arvind,
>>
>> I am not in the office the rest of this week, so I will not be able
>> to try any test until at least Monday.
>>
>> I do backup my CE (everyday, and copy before any update),
>> but always get a bit nervious doing a test. But we are not in any
>> kind of production mode as yet so....
>>
>> If it works out, I will see what I can do next week.
>>
>>
>> thanks, dave
>>
>>
>> Arvind Gopu wrote:
>>
>>> On 9/11/2008 3:33 PM, Tim Cartwright via RT pondered:
>>>
>>>
>>>> Here's what I suggest for testing:
>>>>
>>>> 1. Find an existing OSG CE install from OSG 1.0
>>>>
>>>> 2. Back it up!
>>>>
>>>> 3. Copy in the new configure_osg_rsv
>>>>
>>>> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>>>>
>>>> 5a. Compare apache/conf/httpd.conf from before and after
>>>> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and
>>>> after
>>>>
>>>> 6. Start up services and make sure the RSV website work
>>>>
>>>>
>>>>
>>> David (and Tim),
>>>
>>> Are you able to do the testing Tim has talked about, on your 1.0 CE??
>>>
>>> I'd personally prefer if this kind of testing was done on an ITB
>>> 0.9.0
>>> resource but if you're ok backing your CE/RSV client up (depending
>>> your
>>> setup), and trying it, then I am ok with that too.
>>>
>>> Cheers,
>>> Arvind
>>>
>>>
>
>
>

--
David Lesny
/Senior Research Physicist/
/High Energy Physics
University of Illinois at Urbana-Champaign
/
/
/
Download (untitled) / with headers
text/plain 759b
On Mon Sep 15 15:00:41 2008, ddl@illinois.edu wrote:
> And the one OSG issue I am also dealing with is the change in how CAs
> work.
> I did what I thought was the correct procedure, but now my RSV is
> reporting
> an UNKNOWN status for the cacert-crl-expiry-probe.

Hi Dave,
If you have updated to VDT 1.10.1i, there is a bug in the current RSV
cacert-crl-expiry probe. We are waiting for a new package from the
developer.

In the meantime, we have a short-term fix for the problem. In your
vdt-update-certs.conf file, move the cacerts_url line you are using to
the very bottom of the config file. This will not be necessary once we
have released an update to RSV.

Sorry for the inconvenience. Let us know if you have any further problems.

Thanks
-scot
Subject: [vdt-support #3907] Update on testing configure_osg_rsv?
Date: Tue, 30 Sep 2008 09:57:55 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Tim Cartwright <cat@cs.wisc.edu>
Download (untitled) / with headers
text/plain 306b
David & Arvind:

A couple weeks ago, I asked if you guys could help with some testing
of a new version of configure_osg_rsv. How's that going? It looks
quite likely now that we'll be releasing next Monday, October 6th, and
it would be great if we could get some extra, independent testing.

-- Tim
CC: ddl@illinois.edu
Subject: Re: [vdt-support #3907] Update on testing configure_osg_rsv?
Date: Tue, 30 Sep 2008 11:21:43 -0400
To: vdt-support@OPENSCIENCEGRID.ORG
From: Arvind Gopu <agopu@indiana.edu>
Download (untitled) / with headers
text/plain 549b
Hi Tim,

I am in all day internal GOC meetings today and tomorrow. I think
David's testing would help ... I will see if I can also test it but no
promises.

Arvind

On 9/30/2008 10:58 AM, Tim Cartwright via RT pondered:
> David & Arvind:
>
> A couple weeks ago, I asked if you guys could help with some testing
> of a new version of configure_osg_rsv. How's that going? It looks
> quite likely now that we'll be releasing next Monday, October 6th, and
> it would be great if we could get some extra, independent testing.
>
> -- Tim
>
>
>
Download smime.p7s
application/x-pkcs7-signature 3.8k
CC: agopu@indiana.edu
Subject: Re: [vdt-support #3907] Update on testing configure_osg_rsv?
Date: Tue, 30 Sep 2008 10:14:36 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: David Lesny <ddl@illinois.edu>
Download (untitled) / with headers
text/plain 903b
Tim,

I have been swamped with non-OSG work, then out of town.

But....today is a good day for me to test it.

Could you resend me the new file and what you would like me to do.
That way I have the "correct" versions...rather than sifting through
my old emails....

If my memory serves me correct, this would fix the problem with
updating apache, and the config files getting not carried over, among
other things?

thanks, dave


Tim Cartwright via RT wrote:
> David & Arvind:
>
> A couple weeks ago, I asked if you guys could help with some testing
> of a new version of configure_osg_rsv. How's that going? It looks
> quite likely now that we'll be releasing next Monday, October 6th, and
> it would be great if we could get some extra, independent testing.
>
> -- Tim
>
>
>

--
David Lesny
/Senior Research Physicist/
/High Energy Physics
University of Illinois at Urbana-Champaign
/
/
/
Subject: Re: [vdt-support #3907] Update on testing configure_osg_rsv?
Date: Tue, 30 Sep 2008 14:09:00 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Tim Cartwright <cat@cs.wisc.edu>
Download (untitled) / with headers
text/plain 2.6k
Dave:

Yes, that's the primary fix. You can get our latest OSG RSV Core
tarball at:

http://vdt.cs.wisc.edu/software/osg-rsv-core/2.3.6/osg-rsv-core-2.3.6.tar.gz

Just unpack it somewhere and pull out the configure_osg_rsv script.
And here is my original suggestion for a test process:

1. Find an existing OSG CE install from OSG 1.0

2. Back it up!

3. Copy in the new configure_osg_rsv

4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache

5a. Compare apache/conf/httpd.conf from before and after
5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and after

6. Start up services and make sure the RSV website works

-- Tim

On 30 Sep 2008, at 10:23, ddl via RT wrote:

> Tim,
>
> I have been swamped with non-OSG work, then out of town.
>
> But....today is a good day for me to test it.
>
> Could you resend me the new file and what you would like me to do.
> That way I have the "correct" versions...rather than sifting through
> my old emails....
>
> If my memory serves me correct, this would fix the problem with
> updating apache, and the config files getting not carried over, among
> other things?
>
> thanks, dave
>
>
> Tim Cartwright via RT wrote:
>> David & Arvind:
>>
>> A couple weeks ago, I asked if you guys could help with some testing
>> of a new version of configure_osg_rsv. How's that going? It looks
>> quite likely now that we'll be releasing next Monday, October 6th,
>> and
>> it would be great if we could get some extra, independent testing.
>>
>> -- Tim
>>
>>
>>
>
> --
> David Lesny
> /Senior Research Physicist/
> /High Energy Physics
> University of Illinois at Urbana-Champaign
> /
> /
> /
>
>
> --
> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
> >
> VDT Support: vdt-support@opensciencegrid.org
> Tim,
>
> I have been swamped with non-OSG work, then out of town.
>
> But....today is a good day for me to test it.
>
> Could you resend me the new file and what you would like me to do.
> That way I have the "correct" versions...rather than sifting through
> my old emails....
>
> If my memory serves me correct, this would fix the problem with
> updating apache, and the config files getting not carried over, among
> other things?
>
> thanks, dave
>
>
> Tim Cartwright via RT wrote:
>>
>> David & Arvind:
>>
>> A couple weeks ago, I asked if you guys could help with some testing
>> of a new version of configure_osg_rsv. How's that going? It looks
>> quite likely now that we'll be releasing next Monday, October 6th,
>> and
>> it would be great if we could get some extra, independent testing.
>>
>> -- Tim
>>
>>
>>
>
> --
> David Lesny
> Senior Research Physicist
> High Energy Physics
> University of Illinois at Urbana-Champaign
>
CC: agopu@indiana.edu
Subject: Re: [vdt-support #3907] Update on testing configure_osg_rsv?
Date: Tue, 30 Sep 2008 14:52:28 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: David Lesny <ddl@illinois.edu>
Download (untitled) / with headers
text/plain 3.2k
I forgot to tell you about step 6....

Restarted OSG with vdt-control --on
and I am still able to access the web pages for RSV....

https://osgx0.hep.uiuc.edu:8443/rsv/

So I am a bit confused as the alias for /rsv is not in httpd.conf

dave


Tim Cartwright via RT wrote:
> Dave:
>
> Yes, that's the primary fix. You can get our latest OSG RSV Core
> tarball at:
>
> http://vdt.cs.wisc.edu/software/osg-rsv-core/2.3.6/osg-rsv-core-2.3.6.tar.gz
>
> Just unpack it somewhere and pull out the configure_osg_rsv script.
> And here is my original suggestion for a test process:
>
> 1. Find an existing OSG CE install from OSG 1.0
>
> 2. Back it up!
>
> 3. Copy in the new configure_osg_rsv
>
> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>
> 5a. Compare apache/conf/httpd.conf from before and after
> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and after
>
> 6. Start up services and make sure the RSV website works
>
> -- Tim
>
> On 30 Sep 2008, at 10:23, ddl via RT wrote:
>
>
>> Tim,
>>
>> I have been swamped with non-OSG work, then out of town.
>>
>> But....today is a good day for me to test it.
>>
>> Could you resend me the new file and what you would like me to do.
>> That way I have the "correct" versions...rather than sifting through
>> my old emails....
>>
>> If my memory serves me correct, this would fix the problem with
>> updating apache, and the config files getting not carried over, among
>> other things?
>>
>> thanks, dave
>>
>>
>> Tim Cartwright via RT wrote:
>>
>>> David & Arvind:
>>>
>>> A couple weeks ago, I asked if you guys could help with some testing
>>> of a new version of configure_osg_rsv. How's that going? It looks
>>> quite likely now that we'll be releasing next Monday, October 6th,
>>> and
>>> it would be great if we could get some extra, independent testing.
>>>
>>> -- Tim
>>>
>>>
>>>
>>>
>> --
>> David Lesny
>> /Senior Research Physicist/
>> /High Energy Physics
>> University of Illinois at Urbana-Champaign
>> /
>> /
>> /
>>
>>
>> --
>> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
>>
>> VDT Support: vdt-support@opensciencegrid.org
>> Tim,
>>
>> I have been swamped with non-OSG work, then out of town.
>>
>> But....today is a good day for me to test it.
>>
>> Could you resend me the new file and what you would like me to do.
>> That way I have the "correct" versions...rather than sifting through
>> my old emails....
>>
>> If my memory serves me correct, this would fix the problem with
>> updating apache, and the config files getting not carried over, among
>> other things?
>>
>> thanks, dave
>>
>>
>> Tim Cartwright via RT wrote:
>>
>>> David & Arvind:
>>>
>>> A couple weeks ago, I asked if you guys could help with some testing
>>> of a new version of configure_osg_rsv. How's that going? It looks
>>> quite likely now that we'll be releasing next Monday, October 6th,
>>> and
>>> it would be great if we could get some extra, independent testing.
>>>
>>> -- Tim
>>>
>>>
>>>
>>>
>> --
>> David Lesny
>> Senior Research Physicist
>> High Energy Physics
>> University of Illinois at Urbana-Champaign
>>
>>
>
>
>

--
David Lesny
/Senior Research Physicist/
/High Energy Physics
University of Illinois at Urbana-Champaign
/
/
/
Subject: Re: [vdt-support #3907] Update on testing configure_osg_rsv?
Date: Tue, 30 Sep 2008 14:47:18 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: David Lesny <ddl@illinois.edu>
Download (untitled) / with headers
text/plain 4.6k
Tim,

Tim Cartwright via RT wrote:
> Dave:
>
> Yes, that's the primary fix. You can get our latest OSG RSV Core
> tarball at:
>
> http://vdt.cs.wisc.edu/software/osg-rsv-core/2.3.6/osg-rsv-core-2.3.6.tar.gz
>
> Just unpack it somewhere and pull out the configure_osg_rsv script.
> And here is my original suggestion for a test process:
>
> 1. Find an existing OSG CE install from OSG 1.0
>
I started with a 1.10.1j release
> 2. Back it up!
>

cp -pr 1.0.0 1.0.0.vdt10j
> 3. Copy in the new configure_osg_rsv
>
>
Saved the old as configure_osg_rsv.orig
Copied the new release into the setup area

[root@osgx0 setup]# ll
total 124
-rwxr-xr-x 1 root root 58088 Sep 30 14:27 configure_osg_rsv
-rwxr-xr-x 1 root root 55794 Aug 13 18:29 configure_osg_rsv.orig


> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>
>
Here is the outpu from the script....

[root@osgx0 setup]# ./configure_osg_rsv --setup-for-apache
INFO: Attempting to configure Apache to serve local RSV probe output
Adding RSV alias to point to the current RSV installation.
Apache setup properly to serve results from current RSV installation.
Restart Apache for changes to take effect.
Enabling the Apache service using vdt-control ...
Pages can be viewed at https://HOSTNAME:8443/rsv


> 5a. Compare apache/conf/httpd.conf from before and after
> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and after
>
Here are the comparisons

[root@osgx0 CE]# diff 1.0.0/apache/conf/httpd.conf
1.0.0.vdt10j/apache/conf/httpd.conf
42a43,53
> <Directory "/home/osg/CE/1.0.0/osg-rsv/output/html">
> Options None
> AllowOverride None
>
> Order allow,deny
> Allow from all
> </Directory>
>
> Alias /rsv /home/osg/CE/1.0.0/osg-rsv/output/html
>
>

[root@osgx0 CE]# diff 1.0.0/vdt-app-data/apache/vdt-webapps.conf
1.0.0.vdt10j/vdt-app-data/apache/vdt-webapps.conf
13,23d12
<
< # Set options for RSV's HTML directory
< <Directory "/home/osg/CE/1.0.0/osg-rsv/output/html">
< Options None
< AllowOverride None
< Order Allow,Deny
< Allow from all
< </Directory>
<
< # Create alias for RSV output directory
< Alias /rsv /home/osg/CE/1.0.0/osg-rsv/output/html



Hmm....it does not appear to have saved/copyied the additions to the
conf files for rsv.....


> 6. Start up services and make sure the RSV website works
>
> -- Tim
>
> On 30 Sep 2008, at 10:23, ddl via RT wrote:
>
>
>> Tim,
>>
>> I have been swamped with non-OSG work, then out of town.
>>
>> But....today is a good day for me to test it.
>>
>> Could you resend me the new file and what you would like me to do.
>> That way I have the "correct" versions...rather than sifting through
>> my old emails....
>>
>> If my memory serves me correct, this would fix the problem with
>> updating apache, and the config files getting not carried over, among
>> other things?
>>
>> thanks, dave
>>
>>
>> Tim Cartwright via RT wrote:
>>
>>> David & Arvind:
>>>
>>> A couple weeks ago, I asked if you guys could help with some testing
>>> of a new version of configure_osg_rsv. How's that going? It looks
>>> quite likely now that we'll be releasing next Monday, October 6th,
>>> and
>>> it would be great if we could get some extra, independent testing.
>>>
>>> -- Tim
>>>
>>>
>>>
>>>
>> --
>> David Lesny
>> /Senior Research Physicist/
>> /High Energy Physics
>> University of Illinois at Urbana-Champaign
>> /
>> /
>> /
>>
>>
>> --
>> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
>>
>> VDT Support: vdt-support@opensciencegrid.org
>> Tim,
>>
>> I have been swamped with non-OSG work, then out of town.
>>
>> But....today is a good day for me to test it.
>>
>> Could you resend me the new file and what you would like me to do.
>> That way I have the "correct" versions...rather than sifting through
>> my old emails....
>>
>> If my memory serves me correct, this would fix the problem with
>> updating apache, and the config files getting not carried over, among
>> other things?
>>
>> thanks, dave
>>
>>
>> Tim Cartwright via RT wrote:
>>
>>> David & Arvind:
>>>
>>> A couple weeks ago, I asked if you guys could help with some testing
>>> of a new version of configure_osg_rsv. How's that going? It looks
>>> quite likely now that we'll be releasing next Monday, October 6th,
>>> and
>>> it would be great if we could get some extra, independent testing.
>>>
>>> -- Tim
>>>
>>>
>>>
>>>
>> --
>> David Lesny
>> Senior Research Physicist
>> High Energy Physics
>> University of Illinois at Urbana-Champaign
>>
>>
>
>
>

--
David Lesny
/Senior Research Physicist/
/High Energy Physics
University of Illinois at Urbana-Champaign
/
/
/
Subject: Re: [vdt-support #3907] Update on testing configure_osg_rsv?
Date: Tue, 30 Sep 2008 14:55:16 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: David Lesny <ddl@illinois.edu>
Download (untitled) / with headers
text/plain 3.1k
Sorry...bit punchy.....you moved it from httpd.conf to
vdt-webapps.conf.....my "misread"

Anyway....it seems to work just fine, so for me it works.

dave


Tim Cartwright via RT wrote:
> Dave:
>
> Yes, that's the primary fix. You can get our latest OSG RSV Core
> tarball at:
>
> http://vdt.cs.wisc.edu/software/osg-rsv-core/2.3.6/osg-rsv-core-2.3.6.tar.gz
>
> Just unpack it somewhere and pull out the configure_osg_rsv script.
> And here is my original suggestion for a test process:
>
> 1. Find an existing OSG CE install from OSG 1.0
>
> 2. Back it up!
>
> 3. Copy in the new configure_osg_rsv
>
> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>
> 5a. Compare apache/conf/httpd.conf from before and after
> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and after
>
> 6. Start up services and make sure the RSV website works
>
> -- Tim
>
> On 30 Sep 2008, at 10:23, ddl via RT wrote:
>
>
>> Tim,
>>
>> I have been swamped with non-OSG work, then out of town.
>>
>> But....today is a good day for me to test it.
>>
>> Could you resend me the new file and what you would like me to do.
>> That way I have the "correct" versions...rather than sifting through
>> my old emails....
>>
>> If my memory serves me correct, this would fix the problem with
>> updating apache, and the config files getting not carried over, among
>> other things?
>>
>> thanks, dave
>>
>>
>> Tim Cartwright via RT wrote:
>>
>>> David & Arvind:
>>>
>>> A couple weeks ago, I asked if you guys could help with some testing
>>> of a new version of configure_osg_rsv. How's that going? It looks
>>> quite likely now that we'll be releasing next Monday, October 6th,
>>> and
>>> it would be great if we could get some extra, independent testing.
>>>
>>> -- Tim
>>>
>>>
>>>
>>>
>> --
>> David Lesny
>> /Senior Research Physicist/
>> /High Energy Physics
>> University of Illinois at Urbana-Champaign
>> /
>> /
>> /
>>
>>
>> --
>> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
>>
>> VDT Support: vdt-support@opensciencegrid.org
>> Tim,
>>
>> I have been swamped with non-OSG work, then out of town.
>>
>> But....today is a good day for me to test it.
>>
>> Could you resend me the new file and what you would like me to do.
>> That way I have the "correct" versions...rather than sifting through
>> my old emails....
>>
>> If my memory serves me correct, this would fix the problem with
>> updating apache, and the config files getting not carried over, among
>> other things?
>>
>> thanks, dave
>>
>>
>> Tim Cartwright via RT wrote:
>>
>>> David & Arvind:
>>>
>>> A couple weeks ago, I asked if you guys could help with some testing
>>> of a new version of configure_osg_rsv. How's that going? It looks
>>> quite likely now that we'll be releasing next Monday, October 6th,
>>> and
>>> it would be great if we could get some extra, independent testing.
>>>
>>> -- Tim
>>>
>>>
>>>
>>>
>> --
>> David Lesny
>> Senior Research Physicist
>> High Energy Physics
>> University of Illinois at Urbana-Champaign
>>
>>
>
>
>

--
David Lesny
/Senior Research Physicist/
/High Energy Physics
University of Illinois at Urbana-Champaign
/
/
/
Subject: Re: [vdt-support #3907] Update on testing configure_osg_rsv?
Date: Tue, 30 Sep 2008 14:59:46 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Tim Cartwright <cat@cs.wisc.edu>
Download (untitled) / with headers
text/plain 7.4k
Dave:

Right, everything worked as (I) expected! Yay!

The RSV configuration *moved* from httpd.conf to a VDT file included
from httpd.conf. The extra config file is located in vdt-app-data/
apache/vdt-webapps.conf, and indeed the Apache-RSV configuration is
now there. The fact that you're able to access the web pages is proof
that Apache is still happy.

The *next* time we update Apache, you will not have to worry about the
RSV configuration at all, because it's now in the separate file that
will be left alone during the update.

Thanks for doing the test!

-- Tim

On 30 Sep 2008, at 14:53, ddl via RT wrote:

> I forgot to tell you about step 6....
>
> Restarted OSG with vdt-control --on
> and I am still able to access the web pages for RSV....
>
> https://osgx0.hep.uiuc.edu:8443/rsv/
>
> So I am a bit confused as the alias for /rsv is not in httpd.conf
>
> dave
>
>
> Tim Cartwright via RT wrote:
>> Dave:
>>
>> Yes, that's the primary fix. You can get our latest OSG RSV Core
>> tarball at:
>>
>> http://vdt.cs.wisc.edu/software/osg-rsv-core/2.3.6/osg-rsv-core-2.3.6.tar.gz
>>
>> Just unpack it somewhere and pull out the configure_osg_rsv script.
>> And here is my original suggestion for a test process:
>>
>> 1. Find an existing OSG CE install from OSG 1.0
>>
>> 2. Back it up!
>>
>> 3. Copy in the new configure_osg_rsv
>>
>> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>>
>> 5a. Compare apache/conf/httpd.conf from before and after
>> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and
>> after
>>
>> 6. Start up services and make sure the RSV website works
>>
>> -- Tim
>>
>> On 30 Sep 2008, at 10:23, ddl via RT wrote:
>>
>>
>>> Tim,
>>>
>>> I have been swamped with non-OSG work, then out of town.
>>>
>>> But....today is a good day for me to test it.
>>>
>>> Could you resend me the new file and what you would like me to do.
>>> That way I have the "correct" versions...rather than sifting through
>>> my old emails....
>>>
>>> If my memory serves me correct, this would fix the problem with
>>> updating apache, and the config files getting not carried over,
>>> among
>>> other things?
>>>
>>> thanks, dave
>>>
>>>
>>> Tim Cartwright via RT wrote:
>>>
>>>> David & Arvind:
>>>>
>>>> A couple weeks ago, I asked if you guys could help with some
>>>> testing
>>>> of a new version of configure_osg_rsv. How's that going? It looks
>>>> quite likely now that we'll be releasing next Monday, October 6th,
>>>> and
>>>> it would be great if we could get some extra, independent testing.
>>>>
>>>> -- Tim
>>>>
>>>>
>>>>
>>>>
>>> --
>>> David Lesny
>>> /Senior Research Physicist/
>>> /High Energy Physics
>>> University of Illinois at Urbana-Champaign
>>> /
>>> /
>>> /
>>>
>>>
>>> --
>>> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
>>>
>>> VDT Support: vdt-support@opensciencegrid.org
>>> Tim,
>>>
>>> I have been swamped with non-OSG work, then out of town.
>>>
>>> But....today is a good day for me to test it.
>>>
>>> Could you resend me the new file and what you would like me to do.
>>> That way I have the "correct" versions...rather than sifting through
>>> my old emails....
>>>
>>> If my memory serves me correct, this would fix the problem with
>>> updating apache, and the config files getting not carried over,
>>> among
>>> other things?
>>>
>>> thanks, dave
>>>
>>>
>>> Tim Cartwright via RT wrote:
>>>
>>>> David & Arvind:
>>>>
>>>> A couple weeks ago, I asked if you guys could help with some
>>>> testing
>>>> of a new version of configure_osg_rsv. How's that going? It looks
>>>> quite likely now that we'll be releasing next Monday, October 6th,
>>>> and
>>>> it would be great if we could get some extra, independent testing.
>>>>
>>>> -- Tim
>>>>
>>>>
>>>>
>>>>
>>> --
>>> David Lesny
>>> Senior Research Physicist
>>> High Energy Physics
>>> University of Illinois at Urbana-Champaign
>>>
>>>
>>
>>
>>
>
> --
> David Lesny
> /Senior Research Physicist/
> /High Energy Physics
> University of Illinois at Urbana-Champaign
> /
> /
> /
>
>
> --
> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
> >
> VDT Support: vdt-support@opensciencegrid.org
> I forgot to tell you about step 6....
>
> Restarted OSG with vdt-control --on
> and I am still able to access the web pages for RSV....
>
> https://osgx0.hep.uiuc.edu:8443/rsv/
>
> So I am a bit confused as the alias for /rsv is not in httpd.conf
>
> dave
>
>
> Tim Cartwright via RT wrote:
>>
>> Dave:
>>
>> Yes, that's the primary fix. You can get our latest OSG RSV Core
>> tarball at:
>>
>> http://vdt.cs.wisc.edu/software/osg-rsv-core/2.3.6/osg-rsv-core-2.3.6.tar.gz
>>
>> Just unpack it somewhere and pull out the configure_osg_rsv script.
>> And here is my original suggestion for a test process:
>>
>> 1. Find an existing OSG CE install from OSG 1.0
>>
>> 2. Back it up!
>>
>> 3. Copy in the new configure_osg_rsv
>>
>> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>>
>> 5a. Compare apache/conf/httpd.conf from before and after
>> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and
>> after
>>
>> 6. Start up services and make sure the RSV website works
>>
>> -- Tim
>>
>> On 30 Sep 2008, at 10:23, ddl via RT wrote:
>>
>>
>>> Tim,
>>>
>>> I have been swamped with non-OSG work, then out of town.
>>>
>>> But....today is a good day for me to test it.
>>>
>>> Could you resend me the new file and what you would like me to do.
>>> That way I have the "correct" versions...rather than sifting through
>>> my old emails....
>>>
>>> If my memory serves me correct, this would fix the problem with
>>> updating apache, and the config files getting not carried over,
>>> among
>>> other things?
>>>
>>> thanks, dave
>>>
>>>
>>> Tim Cartwright via RT wrote:
>>>
>>>> David & Arvind:
>>>>
>>>> A couple weeks ago, I asked if you guys could help with some
>>>> testing
>>>> of a new version of configure_osg_rsv. How's that going? It looks
>>>> quite likely now that we'll be releasing next Monday, October 6th,
>>>> and
>>>> it would be great if we could get some extra, independent testing.
>>>>
>>>> -- Tim
>>>>
>>>>
>>>>
>>>>
>>> --
>>> David Lesny
>>> /Senior Research Physicist/
>>> /High Energy Physics
>>> University of Illinois at Urbana-Champaign
>>> /
>>> /
>>> /
>>>
>>>
>>> --
>>> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
>>>
>>> VDT Support: vdt-support@opensciencegrid.org
>>> Tim,
>>>
>>> I have been swamped with non-OSG work, then out of town.
>>>
>>> But....today is a good day for me to test it.
>>>
>>> Could you resend me the new file and what you would like me to do.
>>> That way I have the "correct" versions...rather than sifting through
>>> my old emails....
>>>
>>> If my memory serves me correct, this would fix the problem with
>>> updating apache, and the config files getting not carried over,
>>> among
>>> other things?
>>>
>>> thanks, dave
>>>
>>>
>>> Tim Cartwright via RT wrote:
>>>
>>>> David & Arvind:
>>>>
>>>> A couple weeks ago, I asked if you guys could help with some
>>>> testing
>>>> of a new version of configure_osg_rsv. How's that going? It looks
>>>> quite likely now that we'll be releasing next Monday, October 6th,
>>>> and
>>>> it would be great if we could get some extra, independent testing.
>>>>
>>>> -- Tim
>>>>
>>>>
>>>>
>>>>
>>> --
>>> David Lesny
>>> Senior Research Physicist
>>> High Energy Physics
>>> University of Illinois at Urbana-Champaign
>>>
>>>
>>
>>
>
> --
> David Lesny
> Senior Research Physicist
> High Energy Physics
> University of Illinois at Urbana-Champaign
>
Subject: Re: [vdt-support #3907] Update on testing configure_osg_rsv?
Date: Tue, 30 Sep 2008 16:04:35 -0400
To: vdt-support@OPENSCIENCEGRID.ORG
From: Arvind Gopu <agopu@indiana.edu>
Download (untitled) / with headers
text/plain 6.7k
Awesome! Thanks for testing this, Dave!! --Arvind

On 9/30/2008 3:58 PM, ddl via RT pondered:
> Sorry...bit punchy.....you moved it from httpd.conf to
> vdt-webapps.conf.....my "misread"
>
> Anyway....it seems to work just fine, so for me it works.
>
> dave
>
>
> Tim Cartwright via RT wrote:
>
>> Dave:
>>
>> Yes, that's the primary fix. You can get our latest OSG RSV Core
>> tarball at:
>>
>> http://vdt.cs.wisc.edu/software/osg-rsv-core/2.3.6/osg-rsv-core-2.3.6.tar.gz
>>
>> Just unpack it somewhere and pull out the configure_osg_rsv script.
>> And here is my original suggestion for a test process:
>>
>> 1. Find an existing OSG CE install from OSG 1.0
>>
>> 2. Back it up!
>>
>> 3. Copy in the new configure_osg_rsv
>>
>> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>>
>> 5a. Compare apache/conf/httpd.conf from before and after
>> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and after
>>
>> 6. Start up services and make sure the RSV website works
>>
>> -- Tim
>>
>> On 30 Sep 2008, at 10:23, ddl via RT wrote:
>>
>>
>>
>>> Tim,
>>>
>>> I have been swamped with non-OSG work, then out of town.
>>>
>>> But....today is a good day for me to test it.
>>>
>>> Could you resend me the new file and what you would like me to do.
>>> That way I have the "correct" versions...rather than sifting through
>>> my old emails....
>>>
>>> If my memory serves me correct, this would fix the problem with
>>> updating apache, and the config files getting not carried over, among
>>> other things?
>>>
>>> thanks, dave
>>>
>>>
>>> Tim Cartwright via RT wrote:
>>>
>>>
>>>> David & Arvind:
>>>>
>>>> A couple weeks ago, I asked if you guys could help with some testing
>>>> of a new version of configure_osg_rsv. How's that going? It looks
>>>> quite likely now that we'll be releasing next Monday, October 6th,
>>>> and
>>>> it would be great if we could get some extra, independent testing.
>>>>
>>>> -- Tim
>>>>
>>>>
>>>>
>>>>
>>>>
>>> --
>>> David Lesny
>>> /Senior Research Physicist/
>>> /High Energy Physics
>>> University of Illinois at Urbana-Champaign
>>> /
>>> /
>>> /
>>>
>>>
>>> --
>>> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
>>>
>>> VDT Support: vdt-support@opensciencegrid.org
>>> Tim,
>>>
>>> I have been swamped with non-OSG work, then out of town.
>>>
>>> But....today is a good day for me to test it.
>>>
>>> Could you resend me the new file and what you would like me to do.
>>> That way I have the "correct" versions...rather than sifting through
>>> my old emails....
>>>
>>> If my memory serves me correct, this would fix the problem with
>>> updating apache, and the config files getting not carried over, among
>>> other things?
>>>
>>> thanks, dave
>>>
>>>
>>> Tim Cartwright via RT wrote:
>>>
>>>
>>>> David & Arvind:
>>>>
>>>> A couple weeks ago, I asked if you guys could help with some testing
>>>> of a new version of configure_osg_rsv. How's that going? It looks
>>>> quite likely now that we'll be releasing next Monday, October 6th,
>>>> and
>>>> it would be great if we could get some extra, independent testing.
>>>>
>>>> -- Tim
>>>>
>>>>
>>>>
>>>>
>>>>
>>> --
>>> David Lesny
>>> Senior Research Physicist
>>> High Energy Physics
>>> University of Illinois at Urbana-Champaign
>>>
>>>
>>>
>>
>>
>
>
>
> ------------------------------------------------------------------------
>
> Sorry...bit punchy.....you moved it from httpd.conf to
> vdt-webapps.conf.....my "misread"
>
> Anyway....it seems to work just fine, so for me it works.
>
> dave
>
>
> Tim Cartwright via RT wrote:
>> Dave:
>>
>> Yes, that's the primary fix. You can get our latest OSG RSV Core
>> tarball at:
>>
>> http://vdt.cs.wisc.edu/software/osg-rsv-core/2.3.6/osg-rsv-core-2.3.6.tar.gz
>>
>> Just unpack it somewhere and pull out the configure_osg_rsv script.
>> And here is my original suggestion for a test process:
>>
>> 1. Find an existing OSG CE install from OSG 1.0
>>
>> 2. Back it up!
>>
>> 3. Copy in the new configure_osg_rsv
>>
>> 4. Run osg-rsv/setup/configure_osg_rsv --setup-for-apache
>>
>> 5a. Compare apache/conf/httpd.conf from before and after
>> 5b. Compare vdt-app-data/apache/vdt-webapps.conf from before and after
>>
>> 6. Start up services and make sure the RSV website works
>>
>> -- Tim
>>
>> On 30 Sep 2008, at 10:23, ddl via RT wrote:
>>
>>
>>> Tim,
>>>
>>> I have been swamped with non-OSG work, then out of town.
>>>
>>> But....today is a good day for me to test it.
>>>
>>> Could you resend me the new file and what you would like me to do.
>>> That way I have the "correct" versions...rather than sifting through
>>> my old emails....
>>>
>>> If my memory serves me correct, this would fix the problem with
>>> updating apache, and the config files getting not carried over, among
>>> other things?
>>>
>>> thanks, dave
>>>
>>>
>>> Tim Cartwright via RT wrote:
>>>
>>>> David & Arvind:
>>>>
>>>> A couple weeks ago, I asked if you guys could help with some testing
>>>> of a new version of configure_osg_rsv. How's that going? It looks
>>>> quite likely now that we'll be releasing next Monday, October 6th,
>>>> and
>>>> it would be great if we could get some extra, independent testing.
>>>>
>>>> -- Tim
>>>>
>>>>
>>>>
>>>>
>>> --
>>> David Lesny
>>> /Senior Research Physicist/
>>> /High Energy Physics
>>> University of Illinois at Urbana-Champaign
>>> /
>>> /
>>> /
>>>
>>>
>>> --
>>> View ticket at <http://crt.cs.wisc.edu/Ticket/Display.html?user=guest&pass=guest&id=3907
>>>
>>> VDT Support: vdt-support@opensciencegrid.org
>>> Tim,
>>>
>>> I have been swamped with non-OSG work, then out of town.
>>>
>>> But....today is a good day for me to test it.
>>>
>>> Could you resend me the new file and what you would like me to do.
>>> That way I have the "correct" versions...rather than sifting through
>>> my old emails....
>>>
>>> If my memory serves me correct, this would fix the problem with
>>> updating apache, and the config files getting not carried over, among
>>> other things?
>>>
>>> thanks, dave
>>>
>>>
>>> Tim Cartwright via RT wrote:
>>>
>>>> David & Arvind:
>>>>
>>>> A couple weeks ago, I asked if you guys could help with some testing
>>>> of a new version of configure_osg_rsv. How's that going? It looks
>>>> quite likely now that we'll be releasing next Monday, October 6th,
>>>> and
>>>> it would be great if we could get some extra, independent testing.
>>>>
>>>> -- Tim
>>>>
>>>>
>>>>
>>>>
>>> --
>>> David Lesny
>>> Senior Research Physicist
>>> High Energy Physics
>>> University of Illinois at Urbana-Champaign
>>>
>>>
>>
>>
>>
>
> --
> David Lesny
> /Senior Research Physicist/
> /High Energy Physics
> University of Illinois at Urbana-Champaign
> /
> /
> /
Download smime.p7s
application/x-pkcs7-signature 3.8k
Subject: [vdt-support #3907] OSG RSV Core 2.3.6 update ready
Date: Wed, 01 Oct 2008 10:47:29 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Tim Cartwright <cat@cs.wisc.edu>
Download (untitled) / with headers
text/plain 453b
Just a final note on this ticket before I close it out.... I have
finished updating to OSG RSV Core 2.3.6 in the VDT 1.10.1 update that
will be released shortly. The primary change was to configure_osg_rsv
to move RSV Apache configuration from the main httpd.conf file to an
auxiliary VDT configuration file, so that future Apache updates will
not lose the RSV configuration.

Thanks, Dave and Arvind, for helping us with this issue.

-- Tim