You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
Hi, I have just downloaded bone-debian-8.8-machinekit-armhf-2017-05-21-4gb.img.xz and put it on an SD card. into a BBB. After getting the network set up I wanted to load some packages. I tried to load emacs with: sudo apt-get install emacs
but it doesn't know that package. It seems the repos are not set up, so I tried to do :
I've been logged into the system over the ethernet with ssh -X for an hour, no problems. One thing, I disabled connman with this command : apt remove connman
so that I could set up static IP address and it would leave it alone.
Still trying to see if it is something I did wrong...
Thanks very much,
Jon
Robert Nelson
unread,
May 25, 2017, 12:20:01 PM5/25/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard, el...@pico-systems.com
On Thursday, May 25, 2017 at 11:20:01 AM UTC-5, RobertCNelson wrote:
Your network is down on the BBB then..
But, it is NOT down! I am logged into the Bone from my desktop through the ethernet. I can ssh into other computers from the Bone. Of course, DNS would be the first suspect, but I can ping all the repo servers mentioned in the apt-get errors from the Bone by name. So, DNS is clearly working, too.
Thanks,
Jon
jmelson
unread,
May 25, 2017, 12:41:01 PM5/25/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard, el...@pico-systems.com
Ah, got it!
In /etc/resolv.conf, I had : nameserver 127.0.0.1 nameserver 1.2.3.4
I took out the loopback nameserver and put in another real nameserver, and it is now working! Funny, that didn't cause a problem with ssh or ping, but apt-get apparently only tried the loopback DNS.