Error opening cache E: read error -read (5:input/output error)












0















I tried to install 13.04 after downloading and burning on a boot disc, or 12.04 from a disc from a magazine over windows 7 on a netbook but got the following code



an error occurred, please run Package Manager from the right click menu or apt-get in a terminal to see what is wrong.


The error message was



Error opening the cache(E:read error - read (5:input/output error), E the Package lists or status file could not be parsed or opened)


When I open 13.04 I get a message



disk drive for /tmp not ready


once the system has final booted up a number of software items don't run and it varies from time to time which don't.










share|improve this question

























  • I had a similar problem and found a solution here: askubuntu.com/questions/410045/…

    – Ben Lansdell
    Mar 21 '14 at 21:09
















0















I tried to install 13.04 after downloading and burning on a boot disc, or 12.04 from a disc from a magazine over windows 7 on a netbook but got the following code



an error occurred, please run Package Manager from the right click menu or apt-get in a terminal to see what is wrong.


The error message was



Error opening the cache(E:read error - read (5:input/output error), E the Package lists or status file could not be parsed or opened)


When I open 13.04 I get a message



disk drive for /tmp not ready


once the system has final booted up a number of software items don't run and it varies from time to time which don't.










share|improve this question

























  • I had a similar problem and found a solution here: askubuntu.com/questions/410045/…

    – Ben Lansdell
    Mar 21 '14 at 21:09














0












0








0








I tried to install 13.04 after downloading and burning on a boot disc, or 12.04 from a disc from a magazine over windows 7 on a netbook but got the following code



an error occurred, please run Package Manager from the right click menu or apt-get in a terminal to see what is wrong.


The error message was



Error opening the cache(E:read error - read (5:input/output error), E the Package lists or status file could not be parsed or opened)


When I open 13.04 I get a message



disk drive for /tmp not ready


once the system has final booted up a number of software items don't run and it varies from time to time which don't.










share|improve this question
















I tried to install 13.04 after downloading and burning on a boot disc, or 12.04 from a disc from a magazine over windows 7 on a netbook but got the following code



an error occurred, please run Package Manager from the right click menu or apt-get in a terminal to see what is wrong.


The error message was



Error opening the cache(E:read error - read (5:input/output error), E the Package lists or status file could not be parsed or opened)


When I open 13.04 I get a message



disk drive for /tmp not ready


once the system has final booted up a number of software items don't run and it varies from time to time which don't.







installation cache






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 5 '13 at 8:48









Takkat

107k35249376




107k35249376










asked May 5 '13 at 8:39









GrahamGraham

111




111













  • I had a similar problem and found a solution here: askubuntu.com/questions/410045/…

    – Ben Lansdell
    Mar 21 '14 at 21:09



















  • I had a similar problem and found a solution here: askubuntu.com/questions/410045/…

    – Ben Lansdell
    Mar 21 '14 at 21:09

















I had a similar problem and found a solution here: askubuntu.com/questions/410045/…

– Ben Lansdell
Mar 21 '14 at 21:09





I had a similar problem and found a solution here: askubuntu.com/questions/410045/…

– Ben Lansdell
Mar 21 '14 at 21:09










1 Answer
1






active

oldest

votes


















0














First make sure that update-manager, synaptic, etc... are all closed and not running somewhere.



Then open a Terminal and enter the following commands:



sudo mkdir /var/lib/apt/lists/partial
sudo dpkg --configure -a
sudo aptitude update
sudo aptitude upgrade
sudo aptitude install -f


After that, retry opening update-manager.



HTH.






share|improve this answer
























  • Thanks for answering - after the first line I am told that it "cannot create directory '/var.....: File exists After the second line I am informed "dpkg: error: unable to access dpkg status area: Read -only file system After the third line I am informed that command not found.

    – Graham
    May 10 '13 at 21:13











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f290916%2ferror-opening-cache-e-read-error-read-5input-output-error%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














First make sure that update-manager, synaptic, etc... are all closed and not running somewhere.



Then open a Terminal and enter the following commands:



sudo mkdir /var/lib/apt/lists/partial
sudo dpkg --configure -a
sudo aptitude update
sudo aptitude upgrade
sudo aptitude install -f


After that, retry opening update-manager.



HTH.






share|improve this answer
























  • Thanks for answering - after the first line I am told that it "cannot create directory '/var.....: File exists After the second line I am informed "dpkg: error: unable to access dpkg status area: Read -only file system After the third line I am informed that command not found.

    – Graham
    May 10 '13 at 21:13
















0














First make sure that update-manager, synaptic, etc... are all closed and not running somewhere.



Then open a Terminal and enter the following commands:



sudo mkdir /var/lib/apt/lists/partial
sudo dpkg --configure -a
sudo aptitude update
sudo aptitude upgrade
sudo aptitude install -f


After that, retry opening update-manager.



HTH.






share|improve this answer
























  • Thanks for answering - after the first line I am told that it "cannot create directory '/var.....: File exists After the second line I am informed "dpkg: error: unable to access dpkg status area: Read -only file system After the third line I am informed that command not found.

    – Graham
    May 10 '13 at 21:13














0












0








0







First make sure that update-manager, synaptic, etc... are all closed and not running somewhere.



Then open a Terminal and enter the following commands:



sudo mkdir /var/lib/apt/lists/partial
sudo dpkg --configure -a
sudo aptitude update
sudo aptitude upgrade
sudo aptitude install -f


After that, retry opening update-manager.



HTH.






share|improve this answer













First make sure that update-manager, synaptic, etc... are all closed and not running somewhere.



Then open a Terminal and enter the following commands:



sudo mkdir /var/lib/apt/lists/partial
sudo dpkg --configure -a
sudo aptitude update
sudo aptitude upgrade
sudo aptitude install -f


After that, retry opening update-manager.



HTH.







share|improve this answer












share|improve this answer



share|improve this answer










answered May 8 '13 at 16:34









Anuj PatelAnuj Patel

1134




1134













  • Thanks for answering - after the first line I am told that it "cannot create directory '/var.....: File exists After the second line I am informed "dpkg: error: unable to access dpkg status area: Read -only file system After the third line I am informed that command not found.

    – Graham
    May 10 '13 at 21:13



















  • Thanks for answering - after the first line I am told that it "cannot create directory '/var.....: File exists After the second line I am informed "dpkg: error: unable to access dpkg status area: Read -only file system After the third line I am informed that command not found.

    – Graham
    May 10 '13 at 21:13

















Thanks for answering - after the first line I am told that it "cannot create directory '/var.....: File exists After the second line I am informed "dpkg: error: unable to access dpkg status area: Read -only file system After the third line I am informed that command not found.

– Graham
May 10 '13 at 21:13





Thanks for answering - after the first line I am told that it "cannot create directory '/var.....: File exists After the second line I am informed "dpkg: error: unable to access dpkg status area: Read -only file system After the third line I am informed that command not found.

– Graham
May 10 '13 at 21:13


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f290916%2ferror-opening-cache-e-read-error-read-5input-output-error%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







Popular posts from this blog

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?