cjdcmd icon indicating copy to clipboard operation
cjdcmd copied to clipboard

cjdcmd is a command line tool for cjdns

Results 17 cjdcmd issues
Sort by recently updated
recently updated
newest added

There appears to be a missing dependency causing the install to fail. Here is the error shown on my server. > root@bsd1:~ # go get -v github.com/inhies/cjdcmd > Fetching https://code.google.com/p/go.crypto/curve25519?go-get=1...

I continually get the following when using cjdns for the Raspberry Pi: read udp 127.0.0.1:11234: connection refused

Updated readme to include Mercurial. This is needed to use 'go get'.

I have some commit of 0.5.1 installed. When I try to update, I get this: ``` anovak@hypernova:~$ go get -u github.com/inhies/cjdcmd workspace/go/src/github.com/3M3RY/go-bencode/decode.go:5:2: no Go source files in /usr/local/go/src/pkg/encoding ``` I...

I seem to be running into a json issue while trying to create a `.cjdnsadmin` file using the `cjdnsadmin` sub-command: ``` shell $ cjdcmd cjdnsadmin --file ./cjdroute.conf Loading configuration from:...

Then I haven't ~/.cjdnsadmin and I want to generate it, cjdcmd trying to read it... I use Mint 15 x64 (Ubuntu 13.04) ``` bash ~/hypehost $ rm ~/.cjdnsadmin ~/hypehost $...

System: Ubuntu 12.04 (amd64), go version go1.0.3b: $ go get github.com/inhies/cjdcmd github.com/miekg/dns projects/go/src/github.com/miekg/dns/labels.go:108: function ends without a return statement projects/go/src/github.com/miekg/dns/labels.go:132: function ends without a return statement

Cjdcmd is big and getting bigger. Some users have requested that cjdcmd be split in to single function utilities, like the traditional Linux ping and traceroute programs. This is possible,...

question

The current setup requires users to have a .cjdnsadmin file in their home directory. While this is generally not a problem and pretty standard for CJDNS related stuff, it'd be...

This would compare the peers in your config with your currently connected peers and alert you to any that are down.

enhancement