That sounds suspicious because we haven't packaged a 1.2.1 release. The latest on PyPI is 1.2, which is the same in the master branch. Would you mind sending logs that show *how* the url is malformed (both when it is OK and when it is not) ? On Mon, Feb 2, 2015 at 9:53 AM, <ghislain.chevalier@xxxxxxxxxx> wrote: > HI, > > Thx for replying > > According to dpkg -l, it's 1.2.1. > > I noticed that the URL is malformed when launching using directly radosgw-agent -c <syncfile> > but well formed when launching using service radosgw-agent start <syncfile> > > best regards > > -----Message d'origine----- > De : alfredo.deza@xxxxxxxxxxx [mailto:alfredo.deza@xxxxxxxxxxx] De la part de Alfredo Deza > Envoyé : lundi 2 février 2015 15:18 > À : CHEVALIER Ghislain IMT/OLPS > Cc : ceph-devel@xxxxxxxxxxxxxxx > Objet : Re: [Ceph-devel] radosgw-agent failed to parse > > What version of the agent are you using? And when it fails, how does the log output look? > > On Mon, Feb 2, 2015 at 8:56 AM, <ghislain.chevalier@xxxxxxxxxx> wrote: >> Hi all, >> >> Context : Ubuntu 14.04 TLS firefly 0.80.8 >> >> I sent this post in ceph-users (identical subject) because I recently encountered the same issue. >> Maybe I missed something between July and January... >> >> I found that the http request wasn't correctly formed by >> /usr/lib/python2.7/dist-packages/radosgw_agent/client.py >> >> I did the changes below >> # url = '{protocol}://{host}{path}'.format(protocol=request.protocol, >> # host=request.host, >> # path=request.path) >> url = '{path}'.format(protocol="", host="", path=request.path) >> >> The request is then correctly formed and sent. >> >> I still have problems setting the federation between 2 zones of 2 ceph clusters in 2 regions. >> >> I go on investigating. >> >> Best regards >> >> >> ______________________________________________________________________ >> ___________________________________________________ >> >> Ce message et ses pieces jointes peuvent contenir des informations >> confidentielles ou privilegiees et ne doivent donc pas etre diffuses, >> exploites ou copies sans autorisation. Si vous avez recu ce message >> par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci. >> >> This message and its attachments may contain confidential or >> privileged information that may be protected by law; they should not be distributed, used or copied without authorisation. >> If you have received this email in error, please notify the sender and delete this message and its attachments. >> As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified. >> Thank you. >> >> -- >> To unsubscribe from this list: send the line "unsubscribe ceph-devel" >> in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo >> info at http://vger.kernel.org/majordomo-info.html > > _________________________________________________________________________________________________________________________ > > Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc > pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler > a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, > Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci. > > This message and its attachments may contain confidential or privileged information that may be protected by law; > they should not be distributed, used or copied without authorisation. > If you have received this email in error, please notify the sender and delete this message and its attachments. > As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified. > Thank you. > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html