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

Fixed in: 1.10.1k
Fix scheduled: CUR

Owner: Scot Kronenfeld
Requestors: timm@fnal.gov
Cc:
AdminCc:

New reminder:

Created: Wed Oct 01 15:42:42 2008
Starts: Not set
Started: Not set
Last Contact: Mon Oct 06 14:53:55 2008
Due: Not set
Closed: Mon Oct 06 14:54:39 2008
Updated: Mon Oct 06 14:54:40 2008 by kronenfe



History Brief headersFull headers
Subject: BUG in vdt-version, reports wrong version of condor-cron
Date: Wed, 01 Oct 2008 15:39:13 -0500 (CDT)
To: vdt-support@OPENSCIENCEGRID.ORG
From: Steven Timm <timm@fnal.gov>
Download (untitled) / with headers
text/plain 671b
vdt-version reports an incorrect version of condor-cron
I recently updated a couple of packages on my OSG CE, vdt 1.10.1,
but not condor-cron. Nevertheless vdt-version reports that
I'm running condor-cron 7.0.4, as opposed to the version 7.0.2
which originally came with the VDT and all the condor logs say
that it still is condor 7.0.2 when the daemons start up.

Steve Timm




--
------------------------------------------------------------------
Steven C. Timm, Ph.D (630) 840-8525
timm@fnal.gov http://home.fnal.gov/~timm/
Fermilab Computing Division, Scientific Computing Facilities,
Grid Facilities Department, FermiGrid Services Group, Assistant Group Leader.
On Wed Oct 01 15:42:43 2008, timm@fnal.gov wrote:
> vdt-version reports an incorrect version of condor-cron
> I recently updated a couple of packages on my OSG CE, vdt 1.10.1,
> but not condor-cron. Nevertheless vdt-version reports that
> I'm running condor-cron 7.0.4, as opposed to the version 7.0.2
> which originally came with the VDT and all the condor logs say
> that it still is condor 7.0.2 when the daemons start up.

Hi Steve,

This is a bug that has existed for a long time. Scot Kronenfeld and I
just talked about it, and we think that Scot will be able to implement a
fix in the short-term future. The fix will have to be phased in
gradually, so it won't get perfect all at once, but the situation will
gradually improve.

I've assigned Scot this ticket, and he'll let us know how the
implementation goes.

-alain

-----------------------------------------------------------------
Alain Roy vdt-support@opensciencegrid.org
VDT Support http://vdt.cs.wisc.edu/support.html
Subject: [vdt-support #4090] SVN commit, rev 8150
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 683b
Commit comment:
Overhaul of vdt-version. The script now will display the correct
version of installed software rather than the version that is in
the vdt-version.info file (which is static for each VDT lettered
release). In order to use this behavior, packages must use the
new "--short-version" flag when being added. As we update packages
we will convert their pacman files to use this new flag.

I also fixed the indentation, changed variable names, and various
other changes, so this change will touch almost every line of this
file.


Changed files:
U vdt/branches/vdt-1.10.1/VDT-Version/vdt/bin/vdt-version

To generate a diff:
svn diff -c 8150 file:///p/vdt/workspace/svn
Subject: [vdt-support #4090] SVN commit, rev 8151
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 300b
Commit comment:
Change to generate vdt-version.info with three fields,
PACKAGE-NAME::VERSION::DESCRIPTION

The latest checkin of vdt-version parses this new form.


Changed files:
U vdt/branches/vdt-1.10.1/VDT-Version-Info/build.pl

To generate a diff:
svn diff -c 8151 file:///p/vdt/workspace/svn
Subject: [vdt-support #4090] SVN commit, rev 8161
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 262b
Commit comment:
We've changed the output of vdt-version slightly, so I changed that test
accordingly.


Changed files:
U vdt/branches/vdt-1.10.1/VDT-Certification-Tests/vdt/tests/tests/install.t

To generate a diff:
svn diff -c 8161 file:///p/vdt/workspace/svn
Subject: [vdt-support #4090] SVN commit, rev 8162
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 293b
Commit comment:
vdt-version now downloads the defs file from VDT's website and
attempts to determine if updates are available for software
components.


Changed files:
U vdt/branches/vdt-1.10.1/VDT-Version/vdt/bin/vdt-version

To generate a diff:
svn diff -c 8162 file:///p/vdt/workspace/svn
Subject: [vdt-support #4090] SVN commit, rev 8163
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 891b
Commit comment:
For all the packages updated in 1.10.1k, I added the "--short-version"
argument to the "vdt-version --add" call. This is a new parameter for
vdt-version, and will enable vdt-version to display the correct version
of an installed software component (as well as check for available updates)


Changed files:
U vdt/branches/vdt-1.10.1/Apache/Apache.pacman
U vdt/branches/vdt-1.10.1/Condor/Condor.pacman
U vdt/branches/vdt-1.10.1/Condor-Cron/Condor-Cron.pacman
U vdt/branches/vdt-1.10.1/Gratia-Reporting/Gratia-Reporting.pacman
U vdt/branches/vdt-1.10.1/Gratia-Services/Gratia-Services.pacman
U vdt/branches/vdt-1.10.1/MySQL-5/MySQL-5.pacman
U vdt/branches/vdt-1.10.1/OSG-RSV/OSG-RSV.pacman
U vdt/branches/vdt-1.10.1/Tomcat-5.5/Tomcat-5.5.pacman
U vdt/branches/vdt-1.10.1/UberFTP/UberFTP.pacman

To generate a diff:
svn diff -c 8163 file:///p/vdt/workspace/svn
Subject: [vdt-support #4090] SVN commit, rev 8164
To: vdt-support@cs.wisc.edu
From: roy@cs.wisc.edu
Download (untitled) / with headers
text/plain 234b
Commit comment:
Added --short-version


Changed files:
U vdt/branches/vdt-1.10.1/LFC-Client/LFC-Client.pacman
U vdt/branches/vdt-1.10.1/LFC-Server/LFC-Server.pacman

To generate a diff:
svn diff -c 8164 file:///p/vdt/workspace/svn
Subject: [vdt-support #4090] SVN commit, rev 8166
To: vdt-support@cs.wisc.edu
From: roy@cs.wisc.edu
Download (untitled) / with headers
text/plain 177b
Commit comment:
Added --short-version


Changed files:
U vdt/branches/vdt-1.10.1/CGSI-gSOAP/CGSI-gSOAP.pacman

To generate a diff:
svn diff -c 8166 file:///p/vdt/workspace/svn
RT-Send-CC: roy@cs.wisc.edu
Download (untitled) / with headers
text/plain 558b
Hi Steve,
We're releasing an update to vdt-version in 1.10.1k. The new script
will show the correct version of any software that has been updated in
1.10.1k or later. We can't do this for all software immediately, or we
would trigger a pacman update on all packages.

Additionally, the script will not attempt to determine if updates are
available for software components (again, this will only work for any
packages updated since 1.10.1k).

Please let us know if you have any feedback once 1.10.1k is released and
you install the new script.

Thanks,
scot
RT-Send-CC: roy@cs.wisc.edu
Download (untitled) / with headers
text/plain 309b
On Mon Oct 06 14:52:30 2008, kronenfe wrote:
> Additionally, the script will not attempt to determine if updates are
> available for software components (again, this will only work for any
> packages updated since 1.10.1k).

That should say, the script will NOW* attempt to determine if updates
are available.