Windows 2000 (HP-UX 10.20)

D.Woldt at fug.com D.Woldt at fug.com
Thu Aug 24 07:54:28 GMT 2000


Hello,

i have installed the samba Version 2.0.7-2 on an UNIX-System with HP-UX
10.20
the HP-Patch PHCO_20441 is also installed.
the connection as Fileserver with Windows 95 / NT is correctly
the connection with Windows 2000 is not correct
when i use the command   "net use e: \\hp108020\hp_pc"  is an error occured
(this command is active from an batch at Windows-login)

the translated error from German Language is:
systemerror 66
the typ of networkressource is not correct

the registry-key in Windows 2000 is registred as
HKEY_LOCAL_MACHINE\System\CurrentControl\Services\Lanmanworkstation\parametr
es\Enableplaintextpassword  has reg_dword = 1

the attachments shown the configuration  mb.conf
the reporting logfile   testparm.log   from the samba-command   testparm
the logfile   log.pc108112   shown the result with loglevel = 3 and the
connect-command from the Windows 2000-PC

the IP-Adress 193.27.108.20 is the UNIX-Server
the IP-Adress 193.27.108.112 is the Windows 2000-PC

please help me,
what is not correctly

best regards

Dietrich Woldt

Moeller Antriebstechnik GmbH

Tel.:  			04731-365130
Fax:			04731-365131
E-Mail: 		D.Woldt at fug.com

 <<smb.conf.txt>>  <<testparm.txt>>  <<log.pc108112.txt>> 

-------------- next part --------------
; /opt/samba/lib/smbd.conf
; ------------------------
; Configuration file for smbd.
; ============================
; For the format of this file and comprehensive descriptions of all the
; configuration option, please refer to the man page for smb.conf(5).
;
; Anpassungen fuer F&G Antriebstechnik
; create: 25.02.1998 - Woldt
; update: 20.07.1999, HP-Lineprinter LPM840
;                     und alle PCLaser hinzu
;         16.09.1999, SGI-RW entfernt, AAB-Bereich zugefuegt
;         17.08.2000, Anpassungen fuer Version 2.07,
;                     Verzeichnis  /opt/samba  statt  /usr/local/samba
;
; The following configuration should suit most systems for basic usage and 
; initial testing. It gives all clients access to their home directories and
; allows access to all printers specified in /etc/printcap.
;
; Things you need to check:
; --------------------------
;
; 1: Check the path to your printcap file. If you are using a system that does 
;    not use printcap (eg., Solaris), create a file containing lines of the 
;    formsmb.conf
;
;       printername|printername|printername|
;
;    where each "printername" is the name of a printer you want to provide 
;    access to. Then alter the "printcap =" entry to point to the new file.
;
;    If using Solaris, the following command will generate a suitable printcap
;    file:
;
;       lpc status | grep ":" | sed s/:/\|/ > myprintcap
;
; 2: Make sure the "print command" entry is correct for your system. This 
;    command should submit a file (represented by %s) to a printer 
;    (represented by %p) for printing and should REMOVE the file after 
;    printing.
;  
;    One most systems the default will be OK, as long as you get "printing ="
;    right.
;    
;    It is also a good idea to use an absolute path in the print command
;    as there is no guarantee the search path will be set correctly.
;
; 3: Make sure the "printing =" option is set correctly for your system.
;    Possible values are "sysv", "bsd" or "aix".
;
; 4: Make sure the "lpq command" entry is correct for your system. The default
;    may not work for you.
;
; 5: Make sure that the user specified in "guest account" exists. Typically
;    this will be a user that cannot log in and has minimal privileges.
;    Often the "nobody" account doesn't work (very system dependant).
;
; 6: You should consider the "security =" option. See a full description
;    in the main documentation and the smb.conf(5) manual page
;
; 7: Look at the "hosts allow" option, unless you want everyone on the internet
;    to be able to access your files.
;
[global]
;   printing = lp
;   printcap name = /etc/printcap
   printcap name = /etc/bootptab
   load printers = yes
   guest account = pc
;   print command = lp -d %p %s ; rm %s
;  This next option sets a separate log file for each client. Remove
;  it if you want a combined log file.
;
;   log file = /usr/local/samba/log/log.%m
;   log level = 3
   log file = /var/opt/samba/log/log.%m
