Print

Print


Fabrice

I redid things from scratch and this time it all worked fine.
So let's not worry about this issue, unless it resurface.

Thanks
Jacek



On 05/22/2014 02:23 AM, Fabrice Jammes wrote:
> Hello Jacek,
>
> It's very difficult to understand what has hapenned on your machine
> without having a very detailed report.
> Here's a short script which execute intructions contained in Qserv
> README file, i've just runned successfully on Fedora19 :
>
> [fjammes@qserv-build-server-xlarge ~]$ cat qserv-install.sh
> #!/bin/bash
>
> # Standard LSST install procedure
> # eups stack will be installed in STACK_DIR
> STACK_DIR=$HOME/stack
> rm -rf $STACK_DIR &&
> mkdir $STACK_DIR &&
> cd $STACK_DIR ||
> {
>       echo "Unable to go to install directory : ${STACK_DIR}"
>       exit 1
> }
> curl -O http://sw.lsstcorp.org/eupspkg/newinstall.sh
> bash newinstall.sh
> source loadLSST.sh
>
> # Installing Qserv
> eups distrib install qserv -r
> http://lsst-web.ncsa.illinois.edu/~fjammes/qserv &&
> setup qserv ||
> {
>       echo "Unable to install Qserv"
>       exit 1
> }
>
> eups distrib install qserv_testdata -r
> http://lsst-web.ncsa.illinois.edu/~fjammes/qserv
> setup qserv_testdata ||
> {
>       echo "Unable to install Qserv test datasets"
>       exit 1
> }
>
>
> # Configuring Qserv
> cd $QSERV_DIR/admin
> scons
>
> # Testing Qserv
> qserv-start.sh
> qserv-testdata.py
>
> Hope it'll work for you, if not please let me know what is the problem.
>
> Have a nice day,
>
> Fabrice
>
> On 05/22/2014 09:08 AM, Jacek Becla wrote:
>> Fabrice
>>
>> I did a fresh install yesterday, and I just noticed I am getting:
>>
>> setup: in file /usr/local/home/becla/qserv/2/qserv/ups/qserv.table:
>> Product db not found
>> setup: in file
>> /usr/local/home/becla/qserv/2/qserv/build/dist/ups/qserv.table:
>> Product db 1.0 not found
>> -bash: qserv-start.sh: command not found
>> -bash: qserv-status.sh: command not found
>>
>>
>> eups list
>> anaconda              1.8.0          b4 Winter2014 current b5 b6 b3
>> antlr                 master-gc05368a54f     b66 b65 b64 b54 b55 current
>> db                    master-ge313c26491+1     b66 b65 b64
>> expat                 master-g4a0254e0b2     b45 b44 b43 b65 b64 b54
>> b55 b66
>> kazoo                 master-g89c833ba84     b45 b44 b43 b65 b64 b54
>> b55 b66
>> libevent              master-g410bd5abbb     b45 b44 b43 b65 b64 b54
>> b55 b66
>> lsst                  8.0.0.2        Winter2014 b5 b6 current
>> lua                   master-g8b632a67b3     b45 b44 b43 b65 b64 b54
>> b55 b66
>> luaexpat              master-g2b41498235     b45 b44 b43 b65 b64 b54
>> b55 b66
>> luasocket             master-g59c9a137eb     b45 b44 b43 b65 b64 b54
>> b55 b66
>> luaxmlrpc             master-g1bdc2373fb     b45 b44 b43 b65 b64 b54
>> b55 b66
>> mysql                 master-g5d79af2a50     b45 b44 b43 b65 b64 b54
>> b55 b66
>> mysqlclient           5.1.65+3       b45 b44 b66 b65 b64 b54 b55
>> current b43
>> mysqlproxy            master-g92bb7f6106     b45 b44 b43 b65 b64 b54
>> b55 b66
>> mysqlpython           1.2.3+8        b45 b44 b43 b65 b64 b54 b55 b66
>> protobuf              master-g832d498170     b45 b44 b43 b65 b64 b54
>> b55 b66
>> qserv                 tickets.DM-699-gdb91c11a52     current b66
>> scons                 2.1.0+8        b45 b44 b58 b66 b65 b64 b51 b54
>> b55 b43
>> sconsUtils            master-gcd8b8033a7     b66 b65 b64
>> twisted               master-gb8024db1dc     b45 b44 b43 b65 b64 b54
>> b55 b66
>> xrootd                master-gfc9bfb2059     b45 b44 b43 b65 b64 b54
>> b55 b66
>> zookeeper             master-gc48457902f     b45 b44 b43 b65 b64 b54
>> b55 b66
>> zopeinterface         master-g9b9798ca42     b45 b44 b43 b65 b64 b54
>> b55 b66
>>
>>
>> How do I fix that?
>>
>> Thanks,
>> Jacek
>>
>> ########################################################################
>> Use REPLY-ALL to reply to list
>>
>> To unsubscribe from the QSERV-L list, click the following link:
>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1
>

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the QSERV-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1