Re: command to connect to peers fixed!
aaa aaa <[email protected]> Wed, 18 Dec 2024 15:01:24 +0100
| Newsgroups | gmane.network.gnunet.general |
|---|---|
| Message-ID | <CAPZMxhq3G+tjLDs5tYH5urtgJAioV7vCcwartHuM9tMgWp0Oqw@mail.gmail.com> |
--00000000000011852906298bdac5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, I am trying to just run gnunet for any existing application. I would like to run ant application because I need to ensure my configuration is already working. Actually my peers are not connected. I did: sudo /opt/gnunet-bin/bin/gnunet-dht-put -c p1/peer1.conf -k 05CCD3X44KS03HSZKBG1CY8BA8P9YABEA2AFW3P34GKK35ZEHAJG -d VAL1 sudo /opt/gnunet-bin/bin/gnunet-dht-get -c p2/peer2.conf -k PDF2EXGEDB1QM5T1C45WA0A382X506C295GZ85EMD6H3T5DMC36G an I got no output. I think the network is not up. I also tried to test gnunet-messenger with sudo /opt/gnunet-bin/bin/gnunet-messenger -c p1/peer1.conf -e 05CCD3X44KS03HSZKBG1CY8BA8P9YABEA2AFW3P34GKK35ZEHAJG -r XXX On Wed, Dec 18, 2024 at 4:44=E2=80=AFAM aaa aaa <[email protected]> = wrote: > also sudo /opt/gnunet-bin/bin/gnunet-core -s -c p1/peer1.conf ; does not > list the peer2. > > The command sudo /opt/gnunet-bin/bin/gnunet-hello --import-hello -c > p2/peer2.conf has already imported the hello and shown "HELLO imported.". > > > Is it a mistake or is it working fine. > > On Tue, Dec 17, 2024 at 10:25=E2=80=AFPM aaa aaa <[email protected]= m> wrote: > >> Also it could be fine to document this issue in the official doc please. >> We could also set error when the required permission has not been reach = as >> well yet. >> >> On Tue, Dec 17, 2024 at 10:21=E2=80=AFPM aaa aaa <[email protected]= om> >> wrote: >> >>> Hello, people! >>> >>> I fixed my issue. >>> >>> It did not sounds to be configuration related. Sounds more to be a >>> permission issue. When I do not have permission there is no error yet. >>> >>> To fix the issue, I did: >>> >>> echo "$(sudo /opt/gnunet-bin/bin/gnunet-hello --export-hello -c >>> peer1.conf)" | sudo /opt/gnunet-bin/bin/gnunet-hello --import-hello -c >>> peer2.conf ; >>> >>> Thanks very much for help and support for everyone including martin!! >>> >>> --00000000000011852906298bdac5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Hello,</div><div><br></div><div>I am trying to just r= un gnunet for any existing application. I would like to run ant application= because I need to ensure my configuration is already working.<br></div><di= v><br></div><div>Actually my peers are not connected. I did:<br></div><div>= <br></div><div>sudo /opt/gnunet-bin/bin/gnunet-dht-put -c p1/peer1.conf -k = 05CCD3X44KS03HSZKBG1CY8BA8P9YABEA2AFW3P34GKK35ZEHAJG -d VAL1</div><div>sudo= /opt/gnunet-bin/bin/gnunet-dht-get -c p2/peer2.conf -k PDF2EXGEDB1QM5T1C45= WA0A382X506C295GZ85EMD6H3T5DMC36G</div><div><br></div><div>an I got no outp= ut. I think the network is not up.<br></div><div><br></div><div><br></div><= div><br></div><div><br></div><div>I also tried to test gnunet-messenger wit= h</div><div><br></div><div>sudo /opt/gnunet-bin/bin/gnunet-messenger -c p1/= peer1.conf -e 05CCD3X44KS03HSZKBG1CY8BA8P9YABEA2AFW3P34GKK35ZEHAJG -r XXX</= div><div><br></div></div><br><div class=3D"gmail_quote gmail_quote_containe= r"><div dir=3D"ltr" class=3D"gmail_attr">On Wed, Dec 18, 2024 at 4:44=E2=80= =AFAM aaa aaa <<a href=3D"mailto:[email protected]">hrekkgkrlregr= [email protected]</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style= =3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding= -left:1ex"><div dir=3D"ltr"><div> also sudo /opt/gnunet-bin/bin/gnunet-core -s -c p1/peer1.conf ; does not= list the peer2.</div><div><br></div><div>The command sudo /opt/gnunet-bin/= bin/gnunet-hello --import-hello -c p2/peer2.conf has already imported the h= ello and shown "HELLO imported.".</div><div><br></div><div><br></= div><div>Is it a mistake or is it working fine.<br></div></div><br><div cla= ss=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Tue, Dec 17, 20= 24 at 10:25=E2=80=AFPM aaa aaa <<a href=3D"mailto:[email protected]= om" target=3D"_blank">[email protected]</a>> wrote:<br></div><blo= ckquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left= :1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr">Also it coul= d be fine to document this issue in the official doc please. We could also = set error when the required permission has not been reach as well yet.<br><= /div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">O= n Tue, Dec 17, 2024 at 10:21=E2=80=AFPM aaa aaa <<a href=3D"mailto:hrekk= [email protected]" target=3D"_blank">[email protected]</a>> wro= te:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px = 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"= ltr"><div>Hello, people!</div><div><br></div><div>I fixed my issue.<br></di= v><div><br></div><div>It did not sounds to be configuration related. Sounds= more to be a permission issue. When I do not have permission there is no e= rror yet.</div><div><br></div><div>To fix the issue, I did:<br></div><div><= br></div><div>echo "$(sudo /opt/gnunet-bin/bin/gnunet-hello --export-h= ello -c peer1.conf)" | sudo /opt/gnunet-bin/bin/gnunet-hello --import-= hello -c peer2.conf ;</div><div><br></div><div>Thanks very much for help an= d support for everyone including martin!!</div><div><br></div></div> </blockquote></div> </blockquote></div> </blockquote></div> --00000000000011852906298bdac5--