Re: [Samba] NT_STATUS_BAD_NETWORK_NAME for Windows Server 2008

2013-06-13 Thread samuel.ferencik
-Original Message-
From: Marc Muehlfeld [mailto:sa...@marc-muehlfeld.de] 
Sent: Thursday, June 06, 2013 7:02 PM
To: Ferencik, Samuel: Markets (PRG)
Cc: samba@lists.samba.org
Subject: Re: [Samba] NT_STATUS_BAD_NETWORK_NAME for Windows Server 2008

Hello Samuel,

Am 06.06.2013 18:28, schrieb samuel.feren...@barclays.com:
 3.6.9 should connect. Open up a bug at bugzilla.samba.org
 and attach a wireshare trace and debug level 10 log of
 the connection attempt. That should help us track down
 what config is incorrect.

 
 Thanks. I've filed https://bugzilla.samba.org/show_bug.cgi?id=9937.

 Unfortunately I don't know how to use Wireshark on Linux, or if
  it's even possible in our locked-down environment. How important
  is that at this stage?

There's a HowTo in the Wiki for packet capturing:
https://wiki.samba.org/index.php/Capture_Packets


Regards
Marc

===

Marc,

I have tried to capture the traffic with tcpdump on the client, but 
unfortunately lack the required privileges.

Also, our engineering team refuses to help perform the capture on the server 
(which, I believe, would be more useful since it seems like an AD issue). 
Basically they recommend against using SMB.

Sorry I cannot be more helpful.

Thanks,
Sam


___

This message is for information purposes only, it is not a recommendation, 
advice, offer or solicitation to buy or sell a product or service nor an 
official confirmation of any transaction. It is directed at persons who are 
professionals and is not intended for retail customer use. Intended for 
recipient only. This message is subject to the terms at: 
www.barclays.com/emaildisclaimer.

For important disclosures, please see: 
www.barclays.com/salesandtradingdisclaimer regarding market commentary from 
Barclays Sales and/or Trading, who are active market participants; and in 
respect of Barclays Research, including disclosures relating to specific 
issuers, please see http://publicresearch.barclays.com.

___
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] NT_STATUS_BAD_NETWORK_NAME for Windows Server 2008

2013-06-06 Thread samuel.ferencik

-Original Message-
From: Jeremy Allison [mailto:j...@samba.org] 
Sent: Thursday, June 06, 2013 4:51 PM
To: Ferencik, Samuel: Markets (PRG)
Cc: samba@lists.samba.org
Subject: Re: [Samba] NT_STATUS_BAD_NETWORK_NAME for Windows Server 2008

On Wed, Jun 05, 2013 at 05:14:47PM +0100, samuel.feren...@barclays.com wrote:
 Hi,
 
 Our smbclient calls have started failing on connections to Windows 2008 AD 
 servers. (Previously there were only Windows 2003 Servers, so we had no 
 issues.)
 
   Domain=[INTRANET] OS=[Windows Server 2008 R2 Enterprise 7601 Service Pack 
 1] Server=[Windows Server 2008 R2 Enterprise 6.1]
   tree connect failed: NT_STATUS_BAD_NETWORK_NAME
 
 Is this post [ http://serverfault.com/a/303483 ] correct when it says that 
 Samba cannot connect to Win2k8? (We have issues with smbclient versions 3.0 - 
 3.6.)

What version of Samba are you running ? smbclient can
certainly connect to W2K8.

Jeremy.

==
Hi Jeremy,

Version 3.0.33-3.39.el5_8
and
Version 3.6.9-151.el6

The problem is reproducible in both.

Regards,
Sam
___

This message is for information purposes only, it is not a recommendation, 
advice, offer or solicitation to buy or sell a product or service nor an 
official confirmation of any transaction. It is directed at persons who are 
professionals and is not intended for retail customer use. Intended for 
recipient only. This message is subject to the terms at: 
www.barclays.com/emaildisclaimer.

For important disclosures, please see: 
www.barclays.com/salesandtradingdisclaimer regarding market commentary from 
Barclays Sales and/or Trading, who are active market participants; and in 
respect of Barclays Research, including disclosures relating to specific 
issuers, please see http://publicresearch.barclays.com.

___
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] NT_STATUS_BAD_NETWORK_NAME for Windows Server 2008

