LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 10-19-2004, 02:24 PM   #1
mooreted
Member
 
Registered: May 2003
Posts: 598

Rep: Reputation: 30
Samba printing. Spool but no print


I have Suse 9.1 Personal edition. I have setup Samba to get printing to work from the Windows XP box. When I print something from Windows XP, it seems to work just fine except nothing comes out of the printer.

I have been working on this for 3 days now and I could really use some help.

Here is my smb.conf file:

# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2004/10/19 12:06:04

# Global parameters
[global]
workgroup = TUX-NET
load printers = yes
map to guest = Bad User
interfaces = 127.0.0.1, eth0
printing = cups
printer admin = @ntadmin, root, administrator
bind interfaces only = Yes

[homes]
comment = Home Directories
valid users = %S
read only = No
browseable = No

[users]
comment = All users
path = /home
read only = No
inherit permissions = Yes
veto files = /aquota.user/groups/shares/

[groups]
comment = All groups
path = /home/groups
read only = No
inherit permissions = Yes

[pdf]
comment = PDF creator
path = /var/tmp
create mask = 0600
printable = Yes
print command = /usr/bin/smbprngenpdf -J '%J' -c %c -s %s -u '%u' -z %z

[printers]
printer = Lexmark
create mask = 0600
browseable = no
comment = All Printers
printable = yes
path = /var/tmp

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin, root
force group = ntadmin
create mask = 0664
directory mask = 0775
 
Old 10-20-2004, 03:01 PM   #2
pturner7
Member
 
Registered: Jun 2003
Location: UK
Distribution: openSUSE 11.0
Posts: 30

Rep: Reputation: 15
Let me see if I understand you corrcetly :

The Linux machine is networked to the XP machine and the XP machine has the printer connected to it?

Quote:
When I print something from Windows XP, it seems to work just fine except nothing comes out of the printer.
So which does not work? A print job sent from the Linux machine or a print job from the Xp machine or neither?

I had a similar problem where jobs sent from the Linux machine would get stuck in the spool on the XP and hang the printer (although the print head would move then stop). To get round this on the XP machine goto Printer > Properties > Port then uncheck 'Enable bi-directional Support'.

Hope this helps ...

Last edited by pturner7; 10-20-2004 at 03:02 PM.
 
Old 10-20-2004, 03:28 PM   #3
Praetor Judis
LQ Newbie
 
Registered: Oct 2004
Distribution: SuSE 9.1
Posts: 25

Rep: Reputation: 15
I'm going to answer, assuming that the printer is on the Linux box and the client is the XP machine.

In my experience, you ought to have the client machine open a file share before printing. XP is terrible at sending authentication for printing when the machine isn't a member of a domain.

This happened to me last week. My wife didn't have a password set on her XP machine, so her mapped drives (we keep our mp3's on the Linux box) eventually timed out and didn't reconnect, which also killed her attempt to print. I fixed the issue by convincing her to use a password at login, persistently mapping the drives and now she has no more printing problems.

Opps! Edit

I just realized that the jobs are obviously getting to the machine just fine. I'm going to leave the above (just in case it helps someone), but I think you need to add

Code:
cups options = raw
to the global portion of your smb.conf.

Last edited by Praetor Judis; 10-20-2004 at 03:46 PM.
 
Old 10-20-2004, 06:55 PM   #4
mooreted
Member
 
Registered: May 2003
Posts: 598

Original Poster
Rep: Reputation: 30
Thanks everyone. Sorry I wasn't too clear. The printer is connected to the Linux box and I want the XP machine to print to it. There are only two machines in my network. They share an Internet connection through a D-Link router.

I will give your suggestions a try and see what happens.
 
Old 10-22-2004, 11:07 AM   #5
mooreted
Member
 
Registered: May 2003
Posts: 598

Original Poster
Rep: Reputation: 30
Okay, I added "cups options = raw" to the global portion of my smb.conf file, restarted smbd and nmbd then ran testparm.

Testparm returns this error:

"Load smb config files from /etc/samba/smb.conf
Unknown parameter encountered: "cups options"
Ignoring unknown parameter "cups options""

I think I am going to have to admit that I just can't do it. I guess I'll break down and get a print server.

Thanks for trying.
 
