xbian rpi3, latest image: udate error - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Installation (/forum-16.html) +--- Thread: xbian rpi3, latest image: udate error (/thread-3793.html) |
xbian rpi3, latest image: udate error - picard12 - 9th Sep, 2016 02:33 PM Hello, I tried to update it with the repository shown below I have an error Terminal deb http://http.debian.net/debian jessie main non-free error: Terminal Duplicate sources.list entry mirror://apt.xbian.org/mirror.txt/ stable/rpi2-jessie armhf Packages (/var/lib/apt/lists/apt.xbian.org_mirror.txt_dists_stable_rpi2-jessie_binary-armhf_Packages) W: You may want to run apt-get update to correct these problems thanks for helps RE: xbian rpi3, latest image: udate error - Joecastra - 9th Sep, 2016 06:36 PM Same issue after clean install of latest RPi 3 image. RE: xbian rpi3, latest image: udate error - Nachteule - 9th Sep, 2016 08:02 PM This is only warning. I checked this, this small issue was born between July 8 and July 15 this year To remove this warning please edit file /etc/apt/sources.list.d/xbian.list and remove doubled entry of rpi2-jessie Before (wrong xbian.list): Terminal deb mirror://apt.xbian.org/mirror.txt stable main rpi2-jessie rpi2-jessie ### deb mirror://apt.xbian.org/mirror.txt staging main rpi2-jessie rpi2-jessie ### deb mirror://apt.xbian.org/mirror.txt devel main rpi2-jessie rpi2-jessie After (fixed xbian.list): Terminal deb mirror://apt.xbian.org/mirror.txt stable main rpi2-jessie ### deb mirror://apt.xbian.org/mirror.txt staging main rpi2-jessie ### deb mirror://apt.xbian.org/mirror.txt devel main rpi2-jessie and run sudo apt-get update again RE: xbian rpi3, latest image: udate error - picard12 - 10th Sep, 2016 12:32 AM Thaks for your reply. Inviato dal mio LG-V500 utilizzando Tapatalk RE: xbian rpi3, latest image: udate error - Nachteule - 10th Sep, 2016 03:05 AM Fixed in images built today RE: xbian rpi3, latest image: udate error - picard12 - 10th Sep, 2016 03:12 AM Good news Inviato dal mio LG-D802 utilizzando Tapatalk |