LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-08-2013, 05:45 AM   #1
Gandalf_PCHF
Member
 
Registered: Jan 2013
Location: Middle Earth
Distribution: Cinnamon
Posts: 109

Rep: Reputation: 0
Update Manager broke


Error message:
Fetch failed: W:Failed to fetch http://ppa.launchpad.net/xorg-edgers...source/Sources 404 Not Found
, W:Failed to fetch http://ppa.launchpad.net/xorg-edgers...-i386/Packages 404 Not Found
, E:Some index files failed to download. They have been ignored, or old ones used instead.

Being new and poking my fingers where they probably don't belong, I have a tenancy to blindly follow where Linux posts lead. The above error is the result of one such adventure. I've tried to backtrack my readings, but no luck. Can someone please tell me how to fix this error?

The Update Manager is a function I'd rather not do without.

Thanks for the Help.
 
Old 01-08-2013, 06:35 AM   #2
arochester
Member
 
Registered: May 2006
Distribution: Debian
Posts: 615

Rep: Reputation: 98
PPAs are not all a permanent fixture. Sometimes they just disappear for a variety of reasons.

If you click on the blue links above ^^^ you will see that they are "Not Found".

If you want to remove the error messages you need to remove the repository(ies) from your sources list. There are a variety of ways to do this. If you want to go direct to your sources list, open a Terminal and input the command: gksudo gedit /etc/apt/sources.list

Look for the line(s) and put a # at the beginning. That will make the line(s) a note only and make it/them invalid. Save gedit . Close gedit.

Try updating again.
 
Old 01-08-2013, 06:38 AM   #3
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
What distro are you using? if you are in a Debian base usually
Code:
sudo apt-get -f install
fix problems with updating and upgrading

Good luck to you.
 
Old 01-08-2013, 06:47 AM   #4
Gandalf_PCHF
Member
 
Registered: Jan 2013
Location: Middle Earth
Distribution: Cinnamon
Posts: 109

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TroN-0074 View Post
What distro are you using? if you are in a Debian base usually
Code:
sudo apt-get -f install
fix problems with updating and upgrading

Good luck to you.
Result feedback ...
user@none:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
user@none:~$

I tried did try it. but no joy.
Thanks anyway.
 
Old 01-08-2013, 06:57 AM   #5
Gandalf_PCHF
Member
 
Registered: Jan 2013
Location: Middle Earth
Distribution: Cinnamon
Posts: 109

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by arochester View Post
PPAs are not all a permanent fixture. Sometimes they just disappear for a variety of reasons.

If you click on the blue links above ^^^ you will see that they are "Not Found".

If you want to remove the error messages you need to remove the repository(ies) from your sources list. There are a variety of ways to do this. If you want to go direct to your sources list, open a Terminal and input the command: gksudo gedit /etc/apt/sources.list

Look for the line(s) and put a # at the beginning. That will make the line(s) a note only and make it/them invalid. Save gedit . Close gedit.

Try updating again.
Result feedback:

user@none:~$ gksudo gedit /etc/apt/sources.list

(gksudo:6764): GLib-CRITICAL **: g_str_has_prefix: assertion `str != NULL' failed
user@none:~$

I clicked on the links as you suggested and you were correct. They were both not found.
I have not idea what that error message means.
Are we in the right church but the wrong pew?
 
Old 01-08-2013, 07:43 AM   #6
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Remove the links with errors from your source list.

What distro are you using? if you have gnome as your desktop environment you can use gedit

Code:
sudo gedit /etc/apt/sources.list
Look at all the links there and the one with errors put at # infront of them.


Good luck to you!
 
Old 01-08-2013, 08:03 AM   #7
Gandalf_PCHF
Member
 
Registered: Jan 2013
Location: Middle Earth
Distribution: Cinnamon
Posts: 109

Original Poster
Rep: Reputation: 0
Talking

QUOTE=TroN-0074;4865351]Remove the links with errors from your source list.

What distro are you using? if you have gnome as your desktop environment you can use gedit

Code:
sudo gedit /etc/apt/sources.list
Look at all the links there and the one with errors put at # infront of them.


Good luck to you![/QUOTE]


Results feedback:
user@none:~$ sudo gedit /etc/apt/sources.list
sudo: gedit: command not found
user@none:~$

As for the gnome question. I have no idea.
This is your ballpark not mine.
I'm here for the help.
 
Old 01-08-2013, 08:11 AM   #8
arochester
Member
 
Registered: May 2006
Distribution: Debian
Posts: 615

Rep: Reputation: 98
1) Don't use sudo with gedit. It's a graphical program - so you should use gksudo. Background here: http://psychocats.net/ubuntu/graphicalsudo

2) If you haven't got gedit, install it. Connect to the Internet. Open a Terminal. Issue the command: sudo apt-get install gedit
 
1 members found this post helpful.
Old 01-08-2013, 02:38 PM   #9
Gandalf_PCHF
Member
 
Registered: Jan 2013
Location: Middle Earth
Distribution: Cinnamon
Posts: 109

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by arochester View Post
1) Don't use sudo with gedit. It's a graphical program - so you should use gksudo. Background here: http://psychocats.net/ubuntu/graphicalsudo

2) If you haven't got gedit, install it. Connect to the Internet. Open a Terminal. Issue the command: sudo apt-get install gedit
Result feedback:

It worked. I had to download gedit, but it all worked. Good advise.
However, the bad news, isn't there always bad news. Those ppa sites were not listed.
So, where did the Update Manager get them from?
 
Old 01-08-2013, 02:53 PM   #10
Gandalf_PCHF
Member
 
Registered: Jan 2013
Location: Middle Earth
Distribution: Cinnamon
Posts: 109

Original Poster
Rep: Reputation: 0
I found them! Under Software Sources > Other Software
Sometimes it pays to be lucky. So says the wizard.
I just ran the Update Manager and it works with no errors.

Thanks guys. You're the best for coming to my aid. Don't worry. I'm sure I'll be back with another oops.
I couldn't be that lucky.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] X broke after system update on 11/21 ETCKerry Ubuntu 7 11-25-2011 06:48 PM
Postfix broke after update, please help! Brandon.Wamboldt Linux - Server 2 12-06-2009 09:41 AM
Xubuntu 8.04 - Update Manager broke Songbird Prada Ubuntu 0 06-17-2008 06:10 PM
I think I broke my program manager Schmitt19 Linux - Software 2 08-30-2007 02:31 AM
nvidia xinerama extentions broke when using a display manager Moebius Linux - Software 1 07-22-2006 02:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration