Search found 36 matches

by barkingdoggy
Wed Nov 18, 2015 8:05 pm
Forum: Official Namecoin softwares
Topic: nmcontrol on linux
Replies: 26
Views: 70057

Re: nmcontrol on linux

Making progress?! Turns out I had a couple of versions of nmcontrol on the machine and I was invoking an older version when the debug log file wasn't logging. Cleaned things up and cloned the latest commits. Now the debug log is working, and yes I need to set the DNS to 127.0.0.1 for nslookup to wor...
by barkingdoggy
Fri Nov 06, 2015 6:14 pm
Forum: Official Namecoin softwares
Topic: nmcontrol on linux
Replies: 26
Views: 70057

Re: nmcontrol on linux

Working now, sorta. :? nslookups work as long as I append 127.0.0.1 to the command. Ping and browser works for .bit and .com, etc. Nmcontrol debug log empty except for the launch sequence. Here's the service-dns.conf file. [dns] ; Launch at startup ;start=1 ; Listen on ip host=127.0.0.1 ; Disable lo...
by barkingdoggy
Thu Nov 05, 2015 12:28 am
Forum: Official Namecoin softwares
Topic: nmcontrol on linux
Replies: 26
Views: 70057

Re: nmcontrol on linux

Cannot seem to get nmcontrol listening on 127.0.0.1. Here's service-dns.conf: [dns] ; Launch at startup ;start=1 ; Listen on ip host=127.0.0.1 ; Disable lookups for standard domains disable_standard_lookups=1 ; Listen on port ;port=53 ; Forward standard requests to resolver=8.8.8.8,8.8.4.4, System d...
by barkingdoggy
Wed Nov 04, 2015 1:47 am
Forum: Official Namecoin softwares
Topic: nmcontrol on linux
Replies: 26
Views: 70057

Re: nmcontrol on linux

Debug log does not record any "transactions". All it shows is: 2015-11-03 20:21:29,652 - __main__ - INFO - ####################################################### 2015-11-03 20:21:29,653 - __main__ - DEBUG - DEBUG MODE 2015-11-03 20:21:29,667 - __main__ - DEBUG - launching service serviceDNS 2015-11...
by barkingdoggy
Sun Nov 01, 2015 11:08 pm
Forum: Official Namecoin softwares
Topic: nmcontrol on linux
Replies: 26
Views: 70057

Re: nmcontrol on linux

I'm running Mint. Sudo fixes permissions re bottle.py. nmcontrol runs without errors(?) and handles .com queries, but .bit queries return one IP address. john@john-ThinkPad-X300 ~/Desktop/nmcontrol-master $ python ./nmcontrol.py 2015-11-01 17:23:12,572 - __main__ - INFO - ###########################...
by barkingdoggy
Fri Oct 30, 2015 1:47 pm
Forum: Official Namecoin softwares
Topic: nmcontrol on linux
Replies: 26
Views: 70057

Re: nmcontrol on linux

No go on the second command ("virtualenv env"). Traceback (most recent call last): File "/usr/local/bin/virtualenv", line 11, in <module> sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 832, in main symlink=options.symlink) File "/usr/local/lib/python2.7/dist-packa...
by barkingdoggy
Thu Oct 29, 2015 5:51 pm
Forum: Official Namecoin softwares
Topic: nmcontrol on linux
Replies: 26
Views: 70057

nmcontrol on linux

Downloaded https://github.com/namecoin/nmcontrol.git. Following instructions on README.md, install pukes on "pip install bottle" command. Collecting bottle /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object ...
by barkingdoggy
Tue Oct 27, 2015 8:31 pm
Forum: Official Namecoin softwares
Topic: NMControl Windows Installer v0.8.1
Replies: 25
Views: 89447

Re: NMControl Windows Installer v0.8.1

Works like a charm now. Thanks. :D
by barkingdoggy
Wed Oct 21, 2015 2:06 pm
Forum: Official Namecoin softwares
Topic: NMControl Windows Installer v0.8.1
Replies: 25
Views: 89447

Re: NMControl Windows Installer v0.8.1

Attached is the debug log. The transactions/events are in the following order: Start "nmcontrolwin --debug=1", "nslookup nx.bit", "nxlookup google.com", quit nmcontrolwin.
log.txt
(14.33 KiB) Downloaded 1074 times
by barkingdoggy
Fri Oct 16, 2015 12:52 pm
Forum: Official Namecoin softwares
Topic: NMControl Windows Installer v0.8.1
Replies: 25
Views: 89447

Re: NMControl Windows Installer v0.8.1

Thanks for YOUR endurance! :D On my Win-7 machine, I edited the service-dns.conf file as per the new readme file. No change - resolving .bit names works, .com doesn't work. nslookup result is slightly different. It says, C:>nslookup google.com Server: UnKnown Address: 127.0.0.1 *** UnKnown can't fin...