-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test dasgoclient in the cc image #384
Comments
On first attempt the dasgoclient isn't working out of the box, don't know if I need to source something or ... |
Attempt the second says something isn't configured correctly (I think) I found a binary of dasgoclient by looking in the dasgoclient script and parsing the unrecognized cmsos response: when I query -daskeys I get no valid keys, so I think it's not finding a dbs intance (?). |
Hi Carl,
Maybe this thread will be something interesting for you:
dmwm/dasgoclient#30
…On Tue, Nov 21, 2023, 18:21 Carl Lundstedt ***@***.***> wrote:
Attempt the second says something isn't configured correctly (I think) I
found a binary of dasgoclient by looking in the dasgoclient script and
parsing the unrecognized cmsos response:
cd /cvmfs/
cms.cern.ch/cc8_amd64_gcc9/cms/dasgoclient/v02.04.36-b4f75c8b6dba03448d1491c2d7a11bf6/bin
./dasgoclient -query="dataset=/Zee*/*/*"
2023/11/21 17:18:48 ERROR DAS QL ERROR, query=dataset = /Zee*/*/*, idx=0,
msg=Wrong DAS key: dataset
ERROR: das parser error: DAS QL ERROR, query=dataset = /Zee*/*/*, idx=0,
msg=Wrong DAS key: dataset
when I query -daskeys I get no valid keys, so I think it's not finding a
dbs intance (?).
—
Reply to this email directly, view it on GitHub
<#384 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVQARHC4W3BQMKIPIXI5ATYFTPILAVCNFSM6AAAAAA2GDBOEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRRGM2DIOBWGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It would be interesting to investigate if this new development in coffea
will help us instead:
scikit-hep/coffea#883
…On Tue, Nov 21, 2023, 18:31 Oksana Shadura ***@***.***> wrote:
Hi Carl,
Maybe this thread will be something interesting for you:
dmwm/dasgoclient#30
On Tue, Nov 21, 2023, 18:21 Carl Lundstedt ***@***.***>
wrote:
> Attempt the second says something isn't configured correctly (I think) I
> found a binary of dasgoclient by looking in the dasgoclient script and
> parsing the unrecognized cmsos response:
> cd /cvmfs/
> cms.cern.ch/cc8_amd64_gcc9/cms/dasgoclient/v02.04.36-b4f75c8b6dba03448d1491c2d7a11bf6/bin
> ./dasgoclient -query="dataset=/Zee*/*/*"
> 2023/11/21 17:18:48 ERROR DAS QL ERROR, query=dataset = /Zee*/*/*,
> idx=0, msg=Wrong DAS key: dataset
> ERROR: das parser error: DAS QL ERROR, query=dataset = /Zee*/*/*, idx=0,
> msg=Wrong DAS key: dataset
>
> when I query -daskeys I get no valid keys, so I think it's not finding a
> dbs intance (?).
>
> —
> Reply to this email directly, view it on GitHub
> <#384 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABVQARHC4W3BQMKIPIXI5ATYFTPILAVCNFSM6AAAAAA2GDBOEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRRGM2DIOBWGU>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
dasgoclient
from /cvmfs/cms.cern.ch/common/dasgoclient is workingdasgoclient
actually works with tokens.The current error when you try with CMS IAM token:
The official reply was that there is no support currently, especially on cmsweb-auth side:
dmwm/dasgoclient#30 (comment)
The text was updated successfully, but these errors were encountered: