[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [Linux-India] problems with samba



check for correct configuration on your smb.conf file, also ensure that you
have some workgroup in that file, then you need to give permissions
accordingly, hope you have a guest account on your PC,
second specify the workgroup = xxx  ( what ever you use)

also use the below, I use only the minimal config below and it works fine.
Also check if smbd and nmbd are running . (ps aux | grep smbd)

workgroup = my_workgroup
[homes]
   comment = Home Directories
   browseable = yes
   read only = no
   create mode = 0755
 [tmp]
  comment = Temporary file space
  path = /tmp
  read only = no
  public = yes


Vishal K

>Hey guys,
>I am really pissed about my Win98 box. I have setup samba properly but
>win98 still has crib. The moment I click on network neighbourhood it shows
>me a message saying
> Unable to browse network
>
> The network is not accessible.
> For more info. look in Help...........................
>
>


- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

------------------------------