You are not logged in.

#1 2014-04-22 09:35:46

Ruub
Member
Registered: 2013-01-29
Posts: 4

[SOLVED] Samba 4.1.5 -> 4.1.7 Unable to use shares after upgrade

Yesterday I upgraded from Samba 4.1.5 to 4.1.7. Immediately after this upgrade no client login was possible anymore. Windows / OSX connections fails to the share including smbclient -L localhost -U <user> tests.

smbclient output:
nt_status_unsuccessful

Workaround, downgrade to previous release:
pacman -U libwbclient-4.1.5-1-x86_64.pkg.tar.xz samba-4.1.5-1-x86_64.pkg.tar.xz smbclient-4.1.5-1-x86_64.pkg.tar.xz


Anyone else having issues with Samba 4.1.7 ?

Last edited by Ruub (2014-04-23 17:36:31)

Offline

#2 2014-04-23 06:40:28

Rexilion
Member
Registered: 2013-12-23
Posts: 784

Re: [SOLVED] Samba 4.1.5 -> 4.1.7 Unable to use shares after upgrade

EDIT: Lol, almost forgot this:

gebruiker@delta ~ :) $ smbd -V
Version 4.1.7

Server share using bad user (everyone is allowed):

gebruiker@delta ~ :( $ smbclient -L //127.0.0.1/gedeeld
Enter gebruiker's password: 
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.7]

	Sharename       Type      Comment
	---------       ----      -------
	psc2355p        Printer   HP PSC 2355p ....

Laptop with authenticated users:

gebruiker@delta ~ :) $ smbclient -L //10.32.32.67/lees -U ronald
Enter ronald's password: 
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.7]

	Sharename       Type      Comment
	---------       ----      -------
	lees            Disk      ....

Opening a share:

gebruiker@delta ~ :) $ smbclient //10.32.32.67/lees -U ronald
Enter ronald's password: 
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.7]
smb: \> ls
  .                                   D        0  Sun Apr 13 13:58:56 2014
  ..                                  D        0  Mon Apr  7 15:08:00 2014
  updates                             D        0  Tue Apr 15 07:26:17 2014

		53772 blocks of size 524288. 22220 blocks available
smb: \> 

No problems here. Did you check your logs? I have very simple configuration files tbh. What are yours?

Last edited by Rexilion (2014-04-23 06:41:10)


fs/super.c : "Self-destruct in 5 seconds.  Have a nice day...\n",

Offline

#3 2014-04-23 17:36:14

Ruub
Member
Registered: 2013-01-29
Posts: 4

Re: [SOLVED] Samba 4.1.5 -> 4.1.7 Unable to use shares after upgrade

Rexilion, thanks for your input.

I managed to solve my issue by commenting out the following line in smb.conf (not sure if this step is actually needed):

#passdb backend = samba_dsdb

Then run pdbedit for all share users again, setting the exact same password I used before:

# pdbedit -a -u user

Last edited by Ruub (2014-04-23 17:38:38)

Offline

Board footer

Powered by FluxBB