Why printing from Maverick towards a 1.4.x CUPS running on RedHat won't work? Used to work, not anymore once upg to Maverick

Hello everyone,
Recently upgraded to Maverick just to discover that we can no longer print to CUPS. We have the following config
Maverick --> CUPS 1.4 (RHEL 6.x) (RAW Queue) --> Lexmark 460dn
              ^ ^
Windows_______| |
                |
Linux WS _______|
Both windows and Linux can still print through CUPS and so do a bunch of Mountain Lions or even older OSX installs. Maverick though will put the printer into an endless gibberish print mode (gotta reset the printer). Tried deleting and adding the printer again; bringing in the latest drivers from Lexmark; install a new generic printer, both PS and PCL; install from the CUPS web interface; install a different CUPS 1.5 on a different Linux box and share the very same printer; neither made any difference.
Hooking Maverick directly via USB will print and the CUPS 1.4 acts just a simple "pass the buck" because of the RAW queue definition, so anybody with a hint?

I have a similar problem, using an HP Laserjet 1100, attached to a networked Windows XP machine .
When looking at the cups log, I found the following problems ( put in bold )
in the /private/etc/cupds.conf file, related to this printer :
1 Unknown directive BrowseOrder on line 7
2 Unknown directive BrowseAllow on line  8
3 Missing value for BrowseRemoteProtocols on line 120
4 Unknown directive BrowseAddress on line  121
Could it be that the installation of Mavericks did cause these problems?
Any suggestion for solution would be very welcome.
This is the contents of the cupds.conf file :
LogLevel warn
SystemGroup admin
SystemGroupAuthKey system.print.admin
Port 631
Listen /private/var/run/cupsd
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseLocalProtocols dnssd
DefaultAuthType Basic
WebInterface yes
<Location />
  Allow @LOCAL
  Order allow,deny
</Location>
<Location /admin>
  Order allow,deny
</Location>
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
</Location>
<Policy default>
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default
  <Limit Create-Job Print-Job Print-URI Validate-Job>
    Order deny,allow
  </Limit>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @AUTHKEY(system.print.operator) @admin @lpadmin
    Order deny,allow
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @AUTHKEY(system.print.operator) @admin @lpadmin
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
<Policy authenticated>
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default
  <Limit Create-Job Print-Job Print-URI Validate-Job>
    AuthType Default
    Order deny,allow
  </Limit>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @AUTHKEY(system.print.operator) @admin @lpadmin
    Order deny,allow
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    AuthType Default
    Require user @OWNER @AUTHKEY(system.print.operator) @admin @lpadmin
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
<Policy kerberos>
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default
  <Limit Create-Job Print-Job Print-URI Validate-Job>
    AuthType Negotiate
    Order deny,allow
  </Limit>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Negotiate
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @AUTHKEY(system.print.operator) @admin @lpadmin
    Order deny,allow
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    AuthType Negotiate
    Require user @OWNER @AUTHKEY(system.print.operator) @admin @lpadmin
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
BrowseRemoteProtocols
BrowseAddress @LOCAL

