The problem i faced with the link that you provided which is http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Debian_Image_Testing_Snapshots <http://www.google.com/url?q=http%3A%2F%2Felinux.org%2FBeagleboard%3ABeagleBoneBlack_Debian%23Debian_Image_Testing_Snapshots&sa=D&sntz=1&usg=AFQjCNHXIqqAT1GFkcTAYkl-kMSANmGeEA> and the image bone-debian-8.2-lxqt-4gb-armhf-2016-01-10-4gb.img.xz is that when i try to "apt-get update" or "apt-get install" i was getting an error like, " dpkg: error: corrupt info database format file '/var/lib/dpkg/info/format' E: Sub-process /usr/bin/dpkg returned an error code (2) "
So I have been using http://beagleboard.org/latest-images Debian 8.2 (BeagleBone, BeagleBone Black, Seeed BeagleBone Green, Arrow BeagleBone Black Industrial - 2GB SD) 2015-11-12 <http://builds.beagleboard.org/images/master/08132bf0d0cb284d1148c5d329fe3c8e1aaee44d/bone-debian-8.2-tester-2gb-armhf-2015-11-12-2gb.img.xz> and the docker info is as follows. root@beaglebone:/etc/apt# docker -v Docker version 1.6.2, build 7c8fca2 root@beaglebone:/etc/apt# docker info Containers: 1 Images: 2 Storage Driver: devicemapper Pool Name: docker-179:2-1659-pool Pool Blocksize: 65.54 kB Backing Filesystem: extfs Data file: /dev/loop0 Metadata file: /dev/loop1 Data Space Used: 462.4 MB Data Space Total: 107.4 GB Data Space Available: 1.972 GB Metadata Space Used: 897 kB Metadata Space Total: 2.147 GB Metadata Space Available: 1.972 GB Udev Sync Supported: true Data loop file: /var/lib/docker/devicemapper/devicemapper/data Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata Library Version: 1.02.90 (2014-09-01) Execution Driver: native-0.2 Kernel Version: 4.1.12-ti-r29 Operating System: Debian GNU/Linux 8 (jessie) CPUs: 1 Total Memory: 488.8 MiB Name: beaglebone ID: RXXL:IQPN:ONKC:NVDZ:MN7P:RG4V:4AN2:DYBI:INYP:5Q6G:BPHH:5GL3 WARNING: No swap limit support This is sources.list " deb http://ftp.us.debian.org/debian/ jessie main contrib non-free #deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free #deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free #deb-src http://security.debian.org/ jessie/updates main contrib non-free deb http://ftp.debian.org/debian jessie-backports main contrib non-free ##deb-src http://ftp.debian.org/debian jessie-backports main contrib non-free #Kernel source (repos.rcn-ee.com) : https://github.com/RobertCNelson/linux-stable-rcn-ee # #git clone https://github.com/RobertCNelson/linux-stable-rcn-ee #cd ./linux-stable-rcn-ee #git checkout `uname -r` -b tmp # deb [arch=armhf] http://repos.rcn-ee.com/debian/ jessie main #deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ jessie main " On Thursday, 14 January 2016 14:37:12 UTC-8, RobertCNelson wrote: > > > On Thu, Jan 14, 2016 at 2:40 PM, Abhishek G <[email protected] > <javascript:>> wrote: > >> Hello Robert, >> >> Sorry to again ask you! >> >> I had downloaded the latest jessie image from beaglebone black website, I >> could install "docker.io" and i could also create a docker. That was >> when i replied yesterday, but after that when i try to run, i am getting >> the following error, >> " >> Error response from daemon: Cannot restart container 0548bc393d8a: [8] >> System error: exec format error >> FATA[0001] Error: failed to restart one or more containers >> " >> I also tried the snapshot image >> (BBB-eMMC-flasher-debian-8.2-lxqt-4gb-armhf-2016-01-10-4gb.img) from the >> link you had provided, it failed at apt-get update by throwing an error at >> "dpkg/lib/info/format". So i had to switch back to the image that i >> downloaded from beaglebone website. >> >> For the docker, is there anything i should take care of? >> Note: The jessie-backport line was commented in /etc/apt/sources.list and >> i enabled that line. Run an update and then tried to restart the docker, >> but failed. It threw the same error. >> > > I've just been testing with: > > > http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Debian_Image_Testing_Snapshots > > bone-debian-8.2-lxqt-4gb-armhf-2016-01-10-4gb.img.xz > > What does your docker setup look like? > > sudo docker info > > debian@beaglebone:~$ sudo docker info > Containers: 0 > Images: 0 > Storage Driver: aufs > Root Dir: /var/lib/docker/aufs > Backing Filesystem: extfs > Dirs: 0 > Dirperm1 Supported: true > Execution Driver: native-0.2 > Kernel Version: 4.1.15-ti-rt-r40 > Operating System: Debian GNU/Linux 8 (jessie) > CPUs: 1 > Total Memory: 488.2 MiB > Name: beaglebone > ID: ZNTV:6JZE:ZDCY:64WN:L225:YJDR:QWF3:OXVB:TZRE:W433:MEVR:4WA6 > > are you running a public container? > > it's "armhf" right??? > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
