Jump to content

When I try to connect to my newly configured (read: poorly configured) samba server, I get the error NT_STATUS_NO_LOGON_SERVERS.

 

Here's my smb.conf file:

 

[global]

    netbios name = PIKACHU

    workgroup = NOT_A_WORKGROUP

    security = domain

    encrypt passwords = yes

    smb passwd file = /etc/samba/smbpasswd

 

[fs1]

    comment = Master file share of zpool

    path = /pool

    writeable = yes

    create mask = 0770

    force create mode = 0770

    locking = yes

    browseable = no

    valid users = zee

 

 

I'm not sure what other information I can give to help, but the server is running Linux Mint 15, the client that I'm trying to connect with is also running Mint 15, the client is a virtual machine, the host is running windows 7, and I'm able to connect to this samba share via the host.

    

Workstation: 3930k @ 4.3GHz under an H100 - 4x8GB ram - infiniband HCA  - xonar essence stx - gtx 680 - sabretooth x79 - corsair C70 Server: i7 3770k (don't ask) - lsi-9260-4i used as an HBA - 6x3TB WD red (raidz2) - crucia m4's (60gb (ZIL, L2ARC), 120gb (OS)) - 4X8GB ram - infiniband HCA - define mini  Goodies: Røde podcaster w/ boom & shock mount - 3x1080p ips panels (NEC monitors for life) - k90 - g9x - sp2500's - HD598's - kvm switch

ZFS tutorial

Link to comment
https://linustechtips.com/topic/61747-samba-woes/
Share on other sites

Link to post
Share on other sites

This might not help but I know of a quick setup video with Samba servers maybe you could look over it and see if you missed something.

https://www.youtube.com/watch?v=-wUfzdiE4m8

 

If I knew more about Samba I'd give you a better answer.

CPU: 5820k 4.5Ghz 1.28v, RAM: 16GB Crucial 2400mhz, Motherboard: Evga X99 Micro, Graphics Card: GTX 780, Water Cooling: EK Acetal CPU/GPU blocks,


240mm Magicool slim rad, 280mm Alphacool rad, D5 Vario pump, 1/4 ID 3/4 OD tubing, Noctua Redux 140/120mm fans. PSU: Evga 750w G2 SSD: Samsung 850 Pro 256GB & Seagate SSHD 2TB Audio: Sennheiser HD558s, JBL! speakers, Fiio E10k DAC/Amp Monitor: Xstar DP2710LED @ 96hz (Korean Monitor) Case: Fractal Node 804

Link to comment
https://linustechtips.com/topic/61747-samba-woes/#findComment-842024
Share on other sites

Link to post
Share on other sites

I've only ever used samba as a file share, what are you trying to do? Are you trying to configure a domain controller? I ask because you have security=domain when normally in a LAN it's security=user

 

And in my config since all I'm doing is setting shares, here is what my typical share config looks like:

 

[Videos]
        comment = Media
        path = /mnt/Videos
        writeable = yes
       browseable = yes
        valid users = eric
 
Everything but my shares are the default config set up by debian.
 
But like I said, maybe you're setting up more advanced samba network than I am...
Link to comment
https://linustechtips.com/topic/61747-samba-woes/#findComment-842068
Share on other sites

Link to post
Share on other sites

Nope, I'm not trying to do anything complicated, I just have no idea what I'm doing... I'll see if that works, hang on

Workstation: 3930k @ 4.3GHz under an H100 - 4x8GB ram - infiniband HCA  - xonar essence stx - gtx 680 - sabretooth x79 - corsair C70 Server: i7 3770k (don't ask) - lsi-9260-4i used as an HBA - 6x3TB WD red (raidz2) - crucia m4's (60gb (ZIL, L2ARC), 120gb (OS)) - 4X8GB ram - infiniband HCA - define mini  Goodies: Røde podcaster w/ boom & shock mount - 3x1080p ips panels (NEC monitors for life) - k90 - g9x - sp2500's - HD598's - kvm switch

ZFS tutorial

Link to comment
https://linustechtips.com/topic/61747-samba-woes/#findComment-842114
Share on other sites

Link to post
Share on other sites

I changed security = domain to security = user and now I'm getting the error "NT_STATUS_LOGON_FAILURE"

Workstation: 3930k @ 4.3GHz under an H100 - 4x8GB ram - infiniband HCA  - xonar essence stx - gtx 680 - sabretooth x79 - corsair C70 Server: i7 3770k (don't ask) - lsi-9260-4i used as an HBA - 6x3TB WD red (raidz2) - crucia m4's (60gb (ZIL, L2ARC), 120gb (OS)) - 4X8GB ram - infiniband HCA - define mini  Goodies: Røde podcaster w/ boom & shock mount - 3x1080p ips panels (NEC monitors for life) - k90 - g9x - sp2500's - HD598's - kvm switch

ZFS tutorial

Link to comment
https://linustechtips.com/topic/61747-samba-woes/#findComment-842132
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×