[Samba] smbd_smb2_request_incoming: client read error NT_STATUS_CONNECTION_RESET

2013-09-10 Thread Nick Semenkovich
= No vfs objects = fake_perms [homes] path = /home/CORP read only = No browseable = No -- Nick Semenkovich Laboratory of Dr. Jeffrey I. Gordon Medical Scientist Training Program School of Medicine Washington University in St. Louis http://nick.semenkovich.com

Re: [Samba] Please Help! Dynamic DNS just will not work: failed gss_inquire_cred: GSSAPI error: Major = Unspecified GSS failure

2013-06-01 Thread Nick Semenkovich
Looks like bug https://bugzilla.samba.org/show_bug.cgi?id=9559 which looks like it'll be fixed in git momentarily. On Sat, Jun 1, 2013 at 1:59 AM, Gary Maurizi garymaur...@gmail.com wrote: I just can't seem to get dynamic DNS updates working on CentOS 6.4 with samba 4.0 .tar.gz from samba.org

Re: [Samba] getfacl - winbind

2013-05-31 Thread Nick Semenkovich
Cool -- may be related to a similar issue I'm having with RSAT-created directors and getfacl: https://bugzilla.samba.org/show_bug.cgi?id=9842 On Fri, May 31, 2013 at 3:20 AM, Sandbox sandbox...@gmail.com wrote: Hi, LIttle update. As I discovered this problem happens only when you make the

Re: [Samba] Developmen state Samba as ADDC?

2013-05-25 Thread Nick Semenkovich
Not sure about documentation -- is there a particular feature you're looking for? I've been running Samba4 as an AD DC for a few months now with ~20 Windows 8 clients users. Minus one big issue (crashing bug 9822 which was patched quickly), it's been incredibly stable and easy to use. Samba4

Re: [Samba] Developmen state Samba as ADDC?

2013-05-25 Thread Nick Semenkovich
/samba/dropbox read only = No browseable = Yes create mask = 664 directory mask = 775 guest ok = Yes On Sat, May 25, 2013 at 12:08 PM, Ulrich Schneider m...@ulrichschneider.dewrote: Could you please post your smb.conf? That would be great. Thanks Am 25.05.13 16:29, schrieb Nick

Re: [Samba] Dynamic DNS Updates

2013-05-15 Thread Nick Semenkovich
I think this depends on whether Register this connection's address in DNS is checked. See the screenshot at: http://serverfault.com/questions/303026/what-do-all-the-settings-in-the-advanced-tcp-ip-properties-dns-tab-mean On Wed, May 15, 2013 at 3:46 PM, Chris Rowson

Re: [Samba] Windows 8 and Samba 4 - network path not found

2013-05-10 Thread Nick Semenkovich
I've been using Windows 8 with samba4 as an AD DC for a while (on ubuntu 13.04) with no big issues. Did you install using the git repo or apt? My biggest issues were with DNS -- perhaps double-check that DNS entries are correct and clients are also using the DNS server

[Samba] samba4, NT_STATUS_INVALID_SERVER_STATE

2013-05-09 Thread Nick Semenkovich
I'm running the latest samba4 (git HEAD) After trying a samba_upgradeprovision (no errors reported) and samba-tool dbcheck (no errors reported), I now see this error repeating in the logs: [2013/05/09 23:12:48.671178, 0] ../lib/util/util.c:232(directory_create_or_exist_strict) invalid

[Samba] Samba4 no longer installing samba_upgradeprovision?

2013-05-09 Thread Nick Semenkovich
From the latest samba4 git HEAD, I was trying to run samba_upgradeprovision, but didn't see it in /sbin/ (Actually, I saw an older version that wasn't working due to new python imports). I've tried completely reinstalling (using git clean -x -f -d; make clean), though I don't see

Re: [Samba] [samba4] Build requires libncurses-dev

2013-05-03 Thread Nick Semenkovich
+1 for this. Looks like a new dependency that just popped up in the last few commits. On Fri, May 3, 2013 at 6:02 AM, Michael De Groote i...@sint-pietersschool.be wrote: I tried building the latest master from git on debian wheezy. It seems to require libncurses-dev. I thought to add it into

[Samba] samba4 / Lots of Oplock break failed for file errors

2013-05-03 Thread Nick Semenkovich
On samba4 (git, from 5/2/13 version 5f82641553) I see a number of errors in the smbd log, like: [2013/05/03 14:16:15.431156, 0] ../source3/smbd/oplock.c:333(oplock_timeout_handler) Oplock break failed for file user1/AppData/Roaming/Microsoft/Templates/NormalEmail.dotm -- replying anyway Any

[Samba] Failed to modify SPNs on … error in module acl: insufficient access rights error

2013-05-02 Thread Nick Semenkovich
My samba4 (latest git, @ 5f826415) logs seem to be littered with this error: [2013/05/02 13:10:39, 0] ../source4/rpc_server/drsuapi/writespn.c:237(dcesrv_drsuapi_DsWriteAccountSpn) Failed to modify SPNs on CN=AIO6,CN=Computers,DC=corp,DC=example,DC=com: error in module acl: insufficient

Re: [Samba] Wrong local DNS responses from samba4

