1

I wanted to install pip onto beagle bone black,and I tried this:

  /usr/bin/ntpdate -b -s -u pool.ntp.org
    opkg update && opkg install python-pip python-setuptools

then, it threw errors,but Unfortunately, I didn't log that errors. this is the error:

Collected errors:
 * parse_from_stream_nomalloc: Excessively long line at 6. Corrupt file?

it was occurred a week ago and was't solved yet. I wanted to solve it now and I tried connect by ssh,but I failed. When I ping to beagle bone, it responds, and Cloud9 IDE is working too but not ssh. I don't think this is serious problem since I can connect to beagle bone by other methods: Cloud9 or so. However, to use python on beagle bone, I need to connect by ssh.

Before trying to update and install python-pip, I could connect by ssh.

Do you have any ideas to solve this connection problem?

Reference:

Setting up IO Python Library on BeagleBone Black

View Full Version : [VU+ Duo] Error installing ipk on Vu+ Duo

note

I use default OS: Angstrom
I don't use SD card.
HOST PC is mac, OS.X 10.9

I checked this but this wasn't helpful Cannot connect to beagle bone black

I could connect by GateOne SSH client, but still unable to connect from terminal.

Community
  • 1
  • 1
SamuraiT
  • 992
  • 3
  • 12
  • 31

1 Answers1

1

(Question answered in the comments and in question edits. See Question with no answers, but issue solved in the comments (or extended in chat) )

The OP wrote:

I solved this problem by succeeding update opkg, so I will write the details:

First, remove beaglbone file

rm  /var/lib/opkg/lists/beaglebone

and,remove lists folder

rmdir /var/lib/opkg/lists

then, set current time on beagle

/usr/bin/ntpdate -b -s -u pool.ntp.org

afterwards, update and upgrade opkg:

opkg update and opkg upgrade

now you can use opkg !

Community
  • 1
  • 1
Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129