CIFS VFS: Server xxx has not responded in 120 seconds The 2019 Stack Overflow Developer Survey Results Are InWhy do my cifs mounted drives become inaccessable after a few hours?Can not use cifs mount anymoremount.cifs: How to avoid long timeouts after switching IPs (wired <=> wifi)CIFS client behaving as root on serverMounting CIFS problem with Ubuntu Server 16.04.1 and SMB3.0 share from Windows Server 2012 R2Cifs not responding on Ubuntu 14.04Ubuntu 16.04 CIFS to 2012R2 DFS drop connection seemingly randomcifs: mount an entire Samba servermount cifs share on terminal fails (using password or kerberos krb5 ticket)Ubuntu server 18.04 LTS getting CIFS VFS: Free previous auth_key.response =
Delete all lines which don't have n characters before delimiter
Is flight data recorder erased after every flight?
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
How to save as into a customized destination on macOS?
How to manage monthly salary
Can we generate random numbers using irrational numbers like π and e?
Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?
What do hard-Brexiteers want with respect to the Irish border?
Building a conditional check constraint
Write faster on AT24C32
What is the most effective way of iterating a std::vector and why?
Is a "Democratic" Oligarchy-Style System Possible?
Is there a symbol for a right arrow with a square in the middle?
FPGA - DIY Programming
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Falsification in Math vs Science
Is an up-to-date browser secure on an out-of-date OS?
What does "fetching by region is not available for SAM files" means?
Is this app Icon Browser Safe/Legit?
Can one be advised by a professor who is very far away?
"as much details as you can remember"
Multiply Two Integer Polynomials
CIFS VFS: Server xxx has not responded in 120 seconds
The 2019 Stack Overflow Developer Survey Results Are InWhy do my cifs mounted drives become inaccessable after a few hours?Can not use cifs mount anymoremount.cifs: How to avoid long timeouts after switching IPs (wired <=> wifi)CIFS client behaving as root on serverMounting CIFS problem with Ubuntu Server 16.04.1 and SMB3.0 share from Windows Server 2012 R2Cifs not responding on Ubuntu 14.04Ubuntu 16.04 CIFS to 2012R2 DFS drop connection seemingly randomcifs: mount an entire Samba servermount cifs share on terminal fails (using password or kerberos krb5 ticket)Ubuntu server 18.04 LTS getting CIFS VFS: Free previous auth_key.response =
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am having a problem with a Windows mount that becomes unavailable and hang any process accessing it.
Doing a dmesg gives this:
[ 1566.033468] CIFS VFS: Server xxx.xxx.xxx.xx has not responded in 120 seconds. Reconnecting...
But nothing happens.
I'm running Ubuntu 13.10 in Virtual Box 4.3.4 that runs in Windows.
When I reboot, everything works fine for a bit. When I stop accessing the mount point for 15-30 minutes, I get the error.
I found the following information: http://ubuntuforums.org/showthread.php?t=2113218 but it did not help.
Also found bugs in samba: https://bugzilla.samba.org/show_bug.cgi?id=9356 & it links to bug #9422 also.
Not sure if it is related.
Any help appreciated.
Thanks,
Marc
13.10 windows cifs
bumped to the homepage by Community♦ 2 days 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 having a problem with a Windows mount that becomes unavailable and hang any process accessing it.
Doing a dmesg gives this:
[ 1566.033468] CIFS VFS: Server xxx.xxx.xxx.xx has not responded in 120 seconds. Reconnecting...
But nothing happens.
I'm running Ubuntu 13.10 in Virtual Box 4.3.4 that runs in Windows.
When I reboot, everything works fine for a bit. When I stop accessing the mount point for 15-30 minutes, I get the error.
I found the following information: http://ubuntuforums.org/showthread.php?t=2113218 but it did not help.
Also found bugs in samba: https://bugzilla.samba.org/show_bug.cgi?id=9356 & it links to bug #9422 also.
Not sure if it is related.
Any help appreciated.
Thanks,
Marc
13.10 windows cifs
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
I have a similar problem, mine occurs while writing to the CIFS mount. When enabling logging withecho 1 | sudo tee /proc/fs/cifs/cifsFYIit becomes clear that while writing large files, the connection to the server can be lost; it can take multiple tries (each try is done after 120 seconds) for it to reconnect, after which the writing resumes. Meanwhile the process cannot be killed. With Google, it can be found that this problem is reported as far back as 2004, but the advertised resolutions don't work for me. I'm on Ubuntu 14.04.3.
– Reinier Post
Nov 13 '15 at 11:40
add a comment |
I am having a problem with a Windows mount that becomes unavailable and hang any process accessing it.
Doing a dmesg gives this:
[ 1566.033468] CIFS VFS: Server xxx.xxx.xxx.xx has not responded in 120 seconds. Reconnecting...
But nothing happens.
I'm running Ubuntu 13.10 in Virtual Box 4.3.4 that runs in Windows.
When I reboot, everything works fine for a bit. When I stop accessing the mount point for 15-30 minutes, I get the error.
I found the following information: http://ubuntuforums.org/showthread.php?t=2113218 but it did not help.
Also found bugs in samba: https://bugzilla.samba.org/show_bug.cgi?id=9356 & it links to bug #9422 also.
Not sure if it is related.
Any help appreciated.
Thanks,
Marc
13.10 windows cifs
I am having a problem with a Windows mount that becomes unavailable and hang any process accessing it.
Doing a dmesg gives this:
[ 1566.033468] CIFS VFS: Server xxx.xxx.xxx.xx has not responded in 120 seconds. Reconnecting...
But nothing happens.
I'm running Ubuntu 13.10 in Virtual Box 4.3.4 that runs in Windows.
When I reboot, everything works fine for a bit. When I stop accessing the mount point for 15-30 minutes, I get the error.
I found the following information: http://ubuntuforums.org/showthread.php?t=2113218 but it did not help.
Also found bugs in samba: https://bugzilla.samba.org/show_bug.cgi?id=9356 & it links to bug #9422 also.
Not sure if it is related.
Any help appreciated.
Thanks,
Marc
13.10 windows cifs
13.10 windows cifs
edited Feb 7 '14 at 21:40
Florian Diesch
66k16168183
66k16168183
asked Feb 7 '14 at 21:34
striker69striker69
3113
3113
bumped to the homepage by Community♦ 2 days 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 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
I have a similar problem, mine occurs while writing to the CIFS mount. When enabling logging withecho 1 | sudo tee /proc/fs/cifs/cifsFYIit becomes clear that while writing large files, the connection to the server can be lost; it can take multiple tries (each try is done after 120 seconds) for it to reconnect, after which the writing resumes. Meanwhile the process cannot be killed. With Google, it can be found that this problem is reported as far back as 2004, but the advertised resolutions don't work for me. I'm on Ubuntu 14.04.3.
– Reinier Post
Nov 13 '15 at 11:40
add a comment |
I have a similar problem, mine occurs while writing to the CIFS mount. When enabling logging withecho 1 | sudo tee /proc/fs/cifs/cifsFYIit becomes clear that while writing large files, the connection to the server can be lost; it can take multiple tries (each try is done after 120 seconds) for it to reconnect, after which the writing resumes. Meanwhile the process cannot be killed. With Google, it can be found that this problem is reported as far back as 2004, but the advertised resolutions don't work for me. I'm on Ubuntu 14.04.3.
– Reinier Post
Nov 13 '15 at 11:40
I have a similar problem, mine occurs while writing to the CIFS mount. When enabling logging with
echo 1 | sudo tee /proc/fs/cifs/cifsFYI it becomes clear that while writing large files, the connection to the server can be lost; it can take multiple tries (each try is done after 120 seconds) for it to reconnect, after which the writing resumes. Meanwhile the process cannot be killed. With Google, it can be found that this problem is reported as far back as 2004, but the advertised resolutions don't work for me. I'm on Ubuntu 14.04.3.– Reinier Post
Nov 13 '15 at 11:40
I have a similar problem, mine occurs while writing to the CIFS mount. When enabling logging with
echo 1 | sudo tee /proc/fs/cifs/cifsFYI it becomes clear that while writing large files, the connection to the server can be lost; it can take multiple tries (each try is done after 120 seconds) for it to reconnect, after which the writing resumes. Meanwhile the process cannot be killed. With Google, it can be found that this problem is reported as far back as 2004, but the advertised resolutions don't work for me. I'm on Ubuntu 14.04.3.– Reinier Post
Nov 13 '15 at 11:40
add a comment |
1 Answer
1
active
oldest
votes
I find that this happens when underlying storage is very slow. I have VM which has problems with the SAN timing out and i see these messages on regular bases. What is you setup VM or physical servers?
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%2f417874%2fcifs-vfs-server-xxx-has-not-responded-in-120-seconds%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
I find that this happens when underlying storage is very slow. I have VM which has problems with the SAN timing out and i see these messages on regular bases. What is you setup VM or physical servers?
add a comment |
I find that this happens when underlying storage is very slow. I have VM which has problems with the SAN timing out and i see these messages on regular bases. What is you setup VM or physical servers?
add a comment |
I find that this happens when underlying storage is very slow. I have VM which has problems with the SAN timing out and i see these messages on regular bases. What is you setup VM or physical servers?
I find that this happens when underlying storage is very slow. I have VM which has problems with the SAN timing out and i see these messages on regular bases. What is you setup VM or physical servers?
answered Feb 22 '18 at 12:12
ognjenognjen
38416
38416
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%2f417874%2fcifs-vfs-server-xxx-has-not-responded-in-120-seconds%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
I have a similar problem, mine occurs while writing to the CIFS mount. When enabling logging with
echo 1 | sudo tee /proc/fs/cifs/cifsFYIit becomes clear that while writing large files, the connection to the server can be lost; it can take multiple tries (each try is done after 120 seconds) for it to reconnect, after which the writing resumes. Meanwhile the process cannot be killed. With Google, it can be found that this problem is reported as far back as 2004, but the advertised resolutions don't work for me. I'm on Ubuntu 14.04.3.– Reinier Post
Nov 13 '15 at 11:40