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

Fixed in: 1.10.1n
Fix scheduled: CUR

Owner: Scot Kronenfeld
Requestors: Scot Kronenfeld
Cc:
AdminCc:

New reminder:

Created: Mon Oct 06 14:56:46 2008
Starts: Not set
Started: Mon Nov 24 14:32:24 2008
Last Contact: Not set
Due: Not set
Closed: Mon Nov 24 14:32:24 2008
Updated: Mon Nov 24 14:33:32 2008 by kronenfe



History Brief headersFull headers
Subject: Fix to OSG-RSV probe_wrapper.pl
Download (untitled) / with headers
text/plain 348b
In OSG-RSV, we reference
#!/bin/env
instead of
#!/usr/bin/env

Turns out that /bin/env does not exist on Debian or Suse 9, so RSV
doesn't work on those platforms (unless we made a symlink, like on other
linux platforms).

I've submitted this to Arvind, and I'm waiting for a fix from him. I'm
making this ticket to help keep track of this issue.