;
;  You will need a world readable lock directory and "share modes=yes"
;  if you want to support the file sharing modes for multiple users
;  of the same files
;  share modes = yes
;  lock directory = /usr/local/samba/var/locks
  lock directory = /var/opt/samba/locks
  security = share
;  interfaces = 1.2.3.4/255.255.255.0 127.0.0.1/255.0.0.0
  interfaces = 193.27.108.20/255.255.255.0
  bind interfaces only = yes
  encrypt passwords = yes
  smb passwd file = /etc/opt/samba/private/smbpasswd
;  allow hosts = 193.27.
;
[homes]
   comment = Home Directories
   browseable = no
   read only = no
   create mode = 0755
;
[printers]
   comment = All Printers
   path = /var/tmp
   browseable = no
   printable = yes
   public = no
   writable = no
   create mode = 0755
;
;[pclaser055]
;   comment = pclaser055
;   vaild users = pc
;   path = /home/pc/daten
;   printer = laser055
;   printable = yes
;   public = YES
;   writable = YES
;   create mode = 0755
;
; you might also want this one, notice that it is read only so as not to give
; people without an account write access. 
;
;[tmp]
;   comment = Temporary file space
;   path = /tmp
;   read only = yes
;   public = yes
;
;
; Other examples. 
;
; A private printer, usable only by fred. Spool data will be placed in fred's
; home directory. Note that fred must have write access to the spool directory,
; wherever it is.
;[fredsprn]
;   comment = Fred's Printer
;   valid users = fred
;   path = /homes/fred
;   printer = freds_printer
;   public = no
;   writable = no
;   printable = yes
;
; A private directory, usable only by fred. Note that fred requires write
; access to the directory.
;
; Anpassungen fuer die F&G-Antriebstechnik
; ----------------------------------------
;
[hp_root]
   comment = HP-Root
   path = /
   force user = root
   create mask = 0775
   public = yes
   writable = Yes
   printable = yes
;
[hp_aab]
   comment = HP-AAB-Monatsabschluss
   path = /home/aab
   force user = aab
   create mask = 0777
   public = yes
   writable = Yes
   printable = yes
;
[hp_pc]
   comment = HP-Installationsbereich
   path = /home/pc
   force user = pcadmin
   create mask = 0777
   public = yes
   writable = Yes
   printable = yes
;
[hp_daten]
   comment = HP-Datenbereich
   path = /home/pc/daten
   force user = pc
   create mask = 0777
   public = yes
   writable = yes
   write list = pc, pcadmin
   printable = Yes
;
;[hp_mail]
;    comment = HP-Mailsystem
;    path = /home/pc/msmail/maildata
;    force user = msmail
;    create mask = 0777
;    public = yes
;    writable = yes
;    printable = Yes
;
[hp_versand]
      comment = HP-Datenbereich-Versand
      path = /home/pc/daten/versand
      force user = pc
      create mask = 0777
      public = yes
      writable = yes
      write list = pc, pcadmin
      printable = Yes
;
[hp_lp0]
      comment = HP-Lineprinter_LPM840
      path = /var/tmp
      printer = lp0
      public = yes
      writable = yes
      printable = Yes
;
[pclaser050]
   comment = pclaser050
   path = /var/tmp
   printer = laser050
   public = yes
   writable = yes
   printable = yes
;
[pclaser051]
   comment = pclaser051
   path = /var/tmp
   printer = laser051
   public = yes
   writable = yes
   printable = yes
;
[pclaser054]
   comment = pclaser054
   path = /var/tmp
   printer = laser054
   public = yes
   writable = yes
   printable = yes
;
[pclaser055]
   comment = pclaser055
   path = /var/tmp
   printer = laser055
   public = yes
   writable = yes
   printable = yes
;
[pclaser056]
   comment = pclaser056
   path = /var/tmp
   printer = laser056
   public = yes
   writable = yes
   printable = yes
;
[pclaser057]
   comment = pclaser057
   path = /var/tmp
   printer = laser057
   public = yes
   writable = yes
   printable = yes
;
[pclaser058]
   comment = pclaser058
   path = /var/tmp
   printer = laser058
   public = yes
   writable = yes
   printable = yes
;
[pclaser064]
   comment = pclaser064
   path = /var/tmp
   printer = laser064
   public = yes
   writable = yes
   printable = yes
