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

Fixed in: (no value)
Fix scheduled: (no value)

Owner: Tim Cartwright
Requestors: dakoner@gmail.com
Cc:
AdminCc:

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

New reminder:

Created: Fri Aug 10 12:30:28 2007
Starts: Not set
Started: Not set
Last Contact: Tue Aug 21 10:44:58 2007
Due: Not set
Closed: Tue Aug 21 10:44:58 2007
Updated: Tue Aug 21 10:44:58 2007 by cat



History Brief headersFull headers
Subject: Error running configure_voms to remove a VO
Date: Fri, 10 Aug 2007 10:25:56 -0700
To: vdt-support@OPENSCIENCEGRID.ORG
From: David Konerding <dakoner@gmail.com>
Download (untitled) / with headers
text/plain 649b
I tried to do this:

root@dpsslx05:/opt/vdt/OSG_voms# vdt/setup/configure_voms --vo "VDT"
--remove

and I got:

Command failed:
/opt/vdt/OSG_voms/glite/sbin/voms-admin-configure remove --vo VDT
--dbtype mysql --dbhost localhost --dbport 49151 --undeploy-database
--dbapwd '' --mysql-command /opt/vdt/OSG_voms/mysql/bin/mysql
Exited with value 255


vdt-install.log says:

### 2007-08-10 10:24:48 (failsafe_system)
/opt/vdt/OSG_voms/glite/sbin/voms-admin-configure remove --vo VDT --dbtype
mysql --dbhost localhost --dbport 49151 --undeploy-database --dbapwd ''
--mysql-command /opt/vdt/OSG_voms/mysql/bin/mysql
Please specify --tomcat-group
Subject: Re: Error running voms-admin
Date: Mon, 13 Aug 2007 13:16:19 -0700
To: vdt-support@OPENSCIENCEGRID.ORG
From: David Konerding <dakoner@gmail.com>
Download (untitled) / with headers
text/plain 946b
hi tim,

I think everything was ok once I made sure all the right certs were
installed and the dn for the http cert was different from the host
cert too...

thx

On 8/10/07, David Konerding <dakoner@gmail.com> wrote:
> (this and the previous bug report are from VOMS-Server in VDT 1.8.0
>
> I tried to do this:
> root@dpsslx05:/opt/vdt/OSG_voms# voms-admin --vo LBNL_DSD create-user
> ~dek/.globus/usercert.pem assign-role VO VO-Admin ~dek/.globus/usercert.pem
>
> and I got:
> 500 configure certs failed: failed to load /etc/grid-security/hostkey.pem:
> Illegal seek
>
> hostkey is owned by daemon, I get the same error message when I make it
> chmod ugo+rwx
>
> root@dpsslx05:/opt/vdt/OSG_voms# ls -ltr /etc/grid-security/hostkey.pem
> -rw------- 1 daemon daemon 1675 2007-08-09 14:40
> /etc/grid-security/hostkey.pem
>
> Not sure where this message is coming from- not apache, can't tell if it's
> tomcat or the voms server itself.
>
> Dave
>
Subject: [vdt-support #2890] SVN commit, rev 6515
To: vdt-support@cs.wisc.edu
From: cat@cs.wisc.edu
Download (untitled) / with headers
text/plain 250b
Commit comment:
Added the required --tomcat-group option to the "voms-admin-configure remove"
command.


Changed files:
U vdt/branches/vdt-1.8/Configure-VOMS/vdt/setup/configure_voms

To generate a diff:
svn diff -c 6515 file:///p/vdt/workspace/svn
Download (untitled) / with headers
text/plain 476b
> I tried to do this:
>
> root@dpsslx05:/opt/vdt/OSG_voms# vdt/setup/configure_voms --vo "VDT" --remove
>
> and I got:
>
> Command failed:
> /opt/vdt/OSG_voms/glite/sbin/voms-admin-configure remove --vo VDT
> --dbtype mysql --dbhost localhost --dbport 49151 --undeploy-database
> --dbapwd '' --mysql-command /opt/vdt/OSG_voms/mysql/bin/mysql
> Exited with value 255

Thanks for reporting this problem! We have fixed it in VDT 1.8.1, due out in a
few weeks.

-- Tim