Are warning messages about duplicate packages blocking?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
In this question, we learn how to clean up the duplicate message warnings when running apt-get.
What I am wondering is are these duplicate source messages, blocking, which prevent updates or informational -- do they need to be cleaned up, or are just visual spam?
I can't tell if I have no updates, or if because of the duplicates its not checking further.
apt package-management
add a comment |Â
up vote
0
down vote
favorite
In this question, we learn how to clean up the duplicate message warnings when running apt-get.
What I am wondering is are these duplicate source messages, blocking, which prevent updates or informational -- do they need to be cleaned up, or are just visual spam?
I can't tell if I have no updates, or if because of the duplicates its not checking further.
apt package-management
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
In this question, we learn how to clean up the duplicate message warnings when running apt-get.
What I am wondering is are these duplicate source messages, blocking, which prevent updates or informational -- do they need to be cleaned up, or are just visual spam?
I can't tell if I have no updates, or if because of the duplicates its not checking further.
apt package-management
In this question, we learn how to clean up the duplicate message warnings when running apt-get.
What I am wondering is are these duplicate source messages, blocking, which prevent updates or informational -- do they need to be cleaned up, or are just visual spam?
I can't tell if I have no updates, or if because of the duplicates its not checking further.
apt package-management
edited May 23 at 17:15
asked May 18 at 22:24
Rowan Hawkins
1034
1034
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
In general, the lines that begin with W are warnings, those with an initial E indicate errors, and N indicates a Note. For example,
W: http://repo.sinew.in/dists/stable/InRelease: Signature by key B6DA722E2E65721AF54B93966F7565879798C2FC uses weak digest algorithm (SHA1)
E: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/xenial/main/source/Sources 404 Not Found [IP: 91.189.92.152 80]
^
For these two, there's nothing to be done at your end for the "weak digest algorithm" - it causes no active harm. However, the "404" error indicates a failure that should be fixed, as it describes a lack of connection/misconfiguration.
In general, in the Linux/Unix world, silence implies success. If the program issues a message, you should least consider it, and try to figure out what it means.
I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
â Rowan Hawkins
May 23 at 17:13
@RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
â Thomas Wardâ¦
May 23 at 17:17
@ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
â Rowan Hawkins
May 23 at 17:57
@Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
â Thomas Wardâ¦
May 23 at 18:25
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
In general, the lines that begin with W are warnings, those with an initial E indicate errors, and N indicates a Note. For example,
W: http://repo.sinew.in/dists/stable/InRelease: Signature by key B6DA722E2E65721AF54B93966F7565879798C2FC uses weak digest algorithm (SHA1)
E: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/xenial/main/source/Sources 404 Not Found [IP: 91.189.92.152 80]
^
For these two, there's nothing to be done at your end for the "weak digest algorithm" - it causes no active harm. However, the "404" error indicates a failure that should be fixed, as it describes a lack of connection/misconfiguration.
In general, in the Linux/Unix world, silence implies success. If the program issues a message, you should least consider it, and try to figure out what it means.
I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
â Rowan Hawkins
May 23 at 17:13
@RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
â Thomas Wardâ¦
May 23 at 17:17
@ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
â Rowan Hawkins
May 23 at 17:57
@Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
â Thomas Wardâ¦
May 23 at 18:25
add a comment |Â
up vote
1
down vote
accepted
In general, the lines that begin with W are warnings, those with an initial E indicate errors, and N indicates a Note. For example,
W: http://repo.sinew.in/dists/stable/InRelease: Signature by key B6DA722E2E65721AF54B93966F7565879798C2FC uses weak digest algorithm (SHA1)
E: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/xenial/main/source/Sources 404 Not Found [IP: 91.189.92.152 80]
^
For these two, there's nothing to be done at your end for the "weak digest algorithm" - it causes no active harm. However, the "404" error indicates a failure that should be fixed, as it describes a lack of connection/misconfiguration.
In general, in the Linux/Unix world, silence implies success. If the program issues a message, you should least consider it, and try to figure out what it means.
I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
â Rowan Hawkins
May 23 at 17:13
@RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
â Thomas Wardâ¦
May 23 at 17:17
@ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
â Rowan Hawkins
May 23 at 17:57
@Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
â Thomas Wardâ¦
May 23 at 18:25
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
In general, the lines that begin with W are warnings, those with an initial E indicate errors, and N indicates a Note. For example,
W: http://repo.sinew.in/dists/stable/InRelease: Signature by key B6DA722E2E65721AF54B93966F7565879798C2FC uses weak digest algorithm (SHA1)
E: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/xenial/main/source/Sources 404 Not Found [IP: 91.189.92.152 80]
^
For these two, there's nothing to be done at your end for the "weak digest algorithm" - it causes no active harm. However, the "404" error indicates a failure that should be fixed, as it describes a lack of connection/misconfiguration.
In general, in the Linux/Unix world, silence implies success. If the program issues a message, you should least consider it, and try to figure out what it means.
In general, the lines that begin with W are warnings, those with an initial E indicate errors, and N indicates a Note. For example,
W: http://repo.sinew.in/dists/stable/InRelease: Signature by key B6DA722E2E65721AF54B93966F7565879798C2FC uses weak digest algorithm (SHA1)
E: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/xenial/main/source/Sources 404 Not Found [IP: 91.189.92.152 80]
^
For these two, there's nothing to be done at your end for the "weak digest algorithm" - it causes no active harm. However, the "404" error indicates a failure that should be fixed, as it describes a lack of connection/misconfiguration.
In general, in the Linux/Unix world, silence implies success. If the program issues a message, you should least consider it, and try to figure out what it means.
edited May 18 at 23:43
answered May 18 at 23:37
waltinator
20.3k73968
20.3k73968
I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
â Rowan Hawkins
May 23 at 17:13
@RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
â Thomas Wardâ¦
May 23 at 17:17
@ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
â Rowan Hawkins
May 23 at 17:57
@Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
â Thomas Wardâ¦
May 23 at 18:25
add a comment |Â
I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
â Rowan Hawkins
May 23 at 17:13
@RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
â Thomas Wardâ¦
May 23 at 17:17
@ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
â Rowan Hawkins
May 23 at 17:57
@Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
â Thomas Wardâ¦
May 23 at 18:25
I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
â Rowan Hawkins
May 23 at 17:13
I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
â Rowan Hawkins
May 23 at 17:13
@RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
â Thomas Wardâ¦
May 23 at 17:17
@RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
â Thomas Wardâ¦
May 23 at 17:17
@ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
â Rowan Hawkins
May 23 at 17:57
@ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
â Rowan Hawkins
May 23 at 17:57
@Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
â Thomas Wardâ¦
May 23 at 18:25
@Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
â Thomas Wardâ¦
May 23 at 18:25
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037901%2fare-warning-messages-about-duplicate-packages-blocking%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password