;
[pclaser065]
   comment = pclaser065
   path = /var/tmp
   printer = laser065
   public = yes
   writable = yes
   printable = yes
;
[pclaser066]
   comment = pclaser066
   path = /var/tmp
   printer = laser066
   public = yes
   writable = yes
   printable = yes
;
[pclaser068]
   comment = pclaser068
   path = /var/tmp
   printer = laser068
   public = yes
   writable = yes
   printable = yes
;
[pclaser069]
   comment = pclaser069
   path = /var/tmp
   printer = laser069
   public = yes
   writable = yes
   printable = yes
;
[pclaser070]
   comment = pclaser070
   path = /var/tmp
   printer = laser070
   public = yes
   writable = yes
   printable = yes
;
[pclaser071]
   comment = pclaser071
   path = /var/tmp
   printer = laser071
   public = yes
   writable = yes
   printable = yes
;
; A publicly accessible directory, but read only, except for people in
; the staff group
;[public]
;   comment = Public Stuff
;   path = /usr/somewhere/public
;   public = yes
;   writable = no
;   printable = no
;   write list = @staff
;
; a service which has a different directory for each machine that connects
; this allows you to tailor configurations to incoming machines. You could
; also use the %u option to tailor it by user name.
; The %m gets replaced with the machine name that is connecting.
;[pchome]
;  comment = PC Directories
;  path = /usr/pc/%m
;  public = no
;  writeable = yes
;
;
; A publicly accessible directory, read/write to all users. Note that all files
; created in the directory by users will be owned by the default user, so
; any user with access can delete any other user's files. Obviously this
; directory must be writable by the default user. Another user could of course
; be specified, in which case all files would be owned by that user instead.
;[public]
;   path = /usr/somewhere/else/public
;   public = yes
;   only guest = yes
;   writable = yes
;   printable = no
;
;
; The following two entries demonstrate how to share a directory so that two
; users can place files there that will be owned by the specific users. In this
; setup, the directory should be writable by both users and should have the
; sticky bit set on it to prevent abuse. Obviously this could be extended to
; as many users as required.
;[myshare]
;   comment = Mary's and Fred's stuff
;   path = /usr/somewhere/shared
;   valid users = mary fred
;   public = no
;   writable = yes
;   printable = no
;   create mask = 0765


