Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SID - Unstable] [resolved][SID ] apt and aptitude find error in repo??

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
este.el.paz
Posts: 201
Joined: 2012-03-09 19:56
Location: SoCal
Has thanked: 52 times
Been thanked: 1 time

[SID - Unstable] [resolved][SID ] apt and aptitude find error in repo??

#1 Post by este.el.paz »

Folks:

I ran an apt update via sudo and it found or did not find a repo line . . . then running apt dist-upgrade it showed the roughly 102 package upgrades in green color font and listed in columns ??? Had not seen anything like that, so caution over valor I aborted and went to this forum. Seeing some **similar** topics I saw the recommend for using aptitude . . . so I ran the commands that way . . . . Still "not finding" some of the repos, but the dist-upgrade shows in the normal font color and lined up next to each other as is the usual way . . . .

Only T-Bird was missing a dependency, not big deal, it provided a question on installing that package . . . . So, question being, is this a temporary problem with the "security" debian package and best to try another day . . . OR, no big deal, run it through via aptitude and be happy??

Code: Select all

$ sudo aptitude update
[sudo] password: 
Hit http://deb.debian.org/debian unstable InRelease
Ign http://security.debian.org/debian-security unstable-security InRelease
Err http://security.debian.org/debian-security unstable-security Release
  404  Not Found [IP: 146.75.94.132 80]
Ign http://deb.debian.org/debian unstable-updates InRelease
Err http://deb.debian.org/debian unstable-updates Release
  404  Not Found [IP: 146.75.94.132 80]
E: The repository 'http://security.debian.org/debian-security unstable-security Release' does not have a Release file.
E: The repository 'http://deb.debian.org/debian unstable-updates Release' does not have a Release file.
E: Failed to download some files
W: Failed to fetch http://security.debian.org/debian-security/dists/unstable-security/Release: 404  Not Found [IP: 146.75.94.132 80]
W: Failed to fetch http://deb.debian.org/debian/dists/unstable-updates/Release: 404  Not Found [IP: 146.75.94.132 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Last edited by este.el.paz on 2024-04-23 16:39, edited 1 time in total.

User avatar
wizard10000
Global Moderator
Global Moderator
Posts: 666
Joined: 2019-04-16 23:15
Location: southeastern us
Has thanked: 88 times
Been thanked: 110 times

Re: [SID - Unstable] apt and aptitude find error in repo??

#2 Post by wizard10000 »

There is no debian-security or unstable-updates repository for Unstable.

This is all you need in sources.list for Unstable:

Code: Select all

deb http://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware
# deb-src http://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware
I comment out the source repository, you can uncomment it if you like.
we see things not as they are, but as we are.
-- anais nin

este.el.paz
Posts: 201
Joined: 2012-03-09 19:56
Location: SoCal
Has thanked: 52 times
Been thanked: 1 time

Re: [SID - Unstable] apt and aptitude find error in repo??

#3 Post by este.el.paz »

wizard10000 wrote: 2024-04-23 15:54 There is no debian-security or unstable-updates repository for Unstable.

This is all you need in sources.list for Unstable:

Code: Select all

deb http://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware
# deb-src http://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware
I comment out the source repository, you can uncomment it if you like.
@wizard10000

Thanks for the quick reply . . . so, I don't recall seeing these errors on the repos before . . . or that all that is needed in mr Sid is one comprehensive line . . . ??

My sources list has looked like this, I get that I can comment out the src lines, but then I'd have to pick what the top line and match it to yours?

Code: Select all

$ sudo cat /etc/apt/sources.list
[sudo] password: 


deb http://deb.debian.org/debian/ unstable main
deb-src http://deb.debian.org/debian/ unstable main

deb http://security.debian.org/debian-security unstable-security main contrib
deb-src http://security.debian.org/debian-security unstable-security main contrib

# bullseye-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ unstable-updates main contrib
deb-src http://deb.debian.org/debian/ unstable-updates main contrib
[edit] Matched your line and ran it as apt . . . no errors, just showing the packages in green font and in columns . . . full speed ahead. [/edit]

Post Reply