HP3000-L Archives

February 1997, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Michael L Gueterman <[log in to unmask]>
Reply To:
Michael L Gueterman <[log in to unmask]>
Date:
Mon, 17 Feb 1997 16:49:23 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (88 lines)
The NMBD program is responsible for "LEOPARD" showing up
under the Network Neighborhood, while SMBD is responsible
for the actual connection.  Things to check are:

.  SMBD altered to add PM, and lives in a PM group and account.
.  If running under INETD, the INETDCNF & INETDSEC files are
   configured appropriately (INETDCNF I believe is covered by the
   setup docs)
.  If running standalone, you specified the -D parameter on the RUN.
.  Nothing "else" has grabbed port 139 (besides INETD if running
   that way, or SMBD if as standalone).  Check with SOCKINFO, C option.
.  Your services file has port 139 defined.
.  Try from a command prompt:  NET VIEW \\LEOPARD  to see if your
   shares show up (probably not since this would be SMBD also).
.  Also from a command prompt: PING LEOPARD  (this should work
   assuming some form of DNR is operating).  If this doesn't, try:
   NET USE \\143.227.4.185\guest1
   If this works, you have a problem with name resolution, check how your
   setup on the WIN95 PC (via DNS, WINS, or LMHOSTS file).

   Finally, just get dirty!
.  Alter you debug level to 5 (the, "more info then you probably ever want
   to know level").  Purge the smb.log file.
   Using smbclient, try connecting to yourself and check for errors.  If everything
   works fine, try connecting to your WIN95 system (make sure something
   has been shared out there to connect to).  If that works too, go back to the
   WIN95 PC, and try leopard again.  By this time, you'll have a megabyte of
   log data (literally!).  Look for obvious errors there.

If nothing is obvious, you can email me the log and I'll take a look at it
to see if I see anything.

Regards,
Michael L Gueterman
Easy Does It Technologies
email: [log in to unmask]
http://www.editcorp.com
voice: (509) 943-5108
fax:   (509) 946-1170
--

----------
From:  Michael D. Hensley[SMTP:[log in to unmask]]
Sent:  Monday, February 17, 1997 5:57 AM
To:  [log in to unmask]
Subject:  [HP3000-L] SAMBA and Win95 help

I installed SAMBA on my 917 (MPE/iX 5.5 w/PP1).  The 917 is named
"LEOPARD", and it shows up on my PC under "Network Neighborhood", but
when I double-click on it, after about 10 seconds I get a message
"\\Leopard is not accessible.  The network is busy."

Any suggestions on where to look?

Here's a copy of /SAMBA/PUB/lib/smb.conf:
--------
# lars appel 08-dec-96 / 08-jan-97 (very simple config)

# see docs and examples directories for more info
# also try http://lake.canberra.edu.au/pub/samba

[global]
  comment = enter YOUR server's IP and subnet mask below
  interfaces = 143.227.4.185/255.255.255.128
  workgroup = LPS
  printcap name = /usr/local/samba/lib/printcap
  guest account = mgr.samba
  debug level = 1

[guest1]
  comment = serves /tmp (readonly) for guest
  path = /tmp
  guest ok = yes
  write ok = no

[guest2]
  comment = serves /tmp (writable) for guest
  path = /tmp
  guest ok = yes
  write ok = yes
--------

Thanks!
---
Michael D. Hensley             |
Software Development Manager   | [log in to unmask]
Lund Performance Solutions     | http://www.lund.com

ATOM RSS1 RSS2