iyke Adibe
2003-Aug-29 09:24 UTC
[Samba] insufficient permissions to open spool file ........
Hello Linux/Samba folks, am new on Linux/Samba and in dying need of help. From the error message: insufficient permissions to open spool file /var/spool/samba/smbprn.000016.jp8nNO. Here is a copy of my smb.conf: In most cases, i have edited my smb.conf using the root console screen and added/edited printers thru YaST2. [global] workgroup = ARBEITSGRP netbios name = SAMBA interfaces = 194.180.75.90/255.255.255.0 security = SHARE encrypt passwords = Yes password server = 194.180.75.90 username map = /etc/samba/smbusers log level = 1 log file = /var/log/samba/%m socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY os level = 12 preferred master = False domain master = False wins server = 194.180.75.90 [printers] comment = All Printers path = /var/spool/samba printer admin = root guest ok = Yes printable = Yes browseable = No [public] path = /tmp [HpLaserjet8100] path = /var/spool/samba read only = No guest ok = Yes printable = Yes printer name = HpLaserjet8100 guest account = nobody printer driver file = //etc/samba/printers.def printer driver location = 194.180.73.194 my windows version is 2000NT and my Samba version is 2.2.3a Meanwhile I have created same user and password accounts on both Servers. I `ll appreaciate all the helps. Regards Ad --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software
Jarmo Järvenpää
2003-Aug-29 09:32 UTC
[Samba] insufficient permissions to open spool file ........
Please check the owner, group and the permissions on /var/spool/samba - directory. I think this will make the problem go away (but its very insecure, thus only for testing): chmod 777 /var/spool/samba Jarmo iyke Adibe wrote:> > Hello Linux/Samba folks, > > am new on Linux/Samba and in dying need of help. From the error message: > > insufficient permissions to open spool file /var/spool/samba/smbprn.000016.jp8nNO. > > Here is a copy of my smb.conf: In most cases, i have edited my smb.conf using the root console screen and added/edited printers thru YaST2.
John H Terpstra
2003-Aug-29 14:23 UTC
[Samba] insufficient permissions to open spool file ........
On Fri, 29 Aug 2003, iyke Adibe wrote:> am new on Linux/Samba and in dying need of help. From the error message: > > insufficient permissions to open spool file /var/spool/samba/smbprn.000016.jp8nNO.Log in as 'root'. cd /var/spool chmod a+rwxt samba Printing should now work. - John T. -- John H Terpstra Email: jht@samba.org
iyke Adibe
2003-Sep-11 11:45 UTC
[Samba] insufficient permissions to open spool file ........
Hi all, I still have this persistent problem with my Printing. Printer state: Processing ........(accepting jobs) and Error message from Log: unable to connect to CUPS server localhost - Connection refused Even though I have modified the smb.conf to include: Interfaces = 127.0.0.1 194.180.75.90/255.255.255.0 bind interfaces only = yes security = Share Disable spoolss = yes [hplaserjet8100] Printcap name = cups printing = Cups use client driver = yes Postscript = Yes Ill appreciate any recommendations Thanks Iyke --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software