-------------- next part --------------
Load smb config files from /opt/samba/lib/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[hp_root]"
Processing section "[hp_aab]"
Processing section "[hp_pc]"
Processing section "[hp_daten]"
Processing section "[hp_versand]"
Processing section "[hp_lp0]"
Processing section "[pclaser050]"
Processing section "[pclaser051]"
Processing section "[pclaser054]"
Processing section "[pclaser055]"
Processing section "[pclaser056]"
Processing section "[pclaser057]"
Processing section "[pclaser058]"
Processing section "[pclaser064]"
Processing section "[pclaser065]"
Processing section "[pclaser066]"
Processing section "[pclaser068]"
Processing section "[pclaser069]"
Processing section "[pclaser070]"
Processing section "[pclaser071]"
Loaded services file OK.
WARNING: You have some share names that are longer than 8 chars
These may give errors while browsing or may not be accessible
to some older clients
Press enter to see a dump of your service definitions
# Global parameters
[global]
	coding system = 
	client code page = 850
	workgroup = WORKGROUP
	netbios name = 
	netbios aliases = 
	netbios scope = 
	server string = Samba 2.0.7
	interfaces = 193.27.108.20/255.255.255.0
	bind interfaces only = Yes
	security = SHARE
	encrypt passwords = Yes
	update encrypted = No
	allow trusted domains = Yes
	hosts equiv = 
	min password length = 5
	map to guest = Never
	null passwords = No
	password server = 
	smb passwd file = /etc/opt/samba/private/smbpasswd
	root directory = /
	passwd program = /bin/passwd
	passwd chat = *new*password* %n\n *new*password* %n\n *changed*
	passwd chat debug = No
	username map = 
	password level = 0
	username level = 0
	unix password sync = No
	restrict anonymous = No
	use rhosts = No
	debug level = 2
	syslog = 1
	syslog only = No
	log file = /var/opt/samba/log/log.%m
	max log size = 5000
	debug timestamp = Yes
	debug hires timestamp = No
	debug pid = No
	debug uid = No
	protocol = NT1
	read bmpx = No
	read raw = Yes
	write raw = Yes
	nt smb support = Yes
	nt pipe support = Yes
	nt acl support = Yes
	announce version = 4.2
	announce as = NT
	max mux = 50
	max xmit = 65535
	name resolve order = lmhosts host wins bcast
	max ttl = 259200
	max wins ttl = 518400
	min wins ttl = 21600
	time server = No
	change notify timeout = 60
	deadtime = 0
	getwd cache = Yes
	keepalive = 300
	lpq cache time = 10
	max disk size = 0
	max open files = 10000
	read prediction = No
	read size = 16384
	shared mem size = 1048576
	socket options = TCP_NODELAY
	stat cache size = 50
	load printers = Yes
	printcap name = /etc/bootptab
	printer driver file = /opt/samba/lib/printers.def
	strip dot = No
	character set = 
	mangled stack = 50
	stat cache = Yes
	domain groups = 
	domain admin group = 
	domain guest group = 
	domain admin users = 
	domain guest users = 
	machine password timeout = 604800
	add user script = 
	delete user script = 
	logon script = 
	logon path = \\%N\%U\profile
	logon drive = 
	logon home = \\%N\%U
	domain logons = No
	os level = 20
	lm announce = Auto
	lm interval = 60
	preferred master = No
	local master = Yes
	domain master = No
	browse list = Yes
	dns proxy = Yes
	wins proxy = No
	wins server = 
	wins support = No
	wins hook = 
	kernel oplocks = Yes
	ole locking compatibility = Yes
	oplock break wait time = 10
	smbrun = /opt/samba/bin/smbrun
	config file = 
	auto services = 
	lock directory = /var/opt/samba/locks
	default service = 
	message command = 
	dfree command = 
	valid chars = 
	remote announce = 
	remote browse sync = 
	socket address = 0.0.0.0
	homedir map = auto.home
	time offset = 0
	unix realname = No
	NIS homedir = No
	source environment = 
	panic action = 
	comment = 
	path = 
	revalidate = No
	username = 
	guest account = pc
	invalid users = 
	valid users = 
	admin users = 
	read list = 
	write list = 
	force user = 
	force group = 
	writeable = No
	create mask = 0744
	force create mode = 00
	security mask = -1
	force security mode = -1
	directory mask = 0755
	force directory mode = 00
	directory security mask = -1
	force directory security mode = -1
	inherit permissions = No
	guest only = No
	guest ok = No
	only user = No
	hosts allow = 
	hosts deny = 
	status = Yes
	max connections = 0
	min print space = 0
	strict sync = No
	sync always = No
	write cache size = 0
	printable = No
	postscript = No
	printing = hpux
	print command = lp -c -d%p %s; rm %s
	lpq command = lpstat -o%p
	lprm command = cancel %p-%j
	lppause command = 
	lpresume command = 
	queuepause command = disable %p
	queueresume command = enable %p
	printer = 
	printer driver = NULL
	printer driver location = 
	default case = lower
	case sensitive = No
	preserve case = Yes
	short preserve case = Yes
	mangle case = No
	mangling char = ~
	hide dot files = Yes
	delete veto files = No
	veto files = 
	hide files = 
	veto oplock files = 
	map system = No
	map hidden = No
	map archive = Yes
	mangled names = Yes
	mangled map = 
	browseable = Yes
	blocking locks = Yes
	fake oplocks = No
	locking = Yes
	oplocks = Yes
	level2 oplocks = No
	oplock contention limit = 2
	strict locking = No
	share modes = Yes
	copy = 
	include = 
	preexec = 
	preexec close = No
	postexec = 
	root preexec = 
	root preexec close = No
	root postexec = 
	available = Yes
	volume = 
	fstype = NTFS
	set directory = No
	wide links = Yes
	follow symlinks = Yes
	dont descend = 
	magic script = 
	magic output = 
	delete readonly = No
	dos filetimes = No
	dos filetime resolution = No
	fake directory create times = No

[homes]
	comment = Home Directories
	writeable = Yes
	create mask = 0755
	browseable = No

[printers]
	comment = All Printers
	path = /var/tmp
	create mask = 0755
	printable = Yes
	browseable = No

[hp_root]
	comment = HP-Root
	path = /
	force user = root
	writeable = Yes
	create mask = 0775
	guest ok = Yes
	printable = Yes

