Jan 19 19:46:56 KiD2 smbd[30971]: [2012/01/19 19:46:56.988144, 0]
param/loadparm.c:7969(lp_do_parameter)
Jan 19 19:46:56 KiD2 smbd[30971]: Ignoring unknown parameter "hosts
equiv"
How can I get rid of that? I dont want to print via samba to my network printer
and my linux boxes use cups.
I tried to remove everything related to printing and didnt change a thing. Can
still print from every pc directly via lan and that error message keeps filling
up my logs.
What did I miss?
[global]
idmap gid = 10000-20000
idmap uid = 10000-20000
socket options = TCP_NODELAY
hosts equiv = 10.0.0.1/24
logon drive = P:
kerberos method = secrets and keytab
map to guest = Bad User
passdb backend = tdbsam
netbios name = KiD2
usershare max shares = 100
domain master = Yes
local master = Yes
workgroup = KOTI
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
os level = 65
create mode = 777
create mask = 777
directory mode = 777
directory mask = 777
security = user
preferred master = Yes
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s
/bin/false %m$
usershare allow guests = No
domain logons = Yes
# load printers = Yes
# printing = cups
# printcap name = cups
# cups options = raw
# printcap cache time = 750
wins support = No
ldap suffix wins server # [printers]
# comment = All Printers
# path = /var/tmp
# printable = Yes
# create mask = 0600
# browseable = No
# print ok = Yes
# guestok = Yes
# [print$]
# comment = Printer Drivers
# path = /var/lib/samba/drivers
# write list = @ntadmin root
# force group = ntadmin
# create mask = 0664
# directory mask = 0775
#
# [HP2550]
# comment = HP Color LaserJet 2550 Series Postscript
# path = /var/tmp
# read only = No
# create mask = 0600
# printable = Yes
# print ok = Yes
# printer name = HP2550
# print command = smb2ps %s | lpr -r -h -P %p
> I tried to remove everything related to printing and didnt change a thing. Can still print from every pc directly via lan and that error message keeps filling up my logs. > > What did I miss? > > ? ? ? ?hosts equiv = 10.0.0.1/24Remove the above line. John
On Thu, Jan 19, 2012 at 3:41 PM, Antsu <antsu at antsu.eu> wrote:> I dont want to print via sambaChecked your configuration with testparm, it will provide some good clues. Some parameters are enabled by default and just remming them out does not disable them, you need to explicitly do so. Ex: testparm -sv |grep print Chris