RE: Samba problems - can't mount

2000-11-06 Thread John MacLean
ount I had set guest access to. Hope this helps. John > -Original Message- > From: Glen Lee Edwards [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 04, 2000 9:22 PM > To: Redhat Mailing List > Subject: Samba problems - can't mount > > > I'm tr

Re: Samba problems - can't mount

2000-11-04 Thread Bret Hughes
Glen Lee Edwards wrote: > I'm trying to mount linux box "a" to linux box "b" or vice versa. Both > are running samba-2.0.7-4.i386.rpm, samba-client-2.0.7-4.i386, and > samba-common-2.0.7-4.i386. I have the following in /etc/fstab: > > //glen/home/glenlee/firelight /home/glenlee/GlensPC/c smbfs

Re: Samba problems - can't mount

2000-11-04 Thread Stephen E. Hargrove
Glen Lee Edwards wrote: > I'm trying to mount linux box "a" to linux box "b" or vice versa. Both > are running samba-2.0.7-4.i386.rpm, samba-client-2.0.7-4.i386, and > samba-common-2.0.7-4.i386. I have the following in /etc/fstab: i could be wrong about this, but if you're connecting two linux

Samba problems - can't mount

2000-11-04 Thread Glen Lee Edwards
I'm trying to mount linux box "a" to linux box "b" or vice versa. Both are running samba-2.0.7-4.i386.rpm, samba-client-2.0.7-4.i386, and samba-common-2.0.7-4.i386. I have the following in /etc/fstab: //glen/home/glenlee/firelight /home/glenlee/GlensPC/c smbfs password=,user,rw,uid=510,gid=510

Re: Network & Samba Problems!

2000-03-28 Thread Zoki
On Sun, 26 Mar 2000, Janyce S. Wynter wrote: ->/etc/hosts: -> ->127.0.0.1 localhost ->192.168.0.1 blackhawk ->192.168.0.2 experiment ->192.168.0.3 redwing ->192.168.0.4 bluejay ->192.168.0.2 baldeagle *** Janyce, Hosts should be in the format , which means that yours should be changed into:

Network & Samba Problems!

2000-03-26 Thread Janyce S. Wynter
I'm having some problems with a RH 5.2 box attempting to be a Samba server for the other computers here ony my little LAN at home (Linux Box + 2 Win95 OSR2 boxes.) Samba generates the following errors in the log files: /var/log/samaba/log.nmb: 2000/03/26 16:56:42 netbios nameserver version 1.9.

Re: Samba Problems

1999-12-15 Thread Brian Anderson
On Wed, 15 Dec 1999, Hillel Bilman wrote: >printcap name = /etc/printcap >printcap name = lpstat should one of them (lpstat) be commented out? i thought that it was one or the other? i don't have the docs handy, but i thought that lpstat was the way to go on solaris, and /etc/printcap

Samba Problems

1999-12-15 Thread Hillel Bilman
Greetings I've installed Samba The error I get from the /var/log/log.smb is : Unable to open printcap file lpstat for read! In the /etc/smb.conf file I have: debug level = 3 load printers = yes printcap name = /etc/printcap printcap name = lpstat printing = bsd -- To unsubscr

Re: Samba Problems

1999-11-29 Thread Gerry Doris
Nope. However, I found the answer. I blew away the win98 network setup (again!!) and redid it from scratch (again!!). It now works! I'm not totally sure but I believe the problem had to do with binding. The win98 system has two nic's in it. I may not have done the protocol binding correctly

Re: Samba Problems

1999-11-29 Thread Edward Dekkers
> gerry@leopard:~ > smbclient -L "cs198787-a" -I 10.0.0.1 > added interface ip=10.0.0.2 bcast=10.0.0.255 nmask=255.255.255.0 > session request to CS198787-A failed (Called name not present) > session request to *SMBSERVER failed (Called name not present) REALLY stupid question, but. You aren't

Re: Samba Problems

1999-11-29 Thread Gerry Doris
OK, I tried the command below "" around the name and got the same failure. gerry@leopard:~ > smbclient -L "cs198787-a" -I 10.0.0.1 added interface ip=10.0.0.2 bcast=10.0.0.255 nmask=255.255.255.0 session request to CS198787-A failed (Called name not present) session request to *SMBSERVER failed

Re: Samba Problems

1999-11-29 Thread J. Scott Kasten
It's been a while since I tried this. Did you try the form: smbclient -L "name" -I 10.0.0.1 The fact that the NetBIOS TCP/IP box was checked and greyed is fine. It should be that way. On Mon, Nov 29, 1999 at 11:32:27AM -0500, Gerry Doris wrote: > gerry@leopard:~ > smbclient -L -I 10.0.0.1 > a

Re: Samba Problems

1999-11-29 Thread Gerry Doris
I haven't setup either the win98 or the samba server as a wins server. It used to work and I never bothered to try. I did try to run the command "smbclient -L -I 10.0.0.1" but it didn't work. I thought this would override the name and use the ip address of the win98 box but the command failed a

Re: Samba Problems

1999-11-29 Thread Gerry Doris
Hmmm, I don't really have a choice about netbios being bound to TCP/IP. The win98 dialog box has it checked and it's grayed out. I couldn't change it if I wanted to. The command "smbclient -L -I 10.0.0.1" doesn't work. I get the following (after a long delay): gerry@leopard:~ > smbclient -L

Re: Samba Problems

1999-11-29 Thread Gerry Doris
On 29-Nov-99 David Powers wrote: > > Is the win98 box able to see itself? > Yes, the win98 box can see itself and the other wfwg 3.11 box. It can communicate with everyone. In fact, I can even run ARKEIA backup software from the linux box to backup the win98. I just cannot see the win98 bo

Re: Samba Problems

1999-11-29 Thread Steven Hildreth
Do you have a WINS server setup, if not try adding the -I {IP address of Win98 box} HTH, Later... Steven - Original Message - From: Gerry Doris <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 29, 1999 9:01 AM Subject: Samba Problems > I have been goi

Re: Samba Problems

1999-11-29 Thread J. Scott Kasten
#1 Make sure the 98 box has netbios bound to TCP/IP and not NetBEUI. #2 Try adding the IP option to you line below and see what happens. smbclient -L -I 192.168.254.192 Or something like this. On Mon, Nov 29, 1999 at 10:01:56AM -0500, Gerry Doris wrote: > However, I cannot see the damn win98 s

Re: Samba Problems

1999-11-29 Thread David Powers
Gerry Doris wrote: > > I have been going through hell for the last several weeks trying to find out > why I can't get a samba server to talk to a win98 system. > > samba passes all the DIAGNOSTICS.TXT tests found on samba.org. The win98 > system can see the samba shares in neighborhood network,

Samba Problems

1999-11-29 Thread Gerry Doris
I have been going through hell for the last several weeks trying to find out why I can't get a samba server to talk to a win98 system. samba passes all the DIAGNOSTICS.TXT tests found on samba.org. The win98 system can see the samba shares in neighborhood network, the samba server can see anothe

Re: Fixing NT's samba problems

1998-03-31 Thread jb
At 03:24 PM 3/31/98 -0600, you wrote: >WRT the problem that NT/sp3 has with mapping samba shares to Linux boxes >-- Ramon Gonzales just sent me a post from this list describing how to >fix the NT registry to send plaintext passwords, so that the NT box >could mount a Linux share. > >But that isn't

Fixing NT's samba problems

1998-03-31 Thread Michael Jinks
WRT the problem that NT/sp3 has with mapping samba shares to Linux boxes -- Ramon Gonzales just sent me a post from this list describing how to fix the NT registry to send plaintext passwords, so that the NT box could mount a Linux share. But that isn't precisely what I need to do; I need to be a