LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-27-2014, 11:31 PM   #46
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Quote:
Originally Posted by TobiSGD View Post
Do you have typed the sources list by hand or did you copy and paste to the forum? I ask because you have listed "non free" as repository behind any entry, where it should be "non-free", as seen in k3lt01's sources.list. Also, keep in mind that the wheezy/updates repository (the one pointing at security.debian.org) does not have the contrib and non-free subsections.
I had to type by hand everything I see on my desktop monitor.
I have no way of copy and paste it's in console mode only.
Typing from my Sony Vaio laptop my "Fedora machine"
 
Old 01-27-2014, 11:37 PM   #47
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by Ztcoracat View Post
My sources list now reflects exactly the repository list you posted and reccommended-
Cheers!
I made an error (I had .org in one line where it should have been .net) but fixed it with an edit. I hope you used the edited version and not the original. Please check it before doing
Code:
aptitude update && aptitude upgrade
Quote:
Originally Posted by Ztcoracat View Post
Why does my sources list text appear in the terminal: in green, red and pink colored text?
Just a guess although I think it is related, when Wheezy was testing Debian upgraded console output to colour so the user could pin point warnings by colour instead of having to read each and every line looking for the word warning. Other colours indicate normal operation and individual user settings. There may be more but that's all I know of.
 
1 members found this post helpful.
Old 01-27-2014, 11:53 PM   #48
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
I made an error (I had .org in one line where it should have been .net) but fixed it with an edit. I hope you used the edited version and not the original. Please check it before doing
In this case this is what I now have. -- Please point out which one or ones I need to re-edit.

Code:
 deb http://http.debian.net/debian stable main contrib non free
 deb http://security.debian.org/ wheezy/updates main contri non free
 deb http://http.debian.org/debian/ wheezy-updates main contrib non free
deb http://http.debian.net/debian wheezy-backports main
 
Old 01-28-2014, 01:45 AM   #49
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
All the lines except for
Code:
deb http://security.debian.org/ wheezy/updates main
start with the same
Code:
deb http://http.debian.net/debian
section. The sources.list should now look like this code block below (as it is after I edited the post above).

Code:
deb http://http.debian.net/debian wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb http://http.debian.net/debian/ wheezy-updates main contrib non-free
deb http://http.debian.net/debian wheezy-backports main
 
Old 01-28-2014, 07:00 PM   #50
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Code:
The sources.list should now look like this code block below
It does now.

Now I'll run:
Code:
aptitude update && aptitude upgrade
Be back in a few min's to let you know how it went--
 
Old 01-28-2014, 07:22 PM   #51
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Code:
aptitude update && aptitude upgrade
Hit http://security.debian.org wheezy/updates Release.gpg
Get 1 http://http.debian.org wheezy-updates Release.gpg
Hit http://security.debian.org wheezy/updates Release
Get 2 http://http.debian.org wheezy-updates Release
Ign http://http.debian.org wheezy-updates Release
Fetched 664 B in 6s (108 B/s)
E: GPG error: http://http.debian.org wheezy-updates Release: The signa
tures were invalid: NODATA 1 NODATA 2
 
Old 01-28-2014, 09:26 PM   #52
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
My repos's are right now.

Is this a authentication issue?

Maybe the repo's are just that busy? (guessing)

Last edited by Ztcoracat; 01-28-2014 at 09:28 PM. Reason: Repo's busy?
 
Old 01-28-2014, 10:21 PM   #53
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by Ztcoracat View Post
Code:
The sources.list should now look like this code block below
It does now.
Does it? Not by post 51 it doesn't. It should be
Code:
deb http://http.debian.net/debian wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb http://http.debian.net/debian/ wheezy-updates main contrib non-free
deb http://http.debian.net/debian wheezy-backports main
It seems to me you actually have
Code:
deb http://http.debian.org/debian wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb http://http.debian.org/debian/ wheezy-updates main contrib non-free
deb http://http.debian.org/debian wheezy-backports main
instead. This is why you have this error
Code:
E: GPG error: http://http.debian.org wheezy-updates Release: The signa
tures were invalid: NODATA 1 NODATA 2

Last edited by k3lt01; 01-28-2014 at 10:24 PM.
 
Old 01-28-2014, 11:44 PM   #54
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I fixed the mistake I found in my sources list.
I checked my sources list 3 times to be sure I didn't make another typing mistake.
Code:
deb http://http.debian.net/debian wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb http://http.debian.net/debian/ wheezy-updates main contrib non free
deb http://http.debian.net/debian wheezy-backports main
I'm still getting Failed to fetch:
Code:
Fetched 836 kB in 8s (103 kB/s)
W: Failed to fetch http://http.debian/dists/wheezy/Release: Unable to list
entry or malformed file)
W: Failed to fetch http://http.debian.net/debian/dists/wheezy/Release: Unable to find
expected entry 'non/binary-amd64/Packages'  in Release file (Wrong sources.list entry or 
malformed file)
W: Failed to fetch http://http.debian.net/debian/dists/wheezy-updates/Release: Unable to find
expected entry 'non/binary-amd64/Packages'  in Release file (Wrong sources.list entry or
malformed file)
E: Some index files failed to download.  They have been ignored, or old ones used instead.
E: Coludn't rebuild package cache

