|
DRAWS™ Manager Demo
#drawsmanager
Im having trouble understanding how to get to the manager. Do i put the ip address in my browser on my PC or from the Pi?
Im having trouble understanding how to get to the manager. Do i put the ip address in my browser on my PC or from the Pi?
|
By
Justin Clark (KJ7JC)
· #3013
·
|
|
DRAWS™ Manager Demo
#drawsmanager
/":Could not resolve host: GitHub.com cd/usr/local/var/draws-manager&&git pull && systemctl restart draws-manger
/":Could not resolve host: GitHub.com cd/usr/local/var/draws-manager&&git pull && systemctl restart draws-manger
|
By
...
· #3014
·
|
|
DRAWS™ Manager Demo
#drawsmanager
Put it in Chrome on the pi. In My case 192.168.0.79:8080. You need to get you IP address for you pi, then add :8080
Put it in Chrome on the pi. In My case 192.168.0.79:8080. You need to get you IP address for you pi, then add :8080
|
By
...
· #3015
·
|
|
DRAWS™ Manager Demo
#drawsmanager
You can upgrade all your files including draws-manager by: cd cd n7nix git pull cd bin .
You can upgrade all your files including draws-manager by: cd cd n7nix git pull cd bin .
|
By
Basil Gunn
· #3017
·
|
|
DRAWS™ Manager Demo
#drawsmanager
ifconfig to find it on the pi) of the pi, e.g. ip address 192.168.0.40 would be http://192.168.0.40:8080 If your LAN computer has zeroconf/bonjour networking, if your computer is named draws
ifconfig to find it on the pi) of the pi, e.g. ip address 192.168.0.40 would be http://192.168.0.40:8080 If your LAN computer has zeroconf/bonjour networking, if your computer is named draws
|
By
John D Hays - K7VE
· #3018
·
|
|
DRAWS™ Manager Demo
#drawsmanager
Open a terminal a try pinging some hosts by name, like ping google.com then ping github.com If you open https://github.com/nwdigitalradio/draws-manager.git in a browser, that is the
Open a terminal a try pinging some hosts by name, like ping google.com then ping github.com If you open https://github.com/nwdigitalradio/draws-manager.git in a browser, that is the
|
By
John D Hays - K7VE
· #3019
·
|
|
DRAWS™ Manager Demo
#drawsmanager
John D. Hays Edmonds, WA K7VE
John D. Hays Edmonds, WA K7VE
|
By
John D Hays - K7VE
· #3020
·
|
|
DRAWS™ Manager Demo
#drawsmanager
I used https://draws.local:8080 and received the same error message several second after commanding Update DRAWS Manager
I used https://draws.local:8080 and received the same error message several second after commanding Update DRAWS Manager
|
By
...
· #3021
·
|
|
DRAWS™ Manager Demo
#drawsmanager
The IP address of the DRAWS here is 192.168.0.79. The Github comes up here, should I try it on my DRAWS? Tried the Github on Draws came back with site can't be reached.
The IP address of the DRAWS here is 192.168.0.79. The Github comes up here, should I try it on my DRAWS? Tried the Github on Draws came back with site can't be reached.
|
By
...
· #3022
·
|
|
DRAWS™ Manager Demo
#drawsmanager
Yes, that command brings up the DRAWS MANAGER on the pi Webb browser.
Yes, that command brings up the DRAWS MANAGER on the pi Webb browser.
|
By
...
· #3023
·
|
|
DRAWS™ Manager Demo
#drawsmanager
You can also try, from a terminal on the Raspberry Pi. cd /usr/local/var/draws-manager sudo git pull sudo systemctl restart draws-manager Wait about 30 seconds and try connecting from
You can also try, from a terminal on the Raspberry Pi. cd /usr/local/var/draws-manager sudo git pull sudo systemctl restart draws-manager Wait about 30 seconds and try connecting from
|
By
John D Hays - K7VE
· #3024
·
|
|
DRAWS™ Manager Demo
#drawsmanager
Tnx Basil will use your commands.
Tnx Basil will use your commands.
|
By
...
· #3025
·
|
|
DRAWS™ Manager Demo
#drawsmanager
You escape ping with a control-c Send me the results of cat /etc/resolv.conf on the Raspberry Pi
You escape ping with a control-c Send me the results of cat /etc/resolv.conf on the Raspberry Pi
|
By
John D Hays - K7VE
· #3026
·
|
|
DRAWS™ Manager Demo
#drawsmanager
John, I am taking up too much of your time. My son is a professional programmer I will have him look into it when he next visits. Tried the N7nix command git pull, comes back with unable to access Git
John, I am taking up too much of your time. My son is a professional programmer I will have him look into it when he next visits. Tried the N7nix command git pull, comes back with unable to access Git
|
By
...
· #3027
·
|
|
DRAWS™ Manager Demo
#drawsmanager
Sorry if this email is a little elementary from some readers. It seems like we have a few folks out there not yet familiar with networking. Hope this helps. If everything is setup the http://localhost
Sorry if this email is a little elementary from some readers. It seems like we have a few folks out there not yet familiar with networking. Hope this helps. If everything is setup the http://localhost
|
By
Kevin K. - N7KJK
· #3028
·
|
|
DRAWS™ Manager Demo
#drawsmanager
domain Home nameserver 192.168.0.1 nameserver 295.1/1.2.25
domain Home nameserver 192.168.0.1 nameserver 295.1/1.2.25
|
By
...
· #3029
·
|
|
DRAWS™ Manager Demo
#drawsmanager
See notes below What I would try is editing /etc/resolv.conf cd /etc cp resolv.conf resolv.conf.backup sudo nano resolv.conf In the editor delete or comment out (comments are lines starting with a # o
See notes below What I would try is editing /etc/resolv.conf cd /etc cp resolv.conf resolv.conf.backup sudo nano resolv.conf In the editor delete or comment out (comments are lines starting with a # o
|
By
John D Hays - K7VE
· #3030
·
|
|
DRAWS™ Manager Demo
#drawsmanager
Set nameservers to 1.1.1.1 and 8.8.8.8 and verified they took, but ping gitHub.com came back with a name recognition problem. ping google.com worked fine. I better have my son on site get the fix. Don
Set nameservers to 1.1.1.1 and 8.8.8.8 and verified they took, but ping gitHub.com came back with a name recognition problem. ping google.com worked fine. I better have my son on site get the fix. Don
|
By
...
· #3031
·
|
|
DRAWS™ Manager Demo
#drawsmanager
I may have found my problem. I am running a device that protects my server it is call RECON SENTENEL so I checked it and found that it had blocked the raspberry pi. I unblocked it and did an update. N
I may have found my problem. I am running a device that protects my server it is call RECON SENTENEL so I checked it and found that it had blocked the raspberry pi. I unblocked it and did an update. N
|
By
...
· #3033
·
|
|
DRAWS™ Manager Demo
#drawsmanager
It only saves the values, not the selected radio. E.g. if you select ft-817 AF, note the values. Then save. When you restart the selected values should be what you saved, but the radio pre-select will
It only saves the values, not the selected radio. E.g. if you select ft-817 AF, note the values. Then save. When you restart the selected values should be what you saved, but the radio pre-select will
|
By
John D Hays - K7VE
· #3034
·
|