2013-06-06 Thread samuel.ferencik


-Original Message-
From: Jeremy Allison [mailto:j...@samba.org] 
Sent: Thursday, June 06, 2013 5:35 PM
To: Ferencik, Samuel: Markets (PRG)
Cc: j...@samba.org; samba@lists.samba.org
Subject: Re: [Samba] NT_STATUS_BAD_NETWORK_NAME for Windows Server 2008

On Thu, Jun 06, 2013 at 04:10:46PM +0100, samuel.feren...@barclays.com wrote:
 
 -Original Message-
 From: Jeremy Allison [mailto:j...@samba.org] 
 Sent: Thursday, June 06, 2013 4:51 PM
 To: Ferencik, Samuel: Markets (PRG)
 Cc: samba@lists.samba.org
 Subject: Re: [Samba] NT_STATUS_BAD_NETWORK_NAME for Windows Server 2008
 
 On Wed, Jun 05, 2013 at 05:14:47PM +0100, samuel.feren...@barclays.com wrote:
  Hi,
  
  Our smbclient calls have started failing on connections to Windows 2008 AD 
  servers. (Previously there were only Windows 2003 Servers, so we had no 
  issues.)
  
Domain=[INTRANET] OS=[Windows Server 2008 R2 Enterprise 7601 Service Pack 
  1] Server=[Windows Server 2008 R2 Enterprise 6.1]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
  
  Is this post [ http://serverfault.com/a/303483 ] correct when it says that 
  Samba cannot connect to Win2k8? (We have issues with smbclient versions 3.0 
  - 3.6.)
 
 What version of Samba are you running ? smbclient can
 certainly connect to W2K8.
 
 Jeremy.
 
 ==
 Hi Jeremy,
 
 Version 3.0.33-3.39.el5_8
 and
 Version 3.6.9-151.el6
 
 The problem is reproducible in both.

Ignore the 3.0.x version, that's so out of maintanence
it's not worth following up on.

3.6.9 should connect. Open up a bug at bugzilla.samba.org
and attach a wireshare trace and debug level 10 log of
the connection attempt. That should help us track down
what config is incorrect.

Jeremy.

==
Thanks. I've filed https://bugzilla.samba.org/show_bug.cgi?id=9937.

Unfortunately I don't know how to use Wireshark on Linux, or if it's even 
possible in our locked-down environment. How important is that at this stage?

Thanks,
Sam
___

This message is for information purposes only, it is not a recommendation, 
advice, offer or solicitation to buy or sell a product or service nor an 
official confirmation of any transaction. It is directed at persons who are 
professionals and is not intended for retail customer use. Intended for 
recipient only. This message is subject to the terms at: 
www.barclays.com/emaildisclaimer.

For important disclosures, please see: 
www.barclays.com/salesandtradingdisclaimer regarding market commentary from 
Barclays Sales and/or Trading, who are active market participants; and in 
respect of Barclays Research, including disclosures relating to specific 
issuers, please see http://publicresearch.barclays.com.

___
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] NT_STATUS_BAD_NETWORK_NAME for Windows Server 2008

2013-06-05 Thread samuel.ferencik
Hi,

Our smbclient calls have started failing on connections to Windows 2008 AD 
servers. (Previously there were only Windows 2003 Servers, so we had no issues.)

  Domain=[INTRANET] OS=[Windows Server 2008 R2 Enterprise 7601 Service Pack 1] 
Server=[Windows Server 2008 R2 Enterprise 6.1]
  tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Is this post [ http://serverfault.com/a/303483 ] correct when it says that 
Samba cannot connect to Win2k8? (We have issues with smbclient versions 3.0 - 
3.6.)

Thanks,
Sam


___

This message is for information purposes only, it is not a recommendation, 
advice, offer or solicitation to buy or sell a product or service nor an 
official confirmation of any transaction. It is directed at persons who are 
professionals and is not intended for retail customer use. Intended for 
recipient only. This message is subject to the terms at: 
www.barclays.com/emaildisclaimer.

For important disclosures, please see: 
www.barclays.com/salesandtradingdisclaimer regarding market commentary from 
Barclays Sales and/or Trading, who are active market participants; and in 
respect of Barclays Research, including disclosures relating to specific 
issuers, please see http://publicresearch.barclays.com.

___
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba