Thanks Jill....

I got part way through and thought maybe this will shed some more light on
the problem.
when I run:
% ./smbclient -L MACHINE_NAME -U '' -N
I get:
session request to xxx failed    (xxx = machine name)
session request to *SMBSERVER failed

when I run:
% ps -auwwx | grep mbd
It works OK.....I can see the smbd and nmbd processes.

when I run:
netstat -a | grep netbios
I get NOTHING.

upon investigation I looked at netbios and tried to start it but it gave an
error about an IP address so I looked at the nbconf file which seemed like
it had the wrong IP address in it so I changed this to be correct and also
the broadcast one.

now when i /etc/netbios start
I get:
starting netbios: nbd: Can't open Netbios device: No Such file or Directory


any clues???


Alister



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Jill Rowling
> Sent: Friday, 22 September 2000 3:17 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [SLUG] SAMBA sharename problem
>
>
> What do you get when you do this (copied from my local howto):
>
> % cd /opt/samba/bin
> % ./smbclient -L MACHINE_NAME -U '' -N
>       (shows active shares)
> % ps -auwwx | grep mbd
>       (you should see both smbd and nmbd running)
> % netstat -a | grep netbios
>       (you should see netbios in the LISTEN state)
> % ./nmblookup -B MACHINE_NAME __SAMBA__
>       (this should respond with machine_name's IP address)
> % ./nmblookup -B my_PC_HOST_NAME '*'
>       (pick a PC host name; it should respond)
> % ./nmblookup -d 2 '*'
>       (this broadcasts; you should see quite a few responses)
> % ./smbclient '\\MACHINE_NAME\TMP'
>         (prompts you for your Windows password; enter it; at the next
> prompt, type exit)
>
> Regards,
>
> Jill.
> (wtf? my mailer has gone even more brain dead than normal... sorry guys)
> ___________________________________________
> Jill Rowling
> Snr Design Engineer & Unix System Administrator
> Electronic Engineering Department, Aristocrat Technologies Australia
> 3rd Floor, 77 Dunning Ave Rosebery NSW 2018
> Phone:        (02) 9697-4484          Fax:    (02) 9663-1412
> Email:        [EMAIL PROTECTED]
>
>
> > -----Original Message-----
> > From:       Alister Waller [mailto:[EMAIL PROTECTED]]
> >
> > I am trying to setup a samba share on a SCO Unix machine.
> >
> > is there something that might not be SAMBA related that could
> be stopping
> > my PC from accessing the SCO Unix machine??
> >
>
>
> --
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://slug.org.au/lists/listinfo/slug
>



--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to