Gates1026
03-02-2004, 12:39 PM
I am setting up a Fedora Print server right now to host about 50 windows/linux PCs. There are about 7 printers currently connected and set up under cups as jet direct printers. Everything looks like it should be working just fine but when a PC tries to print something off to a networked printer nothing prints off at all, and nothing is put into the print queue. Here is what I am seeing in the /var/log/samba files:
[2004/03/02 08:32:53, 1] smbd/service.c:make_connection_snum(705) 10.1.10.114 (IP_address) connect to service IT_Dept initially as usersamba (uid=501, gid=501) (pid 28673)
lpr: Unable to access "IT_Dept" - No such file or directory
This looks like a permissions issue, but I am stumped. There is no file IT_Dept in /var/spool/samba so I made one with:
# touch IT_dept
Now when I try and print from a Windows machine, it will print but only one time. The file gets removed and no more printing can occur. The permissions are set at :
drwxrwxrwt 2 root root 4.0K Sep 24 20:57 samba
so that shouldnt be a problem.
Has anyone run into this before? I am lost and I need to get this up and running for the office ASAP. Thanks for all the help in advance :)
[2004/03/02 08:32:53, 1] smbd/service.c:make_connection_snum(705) 10.1.10.114 (IP_address) connect to service IT_Dept initially as usersamba (uid=501, gid=501) (pid 28673)
lpr: Unable to access "IT_Dept" - No such file or directory
This looks like a permissions issue, but I am stumped. There is no file IT_Dept in /var/spool/samba so I made one with:
# touch IT_dept
Now when I try and print from a Windows machine, it will print but only one time. The file gets removed and no more printing can occur. The permissions are set at :
drwxrwxrwt 2 root root 4.0K Sep 24 20:57 samba
so that shouldnt be a problem.
Has anyone run into this before? I am lost and I need to get this up and running for the office ASAP. Thanks for all the help in advance :)