Old 10-22-2004, 05:36 PM   #6
rrohde
LQ Newbie
 
Registered: Oct 2004
Posts: 10

Rep: Reputation: 0
Don't give up just yet!

I had a very similar situation, and the fix lies in the /etc/cups/mime.convs & /etc/mime.types files.
Those 2 files you have to edit and uncomment the entries in both that prevent RAW printing.

This entry in mime.convs has to be uncommented:

application/octet-stream application/vnd.cups-raw 0 -


... as well is this on in mime.types:

application/octet-stream


restart cups, restart smb, and try again...
 
Old 10-22-2004, 06:49 PM   #7
mooreted
Member
 
Registered: May 2003
Posts: 598

Original Poster
Rep: Reputation: 30
Okay, thanks. I haven't tried printing yet, but now testparm shows this:

"Invalid combination of parameters for service lexmark. Level II oplocks can only be set if oplocks are also set."

Server role: ROLE_STANDALONE

UPDATE: I set oplocks to "Yes" and am not getting this error message. When I can, I'll try printing form the Windows host and see what happens. I'll let you know if this works.

How do you learn such obscure things?


Last edited by mooreted; 10-22-2004 at 06:52 PM.
 
Old 10-22-2004, 07:04 PM   #8
mooreted
Member
 
Registered: May 2003
Posts: 598

Original Poster
Rep: Reputation: 30
Nope, that didn't work either.

I have Suse 9.2 Professional coming as soon as it's released. Maybe that will solve some problems.

Thanks for trying.
 
Old 10-22-2004, 07:24 PM   #9
rrohde
LQ Newbie
 
Registered: Oct 2004
Posts: 10

Rep: Reputation: 0
when you print from the XP box, can you do a lpq on the server's command line and see if the spooler has the content?

Is the user that is on the XP box also within /etc/passwd and was added to samba with smbadduser -a?
 
Old 10-22-2004, 10:39 PM   #10
mooreted
Member
 
Registered: May 2003
Posts: 598

Original Poster
Rep: Reputation: 30
bash: smbadduser: command not found

I will try from WebMIn.

Thanks.
 
Old 10-22-2004, 10:58 PM   #11
rrohde
LQ Newbie
 
Registered: Oct 2004
Posts: 10

Rep: Reputation: 0
OOps.. I meant smbpasswd -a (guess I confused it with RH9)

smbpasswd -a <username as it appears in /etc/passwd>
 
Old 10-22-2004, 11:00 PM   #12
rrohde
LQ Newbie
 
Registered: Oct 2004
Posts: 10

Rep: Reputation: 0
Try this, to see if that user can get to the printer from the commanline...

smbclient //localhost/<printername> -U <winXP_user>

Once successfully logged in, type "print <filename>" to test printing as that samba user...
 
Old 10-23-2004, 04:56 AM   #13
mooreted
Member
 
Registered: May 2003
Posts: 598

Original Poster
Rep: Reputation: 30
Printing as the XP samba user works, at least from the Suse host.
 
Old 10-23-2004, 01:25 PM   #14
rrohde
LQ Newbie
 
Registered: Oct 2004
Posts: 10

Rep: Reputation: 0
So, essentially, the only thing that's between XP and printing to samba is CUPS. ... and from my own experience with it, those two mime.types and mime.convs files were the culprit, as they denied RAW printing....

But besides that, you might want to check your firewall on the SuSE host to check whether it blocks access from the internal LAN.
 
Old 10-23-2004, 03:20 PM   #15
mooreted
Member
 
Registered: May 2003
Posts: 598

Original Poster
Rep: Reputation: 30
Been down that road. I am not using a firewall on my workstations. I am using the hardware firewall on my router.

Thanks for the help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba/Cups print sharing problems (/var/spool/samba files) Gates1026 Linux - General 9 06-23-2013 01:33 AM
Samba/Win2K printing ignores print quantity ahz10 Linux - Software 0 05-17-2005 06:36 PM
Samba Printserver - windows clients now spool before printing heathpitts Linux - Software 0 04-01-2004 12:17 PM
Print popup to Windows Client after samba finish printing harrisliu Linux - Networking 0 03-13-2004 05:19 AM
Monitoring the print spool rmarvin Linux - Newbie 0 10-23-2003 02:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 01:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration