What does NT_STATUS_MORE_PROCESSING_REQUIRED mean when using smbclient to connect to a samba share?











up vote
0
down vote

favorite
1












Symptoms:




  • You can mount a NetApp 'shared drive' using the mount program fine.


  • But if you try to browse it using smbclient, you get this error when it fails to connect:



    session setup failed: NT_STATUS_MORE_PROCESSING_REQUIRED




Ubuntu 11.04










share|improve this question




























    up vote
    0
    down vote

    favorite
    1












    Symptoms:




    • You can mount a NetApp 'shared drive' using the mount program fine.


    • But if you try to browse it using smbclient, you get this error when it fails to connect:



      session setup failed: NT_STATUS_MORE_PROCESSING_REQUIRED




    Ubuntu 11.04










    share|improve this question


























      up vote
      0
      down vote

      favorite
      1









      up vote
      0
      down vote

      favorite
      1






      1





      Symptoms:




      • You can mount a NetApp 'shared drive' using the mount program fine.


      • But if you try to browse it using smbclient, you get this error when it fails to connect:



        session setup failed: NT_STATUS_MORE_PROCESSING_REQUIRED




      Ubuntu 11.04










      share|improve this question















      Symptoms:




      • You can mount a NetApp 'shared drive' using the mount program fine.


      • But if you try to browse it using smbclient, you get this error when it fails to connect:



        session setup failed: NT_STATUS_MORE_PROCESSING_REQUIRED




      Ubuntu 11.04







      11.04 mount samba smb






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 29 '15 at 10:27

























      asked Aug 21 '13 at 9:14









      Will Sheppard

      574511




      574511






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          The cause is a bug in Ubuntu 11.04



          Workaround is to change your hostname to a short string, without any hypens (dashes) in it (really!)



          source






          share|improve this answer






























            up vote
            1
            down vote













            Thanks for the answer Will.



            The bug seems to be still present (or reappeared ?) in 2018. I upgraded from 16.04 to 18.04 and I got problems with smbclient.



            Strangely, the error message from smbclient is:




            NT_STATUS_INVALID_NETWORK_RESPONSE




            BUT, I recorded the packets with wireshark, and the actual status was:




            NT_STATUS_MORE_PROCESSING_REQUIRED




            As explained by Will, I changed my hostname to a shorter version, without hyphen, and it worked.






            share|improve this answer










            New contributor




            Charles Joubert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.


















              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',
              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%2f335299%2fwhat-does-nt-status-more-processing-required-mean-when-using-smbclient-to-connec%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              1
              down vote













              The cause is a bug in Ubuntu 11.04



              Workaround is to change your hostname to a short string, without any hypens (dashes) in it (really!)



              source






              share|improve this answer



























                up vote
                1
                down vote













                The cause is a bug in Ubuntu 11.04



                Workaround is to change your hostname to a short string, without any hypens (dashes) in it (really!)



                source






                share|improve this answer

























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  The cause is a bug in Ubuntu 11.04



                  Workaround is to change your hostname to a short string, without any hypens (dashes) in it (really!)



                  source






                  share|improve this answer














                  The cause is a bug in Ubuntu 11.04



                  Workaround is to change your hostname to a short string, without any hypens (dashes) in it (really!)



                  source







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jun 29 '15 at 10:26

























                  answered Aug 21 '13 at 9:14









                  Will Sheppard

                  574511




                  574511
























                      up vote
                      1
                      down vote













                      Thanks for the answer Will.



                      The bug seems to be still present (or reappeared ?) in 2018. I upgraded from 16.04 to 18.04 and I got problems with smbclient.



                      Strangely, the error message from smbclient is:




                      NT_STATUS_INVALID_NETWORK_RESPONSE




                      BUT, I recorded the packets with wireshark, and the actual status was:




                      NT_STATUS_MORE_PROCESSING_REQUIRED




                      As explained by Will, I changed my hostname to a shorter version, without hyphen, and it worked.






                      share|improve this answer










                      New contributor




                      Charles Joubert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.






















                        up vote
                        1
                        down vote













                        Thanks for the answer Will.



                        The bug seems to be still present (or reappeared ?) in 2018. I upgraded from 16.04 to 18.04 and I got problems with smbclient.



                        Strangely, the error message from smbclient is:




                        NT_STATUS_INVALID_NETWORK_RESPONSE




                        BUT, I recorded the packets with wireshark, and the actual status was:




                        NT_STATUS_MORE_PROCESSING_REQUIRED




                        As explained by Will, I changed my hostname to a shorter version, without hyphen, and it worked.






                        share|improve this answer










                        New contributor




                        Charles Joubert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.




















                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          Thanks for the answer Will.



                          The bug seems to be still present (or reappeared ?) in 2018. I upgraded from 16.04 to 18.04 and I got problems with smbclient.



                          Strangely, the error message from smbclient is:




                          NT_STATUS_INVALID_NETWORK_RESPONSE




                          BUT, I recorded the packets with wireshark, and the actual status was:




                          NT_STATUS_MORE_PROCESSING_REQUIRED




                          As explained by Will, I changed my hostname to a shorter version, without hyphen, and it worked.






                          share|improve this answer










                          New contributor




                          Charles Joubert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          Thanks for the answer Will.



                          The bug seems to be still present (or reappeared ?) in 2018. I upgraded from 16.04 to 18.04 and I got problems with smbclient.



                          Strangely, the error message from smbclient is:




                          NT_STATUS_INVALID_NETWORK_RESPONSE




                          BUT, I recorded the packets with wireshark, and the actual status was:




                          NT_STATUS_MORE_PROCESSING_REQUIRED




                          As explained by Will, I changed my hostname to a shorter version, without hyphen, and it worked.







                          share|improve this answer










                          New contributor




                          Charles Joubert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          share|improve this answer



                          share|improve this answer








                          edited Dec 5 at 22:21









                          zx485

                          1,45231114




                          1,45231114






                          New contributor




                          Charles Joubert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered Dec 5 at 21:12









                          Charles Joubert

                          112




                          112




                          New contributor




                          Charles Joubert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          Charles Joubert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          Charles Joubert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






























                              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.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • 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%2f335299%2fwhat-does-nt-status-more-processing-required-mean-when-using-smbclient-to-connec%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 did Captain America manage to do this?

                              迪纳利

                              南乌拉尔铁路局