Current status: 35742 new {+583}.
 
Old 01-29-2014, 12:04 AM   #55
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I pulled my best mate into my computer room to look at my sources.list to check that I didn't make a mistake. We agreed that my sources list is correct and matches what you said it should be.

Is it possible that this could be a bug?
 
Old 01-29-2014, 01:54 AM   #56
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by Ztcoracat View Post
I fixed the mistake I found in my sources list.
I checked my sources list 3 times to be sure I didn't make another typing mistake.
Code:
deb http://http.debian.net/debian wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb http://http.debian.net/debian/ wheezy-updates main contrib non free
deb http://http.debian.net/debian wheezy-backports main
I'm still getting Failed to fetch:
Code:
Fetched 836 kB in 8s (103 kB/s)
W: Failed to fetch http://http.debian/dists/wheezy/Release: Unable to list
entry or malformed file)
W: Failed to fetch http://http.debian.net/debian/dists/wheezy/Release: Unable to find
expected entry 'non/binary-amd64/Packages'  in Release file (Wrong sources.list entry or 
malformed file)
W: Failed to fetch http://http.debian.net/debian/dists/wheezy-updates/Release: Unable to find
expected entry 'non/binary-amd64/Packages'  in Release file (Wrong sources.list entry or
malformed file)
E: Some index files failed to download.  They have been ignored, or old ones used instead.
E: Coludn't rebuild package cache

Current status: 35742 new {+583}.
OK, understanding your post that you pulled your mate in to check things there are still errors in this quote. We are getting to a stage were 2 things need to be considered very carefully.
1. You need to make sure what you are hand typing here is exactly what is on your computer. Any errors here can influence any reply you are going to get. As an example check the line with wheezy-updates and notice you have non free when it should be non-free. Until we are confident of your sources.list being correct we are chasing our tails. Also check the first "failed to fetch" line there is an error there in the http address.
2. Do you think it may be time to just do a reinstall? We can chase our tails like this (considering the time zone difference and the delay between posts and replies etc) for days yet a reinstall can be completed in 30 minutes. I personally think that is the wise thing to do, I'll continue to help as best I can if you want to keep going how we are but do you have the patience to keep going like this?

Quote:
Originally Posted by Ztcoracat View Post
Is it possible that this could be a bug?
I don't think it's a bug, I think something is lost in translation.

Last edited by k3lt01; 01-29-2014 at 01:56 AM.
 
Old 01-29-2014, 07:46 AM   #57
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I had errors starting the computer this morning.
Had to boot it 3 times--(update finally worked)--
Before it finally booted into console mode I had all this:
Code:
BUG: soft lockup- CPU#3
Stuck for 23s! [udevd:389]
stack:
Call Trac
<IRQ>
<EOI>
Code: eb 0e 66 66 66 66 66 2e of 1f84 00 00 00 00 00 00 00
48 89 44 24 18 e8 5d ff ff ff 48 83 c4 58 c3 39 c2 7c f1 40 f6

Info: task udevadm: 436 blocked for more than 120 seconds
The update and upgrade were far to long for me to type--
Code:
Fetched 4,319 kB in 10s (395 kB/s)

Current status: 36216 new [+474].
The following packages will be upgraded:
gnupg gpgv libavcodec53 libavutil51 libcur13-gnutls libnspr4
libpixman-1-0 libsmbclient libssl1.0.0 libwbclient0 libxfont1 openssl
xserver-common xserver-org-core
The following packages are RECOMMENDED but will not be installed:
gnupg-curl
14 packages upgraded, 0 nely installed, 0 to remove and 0 not upgraded.
Need to get 13.6 MB of archives. After unpacking 64.4 kB will be used.
Do you want to continue? Y/n] Y
Get: 1 http://http.debian.net wheezy-updates Release.gpg [836 B]
Get: 2 http://.debian.net wheezy-backports Release.gpg [836 B]
Hit http://http.debian.net wheezy Release
Get: 3 http://http.debian.net wheezy-updates Release [124 kB]
Get: 4 http://http.debian.net wheezy-backports Release [147kB]
Taking a break....
 
Old 01-29-2014, 08:13 AM   #58
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Continued:

