Displaying 1 result from an estimated 1 matches for "issipc".
Did you mean:
  is_ipc
  
2009 Jan 25
0
shared printer won't print
...ups log files act as if the
page was printed normally (there is no big difference in the output
when printing with lp and when printing from samba). Here is my
smb.conf file:
===========smb.conf=============
[global]	
	workgroup = ISSIHOME
	server string = Samba Server Version %v
	
	netbios name = ISSIPC
	
	
	log file = /var/log/samba/log.%m
	max log size = 50
	
	security = user
	passdb backend = tdbsam
	
	wins support = yes
	
	load printers = yes
	cups options = raw
	printing = cups
	printcap name = cups
	
[printers]
	comment = All Printers
	path = /var/spool/samba
	use client driver = yes
	brows...