Similar Messages

  • How to I get my Canon MX700 to scan to my new iMAC top? Currently the Canon will print from the iMAC. They are on a wireless home network. The Canon use to scan to the PC using software called MP or Navigator.

    How do I get my Canon MX700 to scan to my new iMAC top? Currently the Canon will print from the iMAC. They are on a wireless home network. The Canon use to scan to the PC using software called MP Navigator.

    Did you try scanning using Image Capture?
    Otherwise, check the Canon website for updated software.

  • Anyone know of a way to adjust the top and side MARGINS of a document printed from iOS numbers? The default margins are too wide. Need more working space.

    Anyone know of a way to adjust the top and side MARGINS of a document printed from iOS numbers? The default margins are too wide. Need more working space.

    Open the document,
    Tap the Tools icon (upper right).
    Tap Document Set up.
    Drag the margins to the position you wish (the actual margin width sould display as you are doing this).

  • I cant tranfer music from an old account because i dont remember the password and i dont work there anymore so i cant recieve the email to get the password.

    i cant tranfer music from an old account because i dont remember the password and i dont work there anymore so i cant recieve the email to get the password.

    Hi, Carmen. 
    Thank you for visiting Apple Support Communities. 
    If you need to reset you security questions, do not know the answers and no longer have access to that email account, see the last sentence under Note in step 5.
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    Note: The option to send an email to reset your security questions and answers will not be available if a rescue email address is not provided. You will need tocontact iTunes Store support in order to do so.
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/ht5312
    Cheers,
    Jason H.

  • How to print from Mavericks to an old Xerox M24 Workcentre?

    Dear All,
    We have a Xerox Workcentre M24 printer-fax-scanner at our office.
    Unfortunately Xerox stopped supporting this printer for Mac OS X from version 10.3 when they still provided a beta driver. This is particularly unfortunate since we are still under contract with Xerox - so we must keep the equipment even if they do not provide updated drivers for it :-(
    Although Xerox states that the M24 is not compatible with recent Mac OS X I myself am so far perfectly able to print from my computer running Mavericks. I suppose this happens because I already had the drivers installed and working back in Leopard and then upgraded to Snow Leopard, Mountain Lioin and finally to Mavericks allways keeping the abillity to print to it.
    Why am I bothering you since I can print? Because no one else at my office can!  Newer Macs and even older that did not previously installed the drivers cannot print since  there are no driver installers at all.
    Xerox does provide a Global printer driver with limited functionallities but not for Mac, only Windows! :-(
    Apple does provide a Mavericks printer drivers package but the Xerox M24 is not included.
    Does anyone have a suggestion?
    Left without options so far I was wondering if it would be accpetable to copy one or more printer/system folders from my computer and bluntly paste them onto my colleagues Macs. If you think this won't create havoc on their system, and that it actually might work can you help me directing me to which folder(s) to copy?
    Much obliged,
    -- joão

    You aren't without options!
    I don't recommend copying files.
    From the specs from Xerox:
    PDLs: PCL6 and PCL5e emulations, optional Adobe® PostScript® 3™
    So, first question is do you have the postscript option installed?
    If not, no problem - this printer emulates an HP laserjet with the Page Description Language "PCL."
    You should try this:
    1) in Print & Scan prefs click " + " (add), and select IP printer > HP Jetdirect/socket protocol.
    2) Enter the printer's IP address.
    3) For driver, select "Generic PCL"
    Now, this will only print black & white, but is a good test to see if it works with your Mac.
    Report your success.

  • Why printing from MacBook is too slow?

    Hello friends,
    Does anyone know how to improve the printing from Macbook faster? I have had very bad experience until today about the printing on Macbook using PDF file, it takes more 30 min to print only a 23 K file. Please anyone suggests me to get rid this stupid thing. It annoys us so much. Thank you.

    Please describe the problem in as much relevant detail as possible. The better your description, the better the chance of a solution.
    For example, if the computer is slow, which specific actions are slow? Is it slow all the time, or only sometimes? When did it start to be slow? Did you change anything just before it started? Have you seen any alerts or error messages? Have you done anything to try to fix it? Most importantly, do you have a current backup of all data? If the answer to the last question is "no," back up now. Ask if you need guidance. Do nothing else until you have a backup.

  • TS3274 Trying to save photos from Facebook to my iPad photos, all of the sudden it won't work

    Trying to move pictures from Facebook to my ipad2 have done this before now all of the sudden doesn't

    Which version of RealPlayer are you using?  Is it the latest version?  Have you tried repairing permissions and restarting your computer?
    Is there a better way to download video on my Mac?
    QuickTime - already installed on your computer
    VLC
    Flip4Mac

  • Any ideas on why 4s brightness control won't work (not auto brightness)

    Within the past week or so my brightness control stopped working. Restored OS but that didn't fix it.  I suppose it is just broken but seems an unlikely failure when everthing else still works.
    I've read all the threads on the auto brightness issues and fixes, but this is not that. The brightness slider does nothing with or without auto control on and in a dark room or full daylight.
    Anything else I might try short of replace the phone?
    Not a huge issue except for the fact that the already short battery life is reduced by no longer being able to reduce the brightness.

    If this is just happening on your home wifi, you might want to try unplugging your router for 15 seconds, then pluggint it back in.  Then on your devices, go to Settings>General>Reset and tap Reset Network Settings.  Note: this will erase passwords for previously joined networks so you'll have to rejoin your wifi again.

  • Since downloading Mavericks nearly everytime I attempt to print it crashes the program I want to print from.  Any ideas how to fix?

    Since downloading Mavericks nearly everytime I attempt to print it crashes the program I want to print from.  Any ideas how to fix?

    Thank you very much!  Worked!  Appreciate the help.

  • Why all of the sudden will not print from email or phone - no problems before

    I have had no problems with my new web enabled printer from day one. Infact I fell in love with it. I haven't printed anything on it for a few days now and all of the sudden it won't print. I am connected to the internet and it shows being online but nothing. Can't print emails or phono's from my phone. I have double checked everything and it won't work.

    I forgot to mention - according to my emails and the notice I recieved it says the mail has been delivered to my printer and it is waiting to print.

  • Printing from webdynpro

    Hi All,
    In my webdynpro I have 2 buttons PREVIEW and PRINT.
    With PREVIEW button click Iu2019m able to open my custom built adobe form in a separate window. Working fine and no issues here.
    With PRINT button click, I have to send the same form directly to the local printer. I have written the below code for button event.
    DATA: fm_name TYPE funcname,
          fp_outputparams TYPE sfpoutputparams,
          fp_docparams  TYPE  sfpdocparams,
          fp_formoutput TYPE fpformoutput.
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
      EXPORTING
        i_name     = 'YICS_RECEIPT'
      IMPORTING
        e_funcname = fm_name.
    fp_outputparams-device = 'PRINTER'.
    fp_outputparams-nodialog u2013 abap_true.
    fp_outputparams-preview = abap_false.
    CALL FUNCTION 'FP_JOB_OPEN'
      CHANGING
        ie_outputparams = fp_outputparams.
    CALL FUNCTION fm_name
      EXPORTING
        /1bcdwb/docparams  = fp_docparams
        i_header           = ls_header
        it_item            = it_item
        i_cmode            = ls_cmode
        it_acc             = it_acc
      IMPORTING
        /1bcdwb/formoutput = fp_formoutput.
    CALL FUNCTION 'FP_JOB_CLOSE'.
    Once I click on the PRINT button, Iu2019m able to see an entry in spool list with status u2018COMPLu2019 in green color, but the output is not printed to the printer. When I double click on the status Im seeing the below spool information.
    Description          Value                              
    Status:               Compl.                               
    Last event:                                               
    Message:           Front end did not get print data after timeout
    Date:                 25.03.2010                           
    Time:                18:10:48                             
    Job status:          Waiting for spool server             
    Error class:         Problem                              
    Some more information:
    In SE38 I have created an executable program and executed the same above code, form has been printed to the printer. Same code is working fine through GUI, but not working with webdynpro button event.
    With basis help I have configured new output device ZLP01 with below parameters.
    Device Type: PDF1
    Device Class: Space (Standard Printer)
    Access Method: G (Front End Printing with Control Tech)
    Host Printer: __default
    Regards,
    Vijay.

    Hi Vijay,
    I'm not 100% sure - but I think your issue is that you are trying to print directly to the users local printer? And you are trying to use the standard SAP local printer setup to do that?
    That uses the GUI as a conduit to the PC - the print driver that pops up in the background when you print from the GUI...
    In Web Dynpro - you have no access to that conduit so no ability to directly print.
    Think about how any web pages you've visited allow you to print - they all give you a preview - it's up to you as a user to then get those previews to your print device.
    have a read of this reference - it may help understand the issue with "auto printing" from a browser
    [why printing from a browser is problematic|http://javascript.about.com/od/events/a/print.htm]
    Hope this helps,
    Cheers,
    Chris

  • Printing Problem Mavericks

    Hi
    I have just changed my router from Netgear N900 to Netdear N600
    I have an Epson xp-30 printer connected via usb cable to my main imac computer  Printer sharing is on.
    I have another Imac in another room that i have previously used to share this printer
    Since the router upgrade i cannot even see the main printer on my other Imac and therefore cannot add it or print
    Could this something to with my change of router  It was printing before the change. Now i can only print from main computer. Cannot share it.
    Running Mavericks 10.9.4
    Any help appreciated
    thanks

    So the printer is connected via USB to the iMac and you are attempting to share the printer with other computers in the house. First can you print via USB to the printer from the iMac, if not then reset the printing system per Apples instructions in Mac OS X: How to reset the printing system and then report back with whether the printer works with the iMac.

  • Now really can't print from Officejet Pro 8600 Plus

    This is my second attempt to get help.  The first help made it worse.  I had been unable to print from my wireless printer from my MacBook Pro, iPad, or iPhone.  After about 20 hours I got it to print from a cable (it sees my network but none of my devices can see it).  So I posted here asking for help and was told to uninstall the software, repair disc permissions, and reinstall the software.  But when I downloaded the new software my computer would not install it because it says it is for Mac System 10.7 or less and I have 10.10.  So now I can't print anything at all.  I need this for work.  Please help me fix it for real.  I can't take this any more.  
    This question was solved.
    View Solution.

    Thanks for providing that information JeanneS1. I have provided some more information that should help us resolve this issue. I know you have already spent a lot of time on this, but I am willing to continue trying to get this working properly over the wireless network. 
    Power cycle the router, restart the Mac and the printer.
    I would print off a Configuration Page to see if the printer still has a valid IP address.
    Try to access the printer's Embedded Web Server. If it connects then the printer is still on the network.
    If you don't have a valid IP address, once more run the Wireless Setup Wizard on the printer.
    Setup a Static IP address for the printer, this way the router will always assign the same IP address to the printer. Which should stop the disconnection.
    Here is a document on this issue. But for now just follow Solution two: Assign the printer an automatic static IP address under Mac. Printer Does Not Maintain Wireless Connection.
    Click the Apple menu and then click System Preferences. Click Printers & Scanners, highlight the printer name on the left side and delete the old driver, click the + sign to add the driver, you might have to click the drop down to select the printer's name to add it in.  (Officejet Pro 8600 Plus)
    Here is a screen shot.
    Then test the printer.
    You might need to update the printer's firmware if you haven't already.
    How far is the printer from the router?
    Here a few causes of why the printer can lose the wireless connection:
    The recommended distance between the printer and the router is 1.0 meter to 1.5 meters (3 ft to 5 ft).
    A nearby device that emits radio signals (such as a microwave or cordless telephone) might interfere with the wireless connection.
    A virtual private network (VPN) prevents the printer from accessing the computer and wireless network.
    The network connection is no longer active, or has low signal strength.
    The printer goes into sleep mode or standby mode.
    A firewall prevents the printer from accessing the computer and wireless network.
    What kind of router are you using?
    What kind of security are you using? (WPA2/WPA, WPA Personal, WEP)
    What band is the router set to? (2ghz or 5ghz)
    I believe by changing these settings on the router will help with this issue if it continues. You might need to contact the router company to make those changes.
    Make sure that on your wireless modem, the channels for 2.4Ghz and 5Ghz are fixed and are not set to automatic !!
    Select channel 6 for 2.4Ghz and channel 36 for 5Ghz frequency.
    Hope this helps get you up and running again.
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • How to print from a Mac to a PC by WiFi

    I have a printer (Canon MF6530)  connected to a PC Windows XP ServicePack3, i want to know, how can i print from my mac (MacBook Black Intel Core 2 Duo(/Lion)) to the PC by using WiFi, i´ve been trying several times, made my research and cant make it.  I don´t know how can i use the PC´s IP, in order to connect the computers. Beside i don´t understand the difference between the Options IP and Windows when i try to install the printer in my mac.

    It should show up in the available printers list when you select the "+" button in the Print & Fax section of System Preferences then. If it doesn't you can try selecting the IP pane and entering the IP address of the PC and use either LPD or IPP.
    Sorry, if it's still not working I would have to say "I don't know."
    Best of luck.

  • Can't print from IE 8 64 bit version only

    I am running windows 7, 64 home premium.  I have a HP c4599 all in one printer.  I installed all the latest drivers/software from the HP site. 
    I have no problems printing from any application such as word, excel, opera, etc.  I can even print from IE 8, the 32 bit version.  However, if I attempt to print from IE8, the 64 bit version, when I select print and then printer and then hit print nothing happens.  I don't get any error messages or anything.  Nothing gets put in the queue. 
    Does anyone know what the issue is?  Can you not print from IE 8 64 bit?  It is strange that I have no issues printing from any other program.
    Thanks!

    Had the same problem but fixed by using other designated printer as default but printing to the same printer.
    Could print a test page from new 8500 wireless printer and docs from Excel, Word etc but nothing from IE8 using the print drivers for Windows 7-64bit....decided to use old Officejet 7680 printer and it worked for all situations including IE8......compared both  printer test pages and discovered the environment for the 8500 which didn't work was windows NT x86 and the environment for the 7680 that worked was windows x64.......interestingly the driver names were the same, the config file was the same and the help file was the same, etc  but the data file was different too. The data file for th 8500 was hpw185g3.gpd and the data file for the 7680 was hp7600t.gpd. In other words, I select a 7680 printer software to print to the 8500 hardware.
    Recommend you add a 7600 printer choice (or some other hp model) and compare printer test pages printed from the same printer .....hope it works.

Maybe you are looking for