[hp_aab]
	comment = HP-AAB-Monatsabschluss
	path = /home/aab
	force user = aab
	writeable = Yes
	create mask = 0777
	guest ok = Yes
	printable = Yes

[hp_pc]
	comment = HP-Installationsbereich
	path = /home/pc
	force user = pcadmin
	writeable = Yes
	create mask = 0777
	guest ok = Yes
	printable = Yes

[hp_daten]
	comment = HP-Datenbereich
	path = /home/pc/daten
	write list = pc, pcadmin
	force user = pc
	writeable = Yes
	create mask = 0777
	guest ok = Yes
	printable = Yes

[hp_versand]
	comment = HP-Datenbereich-Versand
	path = /home/pc/daten/versand
	write list = pc, pcadmin
	force user = pc
	writeable = Yes
	create mask = 0777
	guest ok = Yes
	printable = Yes

[hp_lp0]
	comment = HP-Lineprinter_LPM840
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = lp0

[pclaser050]
	comment = pclaser050
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser050

[pclaser051]
	comment = pclaser051
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser051

[pclaser054]
	comment = pclaser054
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser054

[pclaser055]
	comment = pclaser055
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser055

[pclaser056]
	comment = pclaser056
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser056

[pclaser057]
	comment = pclaser057
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser057

[pclaser058]
	comment = pclaser058
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser058

[pclaser064]
	comment = pclaser064
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser064

[pclaser065]
	comment = pclaser065
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser065

[pclaser066]
	comment = pclaser066
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser066

[pclaser068]
	comment = pclaser068
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser068

[pclaser069]
	comment = pclaser069
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser069

[pclaser070]
	comment = pclaser070
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser070

[pclaser071]
	comment = pclaser071
	path = /var/tmp
	writeable = Yes
	guest ok = Yes
	printable = Yes
	printer = laser071
-------------- next part --------------
[2000/08/23 09:53:43, 3] param/loadparm.c:(902)
  Initialising global parameters
[2000/08/23 09:53:43, 3] param/params.c:(552)
  params.c:pm_process() - Processing configuration file "/opt/samba/lib/smb.conf"
[2000/08/23 09:53:43, 3] param/loadparm.c:(2464)
  Processing section "[global]"
  doing parameter printcap name = /etc/bootptab
  doing parameter load printers = yes
  doing parameter guest account = pc
  doing parameter log file = /var/opt/samba/log/log.%m
  doing parameter lock directory = /var/opt/samba/locks
  doing parameter security = share
  doing parameter interfaces = 193.27.108.20/255.255.255.0
  doing parameter bind interfaces only = yes
  doing parameter encrypt passwords = yes
  doing parameter smb passwd file = /etc/opt/samba/private/smbpasswd
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[homes]"
  doing parameter comment = Home Directories
  doing parameter browseable = no
  doing parameter read only = no
  doing parameter create mode = 0755
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[printers]"
  doing parameter comment = All Printers
  doing parameter path = /var/tmp
  doing parameter browseable = no
  doing parameter printable = yes
  doing parameter public = no
  doing parameter writable = no
  doing parameter create mode = 0755
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[hp_root]"
  doing parameter comment = HP-Root
  doing parameter path = /
  doing parameter force user = root
  doing parameter create mask = 0775
  doing parameter public = yes
  doing parameter writable = Yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[hp_aab]"
  doing parameter comment = HP-AAB-Monatsabschluss
  doing parameter path = /home/aab
  doing parameter force user = aab
  doing parameter create mask = 0777
  doing parameter public = yes
  doing parameter writable = Yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[hp_pc]"
  doing parameter comment = HP-Installationsbereich
  doing parameter path = /home/pc
  doing parameter force user = pcadmin
  doing parameter create mask = 0777
  doing parameter public = yes
  doing parameter writable = Yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[hp_daten]"
  doing parameter comment = HP-Datenbereich
  doing parameter path = /home/pc/daten
  doing parameter force user = pc
  doing parameter create mask = 0777
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter write list = pc, pcadmin
  doing parameter printable = Yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[hp_versand]"
  doing parameter comment = HP-Datenbereich-Versand
  doing parameter path = /home/pc/daten/versand
  doing parameter force user = pc
  doing parameter create mask = 0777
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter write list = pc, pcadmin
  doing parameter printable = Yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[hp_lp0]"
  doing parameter comment = HP-Lineprinter_LPM840
  doing parameter path = /var/tmp
  doing parameter printer = lp0
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = Yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser050]"
  doing parameter comment = pclaser050
  doing parameter path = /var/tmp
  doing parameter printer = laser050
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser051]"
  doing parameter comment = pclaser051
  doing parameter path = /var/tmp
  doing parameter printer = laser051
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser054]"
  doing parameter comment = pclaser054
  doing parameter path = /var/tmp
  doing parameter printer = laser054
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser055]"
  doing parameter comment = pclaser055
  doing parameter path = /var/tmp
  doing parameter printer = laser055
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser056]"
  doing parameter comment = pclaser056
  doing parameter path = /var/tmp
  doing parameter printer = laser056
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser057]"
  doing parameter comment = pclaser057
  doing parameter path = /var/tmp
  doing parameter printer = laser057
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser058]"
  doing parameter comment = pclaser058
  doing parameter path = /var/tmp
  doing parameter printer = laser058
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser064]"
  doing parameter comment = pclaser064
  doing parameter path = /var/tmp
  doing parameter printer = laser064
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser065]"
  doing parameter comment = pclaser065
  doing parameter path = /var/tmp
  doing parameter printer = laser065
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser066]"
  doing parameter comment = pclaser066
  doing parameter path = /var/tmp
  doing parameter printer = laser066
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser068]"
  doing parameter comment = pclaser068
  doing parameter path = /var/tmp
  doing parameter printer = laser068
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser069]"
  doing parameter comment = pclaser069
  doing parameter path = /var/tmp
  doing parameter printer = laser069
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser070]"
  doing parameter comment = pclaser070
  doing parameter path = /var/tmp
  doing parameter printer = laser070
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 2] param/loadparm.c:(2481)
  Processing section "[pclaser071]"
  doing parameter comment = pclaser071
  doing parameter path = /var/tmp
  doing parameter printer = laser071
  doing parameter public = yes
  doing parameter writable = yes
  doing parameter printable = yes