Code:
Get: 5 http://http.debian.net wheezy/non-free amd64 Packages [80.8 kB]
Get: 6 http://http.debian.net wheezy/contrib Translation-en [34.8 kB]
Hit: http://http.debian.net wheezy/main amd64 Packages
Hit: http:http.debian.net wheezy/contrib amd64 Packages
Get: 7 http://http.debian.net wheezy/main Translation-en [3,852kb]
Hit http://http.debian.net wheezy-updates main amd64 Packages/DiffIndex
Get: 8 http://http.debian.net wheezy-updates/contrib amd64 Packages [14 B]
Get: 9 http://http.debian.net wheezy-updates/non-free amd64 Packages [14 B]
Get: 10 http://http.debian.net wheezy-backports/main amd64 Packages/DeffIndex [7
,819 B]
Get: 11 http://http.debian.net wheezy/non-free Translation-en [66.1kB]
Get: 12 http://http.debian.net wheezy-updates/contrib Translation-en [14 B]
Get: 13 http://http.debian.net wheezy-updates/main Translation-en [1,887 B
Get: 14 http://http.debian.net wheezy-updates/non-free Translation-en [14 B]
Hit: http://http.dbian.net wheezy-backports/main Translation-en/DeffIndex
Get: 15 http://http.debian.net wheezy-backports/main amd64 2014-01-29-0842.15pd
iff [3,153 B]
Get: 16 http://http.debian.net Wheezy-backports/main amd64 2014-01-29-0842.15pd
iff [3,153B]
Fetched 4,319 kB in 10s (395 kB/s

Current status: 36216 ne [+474]
The following packages will be upgraded:
gnupg gpgv libavcodec53 libavutil51 libcurl13-gnutls libnspr4
libpixman-1-0 libsmbclient libssl1.0.0 libwbclient0 libxfont1 openss1
xserver-common xserver-xorg-core
The following packages are RECOMMENDED but will not be installed:
gnupg-curl
14 packages upgraded, 0newly installed, 0 to remove and 0 not upgraded.
Need to get 12.6 MB of archives. After unpacking 64.4 kB will be used.
Do you want to continue? [Y/n?] Y
The next part are all Get:1 all the way thru Get 14 and each package is shown.
This is an incredible amount of output to type....
If you really need me to type it I can but for now I have to take a break....
 
Old 01-29-2014, 08:55 AM   #59
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Picking up after all those Get:'s....

Code:
Fetched 12.6MB in 33s (380 kB/s)
Reading changelog's... Donr
Precongiguring packages...
(Reading database...106451 files and directories currently installed.)
Preparing to replace libssl1.0.0:amd64 1.0.1e-2 (using.../libssl1.0.0_1.0.1e-2+
deb7u3_amd64.deb
Unpacking replacement libssl1.0.0:amd64...
Preparing to replace libavutil51:amd64 6:0.8.6-1 (using..../libavutil51_6%3a0.8.
p-1amd64.deb)...
Unpacking replacement libavutil51:amd64...
Preparing to replace libavcodec53:amd64 6:0.8.6-1 (using..../libavcodec53_6%3a0.
8.9-1amd64.deb)...
Unpacking replacement libavcodec53:amd64...
Preparing to replace libcur13-gnutls:amd64 7.26.0-1+wheezy6 (using...libcur13-
gnutls_7.26.0-1+wheezy_amd64.deb)...
There is another whole full screen of Preparing and Unpacking of contined pkg's--
Coming to the end of how much I am able to type here-

End of the update/upgrade:

Code:
Processing triggers for man-db...
Setting up libssl1.0.0:amd64 (1.0.1e-2+deb7u3)...
Setting up libavutil51:amd64 (6:0.8.9-1)...
Setting up libaabcodec53:amd64 (6:0.8.9-1)...
Setting up libcurl13-gnutls:amd64 (7.26.0-1+wheezy7)...
Setting up libnspr4:amd64 (2:4.9.2-1+deb7u1)...
Setting up libpixman-1-0:amd64 (0.260-4+deb7u1)...
Setting up libwbclient0:amd64 (2:3.6.6-6+deb7u2)...
Setting up libsmbclient:amd64 (2:3.6.6-6+deb7u2)...
Setting up libxfont1 (1:1.4.5-3)...
Setting up openssl (1.0.1e-2+deb7u3)...
Setting upxserver-common (2:1.12.4-6+deb7u2)...
Setting up xserver-xorg-core (2:1.12.4-6+deb7u2)...

Current status: 0 updates [-14].
I'll leave the system on since I had trouble starting it.
Looking at all of the output it appears that the update && the upgrade were a complete success.

How do I get back to the GUI?
startx?

Do you suspect trouble with the CPU or the mobo based on the -- "BUG: soft lockup-CPU#3 stuck for 23s!"-- message I had at start up today?

Be back later...have to go to work--

Last edited by Ztcoracat; 01-29-2014 at 08:58 AM.
 
Old 01-29-2014, 03:01 PM   #60
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Now that you are up to date just do a startx and see what happens. If it starts X let us know what it starts into login manager or Desktop Environment.

Also I wouldn't startx as root so please make sure you are in your normal user account before you do that.

I don't suspect any hardware issues, what I do suspect is your package management system has had some problems and this problems are very deep in the system and may have broken other things.

Last edited by k3lt01; 01-29-2014 at 03:03 PM.
 
1 members found this post helpful.
  


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
Fixing recursive fault screen umbloaded Linux - General 2 06-18-2013 03:39 AM
Wheezy to Testing: About my sources.list aquaboot Debian 2 05-25-2013 02:21 PM
wheezy updates in sources.list rng Debian 12 02-25-2013 10:26 AM
Fixing recursive fault but reboot is needed! vkmgeek Programming 2 01-02-2008 07:03 PM
Need Recommendation for Debian Etch sources.list ( /etc/apt/sources.list ) forgox Debian 6 05-05-2007 01:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:26 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