<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: samba cups printing difficulty in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057334#M74005</link>
    <description>Judging by those lines, I'd assume it requires that directory.  What does the /usr/lib/cups/backend/ directory contain?  Restart cups, and check that directory again, still no joy?&lt;BR /&gt;&lt;BR /&gt;I would assume that sending a job from the command line would fail as well if this was a core directory.&lt;BR /&gt;&lt;BR /&gt;All samba is doing is launching a print-job command-line when one comes in, the same as if you typed 'lp -d&lt;PRINTER&gt; &lt;FILE&gt;'.&lt;BR /&gt;&lt;BR /&gt;Have you tried doing the standard 'lp' comamnd and looking at the logs to see if a normal job works/fails/spits out errors?&lt;/FILE&gt;&lt;/PRINTER&gt;</description>
    <pubDate>Thu, 28 Aug 2003 05:16:38 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2003-08-28T05:16:38Z</dc:date>
    <item>
      <title>samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057326#M73997</link>
      <description>Hi,&lt;BR /&gt;I am new to linux. I had cups configured and working fine until i started&lt;BR /&gt;running samba. After that i am not able to get any printouts. The&lt;BR /&gt;http://localhost:631 is working and this interface shows the job as&lt;BR /&gt;pending for ever. The printer state seem to be idle and accepting jobs.&lt;BR /&gt;But the printouts never came out. I checked the error log and tried to&lt;BR /&gt;make sense from it. I couldn't figure out anything even after changing the&lt;BR /&gt;loglevel to debug. &lt;BR /&gt;This is tail part of my error log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  [26/Aug/2003:21:08:59 -0700] [Job 13] PageWidth = 612.0, PageLength =&lt;BR /&gt;792.0&lt;BR /&gt;D [26/Aug/2003:21:08:59 -0700] [Job 13] 0 %%Trailer&lt;BR /&gt;D [26/Aug/2003:21:08:59 -0700] [Job 13] Saw Trailer!&lt;BR /&gt;D [26/Aug/2003:21:08:59 -0700] [Job 13] Saw EOF!&lt;BR /&gt;D [26/Aug/2003:21:08:59 -0700] UpdateJob: job 13, file 0 is complete.&lt;BR /&gt;D [26/Aug/2003:21:08:59 -0700] StopJob: id = 13, force = 0&lt;BR /&gt;D [26/Aug/2003:21:08:59 -0700] StopJob: printer state is 3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Later i found that the printcap generated by cupsd.conf seems incomplete.&lt;BR /&gt;It has only the printer names. It does not have any other details. Could&lt;BR /&gt;this be the problem ?&lt;BR /&gt;&lt;BR /&gt;Please help me out. I have been stuck in this for nearly a week now !!!&lt;BR /&gt;&lt;BR /&gt;Velu.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2003 05:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057326#M73997</guid>
      <dc:creator>roopa</dc:creator>
      <dc:date>2003-08-27T05:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057327#M73998</link>
      <description>Ok a few dumb questions.&lt;BR /&gt;&lt;BR /&gt;After configuring samba, could you no longer send jobs from the command line using the 'lp' commands?&lt;BR /&gt;&lt;BR /&gt;What are the printer settings you've used in your 'smb.conf'?&lt;BR /&gt;&lt;BR /&gt;Now, as for the printcap comment, no.  They are fine.  As Cups doesn't *USE* a printcap, the incomplete values are valid.  It's only there to provide a list of printers to older software which relies upon the /etc/printcap for the list of valid printers.&lt;BR /&gt;&lt;BR /&gt;Depending on your configuration of Samba depends on which subsystem it will try to use to get the printer list, and hwo to send jobs to a printer.</description>
      <pubDate>Wed, 27 Aug 2003 23:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057327#M73998</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-27T23:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057328#M73999</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First of all, Thanks a lot for your reply. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;Ok a few dumb questions.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;After configuring samba, could you no longer &amp;gt;send jobs from the command line using the 'lp' &amp;gt;commands?&lt;BR /&gt;&lt;BR /&gt;I can send jobs from command line. But the problem is, the jobs sent are pending for ever. It never seem to reach the printer. I can see the files spooled in /var/spool/samba. But none are printed. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What are the printer settings you've used in &amp;gt;your 'smb.conf'?&lt;BR /&gt;&lt;BR /&gt;[printers]&lt;BR /&gt;        path = /var/spool/samba&lt;BR /&gt;        writable = no&lt;BR /&gt;        guest ok = yes&lt;BR /&gt;        printable = Yes&lt;BR /&gt;        browseable = No&lt;BR /&gt;        printer admin = root, velu&lt;BR /&gt;                                                                                                                                                                                                     &lt;BR /&gt;[L2]&lt;BR /&gt;        path = /var/spool/samba&lt;BR /&gt;        printable = Yes&lt;BR /&gt;        printer name = L2&lt;BR /&gt;        oplocks = No&lt;BR /&gt;                                                                                                                                                                                                     &lt;BR /&gt;[Herberger]&lt;BR /&gt;        path = /var/spool/samba&lt;BR /&gt;        printable = Yes&lt;BR /&gt;        printer name = Herberger&lt;BR /&gt;        oplocks = No&lt;BR /&gt;&lt;BR /&gt;These are my printer settings in smb.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please let me know. Thanks &lt;BR /&gt;&lt;BR /&gt;Velu.</description>
      <pubDate>Thu, 28 Aug 2003 01:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057328#M73999</guid>
      <dc:creator>roopa</dc:creator>
      <dc:date>2003-08-28T01:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057329#M74000</link>
      <description>Ok, can send jobs from the command line.  Good.&lt;BR /&gt;&lt;BR /&gt;This means that the printing sub-systems are working fine.&lt;BR /&gt;&lt;BR /&gt;What is not working is the Samba configuration.&lt;BR /&gt;&lt;BR /&gt;Lets have a look at that then.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [printers] &lt;BR /&gt;&amp;gt; path = /var/spool/samba &lt;BR /&gt;&amp;gt; writable = no &lt;BR /&gt;&amp;gt; guest ok = yes &lt;BR /&gt;&amp;gt; printable = Yes &lt;BR /&gt;&amp;gt; browseable = No &lt;BR /&gt;&amp;gt; printer admin = root, velu &lt;BR /&gt;&amp;gt; [L2] &lt;BR /&gt;&amp;gt; path = /var/spool/samba &lt;BR /&gt;&amp;gt; printable = Yes &lt;BR /&gt;&amp;gt; printer name = L2 &lt;BR /&gt;&amp;gt; oplocks = No &lt;BR /&gt;&amp;gt; [Herberger] &lt;BR /&gt;&amp;gt; path = /var/spool/samba &lt;BR /&gt;&amp;gt; printable = Yes &lt;BR /&gt;&amp;gt; printer name = Herberger &lt;BR /&gt;&amp;gt; oplocks = No &lt;BR /&gt;&lt;BR /&gt;What you've not said are the GLOBAL printing settings, for instance the one called:&lt;BR /&gt;&lt;BR /&gt;printing = &lt;SUBSYSTEM type=""&gt;&lt;BR /&gt;&lt;BR /&gt;From memory, it defaults to 'LPRNG' style of printing.  Try forcing this to 'CUPS' (as listed in 'man smb.conf'), restarting samba, and see if that fixes it.&lt;BR /&gt;&lt;BR /&gt;If not, try forcing the 'lpq command' to be the same sort of command as you use on the command line.&lt;BR /&gt;&lt;BR /&gt;Some more things to look at for you ;)&lt;/SUBSYSTEM&gt;</description>
      <pubDate>Thu, 28 Aug 2003 01:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057329#M74000</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-28T01:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057330#M74001</link>
      <description>oops... I am sorry i forgot to paste the global section of my smb.conf&lt;BR /&gt;&lt;BR /&gt;[global]&lt;BR /&gt;        workgroup = SIMPHOENIX&lt;BR /&gt;        encrypt passwords = Yes&lt;BR /&gt;        log level = 1&lt;BR /&gt;        max log size = 1000&lt;BR /&gt;        wins support = Yes&lt;BR /&gt;        hosts allow = localhost.localdomain&lt;BR /&gt;        hosts deny = ALL&lt;BR /&gt;        printing = cups&lt;BR /&gt;        printcap name = cups&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is what i have in the global section.&lt;BR /&gt;It didn't work for this configuration.&lt;BR /&gt;Thanks once again&lt;BR /&gt;Velu.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2003 01:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057330#M74001</guid>
      <dc:creator>roopa</dc:creator>
      <dc:date>2003-08-28T01:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057331#M74002</link>
      <description>Ok then, set the global 'print command =' setting to be an 'lp' command that prints jobs, using %s as the file name, and %p as the queue name.  Somthing similar to this:&lt;BR /&gt;&lt;BR /&gt;print command = lp -c -d%p -oraw %s &amp;amp;&amp;amp; rm %s&lt;BR /&gt;&lt;BR /&gt;This is what I use on a SCO OpenServer system, so you'll want to alter it slightly to suit Linux.&lt;BR /&gt;&lt;BR /&gt;You'll not need the '-c' (as both Linux printing subsystems copy the job by default).</description>
      <pubDate>Thu, 28 Aug 2003 01:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057331#M74002</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-28T01:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057332#M74003</link>
      <description>Oops, forgot to mention.  The '-oraw' is there 'cause the Windows Printing subsystem has already formatted the job, so it just needs to be spat out of the Linux queues, not processed further.</description>
      <pubDate>Thu, 28 Aug 2003 01:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057332#M74003</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-28T01:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057333#M74004</link>
      <description>Hi,&lt;BR /&gt;I tried giving the print command. It is still not working. I tried looking in the error log of cups. I have given a snap shot of the error log where there might be a problem. Please have a look at the place where it says "No such file or directory" "/usr/lib/cups/backend///129.219.73.160" &lt;BR /&gt;This is what it is looking for. Is this the problem. I am not sure what it is looking for. Please let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your immediate reply.&lt;BR /&gt;Velu.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;print_job: requesting-user-name = 'root'&lt;BR /&gt;I [27/Aug/2003:22:44:17 -0700] Job 14 queued on 'L2' by 'root'.&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] Job 14 hold_until = 0&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] StartJob(14, 0x8092e98)&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] StartJob() id = 14, file = 0/1&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] job-sheets=none,none&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] banner_page = 0&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] StartJob: argv = "L2","14","root","column","1","","/var/spool/samba/d00014-001"&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] StartJob: envp = "PATH=/usr/lib/cups/filter:/bin:/usr/bin","SOFTWARE=CUPS/1.1","USER=root","CHARSET=iso-8859-1","LANG=en_US","","PPD=/etc/cups/ppd/L2.ppd","CUPS_SERVERROOT=/etc/cups","RIP_MAX_CACHE=8m","TMPDIR=/var/spool/cups/tmp","CONTENT_TYPE=application/vnd.cups-raw","DEVICE_URI=//129.219.73.160","PRINTER=L2","CUPS_DATADIR=/usr/share/cups","CUPS_FONTPATH=/usr/share/cups/fonts","","",""&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] StartJob: statusfds = 7, 8&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] StartJob: filterfds[1] = 9, -1&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] StartJob: backend = "/usr/lib/cups/backend///129.219.73.160"&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] StartJob: filterfds[0] = -1, 10&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] start_process("/usr/lib/cups/backend///129.219.73.160", 0xbfff06f0, 0xbffefba0, 9, 10, 8)&lt;BR /&gt;E [27/Aug/2003:22:44:17 -0700] PID 20820 stopped with status 22!&lt;BR /&gt;I [27/Aug/2003:22:44:17 -0700] Started backend /usr/lib/cups/backend///129.219.73.160 (PID -20820) for job 14.&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] ProcessIPPRequest: 6 status_code=0&lt;BR /&gt;D [27/Aug/2003:22:44:17 -0700] [Job 14] /usr/lib/cups/backend///129.219.73.160: No such file or directory</description>
      <pubDate>Thu, 28 Aug 2003 04:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057333#M74004</guid>
      <dc:creator>roopa</dc:creator>
      <dc:date>2003-08-28T04:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057334#M74005</link>
      <description>Judging by those lines, I'd assume it requires that directory.  What does the /usr/lib/cups/backend/ directory contain?  Restart cups, and check that directory again, still no joy?&lt;BR /&gt;&lt;BR /&gt;I would assume that sending a job from the command line would fail as well if this was a core directory.&lt;BR /&gt;&lt;BR /&gt;All samba is doing is launching a print-job command-line when one comes in, the same as if you typed 'lp -d&lt;PRINTER&gt; &lt;FILE&gt;'.&lt;BR /&gt;&lt;BR /&gt;Have you tried doing the standard 'lp' comamnd and looking at the logs to see if a normal job works/fails/spits out errors?&lt;/FILE&gt;&lt;/PRINTER&gt;</description>
      <pubDate>Thu, 28 Aug 2003 05:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057334#M74005</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-28T05:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057335#M74006</link>
      <description>Judging by those lines, I'd assume it requires that directory. What does the /usr/lib/cups/backend/ directory contain? Restart cups, and check that directory again, still no joy?&lt;BR /&gt;&lt;BR /&gt;[simphoenix@localhost simphoenix]$ cd /usr/lib/cups/backend/&lt;BR /&gt;[simphoenix@localhost backend]$ ls&lt;BR /&gt;canon  http  lpd  parallel  scsi    smb     usb&lt;BR /&gt;epson  ipp   ncp  ptal      serial  socket&lt;BR /&gt;[simphoenix@localhost backend]$&lt;BR /&gt;&lt;BR /&gt;This is what it contains. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would assume that sending a job from the command line would fail as well if this was a core directory.&lt;BR /&gt;&lt;BR /&gt;So far all the print job i gave are from command line using lp command. &lt;BR /&gt;&lt;BR /&gt;All samba is doing is launching a print-job command-line when one comes in, the same as if you typed 'lp -d&lt;PRINTER&gt; &lt;FILE&gt;'.&lt;BR /&gt;&lt;BR /&gt;Have you tried doing the standard 'lp' comamnd and looking at the logs to see if a normal job works/fails/spits out errors?&lt;BR /&gt;&lt;BR /&gt;I am sorry. I dont understand what you mean by standard lp command. Please be more specific. &lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;Velu.&lt;/FILE&gt;&lt;/PRINTER&gt;</description>
      <pubDate>Thu, 28 Aug 2003 05:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057335#M74006</guid>
      <dc:creator>roopa</dc:creator>
      <dc:date>2003-08-28T05:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057336#M74007</link>
      <description>&amp;gt;&amp;gt;I would assume that sending a job from the command line would fail as well if this was a core directory. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;So far all the print job i gave are from command line using lp command. &lt;BR /&gt;&lt;BR /&gt;What lp command are you using?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;All samba is doing is launching a print-job command-line when one comes in, the same as if you typed 'lp -d&lt;PRINTER&gt; &lt;FILE&gt;'. &lt;BR /&gt;&amp;gt;&amp;gt;Have you tried doing the standard 'lp' comamnd and looking at the logs to see if a normal job works/fails/spits out errors? &lt;BR /&gt;&lt;BR /&gt;&amp;gt;I am sorry. I dont understand what you mean by standard lp command. Please be more specific. &lt;BR /&gt;&lt;BR /&gt;The command you used above.&lt;/FILE&gt;&lt;/PRINTER&gt;</description>
      <pubDate>Thu, 28 Aug 2003 22:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057336#M74007</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-28T22:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057337#M74008</link>
      <description>What lp command are you using?&lt;BR /&gt;&lt;BR /&gt;At first i was using....&lt;BR /&gt;lp -d %p -o filename&lt;BR /&gt;&lt;BR /&gt;When you said about oraw i used...&lt;BR /&gt;lp -d %p -oraw filename.&lt;BR /&gt;&lt;BR /&gt;If you look at the error log i pasted in my previous post, you will see that the process has been stopped with status 22. What does this status 22 mean.&lt;BR /&gt;Is there any way to find about this status 22? This might probably be a reason.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Velu.</description>
      <pubDate>Fri, 29 Aug 2003 00:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057337#M74008</guid>
      <dc:creator>roopa</dc:creator>
      <dc:date>2003-08-29T00:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057338#M74009</link>
      <description>I don't know what status 22 is..  but change your reference to 'filename' to '%s', i.e.&lt;BR /&gt;&lt;BR /&gt;print command = lp -d %p -oraw %s</description>
      <pubDate>Fri, 29 Aug 2003 02:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057338#M74009</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-29T02:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057339#M74010</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You might get more information if you change the debug level for cupsd.  On Slackware it is /etc/cups/cupsd.conf but your mileage may vary.  You can edit the "LogLevel" from the default of logging just requests and state changes to logging absolutely everything.&lt;BR /&gt;&lt;BR /&gt;This may get more information that would be useful</description>
      <pubDate>Fri, 29 Aug 2003 04:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057339#M74010</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-08-29T04:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: samba cups printing difficulty</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057340#M74011</link>
      <description>&lt;BR /&gt;I hope this helps, but instead of having the "/etc/printcap" destination in the smb.conf, change it simply to "cups".  Also, &lt;BR /&gt; go into the /etc/cups directory and edit the mime.* files.&lt;BR /&gt;&lt;BR /&gt;Uncomment the commented lines at the end of each of these files which look like this:&lt;BR /&gt;&lt;BR /&gt;application/octet-stream&lt;BR /&gt;&lt;BR /&gt;This will substitute more consistently for the &lt;BR /&gt;print-command line in your smb.conf file.&lt;BR /&gt;&lt;BR /&gt;Try that.&lt;BR /&gt;&lt;BR /&gt;Oh, and you say you can't even execute the following command:&lt;BR /&gt;&lt;BR /&gt;cat /etc/hosts | lpr   ???&lt;BR /&gt;&lt;BR /&gt;If this doesn't help, try the samba documentation...its long but its really good.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.samba.org" target="_blank"&gt;http://www.samba.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;~Ross</description>
      <pubDate>Fri, 12 Sep 2003 17:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-cups-printing-difficulty/m-p/3057340#M74011</guid>
      <dc:creator>Ross Carver</dc:creator>
      <dc:date>2003-09-12T17:59:51Z</dc:date>
    </item>
  </channel>
</rss>

