it's bug gnunet-pseudonym or not ??
"Krasko Oleksandr" <[email protected]> Wed, 3 May 2006 10:07:17 +0300
| Newsgroups | gmane.network.gnunet.devel,gmane.network.gnunet.bugs |
|---|---|
| Message-ID | <[email protected]> |
hi everybody
I testing the script of namespacehelper.sh constantly get : "Could of
not find myspace." :(
====
there were disparities/errors :
1) not HASH=`$PSEUDOLIST | grep $PSEUDONYM | sed th "s/.* //g"`
but HASH=`$LISTPSEUDO | grep $PSEUDONYM | sed th "s/.* //g"`
2)³ not LISTPSEUDO="gnunet-pseudonym-list"
but LISTPSEUDO="gnunet-pseudonym"
but this be important all not
==============
for me such problem for example I created pseudonym
>gnunet-pseudonym -D 0m3r1 -r 013ksandr
I must show out only pseudonyms 0m3r1.
> gnunet-pseudonym |grep "0m3r1"
but I get nothing. because gnunet-pseudonym does not return nickname
and only following(example):
=======
Namespace `NDDPVTMJPIF96T3H9BP7SEUQTCGFJUE9KVT9NKK0E0AOIRR5D1DI318QLHUO8ARA7APAE2PCHDLDPPRGD1CC7PE0MLLITRRFE336IM0'
has rating 0.
producer: 013ksandr
Namespace `QTDDN891CRHD2Q0NQP4OMONLOPV1V2FV8SKPMO2P1KKAF3R7GK60CKBOBGFMLNTIO2TIE67PCRP7C4NL3IDJEEL90HFPK6V2HBAD810'
has rating 0.
=======
why ??
also I can not destroy for example:
======
$ gnunet-pseudonym -d 0m3r1 -r 013ksandr
Pseudonym `0m3r1' deleted.
..........
Ad@679-AD /d/gnunet/bin
$ gnunet-pseudonym
...........
Namespace `NDDPVTMJPIF96T3H9BP7SEUQTCGFJUE9KVT9NKK0E0AOIRR5D1DI318QLHUO8ARA7APAE2PCHDLDPPRGD1CC7PE0MLLITRRFE336IM0'
has rating 0.
producer: 013ksandr
Namespace `QTDDN891CRHD2Q0NQP4OMONLOPV1V2FV8SKPMO2P1KKAF3R7GK60CKBOBGFMLNTIO2TIE67PCRP7C4NL3IDJEEL90HFPK6V2HBAD810'
has rating 0.
...
=======
how to understand it ?
---
Warning: Bad English (and bash script :) )