14.10 Software Updater not updating
I am using Ubuntu 14.10.
To keep things as brief as possible:
Software Updater -
(a) This runs, tells me I need updates, I give permissions to update, it then tells me I have no internet connection.
(b) Previously to the last update, it worked fine, last update ceased suddenly after something network or driver related had been updated, since then I have had this report of no internet when I do have internet.
(c) Today it reports I need to install 269MiB of updates, the very same updates that have been updated prior to the update that killed internet in software updater and just downloaded by terminal however this seems to not be registering with software updater.
(d) Consequently I can not update via this service.
Terminal -
(a) This downloads the updates without a problem. I used the
sudo apt-get update
command andsudo apt-get install
(b) It is not installing updates, it reports something that I didn't take much notice of other than it had wording like "nothing to install" or maybe install was update, well something along those lines. Yet there is something to install because stuff was downloaded and if it is not needed then that is wasting my data allowance TYVM which is costly as any mobile tether on a PAYG service can tell you hardliners. Grrrr.
(c) see 1.(d)
So how can I work this situation, no matter what approach I take its not working so all the suggested avenues I have looked at, all relater to a specific program, however in my case the specific program is software updater related, if their is a subject or link that I am not aware of, please feel free to point me in that direction.
** EDIT **
For some unknown reason, a situation that left me unable to update by Software Updater and also via terminal, each with opposing problems, suddenly updated itself without rhyme or reason...
So the questions now are
- how can a computer update itself without authorization?
- how can a locked situation become unraveled before my very eyes without any intervention by me?
updates update-manager gnome-terminal
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am using Ubuntu 14.10.
To keep things as brief as possible:
Software Updater -
(a) This runs, tells me I need updates, I give permissions to update, it then tells me I have no internet connection.
(b) Previously to the last update, it worked fine, last update ceased suddenly after something network or driver related had been updated, since then I have had this report of no internet when I do have internet.
(c) Today it reports I need to install 269MiB of updates, the very same updates that have been updated prior to the update that killed internet in software updater and just downloaded by terminal however this seems to not be registering with software updater.
(d) Consequently I can not update via this service.
Terminal -
(a) This downloads the updates without a problem. I used the
sudo apt-get update
command andsudo apt-get install
(b) It is not installing updates, it reports something that I didn't take much notice of other than it had wording like "nothing to install" or maybe install was update, well something along those lines. Yet there is something to install because stuff was downloaded and if it is not needed then that is wasting my data allowance TYVM which is costly as any mobile tether on a PAYG service can tell you hardliners. Grrrr.
(c) see 1.(d)
So how can I work this situation, no matter what approach I take its not working so all the suggested avenues I have looked at, all relater to a specific program, however in my case the specific program is software updater related, if their is a subject or link that I am not aware of, please feel free to point me in that direction.
** EDIT **
For some unknown reason, a situation that left me unable to update by Software Updater and also via terminal, each with opposing problems, suddenly updated itself without rhyme or reason...
So the questions now are
- how can a computer update itself without authorization?
- how can a locked situation become unraveled before my very eyes without any intervention by me?
updates update-manager gnome-terminal
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
The question is not clear. Why can't you update using Software Updater? You run a wrong command. It is notsudo apt-get install
it issudo apt-get upgrade
– Pilot6
Jun 6 '15 at 10:30
It is clear enough that software updater is not updating because it keeps on telling me that I have no Internet when I do (see 1(a) )... also I am looking to install updates, not upgrade.
– Mark Giblin
Jun 7 '15 at 23:01
@MarkGiblin An update is what Ubuntu and Debian call upgrade. Upgrade simply means "Getting new versions of packages which you have installed." btw. dist-upgrade means the same, but it installs new packages if dependencies change. It doesn't mean going to the next release. Andapt-get install <pkgname>
mean installing the package pkgname which is not yet installes. That's not what you want. Read theman apt-get
– Daniel Alder
Jun 8 '15 at 9:04
@DanielAlder, Well, its done it by itself and like every install I have had, some things are not working properly...
– Mark Giblin
Jun 8 '15 at 14:42
add a comment |
I am using Ubuntu 14.10.
To keep things as brief as possible:
Software Updater -
(a) This runs, tells me I need updates, I give permissions to update, it then tells me I have no internet connection.
(b) Previously to the last update, it worked fine, last update ceased suddenly after something network or driver related had been updated, since then I have had this report of no internet when I do have internet.
(c) Today it reports I need to install 269MiB of updates, the very same updates that have been updated prior to the update that killed internet in software updater and just downloaded by terminal however this seems to not be registering with software updater.
(d) Consequently I can not update via this service.
Terminal -
(a) This downloads the updates without a problem. I used the
sudo apt-get update
command andsudo apt-get install
(b) It is not installing updates, it reports something that I didn't take much notice of other than it had wording like "nothing to install" or maybe install was update, well something along those lines. Yet there is something to install because stuff was downloaded and if it is not needed then that is wasting my data allowance TYVM which is costly as any mobile tether on a PAYG service can tell you hardliners. Grrrr.
(c) see 1.(d)
So how can I work this situation, no matter what approach I take its not working so all the suggested avenues I have looked at, all relater to a specific program, however in my case the specific program is software updater related, if their is a subject or link that I am not aware of, please feel free to point me in that direction.
** EDIT **
For some unknown reason, a situation that left me unable to update by Software Updater and also via terminal, each with opposing problems, suddenly updated itself without rhyme or reason...
So the questions now are
- how can a computer update itself without authorization?
- how can a locked situation become unraveled before my very eyes without any intervention by me?
updates update-manager gnome-terminal
I am using Ubuntu 14.10.
To keep things as brief as possible:
Software Updater -
(a) This runs, tells me I need updates, I give permissions to update, it then tells me I have no internet connection.
(b) Previously to the last update, it worked fine, last update ceased suddenly after something network or driver related had been updated, since then I have had this report of no internet when I do have internet.
(c) Today it reports I need to install 269MiB of updates, the very same updates that have been updated prior to the update that killed internet in software updater and just downloaded by terminal however this seems to not be registering with software updater.
(d) Consequently I can not update via this service.
Terminal -
(a) This downloads the updates without a problem. I used the
sudo apt-get update
command andsudo apt-get install
(b) It is not installing updates, it reports something that I didn't take much notice of other than it had wording like "nothing to install" or maybe install was update, well something along those lines. Yet there is something to install because stuff was downloaded and if it is not needed then that is wasting my data allowance TYVM which is costly as any mobile tether on a PAYG service can tell you hardliners. Grrrr.
(c) see 1.(d)
So how can I work this situation, no matter what approach I take its not working so all the suggested avenues I have looked at, all relater to a specific program, however in my case the specific program is software updater related, if their is a subject or link that I am not aware of, please feel free to point me in that direction.
** EDIT **
For some unknown reason, a situation that left me unable to update by Software Updater and also via terminal, each with opposing problems, suddenly updated itself without rhyme or reason...
So the questions now are
- how can a computer update itself without authorization?
- how can a locked situation become unraveled before my very eyes without any intervention by me?
updates update-manager gnome-terminal
updates update-manager gnome-terminal
edited Jun 8 '15 at 8:56
Mark Giblin
asked Jun 6 '15 at 9:45
Mark GiblinMark Giblin
31131020
31131020
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
The question is not clear. Why can't you update using Software Updater? You run a wrong command. It is notsudo apt-get install
it issudo apt-get upgrade
– Pilot6
Jun 6 '15 at 10:30
It is clear enough that software updater is not updating because it keeps on telling me that I have no Internet when I do (see 1(a) )... also I am looking to install updates, not upgrade.
– Mark Giblin
Jun 7 '15 at 23:01
@MarkGiblin An update is what Ubuntu and Debian call upgrade. Upgrade simply means "Getting new versions of packages which you have installed." btw. dist-upgrade means the same, but it installs new packages if dependencies change. It doesn't mean going to the next release. Andapt-get install <pkgname>
mean installing the package pkgname which is not yet installes. That's not what you want. Read theman apt-get
– Daniel Alder
Jun 8 '15 at 9:04
@DanielAlder, Well, its done it by itself and like every install I have had, some things are not working properly...
– Mark Giblin
Jun 8 '15 at 14:42
add a comment |
The question is not clear. Why can't you update using Software Updater? You run a wrong command. It is notsudo apt-get install
it issudo apt-get upgrade
– Pilot6
Jun 6 '15 at 10:30
It is clear enough that software updater is not updating because it keeps on telling me that I have no Internet when I do (see 1(a) )... also I am looking to install updates, not upgrade.
– Mark Giblin
Jun 7 '15 at 23:01
@MarkGiblin An update is what Ubuntu and Debian call upgrade. Upgrade simply means "Getting new versions of packages which you have installed." btw. dist-upgrade means the same, but it installs new packages if dependencies change. It doesn't mean going to the next release. Andapt-get install <pkgname>
mean installing the package pkgname which is not yet installes. That's not what you want. Read theman apt-get
– Daniel Alder
Jun 8 '15 at 9:04
@DanielAlder, Well, its done it by itself and like every install I have had, some things are not working properly...
– Mark Giblin
Jun 8 '15 at 14:42
The question is not clear. Why can't you update using Software Updater? You run a wrong command. It is not
sudo apt-get install
it is sudo apt-get upgrade
– Pilot6
Jun 6 '15 at 10:30
The question is not clear. Why can't you update using Software Updater? You run a wrong command. It is not
sudo apt-get install
it is sudo apt-get upgrade
– Pilot6
Jun 6 '15 at 10:30
It is clear enough that software updater is not updating because it keeps on telling me that I have no Internet when I do (see 1(a) )... also I am looking to install updates, not upgrade.
– Mark Giblin
Jun 7 '15 at 23:01
It is clear enough that software updater is not updating because it keeps on telling me that I have no Internet when I do (see 1(a) )... also I am looking to install updates, not upgrade.
– Mark Giblin
Jun 7 '15 at 23:01
@MarkGiblin An update is what Ubuntu and Debian call upgrade. Upgrade simply means "Getting new versions of packages which you have installed." btw. dist-upgrade means the same, but it installs new packages if dependencies change. It doesn't mean going to the next release. And
apt-get install <pkgname>
mean installing the package pkgname which is not yet installes. That's not what you want. Read the man apt-get
– Daniel Alder
Jun 8 '15 at 9:04
@MarkGiblin An update is what Ubuntu and Debian call upgrade. Upgrade simply means "Getting new versions of packages which you have installed." btw. dist-upgrade means the same, but it installs new packages if dependencies change. It doesn't mean going to the next release. And
apt-get install <pkgname>
mean installing the package pkgname which is not yet installes. That's not what you want. Read the man apt-get
– Daniel Alder
Jun 8 '15 at 9:04
@DanielAlder, Well, its done it by itself and like every install I have had, some things are not working properly...
– Mark Giblin
Jun 8 '15 at 14:42
@DanielAlder, Well, its done it by itself and like every install I have had, some things are not working properly...
– Mark Giblin
Jun 8 '15 at 14:42
add a comment |
1 Answer
1
active
oldest
votes
As described in my comment: apt-get install
is for installing software which is not yet present on your computer. For doing the same job as update-manager does, you have to run apt-get upgrade
i personally prefer apt-get dist-upgrade
because it also installs kernel upgrades etc. Probably update-manager acts more like dist-upgrade. man apt-get
is a good help page...
Now to the answers of your questions:
1. how can a computer update itself without authorization?
update-manager (the gui tool). Works only as a front-end. In the background there is aptd which is triggered by systemd. If you want to run updates, update-manager tells aptd over systemd to run the updates, while aptd is running as root.
The permission check itself is technically not necessary: While starting update-manager, it also asks aptd via systemd for which you won't be asked for a password.
For the auto updates, you should have a look at the script /etc/cron.daily/apt
which runs as root once per day.
The process list while updates get installed shows something like this:
14537 ? SNl 0:02 /usr/bin/python3 /usr/sbin/aptd
14625 pts/57 SNs+ 0:00 /usr/bin/python3 /usr/sbin/aptd
14661 pts/58 DNs+ 0:00 /usr/bin/dpkg --status-fd 43 --unpack --auto-deconfigure /var/cache/apt/archives/freshplayerp....deb
2. how can a locked situation become unraveled before my very eyes without any intervention by me?
The locking probably comes from the apt-get update above, or from another test. It resolved by itself because it just finished its job.
For checking this, you can run the following command while apt-get is locked:
ps ax | grep apt
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f632954%2f14-10-software-updater-not-updating%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
As described in my comment: apt-get install
is for installing software which is not yet present on your computer. For doing the same job as update-manager does, you have to run apt-get upgrade
i personally prefer apt-get dist-upgrade
because it also installs kernel upgrades etc. Probably update-manager acts more like dist-upgrade. man apt-get
is a good help page...
Now to the answers of your questions:
1. how can a computer update itself without authorization?
update-manager (the gui tool). Works only as a front-end. In the background there is aptd which is triggered by systemd. If you want to run updates, update-manager tells aptd over systemd to run the updates, while aptd is running as root.
The permission check itself is technically not necessary: While starting update-manager, it also asks aptd via systemd for which you won't be asked for a password.
For the auto updates, you should have a look at the script /etc/cron.daily/apt
which runs as root once per day.
The process list while updates get installed shows something like this:
14537 ? SNl 0:02 /usr/bin/python3 /usr/sbin/aptd
14625 pts/57 SNs+ 0:00 /usr/bin/python3 /usr/sbin/aptd
14661 pts/58 DNs+ 0:00 /usr/bin/dpkg --status-fd 43 --unpack --auto-deconfigure /var/cache/apt/archives/freshplayerp....deb
2. how can a locked situation become unraveled before my very eyes without any intervention by me?
The locking probably comes from the apt-get update above, or from another test. It resolved by itself because it just finished its job.
For checking this, you can run the following command while apt-get is locked:
ps ax | grep apt
add a comment |
As described in my comment: apt-get install
is for installing software which is not yet present on your computer. For doing the same job as update-manager does, you have to run apt-get upgrade
i personally prefer apt-get dist-upgrade
because it also installs kernel upgrades etc. Probably update-manager acts more like dist-upgrade. man apt-get
is a good help page...
Now to the answers of your questions:
1. how can a computer update itself without authorization?
update-manager (the gui tool). Works only as a front-end. In the background there is aptd which is triggered by systemd. If you want to run updates, update-manager tells aptd over systemd to run the updates, while aptd is running as root.
The permission check itself is technically not necessary: While starting update-manager, it also asks aptd via systemd for which you won't be asked for a password.
For the auto updates, you should have a look at the script /etc/cron.daily/apt
which runs as root once per day.
The process list while updates get installed shows something like this:
14537 ? SNl 0:02 /usr/bin/python3 /usr/sbin/aptd
14625 pts/57 SNs+ 0:00 /usr/bin/python3 /usr/sbin/aptd
14661 pts/58 DNs+ 0:00 /usr/bin/dpkg --status-fd 43 --unpack --auto-deconfigure /var/cache/apt/archives/freshplayerp....deb
2. how can a locked situation become unraveled before my very eyes without any intervention by me?
The locking probably comes from the apt-get update above, or from another test. It resolved by itself because it just finished its job.
For checking this, you can run the following command while apt-get is locked:
ps ax | grep apt
add a comment |
As described in my comment: apt-get install
is for installing software which is not yet present on your computer. For doing the same job as update-manager does, you have to run apt-get upgrade
i personally prefer apt-get dist-upgrade
because it also installs kernel upgrades etc. Probably update-manager acts more like dist-upgrade. man apt-get
is a good help page...
Now to the answers of your questions:
1. how can a computer update itself without authorization?
update-manager (the gui tool). Works only as a front-end. In the background there is aptd which is triggered by systemd. If you want to run updates, update-manager tells aptd over systemd to run the updates, while aptd is running as root.
The permission check itself is technically not necessary: While starting update-manager, it also asks aptd via systemd for which you won't be asked for a password.
For the auto updates, you should have a look at the script /etc/cron.daily/apt
which runs as root once per day.
The process list while updates get installed shows something like this:
14537 ? SNl 0:02 /usr/bin/python3 /usr/sbin/aptd
14625 pts/57 SNs+ 0:00 /usr/bin/python3 /usr/sbin/aptd
14661 pts/58 DNs+ 0:00 /usr/bin/dpkg --status-fd 43 --unpack --auto-deconfigure /var/cache/apt/archives/freshplayerp....deb
2. how can a locked situation become unraveled before my very eyes without any intervention by me?
The locking probably comes from the apt-get update above, or from another test. It resolved by itself because it just finished its job.
For checking this, you can run the following command while apt-get is locked:
ps ax | grep apt
As described in my comment: apt-get install
is for installing software which is not yet present on your computer. For doing the same job as update-manager does, you have to run apt-get upgrade
i personally prefer apt-get dist-upgrade
because it also installs kernel upgrades etc. Probably update-manager acts more like dist-upgrade. man apt-get
is a good help page...
Now to the answers of your questions:
1. how can a computer update itself without authorization?
update-manager (the gui tool). Works only as a front-end. In the background there is aptd which is triggered by systemd. If you want to run updates, update-manager tells aptd over systemd to run the updates, while aptd is running as root.
The permission check itself is technically not necessary: While starting update-manager, it also asks aptd via systemd for which you won't be asked for a password.
For the auto updates, you should have a look at the script /etc/cron.daily/apt
which runs as root once per day.
The process list while updates get installed shows something like this:
14537 ? SNl 0:02 /usr/bin/python3 /usr/sbin/aptd
14625 pts/57 SNs+ 0:00 /usr/bin/python3 /usr/sbin/aptd
14661 pts/58 DNs+ 0:00 /usr/bin/dpkg --status-fd 43 --unpack --auto-deconfigure /var/cache/apt/archives/freshplayerp....deb
2. how can a locked situation become unraveled before my very eyes without any intervention by me?
The locking probably comes from the apt-get update above, or from another test. It resolved by itself because it just finished its job.
For checking this, you can run the following command while apt-get is locked:
ps ax | grep apt
edited Jun 8 '15 at 9:24
answered Jun 8 '15 at 9:12
Daniel AlderDaniel Alder
1,2831321
1,2831321
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f632954%2f14-10-software-updater-not-updating%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
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
The question is not clear. Why can't you update using Software Updater? You run a wrong command. It is not
sudo apt-get install
it issudo apt-get upgrade
– Pilot6
Jun 6 '15 at 10:30
It is clear enough that software updater is not updating because it keeps on telling me that I have no Internet when I do (see 1(a) )... also I am looking to install updates, not upgrade.
– Mark Giblin
Jun 7 '15 at 23:01
@MarkGiblin An update is what Ubuntu and Debian call upgrade. Upgrade simply means "Getting new versions of packages which you have installed." btw. dist-upgrade means the same, but it installs new packages if dependencies change. It doesn't mean going to the next release. And
apt-get install <pkgname>
mean installing the package pkgname which is not yet installes. That's not what you want. Read theman apt-get
– Daniel Alder
Jun 8 '15 at 9:04
@DanielAlder, Well, its done it by itself and like every install I have had, some things are not working properly...
– Mark Giblin
Jun 8 '15 at 14:42