HP3000-L Archives

January 2001, Week 5

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:
"Jansen, Eric" <[log in to unmask]>
Reply To:
Jansen, Eric
Date:
Mon, 29 Jan 2001 12:15:37 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (115 lines)
Hi all,

I have setup Samba 2.0.3 on my HP3000 system running MPE version 6.0.
I used to have 1.9.16p9.

Ever since I upgraded to 2.0.3 I cannot see the list of available shares
from my NT workstation using \\cditest or clicking on the system in Network
Neighbourhood.
I tried with different usernames: MANAGER.SYS, ERIC.SAMBA, MGR.SAMBA

I am able to connect to the shares seperately by mapping them.


Here are my config files:

user.map:
ERIC.SAMBA = ejansen
[user.map](EOF)

global part of smb.conf:
[global]

# you MUST supply IP address and subnet mask of your 3000 here

  interfaces = 192.168.1.251/255.255.255.0

  time offset = -300

# config file and log file used by smbd and nmbd are typically
# specified as command line options, unless you are using macros
# like eg %S or %m to get different files for each service or
# client machine, which allows very sophisticated (albeit complex)
# configurations (also see "include" directive and smb.conf doc)

 config file = /usr/local/samba/lib/smb.conf

# We set a separate log file for each machine that connects
 log file = /usr/local/samba/var/log.%m

# fix for smbstatus error
 log level = 3
 max log size = 100000


# mapping of incoming usernames is possible and may e.g. be used
# to allow clients using Unix or PC style names like root or lappel
# instead of MPE style names like manager.sys or lars.appel

# multiple alias names are possible e.g. lars.appel = lappel lars
# security = share is needed to be able to see the shares allowed
# when logged on the system directly

  security = share
  username map = /usr/local/samba/lib/user.map
  unix password sync = false
  browse list = yes
# nt support =yes will samba make to act as old version
#  nt smb support = yes
  null passwords = yes

# printcap file lists printer names for use by [printers] section

  printcap name = /usr/local/samba/lib/printcap

# how much detail you want in the logfile (try 3 or 5 or higher)

  debug level = 5

# can use a shell script if system does not supply statfs() routine

  dfree command = /usr/local/samba/lib/myfree

# used in conjunction with printcap file and [printers] section

  load printers = yes

# the workgroup that your server belongs to

  workgroup = CDILLC

# these can be used e.g. to create logon/logoff like console messages

  preexec =  /usr/local/samba/lib/tellop tcon %S %u %m %I
  postexec =  /usr/local/samba/lib/tellop tdis %S %u %m %I

# Deal "gracefully" with long file names

   mangled names =yes

# Do not force downshift of all upper-case filenames to lower case
# else, copying directories fails ( looks for upper case names)
   preserve case = yes
# Preserve case, even for 8.3 files
   short preserve case = yes

# shares may be configured to accept connections without a validated
# user id and password (similar to anonymous ftp) and then assume the
# guest logon identity for accessing files and printers

  guest account = %S

  admin users = MANAGER.SYS

# ---------------------------------------------------------------------

(...)


Does anybody know how to resolve this issue, what the settings are?


TIA,

Eric Jansen

ATOM RSS1 RSS2