Ubuntu server crashes while uploading large files
I'm trying to repurpose my old Dell Optiplex 745 as a media server. I loaded Ubuntu 16.04, set up drives in ext4 with snapRAID and SAMBA. I'm trying to upload movie and TV files from my newer PC running Windows 10. The server crashes on upload of every 3rd to 8th file.
I get different messages. Some start with BUG: unable to handle kernel NULL pointer dereference at 00000000000001
. Some with general protection fault :0000 [#1] SMP
. Sometimes the server PC just spontaneously reboots.
The files are 1-5 GB in length and transfer very fast (approximately 100 MB/sec), when they work. I've tried it with the Windows firewall on and off. I've tried it with 8GB of memory and with 2 DIMMs removed to give 4GB. I've tried it with FTP using Filezilla in Windows, and by dragging and dropping with file manager. None of it makes any difference. I have 3 dmesg log files from 3 crashes which can be provided if you can tell me how to attach them.
server samba raid crash upload
add a comment |
I'm trying to repurpose my old Dell Optiplex 745 as a media server. I loaded Ubuntu 16.04, set up drives in ext4 with snapRAID and SAMBA. I'm trying to upload movie and TV files from my newer PC running Windows 10. The server crashes on upload of every 3rd to 8th file.
I get different messages. Some start with BUG: unable to handle kernel NULL pointer dereference at 00000000000001
. Some with general protection fault :0000 [#1] SMP
. Sometimes the server PC just spontaneously reboots.
The files are 1-5 GB in length and transfer very fast (approximately 100 MB/sec), when they work. I've tried it with the Windows firewall on and off. I've tried it with 8GB of memory and with 2 DIMMs removed to give 4GB. I've tried it with FTP using Filezilla in Windows, and by dragging and dropping with file manager. None of it makes any difference. I have 3 dmesg log files from 3 crashes which can be provided if you can tell me how to attach them.
server samba raid crash upload
1
Welcome to Ask Ubuntu. I'd do a cap-check & inspection of hardware first. I've discarded a 2x 745 & 1x 755 in the last 55 days because they'd failed. It's the spontaneously reboots that made me think hardware. Unless you've scripted areboot
somewhere, that shouldn't happen. If you suspect memory; that's easily validated usingmemtest86
. I'd also monitor your 'heat' (I'm thinking stress on file transfer; heat/caps on way out, but 745 often had heat issues), but I'd suggest cap-check.
– guiverc
Jan 13 at 7:39
1
Thanks for your input guiverc. You are correct. The mainboard has 3 blown capacitors. I'm surprised it worked at all. I have a second old 745, a desktop. The caps look OK. I'll try running the server software on it. If successful I'll move that mainboard into the tower case, taking advantage of the additional drive space and larger PSU.
– Macfast
Jan 16 at 22:56
add a comment |
I'm trying to repurpose my old Dell Optiplex 745 as a media server. I loaded Ubuntu 16.04, set up drives in ext4 with snapRAID and SAMBA. I'm trying to upload movie and TV files from my newer PC running Windows 10. The server crashes on upload of every 3rd to 8th file.
I get different messages. Some start with BUG: unable to handle kernel NULL pointer dereference at 00000000000001
. Some with general protection fault :0000 [#1] SMP
. Sometimes the server PC just spontaneously reboots.
The files are 1-5 GB in length and transfer very fast (approximately 100 MB/sec), when they work. I've tried it with the Windows firewall on and off. I've tried it with 8GB of memory and with 2 DIMMs removed to give 4GB. I've tried it with FTP using Filezilla in Windows, and by dragging and dropping with file manager. None of it makes any difference. I have 3 dmesg log files from 3 crashes which can be provided if you can tell me how to attach them.
server samba raid crash upload
I'm trying to repurpose my old Dell Optiplex 745 as a media server. I loaded Ubuntu 16.04, set up drives in ext4 with snapRAID and SAMBA. I'm trying to upload movie and TV files from my newer PC running Windows 10. The server crashes on upload of every 3rd to 8th file.
I get different messages. Some start with BUG: unable to handle kernel NULL pointer dereference at 00000000000001
. Some with general protection fault :0000 [#1] SMP
. Sometimes the server PC just spontaneously reboots.
The files are 1-5 GB in length and transfer very fast (approximately 100 MB/sec), when they work. I've tried it with the Windows firewall on and off. I've tried it with 8GB of memory and with 2 DIMMs removed to give 4GB. I've tried it with FTP using Filezilla in Windows, and by dragging and dropping with file manager. None of it makes any difference. I have 3 dmesg log files from 3 crashes which can be provided if you can tell me how to attach them.
server samba raid crash upload
server samba raid crash upload
edited Jan 14 at 6:19
karel
58.8k13128147
58.8k13128147
asked Jan 13 at 6:38
MacfastMacfast
11
11
1
Welcome to Ask Ubuntu. I'd do a cap-check & inspection of hardware first. I've discarded a 2x 745 & 1x 755 in the last 55 days because they'd failed. It's the spontaneously reboots that made me think hardware. Unless you've scripted areboot
somewhere, that shouldn't happen. If you suspect memory; that's easily validated usingmemtest86
. I'd also monitor your 'heat' (I'm thinking stress on file transfer; heat/caps on way out, but 745 often had heat issues), but I'd suggest cap-check.
– guiverc
Jan 13 at 7:39
1
Thanks for your input guiverc. You are correct. The mainboard has 3 blown capacitors. I'm surprised it worked at all. I have a second old 745, a desktop. The caps look OK. I'll try running the server software on it. If successful I'll move that mainboard into the tower case, taking advantage of the additional drive space and larger PSU.
– Macfast
Jan 16 at 22:56
add a comment |
1
Welcome to Ask Ubuntu. I'd do a cap-check & inspection of hardware first. I've discarded a 2x 745 & 1x 755 in the last 55 days because they'd failed. It's the spontaneously reboots that made me think hardware. Unless you've scripted areboot
somewhere, that shouldn't happen. If you suspect memory; that's easily validated usingmemtest86
. I'd also monitor your 'heat' (I'm thinking stress on file transfer; heat/caps on way out, but 745 often had heat issues), but I'd suggest cap-check.
– guiverc
Jan 13 at 7:39
1
Thanks for your input guiverc. You are correct. The mainboard has 3 blown capacitors. I'm surprised it worked at all. I have a second old 745, a desktop. The caps look OK. I'll try running the server software on it. If successful I'll move that mainboard into the tower case, taking advantage of the additional drive space and larger PSU.
– Macfast
Jan 16 at 22:56
1
1
Welcome to Ask Ubuntu. I'd do a cap-check & inspection of hardware first. I've discarded a 2x 745 & 1x 755 in the last 55 days because they'd failed. It's the spontaneously reboots that made me think hardware. Unless you've scripted a
reboot
somewhere, that shouldn't happen. If you suspect memory; that's easily validated using memtest86
. I'd also monitor your 'heat' (I'm thinking stress on file transfer; heat/caps on way out, but 745 often had heat issues), but I'd suggest cap-check.– guiverc
Jan 13 at 7:39
Welcome to Ask Ubuntu. I'd do a cap-check & inspection of hardware first. I've discarded a 2x 745 & 1x 755 in the last 55 days because they'd failed. It's the spontaneously reboots that made me think hardware. Unless you've scripted a
reboot
somewhere, that shouldn't happen. If you suspect memory; that's easily validated using memtest86
. I'd also monitor your 'heat' (I'm thinking stress on file transfer; heat/caps on way out, but 745 often had heat issues), but I'd suggest cap-check.– guiverc
Jan 13 at 7:39
1
1
Thanks for your input guiverc. You are correct. The mainboard has 3 blown capacitors. I'm surprised it worked at all. I have a second old 745, a desktop. The caps look OK. I'll try running the server software on it. If successful I'll move that mainboard into the tower case, taking advantage of the additional drive space and larger PSU.
– Macfast
Jan 16 at 22:56
Thanks for your input guiverc. You are correct. The mainboard has 3 blown capacitors. I'm surprised it worked at all. I have a second old 745, a desktop. The caps look OK. I'll try running the server software on it. If successful I'll move that mainboard into the tower case, taking advantage of the additional drive space and larger PSU.
– Macfast
Jan 16 at 22:56
add a comment |
0
active
oldest
votes
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%2f1109298%2fubuntu-server-crashes-while-uploading-large-files%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 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%2f1109298%2fubuntu-server-crashes-while-uploading-large-files%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
1
Welcome to Ask Ubuntu. I'd do a cap-check & inspection of hardware first. I've discarded a 2x 745 & 1x 755 in the last 55 days because they'd failed. It's the spontaneously reboots that made me think hardware. Unless you've scripted a
reboot
somewhere, that shouldn't happen. If you suspect memory; that's easily validated usingmemtest86
. I'd also monitor your 'heat' (I'm thinking stress on file transfer; heat/caps on way out, but 745 often had heat issues), but I'd suggest cap-check.– guiverc
Jan 13 at 7:39
1
Thanks for your input guiverc. You are correct. The mainboard has 3 blown capacitors. I'm surprised it worked at all. I have a second old 745, a desktop. The caps look OK. I'll try running the server software on it. If successful I'll move that mainboard into the tower case, taking advantage of the additional drive space and larger PSU.
– Macfast
Jan 16 at 22:56