Debian 9 - Unable to update apt Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!apt-get update fails on Debian etchDEB: “Provides:” field ignoreddebian apt broken after mixin lenny sid and apt-get update / upgradeconflict in debian packagesDebian apt-get update won't workdebian wheezy, heartbleed, openssl refuses to updateCommand to auto-update apt sources.list in DebianUbuntu14.04 - unable to apt-get updateKerberos 5 won't install on Debian 8.2 or 8.3

Multi tool use
Multi tool use

Why aren't these two solutions equivalent? Combinatorics problem

Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?

Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?

Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?

Should man-made satellites feature an intelligent inverted "cow catcher"?

Pointing to problems without suggesting solutions

Is it OK if I do not take the receipt in Germany?

Trying to enter the Fox's den

Is "ein Herz wie das meine" an antiquated or colloquial use of the possesive pronoun?

Raising a bilingual kid. When should we introduce the majority language?

How to create a command for the "strange m" symbol in latex?

Is there a verb for listening stealthily?

How to make an animal which can only breed for a certain number of generations?

/bin/ls sorts differently than just ls

Converting a text document with special format to Pandas DataFrame

Kepler's 3rd law: ratios don't fit data

false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'

How do I deal with an erroneously large refund?

How can I introduce the names of fantasy creatures to the reader?

A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?

Married in secret, can marital status in passport be changed at a later date?

Why is one lightbulb in a string illuminated?

What could prevent concentrated local exploration?

Can gravitational waves pass through a black hole?



Debian 9 - Unable to update apt



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!apt-get update fails on Debian etchDEB: “Provides:” field ignoreddebian apt broken after mixin lenny sid and apt-get update / upgradeconflict in debian packagesDebian apt-get update won't workdebian wheezy, heartbleed, openssl refuses to updateCommand to auto-update apt sources.list in DebianUbuntu14.04 - unable to apt-get updateKerberos 5 won't install on Debian 8.2 or 8.3



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I recently installed Debian 9 and since some days ago I can't update apt. I tried to ping other PC in LAN network and it can't reach they but it can ping the router. From other PC of the LAN network I can reach the Debian PC.



resolv.conf



nameserver 8.8.8.8
nameserver 8.8.4.4


/etc/network/interfaces



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp3s0
iface enp3s0 inet static
address 192.168.1.15
netmask 255.255.255.0
gateway 192.168.1.1


/etc/apt/sources.list



# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216$

#deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216-$

deb http://ftp.it.debian.org/debian/ stretch main
deb-src http://ftp.it.debian.org/debian/ stretch main

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

# stretch-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ stretch-updates main
deb-src http://ftp.it.debian.org/debian/ stretch-updates main


When I launch apt-get update command the result is:



0% [Connessione a ftp.it.debian.org (85.94.199.210)] [Connessione a prod.debian


and it doesn't anything else.
What can I do?










share|improve this question









New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

    – Zoredache
    Apr 16 at 18:16











  • Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

    – Bob Dole
    Apr 16 at 19:51

















0















I recently installed Debian 9 and since some days ago I can't update apt. I tried to ping other PC in LAN network and it can't reach they but it can ping the router. From other PC of the LAN network I can reach the Debian PC.



resolv.conf



nameserver 8.8.8.8
nameserver 8.8.4.4


/etc/network/interfaces



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp3s0
iface enp3s0 inet static
address 192.168.1.15
netmask 255.255.255.0
gateway 192.168.1.1


/etc/apt/sources.list



# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216$

#deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216-$

deb http://ftp.it.debian.org/debian/ stretch main
deb-src http://ftp.it.debian.org/debian/ stretch main

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

# stretch-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ stretch-updates main
deb-src http://ftp.it.debian.org/debian/ stretch-updates main


When I launch apt-get update command the result is:



0% [Connessione a ftp.it.debian.org (85.94.199.210)] [Connessione a prod.debian


and it doesn't anything else.
What can I do?










share|improve this question









New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

    – Zoredache
    Apr 16 at 18:16











  • Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

    – Bob Dole
    Apr 16 at 19:51













0












0








0








I recently installed Debian 9 and since some days ago I can't update apt. I tried to ping other PC in LAN network and it can't reach they but it can ping the router. From other PC of the LAN network I can reach the Debian PC.



resolv.conf



nameserver 8.8.8.8
nameserver 8.8.4.4


/etc/network/interfaces



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp3s0
iface enp3s0 inet static
address 192.168.1.15
netmask 255.255.255.0
gateway 192.168.1.1


/etc/apt/sources.list



# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216$

#deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216-$

deb http://ftp.it.debian.org/debian/ stretch main
deb-src http://ftp.it.debian.org/debian/ stretch main

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

# stretch-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ stretch-updates main
deb-src http://ftp.it.debian.org/debian/ stretch-updates main


When I launch apt-get update command the result is:



0% [Connessione a ftp.it.debian.org (85.94.199.210)] [Connessione a prod.debian


and it doesn't anything else.
What can I do?










share|improve this question









New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I recently installed Debian 9 and since some days ago I can't update apt. I tried to ping other PC in LAN network and it can't reach they but it can ping the router. From other PC of the LAN network I can reach the Debian PC.



resolv.conf



nameserver 8.8.8.8
nameserver 8.8.4.4


/etc/network/interfaces



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp3s0
iface enp3s0 inet static
address 192.168.1.15
netmask 255.255.255.0
gateway 192.168.1.1


/etc/apt/sources.list



# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216$

#deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216-$

deb http://ftp.it.debian.org/debian/ stretch main
deb-src http://ftp.it.debian.org/debian/ stretch main

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

# stretch-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ stretch-updates main
deb-src http://ftp.it.debian.org/debian/ stretch-updates main


When I launch apt-get update command the result is:



0% [Connessione a ftp.it.debian.org (85.94.199.210)] [Connessione a prod.debian


and it doesn't anything else.
What can I do?







debian linux-networking apt debian-stretch






share|improve this question









New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 16 at 16:42







gobbo001













New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 16 at 16:35









gobbo001gobbo001

13




13




New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

    – Zoredache
    Apr 16 at 18:16











  • Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

    – Bob Dole
    Apr 16 at 19:51

















  • Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

    – Zoredache
    Apr 16 at 18:16











  • Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

    – Bob Dole
    Apr 16 at 19:51
















Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

– Zoredache
Apr 16 at 18:16





Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

– Zoredache
Apr 16 at 18:16













Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

– Bob Dole
Apr 16 at 19:51





Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

– Bob Dole
Apr 16 at 19:51










1 Answer
1






active

oldest

votes


















0














I would start by testing the whole chain using a tool like curl and the debian mirror you have specified in sources.list:



$ curl -LIv http://ftp.it.debian.org
* Rebuilt URL to: http://ftp.it.debian.org/
* Trying 85.94.199.210...
* TCP_NODELAY set
* Connected to ftp.it.debian.org (85.94.199.210) port 80 (#0)
> HEAD / HTTP/1.1
> Host: ftp.it.debian.org
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: text/html
Content-Type: text/html
< Accept-Ranges: bytes
Accept-Ranges: bytes
< ETag: "3184558369"
ETag: "3184558369"
< Last-Modified: Wed, 23 May 2018 02:48:55 GMT
Last-Modified: Wed, 23 May 2018 02:48:55 GMT
< Content-Length: 2142
Content-Length: 2142
< Date: Tue, 16 Apr 2019 18:06:49 GMT
Date: Tue, 16 Apr 2019 18:06:49 GMT
< Server: lighttpd/1.4.45
Server: lighttpd/1.4.45

<
* Connection #0 to host ftp.it.debian.org left intact


This is a successful test. If you see something different, it could be a dns problem, or another connectivity problem at your end point (like a firewall, or a misconfigured proxy server).






share|improve this answer























  • curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

    – gobbo001
    Apr 16 at 22:47












  • apparently something has changed though, because now it's not working

    – natxo asenjo
    Apr 17 at 20:05











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






gobbo001 is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963344%2fdebian-9-unable-to-update-apt%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I would start by testing the whole chain using a tool like curl and the debian mirror you have specified in sources.list:



$ curl -LIv http://ftp.it.debian.org
* Rebuilt URL to: http://ftp.it.debian.org/
* Trying 85.94.199.210...
* TCP_NODELAY set
* Connected to ftp.it.debian.org (85.94.199.210) port 80 (#0)
> HEAD / HTTP/1.1
> Host: ftp.it.debian.org
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: text/html
Content-Type: text/html
< Accept-Ranges: bytes
Accept-Ranges: bytes
< ETag: "3184558369"
ETag: "3184558369"
< Last-Modified: Wed, 23 May 2018 02:48:55 GMT
Last-Modified: Wed, 23 May 2018 02:48:55 GMT
< Content-Length: 2142
Content-Length: 2142
< Date: Tue, 16 Apr 2019 18:06:49 GMT
Date: Tue, 16 Apr 2019 18:06:49 GMT
< Server: lighttpd/1.4.45
Server: lighttpd/1.4.45

<
* Connection #0 to host ftp.it.debian.org left intact


This is a successful test. If you see something different, it could be a dns problem, or another connectivity problem at your end point (like a firewall, or a misconfigured proxy server).






share|improve this answer























  • curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

    – gobbo001
    Apr 16 at 22:47












  • apparently something has changed though, because now it's not working

    – natxo asenjo
    Apr 17 at 20:05















0














I would start by testing the whole chain using a tool like curl and the debian mirror you have specified in sources.list:



$ curl -LIv http://ftp.it.debian.org
* Rebuilt URL to: http://ftp.it.debian.org/
* Trying 85.94.199.210...
* TCP_NODELAY set
* Connected to ftp.it.debian.org (85.94.199.210) port 80 (#0)
> HEAD / HTTP/1.1
> Host: ftp.it.debian.org
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: text/html
Content-Type: text/html
< Accept-Ranges: bytes
Accept-Ranges: bytes
< ETag: "3184558369"
ETag: "3184558369"
< Last-Modified: Wed, 23 May 2018 02:48:55 GMT
Last-Modified: Wed, 23 May 2018 02:48:55 GMT
< Content-Length: 2142
Content-Length: 2142
< Date: Tue, 16 Apr 2019 18:06:49 GMT
Date: Tue, 16 Apr 2019 18:06:49 GMT
< Server: lighttpd/1.4.45
Server: lighttpd/1.4.45

<
* Connection #0 to host ftp.it.debian.org left intact


This is a successful test. If you see something different, it could be a dns problem, or another connectivity problem at your end point (like a firewall, or a misconfigured proxy server).






share|improve this answer























  • curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

    – gobbo001
    Apr 16 at 22:47












  • apparently something has changed though, because now it's not working

    – natxo asenjo
    Apr 17 at 20:05













0












0








0







I would start by testing the whole chain using a tool like curl and the debian mirror you have specified in sources.list:



$ curl -LIv http://ftp.it.debian.org
* Rebuilt URL to: http://ftp.it.debian.org/
* Trying 85.94.199.210...
* TCP_NODELAY set
* Connected to ftp.it.debian.org (85.94.199.210) port 80 (#0)
> HEAD / HTTP/1.1
> Host: ftp.it.debian.org
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: text/html
Content-Type: text/html
< Accept-Ranges: bytes
Accept-Ranges: bytes
< ETag: "3184558369"
ETag: "3184558369"
< Last-Modified: Wed, 23 May 2018 02:48:55 GMT
Last-Modified: Wed, 23 May 2018 02:48:55 GMT
< Content-Length: 2142
Content-Length: 2142
< Date: Tue, 16 Apr 2019 18:06:49 GMT
Date: Tue, 16 Apr 2019 18:06:49 GMT
< Server: lighttpd/1.4.45
Server: lighttpd/1.4.45

<
* Connection #0 to host ftp.it.debian.org left intact


This is a successful test. If you see something different, it could be a dns problem, or another connectivity problem at your end point (like a firewall, or a misconfigured proxy server).






share|improve this answer













I would start by testing the whole chain using a tool like curl and the debian mirror you have specified in sources.list:



$ curl -LIv http://ftp.it.debian.org
* Rebuilt URL to: http://ftp.it.debian.org/
* Trying 85.94.199.210...
* TCP_NODELAY set
* Connected to ftp.it.debian.org (85.94.199.210) port 80 (#0)
> HEAD / HTTP/1.1
> Host: ftp.it.debian.org
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: text/html
Content-Type: text/html
< Accept-Ranges: bytes
Accept-Ranges: bytes
< ETag: "3184558369"
ETag: "3184558369"
< Last-Modified: Wed, 23 May 2018 02:48:55 GMT
Last-Modified: Wed, 23 May 2018 02:48:55 GMT
< Content-Length: 2142
Content-Length: 2142
< Date: Tue, 16 Apr 2019 18:06:49 GMT
Date: Tue, 16 Apr 2019 18:06:49 GMT
< Server: lighttpd/1.4.45
Server: lighttpd/1.4.45

<
* Connection #0 to host ftp.it.debian.org left intact


This is a successful test. If you see something different, it could be a dns problem, or another connectivity problem at your end point (like a firewall, or a misconfigured proxy server).







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 16 at 18:10









natxo asenjonatxo asenjo

4,51612026




4,51612026












  • curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

    – gobbo001
    Apr 16 at 22:47












  • apparently something has changed though, because now it's not working

    – natxo asenjo
    Apr 17 at 20:05

















  • curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

    – gobbo001
    Apr 16 at 22:47












  • apparently something has changed though, because now it's not working

    – natxo asenjo
    Apr 17 at 20:05
















curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

– gobbo001
Apr 16 at 22:47






curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

– gobbo001
Apr 16 at 22:47














apparently something has changed though, because now it's not working

– natxo asenjo
Apr 17 at 20:05





apparently something has changed though, because now it's not working

– natxo asenjo
Apr 17 at 20:05










gobbo001 is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















gobbo001 is a new contributor. Be nice, and check out our Code of Conduct.












gobbo001 is a new contributor. Be nice, and check out our Code of Conduct.











gobbo001 is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963344%2fdebian-9-unable-to-update-apt%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







z,reHqOFV74o q5z7Z
hc7DNqnmw2o s4DoA52HmDgx,rRNO9,78a5 3c 7PWN OTm1EPxbMSy9N,X BxqEXsCg3yHIE

Popular posts from this blog

RemoteApp sporadic failureWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the minimum version of RDP supported by Server 2012 RDS?How to configure a Remoteapp server to increase stabilityMicrosoft RemoteApp Active SessionRDWeb TS connection broken for some users post RemoteApp certificate changeRemote Desktop Licensing, RemoteAPPRDS 2012 R2 some users are not able to logon after changed date and time on Connection BrokersWhat happens during Remote Desktop logon, and is there any logging?After installing RDS on WinServer 2016 I still can only connect with two users?RD Connection via RDGW to Session host is not connecting

Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020