[2000/08/23 09:53:43, 3] param/loadparm.c:(2805)
  pm_process() returned Yes
[2000/08/23 09:53:43, 3] param/loadparm.c:(1594)
  adding IPC service
[2000/08/23 09:53:43, 3] param/loadparm.c:(1629)
  adding printer service laser050
[2000/08/23 09:53:43, 3] param/loadparm.c:(1629)
  adding printer service laser051
[2000/08/23 09:53:43, 3] param/loadparm.c:(1629)
  adding printer service laser054
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser056
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser057
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser058
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser064
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser065
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service lexlaser1
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser068
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser069
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser070
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser066
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser071
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser055
[2000/08/23 09:53:44, 3] param/loadparm.c:(1629)
  adding printer service laser063
[2000/08/23 09:53:44, 2] lib/interface.c:(83)
  added interface ip=193.27.108.20 bcast=193.27.108.255 nmask=255.255.255.0
[2000/08/23 09:59:52, 2] smbd/server.c:(408)
  Closing connections
[2000/08/23 09:59:52, 3] smbd/service.c:(581)
  pc108112 (193.27.108.112) closed connection to service IPC$
[2000/08/23 09:59:52, 3] smbd/connection.c:(45)
  Yielding connection to IPC$
[2000/08/23 09:59:52, 1] smbd/service.c:(581)
  pc108112 (193.27.108.112) closed connection to service hp_daten
[2000/08/23 09:59:52, 3] smbd/connection.c:(45)
  Yielding connection to hp_daten
[2000/08/23 09:59:52, 3] smbd/connection.c:(45)
  Yielding connection to STATUS.
[2000/08/23 09:59:52, 3] smbd/connection.c:(110)
  Yield successful
[2000/08/23 09:59:52, 1] smbd/service.c:(581)
  pc108112 (193.27.108.112) closed connection to service hp_pc
[2000/08/23 09:59:52, 3] smbd/connection.c:(45)
  Yielding connection to hp_pc
[2000/08/23 09:59:52, 3] smbd/connection.c:(45)
  Yielding connection to STATUS.
[2000/08/23 09:59:52, 3] smbd/connection.c:(110)
  Yield successful
[2000/08/23 09:59:52, 3] smbd/server.c:(435)
  Server exit (caught signal)


More information about the samba mailing list