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

 

 

 

IGN in debian FTP access

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
rafafell
Posts: 1
Joined: 2017-11-22 18:17

IGN in debian FTP access

#1 Post by rafafell »

Hello,

I would like to know if IGN in debian FTP access is normal or not

Thanks!

# apt update
Ign: 1 http://ftp.br.debian.org/debian stretch InRelease
Attained: 2 http://security.debian.org stretch / updates InRelease
Reached: 3 http://ftp.br.debian.org/debian stretch Release
Achieved: 5 http://download.proxmox.com/debian/pve stretch InRelease
Ign: 6 http://ftp.debian.org/debian stretch InRelease
Achieved: 7 http://ftp.debian.org/debian stretch Release
Reading package lists ... Ready
Building dependency tree
Reading status information ... Ready
All packages are up to date.


Information
*****
1) IGN: Ignored. This seems to say that you have an entry in sources.list which has been superceded by a later version / archive, so the check of the archive is ignored. I find this happens for my iso install entry.

2) Hit: The archive version you have is the latest.

3) Get: There is a newer version of the archive. Depending on what you have installed, this may / may not contain an upgrade to your software.

Source: https://ubuntuforums.org/showthread.php?t=231300
*****
apt-get clean
cd / var / lib / apt
mv lists lists.old
mkdir -p lists / partial
apt-get clean
apt-get update

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: IGN in debian FTP access

#2 Post by GarryRicketson »

Post by rafafell » 2017-11-22 12:20
Hello,

I would like to know if IGN in debian FTP access is normal or not
It is normal when they are not valid Debian repo sources
You are trying to use Ubuntu references for Debian, Debian is not Ubuntu,
and there is no such repo as :

Code: Select all

 http://ftp.br.debian.org/debian stretch InRelease 

Also this is not a Debian repo:

Code: Select all

Achieved: 5 http://download.proxmox.com/debian/pve stretch InRelease 
I certainly wouldn't want it in my sources.list.


Try using this for reference : https://wiki.debian.org/SourcesList

It might be a good idea to show us what your /etc/apt/sources.list file actually
looks like, please use code boxes.

As you can see here:
http://ftp.br.debian.org/debian/dists/Debian9.2/

Code: Select all

[ ]	ChangeLog	2017-10-07 09:04 	277K
[ ]	Release	2017-10-07 09:46 	115K
[ ]	Release.gpg	2017-10-07 09:52 	2.4K
[DIR]	contrib/	2017-10-07 15:21 	-
[DIR]	main/	2017-10-07 15:21 	-
[DIR]	non-free/	2017-10-07 15:21 	-  
There is no such item as "InRelease"

Code: Select all

 http://ftp.br.debian.org/debian stretch InRelease 

This can not work.
Maybe :

Code: Select all

 http://ftp.br.debian.org/debian stretch Release 

Maybe would work, but I have never tried using any "Release" options
in my sources.list,... so I am not sure on that.

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: IGN in debian FTP access

#3 Post by RU55EL »

GarryRicketson wrote:[...]
There is no such item as "InRelease"

Code: Select all

 http://ftp.br.debian.org/debian stretch InRelease 

This can not work.
[...]
Garry, I think rafafell is posting the output of the 'apt update' command, not his sources.list.
rafafell wrote:

Code: Select all

# apt update
Ign: 1 http://ftp.br.debian.org/debian stretch InRelease
Attained: 2 http://security.debian.org stretch / updates InRelease
Reached: 3 http://ftp.br.debian.org/debian stretch Release
Achieved: 5 http://download.proxmox.com/debian/pve stretch InRelease
Ign: 6 http://ftp.debian.org/debian stretch InRelease
Achieved: 7 http://ftp.debian.org/debian stretch Release
Reading package lists ... Ready
Building dependency tree
Reading status information ... Ready
All packages are up to date.
This, for example, is mine:

Code: Select all

root@NUC-G:~# apt update
Ign:1 http://deb.debian.org/debian stretch InRelease
Hit:2 http://deb.debian.org/debian stretch-updates InRelease
Hit:3 http://deb.debian.org/debian stretch-backports InRelease                         
Hit:4 http://deb.debian.org/debian stretch Release                                                   
Hit:5 http://security.debian.org stretch/updates InRelease                                           
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
and my sources.list:

Code: Select all

root@NUC-G:~# cat /etc/apt/sources.list
deb  http://deb.debian.org/debian/ stretch main
# deb-src  http://deb.debian.org/debian/ stretch main

deb  http://deb.debian.org/debian/ stretch-updates main
# deb-src  http://deb.debian.org/debian/ stretch-updates main

deb http://security.debian.org/ stretch/updates main
# deb-src http://security.debian.org/ stretch/updates main

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: IGN in debian FTP access

#4 Post by GarryRicketson »

You are probably right, I see yours also gets the "IGN", ...
Still , the only way any one can say about what is wrong would be to see
the OPs /etc/apt/sources.list ,
I am certainly no expert on this, so maybe I should have just not responded,
sorry.

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: IGN in debian FTP access

#5 Post by RU55EL »

GarryRicketson wrote:[...]Still , the only way any one can say about what is wrong would be to see
the OPs /etc/apt/sources.list [...]
Good point!

rafafell, it would help if you posted your source.list file.

Post Reply