Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] Update not working
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Update not working
18th Jan, 2015, 09:58 PM
Post: #25
freem@n Offline
Registered
Posts: 134
Joined: Aug 2013
Reputation: 5
RE: Update not working
had a similar error, but somehow I managed to get it updated. now I have a new issue:

Terminal
xbian@xbian ~ $ sudo apt-get clean && sudo apt-get update && sudo apt-get -y upgrade
Hit http://mirrordirector.raspbian.org wheezy Release.gpg
Hit http://mirrordirector.raspbian.org wheezy Release
Hit http://xbian.dehakkelaar.nl stable Release.gpg
Hit http://xbian.dehakkelaar.nl staging Release.gpg
Hit http://xbian.dehakkelaar.nl stable Release
Hit http://xbian.dehakkelaar.nl staging Release
Hit http://xbian.dehakkelaar.nl stable/main armhf Packages
Hit http://xbian.dehakkelaar.nl stable/rpi-wheezy armhf Packages
Hit http://xbian.dehakkelaar.nl staging/main armhf Packages
Hit http://xbian.dehakkelaar.nl staging/rpi-wheezy armhf Packages
Get:1 http://mirrordirector.raspbian.org wheezy/main armhf Packages [9,534 kB]
Ign http://xbian.dehakkelaar.nl stable/main Translation-en_GB
Ign http://xbian.dehakkelaar.nl stable/main Translation-en
Ign http://xbian.dehakkelaar.nl stable/rpi-wheezy Translation-en_GB
Ign http://xbian.dehakkelaar.nl stable/rpi-wheezy Translation-en
Ign http://xbian.dehakkelaar.nl staging/main Translation-en_GB
Ign http://xbian.dehakkelaar.nl staging/main Translation-en
Ign http://xbian.dehakkelaar.nl staging/rpi-wheezy Translation-en_GB
Ign http://xbian.dehakkelaar.nl staging/rpi-wheezy Translation-en
Get:2 http://mirrordirector.raspbian.org wheezy/contrib armhf Packages [26.4 kB]
Get:3 http://mirrordirector.raspbian.org wheezy/non-free armhf Packages [58.0 kB]
Get:4 http://mirrordirector.raspbian.org wheezy/rpi armhf Packages [511 B]
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
Fetched 7,432 kB in 38s (193 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
libnfs-dev libnfs1 xbian-package-firmware xbian-package-repo xbian-package-xbmc-scripts xbian-update
6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,700 kB of archives.
After this operation, 56.3 kB of additional disk space will be used.
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libnfs1 armhf 1.3.0-2 [39.9 kB]
Get:2 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libnfs-dev armhf 1.3.0-2 [59.2 kB]
Err http://www.mirrorservice.org/sites/apt.xbian.org/ stable/main xbian-update armhf 20150114-2
404 Not Found [Mirror: http://xbian.dehakkelaar.nl]
Err http://www.mirrorservice.org/sites/apt.xbian.org/ stable/main xbian-package-xbmc-scripts armhf 1.1.6
404 Not Found [Mirror: http://xbian.dehakkelaar.nl]
Err http://www.mirrorservice.org/sites/apt.xbian.org/ stable/rpi-wheezy xbian-package-firmware armhf 1.9.0
404 Not Found [Mirror: http://xbian.dehakkelaar.nl]
Err http://www.mirrorservice.org/sites/apt.xbian.org/ stable/main xbian-package-repo armhf 1.0.8
404 Not Found [Mirror: http://xbian.dehakkelaar.nl]
Fetched 99.0 kB in 2s (44.2 kB/s)
Failed to fetch mirror://apt.xbian.org/mirror.txt/pool/stable/main/x/xbian-update/xbian-update_20150114-2_armhf.deb 404 Not Found [Mirror: http://xbian.dehakkelaar.nl]
Failed to fetch mirror://apt.xbian.org/mirror.txt/pool/stable/main/x/xbian-package-xbmc-scripts/xbian-package-xbmc-scripts_1.1.6_armhf.deb 404 Not Found [Mirror: http://xbian.dehakkelaar.nl]
Failed to fetch mirror://apt.xbian.org/mirror.txt/pool/stable/rpi-wheezy/x/xbian-package-firmware/xbian-package-firmware_1.9.0_armhf.deb 404 Not Found [Mirror: http://xbian.dehakkelaar.nl]
Failed to fetch mirror://apt.xbian.org/mirror.txt/pool/stable/main/x/xbian-package-repo/xbian-package-repo_1.0.8_armhf.deb 404 Not Found [Mirror: http://xbian.dehakkelaar.nl]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

this is the content of /etc/apt/sources.list.d/xbian.list:
Terminal
deb mirror://apt.xbian.org/mirror.txt stable main rpi-wheezy
deb mirror://apt.xbian.org/mirror.txt staging main rpi-wheezy
### deb mirror://apt.xbian.org/mirror.txt devel main rpi-wheezy

..and /etc/apt/sources.list:
Terminal
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Update not working - Carpenter - 14th Jan, 2015, 07:54 PM
RE: Update not working - Bastlwastl - 14th Jan, 2015, 10:04 PM
RE: Update not working - CurlyMo - 14th Jan, 2015, 10:20 PM
RE: Update not working - Carpenter - 15th Jan, 2015, 12:02 AM
RE: Update not working - Bastlwastl - 15th Jan, 2015, 12:03 AM
RE: Update not working - CurlyMo - 15th Jan, 2015, 01:04 AM
RE: Update not working - Carpenter - 15th Jan, 2015, 01:10 AM
RE: Update not working - CurlyMo - 15th Jan, 2015, 01:11 AM
RE: Update not working - Bastlwastl - 15th Jan, 2015, 01:17 AM
RE: Update not working - Carpenter - 15th Jan, 2015, 07:17 AM
RE: Update not working - Bastlwastl - 16th Jan, 2015, 01:01 AM
RE: Update not working - CurlyMo - 16th Jan, 2015, 01:33 AM
RE: Update not working - Bastlwastl - 16th Jan, 2015, 01:56 AM
RE: Update not working - CurlyMo - 16th Jan, 2015, 01:58 AM
RE: Update not working - Bastlwastl - 16th Jan, 2015, 02:06 AM
RE: Update not working - CurlyMo - 16th Jan, 2015, 02:09 AM
RE: Update not working - Bastlwastl - 16th Jan, 2015, 02:22 AM
RE: Update not working - CurlyMo - 16th Jan, 2015, 02:23 AM
RE: Update not working - Bastlwastl - 16th Jan, 2015, 02:25 AM
RE: Update not working - CurlyMo - 16th Jan, 2015, 02:28 AM
RE: Update not working - raveur - 16th Jan, 2015, 12:01 PM
RE: Update not working - Carpenter - 16th Jan, 2015, 05:16 PM
RE: Update not working - Bastlwastl - 16th Jan, 2015, 06:44 PM
RE: Update not working - CurlyMo - 16th Jan, 2015, 07:57 PM
RE: Update not working - freem@n - 18th Jan, 2015 09:58 PM
RE: Update not working - Bastlwastl - 18th Jan, 2015, 10:21 PM
RE: Update not working - rikardo1979 - 18th Jan, 2015, 11:51 PM
RE: Update not working - Smultie - 19th Jan, 2015, 01:21 AM
RE: Update not working - CurlyMo - 19th Jan, 2015, 01:30 AM
RE: Update not working - Eruurk - 20th Jan, 2015, 12:49 AM
RE: Update not working - Bastlwastl - 20th Jan, 2015, 05:58 AM
RE: Update not working - rikardo1979 - 20th Jan, 2015, 01:03 AM
RE: Update not working - Eruurk - 20th Jan, 2015, 07:26 PM
RE: Update not working - Bastlwastl - 29th Jan, 2015, 08:33 PM
RE: Update not working - CurlyMo - 29th Jan, 2015, 08:48 PM
RE: Update not working - Bastlwastl - 29th Jan, 2015, 09:09 PM
RE: Update not working - CurlyMo - 29th Jan, 2015, 09:37 PM
RE: Update not working - Bastlwastl - 30th Jan, 2015, 12:16 AM
RE: Update not working - CurlyMo - 30th Jan, 2015, 12:21 AM
Re: RE: Update not working - Smultie - 30th Jan, 2015, 03:00 AM
RE: Update not working - Skywatch - 3rd Feb, 2015, 08:26 PM
RE: Update not working - CurlyMo - 3rd Feb, 2015, 08:41 PM
RE: Update not working - Skywatch - 4th Feb, 2015, 03:37 AM
RE: Update not working - rikardo1979 - 4th Feb, 2015, 04:20 AM
RE: Update not working - CurlyMo - 4th Feb, 2015, 05:07 AM
RE: Update not working - Skywatch - 4th Feb, 2015, 04:51 PM
RE: Update not working - IriDium - 5th Feb, 2015, 02:19 AM
RE: Update not working - Skywatch - 5th Feb, 2015, 08:55 AM
RE: Update not working - f1vefour - 5th Feb, 2015, 09:00 AM
RE: Update not working - Skywatch - 5th Feb, 2015, 07:14 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 30th May, 2025, 08:49 PM Powered By MyBB, © 2002-2025 MyBB Group.