2013-04-21 Thread Nick Semenkovich
) ipv4_record : 192.168.0.152 unexpected : DATA_BLOB length=0 On Wed, Apr 10, 2013 at 2:28 PM, Marc Muehlfeld sa...@marc-muehlfeld.de wrote: Am 10.04.2013 20:29, schrieb Nick Semenkovich: I'll take a look -- by what mechanism do clients update the AD with their current

Re: [Samba] samba4 internal dns update

2013-04-17 Thread Nick Semenkovich
Hey Cristian: This sounds exactly like the issue I had, documented in: https://lists.samba.org/archive/samba/2013-April/172611.html When computers are first joined, it appears as though samba sets *static* DNS entries for them, even though their IPs are likely to change. I haven't yet had a

Re: [Samba] winbind problem

2013-04-16 Thread Nick Semenkovich
I also have this problem, using a very recent version from git. (see also: http://www.mail-archive.com/samba@lists.samba.org/msg124657.html ) Periodically, winbind seems to simply crash, and getent passwd other ops (e.g. htop) stall. I'd also be happy to provide any debugging information

Re: [Samba] Samba crash (while logging in as administrator?)

2013-04-11 Thread Nick Semenkovich
Is there any way we can get a backtrace from this? Also, which platform are you running on? invalid opcode, that kindof sounds like a compiler bug. I know that usually all compiler bugs turn out to be just plain program defects, so would it be possible that you run it under valgrind, just to

Re: [Samba] Wrong local DNS responses from samba4

2013-04-10 Thread Nick Semenkovich
On Wed, Apr 10, 2013 at 1:00 PM, Marc Muehlfeld sa...@marc-muehlfeld.dewrote: Am 10.04.2013 04:54, schrieb Nick Semenkovich: - If you look into the zone via the windows DNS snap-in - do you see the correct IP for this record there? No, it shows the incorrect record. If you see

[Samba] Samba crash (while logging in as administrator?)

2013-04-10 Thread Nick Semenkovich
I just had samba4 (git 69b3d19 from yesterday) crash while logging in as administrator. The login stalled, and on the samba4 AD DC, winbind stopped responding -- getent passwd stopped showing the domain entries, and commands that showed some samba users (e.g. ls in a directory with domain owners,

Re: [Samba] Wrong local DNS responses from samba4

2013-04-09 Thread Nick Semenkovich
I just updated samba4 to git master from a few hours ago (69b3d1944501f), and the problem persists. - If you look into the zone via the windows DNS snap-in - do you see the correct IP for this record there? No, it shows the incorrect record. - If you comment out the 'dns forwarder' line

[Samba] Wrong local DNS responses from samba4

2013-04-08 Thread Nick Semenkovich
I'm running samba4 (compiled via git a few days ago, off 5530cc481653) on Ubuntu, as an AD DC. Everything works perfectly with the domain, /except/ that Samba seems to be returning incorrect DNS entries for the local domain computers -- any thoughts on how to debug this (or where Samba is getting

Re: [Samba] Unable to re-connect to roaming profile in samba4

2013-02-11 Thread Nick Semenkovich
In case this helps anyone else with this issue: Both these problems were resolved by switching from the Ubuntu/Debian package (4.0.0+dfsg1-1) to the current git head (c932b139c8). - Nick On Fri, Feb 8, 2013 at 7:22 PM, Nick Semenkovich seme...@syndetics.net wrote: Still can't figure this out

Re: [Samba] Unable to re-connect to roaming profile in samba4

2013-02-08 Thread Nick Semenkovich
, Samba4 shows no DNS problems, and says Got a dns update request. All updates allowed. http://pastebin.com/fYrd9F1W - Nick On Thu, Feb 7, 2013 at 8:59 PM, Nick Semenkovich seme...@syndetics.net wrote: I've just configured Samba4 on Ubuntu (4.0.0+dfsg1-1), and can't seem to get roaming

Re: [Samba] Samba 4 AD DC Element not found error in Windows 8

2013-02-07 Thread Nick Semenkovich
\\dcname.corp.domain.com\share or \\your_ip\share works? Check also security tab on folder to set right permsission. Il 07/02/2013 08.14, Nick Semenkovich ha scritto: Hi: I've just configured a Samba 4 install as an AD DC, following the Wiki page at https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO

[Samba] samba4 AD DC manually creating DNS records?

2013-02-07 Thread Nick Semenkovich
I'm trying to use a DNS server independent from Samba (non BIND, on a different machine/system). Beyond the two simple records of: SRV _ldap._tcp.samdom.example.com and SRV _kerberos._udp.samdom.example.com If I maintain all the A records for individual hosts ( the server.samdom.example.com

[Samba] Unable to re-connect to roaming profile in samba4

2013-02-07 Thread Nick Semenkovich
I've just configured Samba4 on Ubuntu (4.0.0+dfsg1-1), and can't seem to get roaming profiles working (I followed the guide at https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO ) 1. Logons work just fine. 2. DNS is configured and working, running through SAMBA_INTERNAL 3. Clients can talk to the

[Samba] Samba 4 AD DC Element not found error in Windows 8

2013-02-06 Thread Nick Semenkovich
Hi: I've just configured a Samba 4 install as an AD DC, following the Wiki page at https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO I've successfully joined a few machines to the domain, and am now trying to add some simple shares. When I add a share to smb.conf, it appears on client machines