Displaying 6 results from an estimated 6 matches for "data_serv".
Did you mean:
  dataserv
  
2019 Nov 16
2
Newby questions about using samba
Here's what I got:
Anonymous login successful
 ??? Sharename?????? Type????? Comment
 ??? ---------?????? ----????? -------
 ??? data_server???? Disk
 ??? IPC$??????????? IPC?????? IPC Service (Samba 4.7.6-Ubuntu)
Reconnecting with SMB1 for workgroup listing.
Anonymous login successful
 ??? Server?????????????? Comment
 ??? ---------??????????? -------
 ??? Workgroup??????????? Master
 ??? ---------??????????? -------
 ??? WORKGROUP...
2019 Nov 15
4
Newby questions about using samba
I'm a relatively new user to Samba.? I'm running Linux Mint Silvia XFCE 
in a home environment on several machines and also have a Win10 machine 
that's my media server.? I'd like to be able to share files among all of 
the machines.? The office machine is my primary machine where I do most 
of my work.? I'd like to be able to put files I want to share in a 
shared location on
2019 Nov 16
0
Newby questions about using samba
...te:
> I have Win10 Home.
>
> I read through the corresponding link and followed the instructions 
> pretty much to the letter, just changing names, and removing guest 
> access because I don't want it.? When I test it using smbclient on the 
> server, I get "Connection to data_server failed (Error 
> NT_STATUS_UNSUCCESSFUL)".
>
> Here is my smb.conf:
> [global]
> ??? log file = /var/log/samba/%m
> ??? log level = 1
> ??? workgroup = workgroup
>
> [guest]
> ??? guest ok = no
>
> [data_server]
> ??? path = /home/sambashare
> ??? re...
2019 Nov 16
0
Newby questions about using samba
I have Win10 Home.
>
> I read through the corresponding link and followed the instructions 
> pretty much to the letter, just changing names, and removing guest 
> access because I don't want it.? When I test it using smbclient on the 
> server, I get "Connection to data_server failed (Error 
> NT_STATUS_UNSUCCESSFUL)".
>
> Here is my smb.conf:
> [global]
> ??? log file = /var/log/samba/%m
> ??? log level = 1
> ??? workgroup = workgroup
>
> [guest]
> ??? guest ok = no
>
> [data_server]
> ??? path = /home/sambashare
> ??? re...
2019 Nov 16
2
Newby questions about using samba
OK, here's the result of ps ax:
 ?1324 ???????? Ss???? 0:00 /usr/sbin/nmbd --foreground --no-process-group
 ?1348 ???????? Ss???? 0:00 /usr/sbin/smbd --foreground --no-process-group
 ?1351 ???????? S????? 0:00 /usr/sbin/smbd --foreground --no-process-group
 ?1352 ???????? S????? 0:00 /usr/sbin/smbd --foreground --no-process-group
 ?1353 ???????? S????? 0:00 /usr/sbin/smbd --foreground
2019 Nov 16
2
Newby questions about using samba
...on the cake, so to speak.
Thanks for the help.
Bill Lugg
On 11/16/19 1:30 AM, Rowland penny via samba wrote:
> OK, if I remove the default lines from your smb.conf, it becomes this:
>
> [global]
> ??? log file = /var/log/samba/%m
> ??? log level = 1
>
> [guest]
>
> [data_server]
> ??? path = /home/sambashare
> ??? read only = no
>
> You may as well remove [guest], it is doing nothing.
>
> Did you create a Samba user with 'smbpasswd -a username' and did 
> 'username' exist as a Unix user ?
>
> It is possible your problem is beca...