After HD added, computer now freezes or shuts off intermittently, no syslog entries
Computer hardware question:
I installed an extra SATA hard drive in my Ubuntu 16.04 server a few days ago, to serve as a place to hold large datasets. It’s not configured as a boot drive, and it “works ok”, but I'm finding that machine will now occasionally freeze or turn off "randomly".
I have no idea why, or how to debug or fix this. Anybody have any suggestions?
EDIT: Now with the HD removed and everything set back to way things were previously, the system will STILL freeze. Ran memory checks, everything passed. Any ideas on what else to try?
Additional system info:
- The power supply on the server is "overpowered" - 850W capacity and we were drawing around 650 before adding the extra HDD.
- Two days ago, I found the machine had turned itself off. I turned it back on, and didn't notice any problems until...
- Last night it froze. The power to machine stayed on but it became unresponsive (no video output, pressing num lock didn’t cause the keyboard light to come on), my ssh connection was severed and the machine was un-ping-able.
- Last night when it froze, I was 15 minutes into running a calculation of the kind I’ve been doing on that machine for many months, and the part of calculation that reads the data from the drive had already been completed for ~15 minutes, so the extra "data drive" wasn't even being accessed.
- I just now rebooted from last night's freeze, and looked in /var/syslog, but there's nothing there to suggest anything unusual, e.g. nothing about any kind of crash, kernel panic, or “bringing the system down”, etc. The last syslog entry from last night is that it was about to run an hourly cron job (and /etc/cron.hourly is empty).
- Temporary BIOS change: One other possible hint: When I installed the drive, I thought maybe I needed to add it in the BIOS config menu somehow. Turns out I didn't, but while there I noticed the BIOS had three different system settings -- "Energy Saver," "Normal," and "Performance". I had it on "Normal," but tried changing it to "Performance." After that, I found that the machine wouldn't start up. Then I turned it off & on again, and it started up, but said "Overclocking Failed!" So I went back and changed the BIOS setting back to "Normal" and left everything else unchanged. Now it boots, but as I say, sometimes it freezes or dies. (Which motherboard/BIOS/chipset do I have? I'm happy to reboot and check, and edit this post later.)
- Ran GSmartControl tests: Basic Self-test, Short Self-test, and Conveyance Self-test have all completed without any errors.
- The relevant line in /etc/fstab reads as
/dev/sda /mnt/data auto nofail,nosuid. Is there some obvious error in that?
?
ubuntu hard-drive freeze crash
add a comment |
Computer hardware question:
I installed an extra SATA hard drive in my Ubuntu 16.04 server a few days ago, to serve as a place to hold large datasets. It’s not configured as a boot drive, and it “works ok”, but I'm finding that machine will now occasionally freeze or turn off "randomly".
I have no idea why, or how to debug or fix this. Anybody have any suggestions?
EDIT: Now with the HD removed and everything set back to way things were previously, the system will STILL freeze. Ran memory checks, everything passed. Any ideas on what else to try?
Additional system info:
- The power supply on the server is "overpowered" - 850W capacity and we were drawing around 650 before adding the extra HDD.
- Two days ago, I found the machine had turned itself off. I turned it back on, and didn't notice any problems until...
- Last night it froze. The power to machine stayed on but it became unresponsive (no video output, pressing num lock didn’t cause the keyboard light to come on), my ssh connection was severed and the machine was un-ping-able.
- Last night when it froze, I was 15 minutes into running a calculation of the kind I’ve been doing on that machine for many months, and the part of calculation that reads the data from the drive had already been completed for ~15 minutes, so the extra "data drive" wasn't even being accessed.
- I just now rebooted from last night's freeze, and looked in /var/syslog, but there's nothing there to suggest anything unusual, e.g. nothing about any kind of crash, kernel panic, or “bringing the system down”, etc. The last syslog entry from last night is that it was about to run an hourly cron job (and /etc/cron.hourly is empty).
- Temporary BIOS change: One other possible hint: When I installed the drive, I thought maybe I needed to add it in the BIOS config menu somehow. Turns out I didn't, but while there I noticed the BIOS had three different system settings -- "Energy Saver," "Normal," and "Performance". I had it on "Normal," but tried changing it to "Performance." After that, I found that the machine wouldn't start up. Then I turned it off & on again, and it started up, but said "Overclocking Failed!" So I went back and changed the BIOS setting back to "Normal" and left everything else unchanged. Now it boots, but as I say, sometimes it freezes or dies. (Which motherboard/BIOS/chipset do I have? I'm happy to reboot and check, and edit this post later.)
- Ran GSmartControl tests: Basic Self-test, Short Self-test, and Conveyance Self-test have all completed without any errors.
- The relevant line in /etc/fstab reads as
/dev/sda /mnt/data auto nofail,nosuid. Is there some obvious error in that?
?
ubuntu hard-drive freeze crash
add a comment |
Computer hardware question:
I installed an extra SATA hard drive in my Ubuntu 16.04 server a few days ago, to serve as a place to hold large datasets. It’s not configured as a boot drive, and it “works ok”, but I'm finding that machine will now occasionally freeze or turn off "randomly".
I have no idea why, or how to debug or fix this. Anybody have any suggestions?
EDIT: Now with the HD removed and everything set back to way things were previously, the system will STILL freeze. Ran memory checks, everything passed. Any ideas on what else to try?
Additional system info:
- The power supply on the server is "overpowered" - 850W capacity and we were drawing around 650 before adding the extra HDD.
- Two days ago, I found the machine had turned itself off. I turned it back on, and didn't notice any problems until...
- Last night it froze. The power to machine stayed on but it became unresponsive (no video output, pressing num lock didn’t cause the keyboard light to come on), my ssh connection was severed and the machine was un-ping-able.
- Last night when it froze, I was 15 minutes into running a calculation of the kind I’ve been doing on that machine for many months, and the part of calculation that reads the data from the drive had already been completed for ~15 minutes, so the extra "data drive" wasn't even being accessed.
- I just now rebooted from last night's freeze, and looked in /var/syslog, but there's nothing there to suggest anything unusual, e.g. nothing about any kind of crash, kernel panic, or “bringing the system down”, etc. The last syslog entry from last night is that it was about to run an hourly cron job (and /etc/cron.hourly is empty).
- Temporary BIOS change: One other possible hint: When I installed the drive, I thought maybe I needed to add it in the BIOS config menu somehow. Turns out I didn't, but while there I noticed the BIOS had three different system settings -- "Energy Saver," "Normal," and "Performance". I had it on "Normal," but tried changing it to "Performance." After that, I found that the machine wouldn't start up. Then I turned it off & on again, and it started up, but said "Overclocking Failed!" So I went back and changed the BIOS setting back to "Normal" and left everything else unchanged. Now it boots, but as I say, sometimes it freezes or dies. (Which motherboard/BIOS/chipset do I have? I'm happy to reboot and check, and edit this post later.)
- Ran GSmartControl tests: Basic Self-test, Short Self-test, and Conveyance Self-test have all completed without any errors.
- The relevant line in /etc/fstab reads as
/dev/sda /mnt/data auto nofail,nosuid. Is there some obvious error in that?
?
ubuntu hard-drive freeze crash
Computer hardware question:
I installed an extra SATA hard drive in my Ubuntu 16.04 server a few days ago, to serve as a place to hold large datasets. It’s not configured as a boot drive, and it “works ok”, but I'm finding that machine will now occasionally freeze or turn off "randomly".
I have no idea why, or how to debug or fix this. Anybody have any suggestions?
EDIT: Now with the HD removed and everything set back to way things were previously, the system will STILL freeze. Ran memory checks, everything passed. Any ideas on what else to try?
Additional system info:
- The power supply on the server is "overpowered" - 850W capacity and we were drawing around 650 before adding the extra HDD.
- Two days ago, I found the machine had turned itself off. I turned it back on, and didn't notice any problems until...
- Last night it froze. The power to machine stayed on but it became unresponsive (no video output, pressing num lock didn’t cause the keyboard light to come on), my ssh connection was severed and the machine was un-ping-able.
- Last night when it froze, I was 15 minutes into running a calculation of the kind I’ve been doing on that machine for many months, and the part of calculation that reads the data from the drive had already been completed for ~15 minutes, so the extra "data drive" wasn't even being accessed.
- I just now rebooted from last night's freeze, and looked in /var/syslog, but there's nothing there to suggest anything unusual, e.g. nothing about any kind of crash, kernel panic, or “bringing the system down”, etc. The last syslog entry from last night is that it was about to run an hourly cron job (and /etc/cron.hourly is empty).
- Temporary BIOS change: One other possible hint: When I installed the drive, I thought maybe I needed to add it in the BIOS config menu somehow. Turns out I didn't, but while there I noticed the BIOS had three different system settings -- "Energy Saver," "Normal," and "Performance". I had it on "Normal," but tried changing it to "Performance." After that, I found that the machine wouldn't start up. Then I turned it off & on again, and it started up, but said "Overclocking Failed!" So I went back and changed the BIOS setting back to "Normal" and left everything else unchanged. Now it boots, but as I say, sometimes it freezes or dies. (Which motherboard/BIOS/chipset do I have? I'm happy to reboot and check, and edit this post later.)
- Ran GSmartControl tests: Basic Self-test, Short Self-test, and Conveyance Self-test have all completed without any errors.
- The relevant line in /etc/fstab reads as
/dev/sda /mnt/data auto nofail,nosuid. Is there some obvious error in that?
?
ubuntu hard-drive freeze crash
ubuntu hard-drive freeze crash
edited Jan 21 at 0:28
sh37211
asked Jan 18 at 18:28
sh37211sh37211
135
135
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1395864%2fafter-hd-added-computer-now-freezes-or-shuts-off-intermittently-no-syslog-entr%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1395864%2fafter-hd-added-computer-now-freezes-or-shuts-off-intermittently-no-syslog-entr%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