[Solved] Lightweight print queue manager recommendations?

My wife uses fluxbox and is very happy with it, but she is not really a command line user. However, once in a while she needs to look at her print queue and sometimes delete a print job. lpq and lprm are out of the question, although I suppose I could write a bash script for her to do that easily. Also, I don't want to confuse her with the cups interface as this requires root login to delete print jobs.
Anyone know of a small print queue GUI manager that is lightweight and does not require a load of KDE or Gnome libraries? I don't see one in the AUR that is not KDE based.
Last edited by lagagnon (2012-03-10 00:04:52)

lagagnon wrote:That requires root login and root password to delete stuff on the queue.
Are you sure? Looks like /etc/cups/cupsd.conf can be tweaked, e.g.:
<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 CUPS-Move-Job>
Require user @OWNER @SYSTEM susan
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 susan
Order deny,allow
</Limit>
Where the user you want to allow is named, of course, susan.
This is in cups 1.4.8, anyway.

Similar Messages

  • Java Print Queue Manager

    I am new to Java. I recently ran into a need to have a Java print queue manager to handle network printers. Is something like this already available or are there companies who can provide this?
    Please email me with any comments ([email protected]).
    Thank you in advance for any help.
    Regards,
    JS

    Have a look at javax.print API. I'll warn you, it's limited, but it can dynamically discover networked printers.

  • Print Queue Management via Server Admin not working

    We have Xserves (10.5.8) running the Print Service for queue management to our printers. Clients print through the server just fine.
    When the printer jams or is otherwise paused, print jobs pile up in the queue as expected. The queue can be seen and managed by logging into the server, going to Server Preferences/Print & Fax and selecting the print queue.
    However, when the queue for the paused printer is viewed within Server Admin/Print, the queue shows as empty and therefore can't be managed. We want to use Server Admin for this function because:
    1) Server Admin can be run remotely on a workstation, so no login to the server required.
    2) We can assign Print Service management rights to select non-admins so they can manage the queues.
    Any ideas on why Server Admin fails to show spooled jobs? Is it working for anyone else?
    I am using Server Admin version 10.5.3 which are the latest available that comes with Server Admin Tools 10.5.7. We had been running 10.5.7 on the Xserve and it didn't work then either.

    Here's a bit more information about our setup and our experiences with Apple's CUPS implementation:
    On the server, all printer queues are set up with only lpr and ipp sharing enabled with the PPD setting for each printer set to Generic Postscript. We found that setting the PPD to the printer specific one on the server caused problems when clients tried to use printer specific options, like paper tray selection, etc.. The selection would be undone, apparently because the driver on the server would override the previous settings. Using Generic Postscript allows the client PPD settings to go through unmodified. Our printers are general a mix of HP LaserJets and some Sharp Copiers.
    All clients use lpd to the server queues with the printers' actual PPDs configured. Using ipp is superior in that printer feedback (jams, out of toner, etc) makes it back to the clients, but ipp only works when the client, the server, and the printer are on the same network. If the ipp client is not on the same network, the client spooler immediately goes into a paused state and the print job is stuck on the client.
    Using lpd to the server queues works reliably, but there is no feedback to the client. Jobs disappear from the client queue and go to the server, appearing to the user as a successful print. If the printer is down, there's nothing they can see or do about it.

  • Printing queue management

    I'm not sure this is really a "LabVIEW" problem, but I was looking for someway to solve it from within my program.
    In my application, I am automatically printing out a 2 page test report approximately every 15 minutes. (I do this by calling a VI, and printing it out using the 'Print this VI when completed' option.) The problem is that after some time, the print queue eventually builds to a large amount of printouts and begins to bog down system performance. I am assuming that this is because the printer is running out of paper or has jammed; but I can't be sure since I am not local to the site where the software is running.
    Is there some way from within LabVIEW for me to determine if there has been a problem printing out my reports, or if the printer status is OK? I am printing to a HP Laserjet 1022n that is just plugged into the LAN. There doesn't seem to be an API in any of the manuals I've looked at for me to send a message to the printer via the network to get the size of the print queue or anything like that. The PC is running Windows XP.
    Has anyone dealt with similiar problems, or have any ideas? The best that I've been able to come up with is just to task schedule in windows a reset of the print spooler at a regular interval to stop this from happening. (Which is not really a good solution to the real problem.)

    A simple solution might be to open a command prompt using the SYSTEM EXEC.VI (essentially a container for a CIN {Code Interface Note}) and issue the NET PRINT command which will return a list of jobs in the printer queues.
    You could then work out if jobs were being printed or not and subsequently decide if to warn the user or selectively delete print queue items.
    You will get a list of all print queus so you may need to have the user indicate a specific print queue or server.
    The other option is to start accessing the Windows API to obtain printer que information, the former is likely to be the fastest to implement, if tedious.
    Below is a sample output for a computer without print queue
    "NET PRINT
    \\computername\sharename
              [\\computername] job# [/HOLD | /RELEASE | /DELETE]
    NET PRINT displays print jobs and shared queues.
    For each queue, the display lists jobs, showing the size and status of each job, and the status of the queue.
    \\computername        Is the name of the computer sharing the printer queue(s).
    sharename                Is the name of the shared printer queue.
    job#                          Is the identification number assigned to a print job. A computer with one or more printer queues assigns each print job a unique number.
    /HOLD                       Prevents a job in a queue from printing.The job stays in the printer queue, and other jobs bypass it until it is released.
    /RELEASE                Reactivates a job that is held.
    /DELETE                  Removes a job from a queue.

  • Publish client print queues as managed preferences?

    Hello,
    I followed the documentation from Papercut NG on Mac printing, section Publishing the printer via Workgroup Manager to get the defined print queues for my client machines published as managed preferences.
    I set up the print queues on the server. On the client, I configured the server print queues using the local Administrator account and printed successfully a few test pages. I then logged in with an Open Directory account with admin privileges. I then open Workgroup Manager, select a Computer Group, click Preferences, select Printing. I enable Manage Always, but the list of Available Printers remains empty, contrary to what the screenshot tells me from the referred article.
    Environment:
    + Snow Leopard Server 10.6.1 on a MacMini.
    + Snow Leopard 10.6.1 on a MacPro.
    Am I missing something?
    Ringo

    Hello,
    I followed the documentation from Papercut NG on Mac printing, section Publishing the printer via Workgroup Manager to get the defined print queues for my client machines published as managed preferences.
    I set up the print queues on the server. On the client, I configured the server print queues using the local Administrator account and printed successfully a few test pages. I then logged in with an Open Directory account with admin privileges. I then open Workgroup Manager, select a Computer Group, click Preferences, select Printing. I enable Manage Always, but the list of Available Printers remains empty, contrary to what the screenshot tells me from the referred article.
    Environment:
    + Snow Leopard Server 10.6.1 on a MacMini.
    + Snow Leopard 10.6.1 on a MacPro.
    Am I missing something?
    Ringo

  • Rights needed to manage and create print queues

    On a Netware 5.1 install with eDir 8733, what rights would I need to give a
    user so that this person would be able to create new print queues, print
    servers, and print objects? This person is not an admin and I prefer not
    making him an admin equivalent if at all possible.
    Also, on a side note, how do I create a new print queue/server/printer
    without using HP Jet Admin for an HP printer? Has anyone done this with out
    Jet Admin?
    Thank you

    Oh, but how do I link them to the MAC of the printers NIC?
    Isn't that what HP JetAdmin did for me?
    Thanks
    "Peter Kuo" <[email protected]> wrote in message
    news:[email protected]..
    | Will wrote:
    |
    | > Also, on a side note, how do I create a new print queue/server/printer
    |
    | Just use NWAdmin ...
    |
    |
    | --
    |
    |
    | Peter
    | eDirectory Rules!

  • How to create HP LaserJet 2420 printer queue on Solaris 10

    Hi Solaris Gurus,
    I am having difficulty creating a printer queue for HP LaserJet 2420 on Solaris 10 (11/9) Sparc (Sun Fire T5220) server. A popular method used is with hppi (HP Jet Direct) tool but it does not have the exact printer driver and alternative printer drivers (e.g. HP LaserJet 4 / 4M, HP LaserJet 2000 series) resulted in only part of the text occupying the wrong side of an A5 page.
    An alternative approach that has worked in the past for simple default paper tray 2 (single paper tray), with tray 1 reserved for manual feed. This method involves creating a working printer queue on a Windows workstation (XP) / server (2000) with the correct driver and having configured to support Unix printing to receive LPR request from Unix systems in general. A remote printer queue would then be defined on Solaris 10 system which points to the Windows system. However, the printing jobs kept going to tray 1 (top manual feed) even though the Windows printer queue was configured to go to tray 3 (bottom tray).
    The earlier method would be simplest but needs the right driver (PDD) but I don’t know where to find it. The latter approach is also not working despite having got the right driver on Windows. A test page on the target Windows printer queue would print to tray 3 (bottom tray) of the printer correctly.
    Printmgr does not work well with HP printers from experience. It is good for serial and local printers.
    Your advice would be much appreciated.
    Thanks,
    Crystal

    Hi Giogio, and welcome to the HP Forums.
    I am sorry to be the bearer of this news, but do the age of the printer, it is not supported by Mac OS X 10.9. I am including a list below of the supported printers from Apple:
    OS X: Printer and scanner software available for download.
    For more information, I would recommend contacting the Apple Support Communities.
    Thank you for posting on the HP Forums.
    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!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Print Queue stops jobs - help?

    *One day I could print pdfs and the next I couldn't!*
    I'm using Acrobat 7.0 Professional and everytime I try to print a pdf, from any programme, the Print Queue begins to print my file, it says opening Distiller and then the Print Queue stops, just like that! No reasons.
    I have reinstalled Acrobat having first uninstalled it from the disc, this hasn't solved my problem.
    I have repaired permissions, no solution here.
    I have run Printer Setup Repair by Fixamac and that's not helped.
    I have reset the printing system in Printer setup utility - still no help.
    I have reinstalled the OS system from the original discs and still I cannot get the printer queue to print the job!
    I have a Canon Pro 9000 printer and I can print perfectly well to that.
    PLEASE can someone help me???
    I've wasted half a day on this and have got nowhere.

    The log shows that the first process to have trouble is the backend (transport) process "pdf700", which is the PDF distiller installed by Adobe Acrobat 7. I believe the rest of the errors are related to this process failing.
    You mentioned that you deleted Acrobat, however I believe that this file may not have been deleted, or overwritten with the new installation. So I would run the the Acrobat Uninstaller and then check if this file gets left behind. If it does, then you can try manually removing this file.
    You can see that the file is located in /usr/libexec/cups/backend. You can use the Finder to navigate to the folder. With a Finder window open, select Go > Go to Folder and then type that path above. This will open the backend folder where you will see the pdf700 file. Now, before you can delete it, you will need to change ownership from system to your account. Do a Get Info on the file (Cmd I) and in the new window, expand 'Ownership and Permissions'. You will see you have read-only rights. If you expand Details, then you will see that System is the owner. Next to this is a lock. If you click this you will be prompted for the administrators account/password. After entering this, you can change the owner to your account and then close the Get Info window. Now you will be able to delete the pdf700 file.
    With the file removed, you can install Acrobat 7.x again. Of course, if the uninstaller does remove this file, then everything I mentioned above won't be required and of no help. I then recommend you check the Acrobat forums on Adobe's web site to see if there is any fixes mentioned there...

  • Print Queue suddenly stopped: OS X 10.4.10 and Bonjour via AirPort

    I've been using an Intel iMac with no problems for many months: 2 printers attached: 1 inkjet via USB, and 1 HPLJ1200 via Bonjour through Airport/USB.
    System Version: Mac OS X 10.4.10 (8R2218),
    Kernel Version: Darwin 8.10.1
    Suddenly, the Bonjour one has stopped. One minute it's printing, next minute, all jobs go into a queue but never emerge. The printer queue shows in the dock with a red "!" with all jobs in that queue stopped. If I restart the queue, it just tries to restart (green) then reverts to red "!" again. The direct USB printer continues to work fine. Problem is confined to the Bonjour printer.
    I've tried:
    1. Checking all the cables etc. Turning everything off, then one by one on. Restarting iMac, etc.
    And then (after a few experiences of others on the Forums):
    2. Verifying and fixing permissions via Disk Utility (there were no problems to fix)
    3. Uninstalling the HPLJ, and then reinstalling.
    4. Installing a 2nd instance of the HPLJ to bypass the first instance (which has a little grey "!" next to it in the Print dialogue box)
    All to no avail.
    I've then tried:
    5. OnyX, running maintenance scripts, cleaning caches.
    Still no good.
    6. Finally, I've looked into the CUPS Error Log via OnyX, and I can see a number of Errors (see transcript at end of this email). I have removed the HPLJ from the printer setup, then reinstalled it. The CUPS Error Log for this is shown below, from removal, to reinstallation.
    Is there a Unix or OSX expert in the forum who can help please?
    Many thanks
    LeslieB
    =================
    (extract of newest lines of CUPS Error Log, from OnyX:
    Covers process of deleting, then readding HPLJ1200, to the USB port on Apple Airport. Printer was recognised as Bonjour and installed. Sharing was enabled. Then test page was printed ->failed to print and queue showed red "!")
    E [14/Aug/2007:21:52:15 +1000] getprinterattrs: resource name '/printers/®¯6' no good!
    E [14/Aug/2007:21:52:15 +1000] getprinterattrs: resource name '/printers/Pâ¨ê' no good!
    I [14/Aug/2007:21:52:28 +1000] Printer 'HPLaserJet1200' deleted by ''.
    I [14/Aug/2007:21:52:28 +1000] Saving printers.conf...
    E [14/Aug/2007:21:52:28 +1000] getprinterattrs: resource name '/printers/HPLaserJet1200' no good!
    I [14/Aug/2007:21:55:53 +1000] Setting HPLaserJet1200 device-uri to "mdns://HP%20LaserJet%201200.pdl-datastream.tcp.local./?bidi" (was "file:/dev/null".)
    I [14/Aug/2007:21:55:53 +1000] Setting HPLaserJet1200 printer-is-accepting-jobs to 1 (was 0.)
    I [14/Aug/2007:21:55:53 +1000] Setting HPLaserJet1200 printer-state to 3 (was 5.)
    I [14/Aug/2007:21:55:53 +1000] Saving printers.conf...
    I [14/Aug/2007:21:55:53 +1000] New printer 'HPLaserJet1200' added by ''.
    I [14/Aug/2007:21:56:02 +1000] Installing config file "/private/etc/cups/cupsd.conf"...
    I [14/Aug/2007:21:56:02 +1000] Listening to 0:631
    I [14/Aug/2007:21:56:02 +1000] Listening to c0173200:0
    I [14/Aug/2007:21:56:02 +1000] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [14/Aug/2007:21:56:02 +1000] Configured for up to 100 clients.
    I [14/Aug/2007:21:56:02 +1000] Allowing up to 100 client connections per host.
    I [14/Aug/2007:21:56:02 +1000] Partial reload complete.
    I [14/Aug/2007:21:58:30 +1000] Adding start banner page "none" to job 5.
    I [14/Aug/2007:21:58:30 +1000] Adding end banner page "none" to job 5.
    I [14/Aug/2007:21:58:30 +1000] Job 5 queued on 'HPLaserJet1200' by 'leslie'.
    I [14/Aug/2007:21:58:30 +1000] Started filter /usr/libexec/cups/filter/cgpdftops (PID 1474) for job 5.
    I [14/Aug/2007:21:58:30 +1000] Started filter /usr/libexec/cups/filter/pstops (PID 1475) for job 5.
    I [14/Aug/2007:21:58:30 +1000] Started filter /Library/Printers/hp/filter/hppostprocessing (PID 1476) for job 5.
    I [14/Aug/2007:21:58:30 +1000] Started backend /usr/libexec/cups/backend/mdns (PID 1477) for job 5.
    E [14/Aug/2007:21:58:32 +1000] [Job 5] Unable to locate printer 'Leslie-Office.local.' - Unknown host
    E [14/Aug/2007:21:58:32 +1000] PID 1477 stopped with status 1!
    I [14/Aug/2007:21:58:32 +1000] Hint: Try setting the LogLevel to "debug" to find out more.
    I [14/Aug/2007:21:58:32 +1000] Saving printers.conf...
    I [14/Aug/2007:21:58:41 +1000] Saving printers.conf...
    I [14/Aug/2007:21:58:41 +1000] Printer 'HPLaserJet1200' started by ''.
    I [14/Aug/2007:21:58:41 +1000] Started filter /usr/libexec/cups/filter/cgpdftops (PID 1490) for job 5.
    I [14/Aug/2007:21:58:41 +1000] Started filter /usr/libexec/cups/filter/pstops (PID 1491) for job 5.
    I [14/Aug/2007:21:58:41 +1000] Started filter /Library/Printers/hp/filter/hppostprocessing (PID 1492) for job 5.
    I [14/Aug/2007:21:58:41 +1000] Started backend /usr/libexec/cups/backend/mdns (PID 1493) for job 5.
    E [14/Aug/2007:21:58:43 +1000] [Job 5] Unable to locate printer 'Leslie-Office.local.' - Unknown host
    E [14/Aug/2007:21:58:43 +1000] PID 1493 stopped with status 1!
    I [14/Aug/2007:21:58:43 +1000] Hint: Try setting the LogLevel to "debug" to find out more.
    I [14/Aug/2007:21:58:44 +1000] Saving printers.conf...
    And while I was typing this forum posting, and doing a further test print, then cancelling it when I could not start the queue, the following error log was appended:
    I [14/Aug/2007:22:06:07 +1000] Started filter /usr/libexec/cups/filter/pstops (PID 1650) for job 5.
    I [14/Aug/2007:22:06:07 +1000] Started filter /Library/Printers/hp/filter/hppostprocessing (PID 1651) for job 5.
    I [14/Aug/2007:22:06:07 +1000] Started backend /usr/libexec/cups/backend/mdns (PID 1652) for job 5.
    E [14/Aug/2007:22:06:09 +1000] [Job 5] Unable to locate printer 'Leslie-Office.local.' - Unknown host
    E [14/Aug/2007:22:06:09 +1000] PID 1652 stopped with status 1!
    I [14/Aug/2007:22:06:09 +1000] Hint: Try setting the LogLevel to "debug" to find out more.
    I [14/Aug/2007:22:06:09 +1000] Saving printers.conf...
    I [14/Aug/2007:22:15:32 +1000] Job 5 was cancelled by 'leslie'.
    I [14/Aug/2007:22:15:40 +1000] Saving printers.conf...
    I [14/Aug/2007:22:15:40 +1000] Printer 'HPLaserJet1200' started by ''.

    Dear All
    I have been able to partially solve this problem myself.
    I've managed to track the problem down to the Apple Airport Express (which is hosting the USB printer via Bonjour). The problem seems to be that the iMac can't see the printer, even thought it's connected.
    It turns out that the problem started at the time of an internet outage, and the iMac can't seem to find the printer since that time (even though Bonjour is working fine).
    I've tried resetting the Airport Express, and even upgrading the firmware, but no luck so far.
    I'll close this posting, and put a new one in the Airport Express Forum.
    many thanks to those who viewed this in the interim.
    LeslieB

  • Print Jobs not clearing "Deleting - Printed" message from Print Queue

    The jobs print fine but the message Deleting - Printed doesn't clear from the print queue.
    The two printers having the issue are HP Color LaserJet 3550s using the External HP JetDirect en3700 (J7942A-61033). 
    Our Print Server is an HP BL25P running MS Server 2003 Enterprise Edition / SP2.  This issue started about two weeks ago only on these printers.  I downloaded the newest drive (dated 2007 version 61.63.461.41). 
    I have deleted and recreated the printers on the Print server and installed the new driver.  Still having the same issue.  To clear the Print Queue we have to restart the Print Spooler Service on the Print Server.- this causes the "Deleting - Printed" jobs to print again which could be days / weeks after they were originally printed.
    We don't want to keep having to restart the Print Spooler.
    Any one having a similar issue and know off a fix.   I have tried everything I have so far found on the Web.
    Thank you.
    Mike

    Hello @shumaung , and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are experiencing print speed issues.  I would like to help!
    I would suggest deleting the printer from your print system, using this document: Uninstalling the Printer Software.
    Once you have deleted it, I would suggest verifying and repairing the disk permissions: About Disk Utility's Repair Disk Permissions feature.
    I would also suggest running your Apple updates:  OS X: Updating OS X and Mac App Store apps
    After the updates, I would recommend reinstalling the
    Good luck and please let me know the results of your troubleshooting steps. Thank you for posting on the HP Forums!
    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!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Printing w/Leopard & AD-based Windows Print Queues:

    For those interested, I have written an overview of printing in Leopard 10.5.0 to Windows print servers (published queues Active Directory). Your mileage may vary. This document contains the good the bad and the ugly.
    Objective:
    Get Leopard based Macs to print to AD published SMB print queues hosted on Windows 2003 print servers. Sounds easy, huh?
    Overview:
    Print Servers:
    Windows 2003 print servers.
    Printers:
    All the printers in my test were all new HP network b/w printers or network MFP b/w printers. All of them were less than 2 years old. None of them were consumer-grade home USB printers.
    Mac Clients:
    My test clients were Intel MacBook Pros and Intel iMacs running 10.5.0 Leopard. All of them had user AD accounts and all Macs were bound to AD using Directory Utility (or dsconfigad)
    The AD clients have a unique naming convention at my company. In my environment we use the initials of the person for their login name (SAM). Example:
    Real “human” Name: “Stephen Paul Jobs”
    Long Active Directory Name: “Steve Jobs”
    Short Active Directory Name: “spj”
    “Legacy” NT Names: “domain\spj”
    Full domain name (used for email etc): “[email protected]
    (you get the idea...)
    Note: My Mac clients are not in an Open Directory domain. No “Magic Triangle” in this environment. Pure AD for the sake of this example. I am not managing the Mac clients via MCX in this scenario.
    Print Protocols:
    All the print queues hosted on the print servers were standard SMB/CIFS print queues. The syntax (UNC) looks like this:
    smb://print_server.domain/queue
    (This syntax is invisible to most users printing to AD-published printers (or any network based printer really) . Most users will have no idea what protocols are being used.)
    Procedures:
    Part 1: Set up a new printer from an existing AD-published print queue:
    From the Apple menu select “System Preferences...” (or launch it from /Applications). The Printer Setup Utility app no longer exists. Apple has discontinued it fro various reasons.
    Click on the Printer & Fax pane.
    Click the “+” button on the left. This will launch the Apple Printer Browser (called “AddPrinter”, and lives in /System/Library/CoreServices), which looks similar to the previous browser in Tiger. The Printer Browser by default will usually show network printers vai Directory Services (AD/OD etc) as well as Bonjour printers and Mac OS X based shared printers – if they are shared via IPP and LPR under certain circumstances).
    Select the desired AD-published print queue you want to print to by highlighting it in the browser list and clicking the “Add” button. (Note: Print queues published via Active Directory will show up as “Open Directory” printers, even though this is not 100% technically correct.)
    Before the queue will be added, you will be prompted to authenticate as a local administrator. If you are not an admin you are screwed. Enter your name and password.
    Once the print queue is added, it will show up on your Mac in several ways (barring any bugs – see below). Here are the ways to tell if you have added the print queue successfully:
    A The new print queue will now be displayed in the Print & Fax system pref pane (but not always – see below).
    B You will see a printer proxy application in ~/Library/Printers/ which corresponds to your new print queue. This is the print monitor app that will show up in your Dock when you print to the queue.
    C You can see the new print queue via the CUPS admin page at http://localhost:631/printers.
    D You can see your new print queue from the Terminal by typing this command: “lpstat –v” (type “man lpstat” for more info on the lpstat and related commands)
    E You can also see your printers by launching an print-enabled application such as TextEdit or Safari and printing a page. You will be presented with Leopard’s new print dialog box (which now includes a print preview pane). From the “Printer” drop-down menu you can see all of your printers. You can add a printer from here too (which takes you to the steps listed above)
    (of course, most end users will only use option A listed above. The other options are more abstract and complicated)
    Now that the AD print queue has been setup on your Mac, you can print to it (maybe).
    Part 2: Printing to an AD-published print queue:
    Open a document you want to print.
    Choose “Page Setup...” from the File menu if you need to configure the job. (Optional)
    Choose “Print” from the File menu.
    From the Print dialog box, choose the desired print queue from the Printer menu
    Click the Print button.
    You will need to authenticate with a valid Active Directory username and password. You don’t have to have administrator credentials, but you have to verify that you are a domain member. In my environment, my Windows print server doesn't require authentication, but for some reason Leopard or CUPS makes you authenticate. (See below). Not only is this a major PIA, but the authentication dialog box itself is formatted to include the wrong credentials format for authentication in the first place.
    Volia! Done. Easy huh? Not really. Read on for the ugly stuff.
    My Complaints and Caveats:
    OK, so here’s where I vent, complain and scratch my head. Join in on the fun.
    Sometimes shared print queues don’t show up in the Print & Fax system preference pane after they have been added. I have no idea why. The local CUPS admin page (http://localhost:631) on my Mac test clients can see the connected queues, and the queues show up in ~/Library/Printers. The “lpstat –v” command shows the connect queues too. But for some reason, sometimes network print queues that I have previously setup (and use regularly) don’t show up in the Leopard Print & Fax preference pane. Local USB printers always show up fine for me.
    2. When challenged to authenticate a print job to a Windows print server (AD), the Mac’s authentication dialog box pre-populates the AD user’s name in the “Name” field incorrectly. Example:
    A user named “Joe Is Cool” (short name “JIC”) prints a job to the print server. The print auth dialog box challenges him for a name and password. It is pre-populated already with the name of “Cool, Joe”. When a valid AD password is entered, the job is rejected (it fails authentication and gets put on hold – which is hard to see this unless you explicitly look at the Printer.app proxy tool in the Dock). However, if the user replaces “Cool, Joe” with his official AD short name of “JIC” and then enters his AD password, the print job is accepted and printed. I wish Apple didn’t try and pre-populate the dialog box! Can this be avoided or prevented?
    In my environment, my Windows print server doesn't even require authentication, but for some reason Leopard or CUPS makes you authenticate. I’m working with my Windows administrators to figure this out. It will only accept user names with the short name format. It will not accept long (full) names or NT legacy names.
    3) The Printer Setup Utility app, which used to live in /Applications/Utilities, no longer exists. Apple has discontinued it for various reasons. Mainly security and simplicity. I wish it was still available, but the system pref pane works fine (well, usually)
    4) Active Directory-based print queues will show up in the OS X Printer Browser as “Open Directory” printers, even though this is not 100% technically correct. Why can’t OS X tell the difference between OD queues and AD queues and label them as such?
    5) Leopard has locked down the ability to add network printers. You now must be a local administrator in 10.5 or later. I understand the importance of this security measure in certain environments, but why can’t there be an option in the Security preference pane to “Allow non-admins to add printers”? This would make me very happy.
    6) Setting the default printer and resetting the CUPS system now require you to right-click in the left side of the Print & Fax pane. There no longer is a button or menu option to do this.
    7) Sometimes after a job has printed the printer proxy app (from ~/Library/Printers) stays in the Dock and won’t go away.
    Conclusion
    Please chime in on your experiences, bugs, opinions and comments.
    Message was edited by: Daniel Stranathan

    I have noticed several of the changes in our system when printing to an AD printer from a Leopard client. I have one issue that is pretty odd and I'm not sure what is going on. When printing an Excel worksheet, I get prompted for AD credentials. After submitting the job, the print queue says "Waiting for Authentication", I have to press the Resume button and then the authentication dialog pops up. I successfully authenticate (My auth dialog is populated correctly and the remember to keychain option is selected) and the job prints fine. If I print the same document again (without closing the worksheet or Excel), or any other worksheet, I still have to reauth. I can print just fine to the same printer from Textwriter and I do not need to authenticate. Weird...

  • HP Color LaserJet 4700dtn. Won't Print from printer queue.Event Code 68 8002

    From the start of using this printer about a year ago I normally just plug in the usb wire from the laptop and it works.
    For some reason about 3 weeks ago it seems to have stopped receiving data from the computer . A different wire to the printer will not work. but the same wire connected to a different printer on same laptop port does work.
    I have tried discovering the printer using the HP support system to try an update the driver/firmware.  The printer is discovered but the update seems to end up in th printer queue and gets stuck.
    The queue is empty at the moment.
    My normal printer repair company say its a software problem.
    The printer will print its own diagnostics pages but to be honest I don't have a clue what the info printed off means or if there are any answers to be found there.
    Anyone any ideas please.    ( answers in "printers for dummies" speak if at all poss please) 

    Hi,
    Please follow in the link below :
    http://h20000.www2.hp.com/bizsupport/TechSupport/D​ocument.jsp?lang=en&cc=us&taskId=110&prodSeriesId=​...
    I work for HP but my posts and replies are my own.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"

  • HP Laserjet M1212nf MFP not printing doc in Windows print queue

    Printer is connected via USB to a laptop running XP. Prints OK. Have another Windows laptop connected via wireless network, sharing the printer and this prints OK. Am trying to share the printer with a Mac OSX Lion over the wireless network. I can get a doc into the print queue on the laptop hosting the printer but nothing prints. The print queue says it's printing and it does complete and delete from queue, but nothing prints. I have tried attaching the printer as a generic PS and PCL printer when configuring the Mac printer share but get same result. I don't see the drivers for the 1212 in the drop-down list on the Mac when I connect to the printer. 

    go to http://www.hp.com/go/tools may help resolve the issue.
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    I work on behalf of HP.

  • Print queue

    I am running Windows 7 Ultimate on a 32 bit laptop.  I have a parallel-to-USB printer cable connected directly to my laptop usb.  I've downloaded and installed the Windows 7 32 bit driver for my HP LaserJet 6p printer.  However, when I send a print job (test print from the printer setup; report from Quicken) the print job gets stuck in the print queue and I can't delete it.  At one time (through my many hours of trying to solve this issue on my own) a print job DID print, but all it printed was the Windows logo and the large font text WINDOWS PRINTER TEST PAGE. That is the ONLY thing I've been able to print so far today and I don't know what I am doing wrong that 1)my print jobs will not print and 2)I cannot delete print jobs from the print queue.  I can't cancel the document from the Document screen nor can I cancel all documents from the printer screen.  Occasionally, the document will disappear from the queue (that's happened twice), but again, I have no idea what happened for it to disappear unless it's a SUPER delayed response to me trying to delete it several minutes before.  Is the anyone out there that can tell me what on earth I am doing wrong and how to correct it?  If so, I would GREATLY appreciate the help.  Thanks a million in advance.

    To empty the Windows 7 or Vista print queue follow these steps.
    1. Click Start.
    2. Type Command in search field then Enter.
    3. Right-click Command Prompt and select Run as administrator.
    4. Type net stop spooler then Enter.
    5. Type del %systemroot%\System32\spool\printers\* /Q then Enter.
    6. Type net start spooler then Enter.
    7. Type exit then Enter.
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • I have a MacBook that when I try to print it stops the printer queue and it creates a PrintJobMgr.crash.log, I have a MacBook that when I try to print it stops the printer queue and it creates a PrintJobMgr.crash.log

    I have a MacBook with the following configuration:
      Model Name:  MacBook
      Model Identifier:           MacBook2,1
      Processor Name:           Intel Core 2 Duo
      Processor Speed:           2 GHz
      Number Of Processors:               1
      Total Number Of Cores:              2
      L2 Cache (per processor):           4 MB
      Memory:           1 GB
      Bus Speed:       667 MHz
      Boot ROM Version:       MB21.00A5.B07
      SMC Version:   1.17f0
    I have a LaserJet P1005 Printer
    I can print the configuration page through the printer queue utility but when I try to print any other way even with txt editor the queue stops
    when I check through console i get at the PrintJobMgr.crash.log the following:
    ===== Friday, 27 January 2012 01:12:02 Europe/London =====
    Host Name:      MacBook
    Date/Time:      2012-01-27 01:12:06.279 +0000
    OS Version:     10.4.11 (Build 8S2167)
    Report Version: 4
    Command: PrintJobMgr
    Path:    /System/Library/Printers/Libraries/PrintJobMgr/Contents/
    MacOS/PrintJobMgr
    Parent:  cupsd [305]
    Version: ??? (???)
    PID:    442
    Thread: 0
    Exception:  EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x0000029c
    Thread 0 Crashed:
    0   ...oftware2000.print.hp1006.pm 0x00378f89 operator delete(void*) 
    + 43019
    1   ...oftware2000.print.hp1006.pm 0x0031690d PMPluginFactory + 6441
    2   ....printingmanager.jobmanager 0x00005a14 0x1000 + 18964
    3   ....printingmanager.jobmanager 0x00006293 0x1000 + 21139
    4   ....printingmanager.jobmanager 0x00007d0d 0x1000 + 27917
    5   ....printingmanager.jobmanager 0x00003d05 0x1000 + 11525
    6   ....printingmanager.jobmanager 0x0000258e 0x1000 + 5518
    7   ....printingmanager.jobmanager 0x000024b5 0x1000 + 5301
    Thread 1:
    0   libSystem.B.dylib              0x900bbf6c sigwait + 12
    1   libSystem.B.dylib              0x90023d67 _pthread_body + 84
    Thread 2:
    0   libSystem.B.dylib              0x901101cf 
    semaphore_timedwait_trap + 7
    1   ...oftware2000.print.hp1006.pm 0x00318d4e PMPluginFactory + 15722
    2   ...ple.CoreServices.CarbonCore 0x90cb8ce0 PrivateMPEntryPoint + 51
    3   libSystem.B.dylib              0x90023d67 _pthread_body + 84
    Thread 0 crashed with X86 Thread State (32-bit):
       eax: 0x00000001  ebx: 0x003162ea  ecx: 0x00000036  edx: 0x00000000
       edi: 0x0042e5f0  esi: 0x000001fc  ebp: 0xbfff79e8  esp: 0xbfff79e8
        ss: 0x0000001f  efl: 0x00010206  eip: 0x00378f89   cs: 0x00000017
        ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
    Binary Images Description:
         0x1000 -    0x13fff com.apple.printingmanager.jobmanager 4.6 
    (126.5)     /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/
    PrintJobMgr
       0x205000 -   0x2e3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
       0x313000 -   0x3b1fff com.software2000.print.hp1006.pm 1.0.6 (0)     /
    Library/Printers/hp/laserjet/HP1006/HP1006PM.plugin/Contents/MacOS/
    HP1006PM
       0x3cd000 -   0x3d0fff com.apple.print.iom.USB 4.6 (163.10)     /System/
    Library/Printers/IOMs/USBIOM.plugin/Contents/MacOS/USBIOM
       0x3d5000 -   0x3d8fff 
    com.apple.print.usbgenericprintingclass.plugin 4.6 (163.10) /System/
    Library/Printers/Libraries/USBGenericPrintingClass.plugin/Contents/
    MacOS/USBGenericPrintingClass
       0x3dc000 -   0x3e4fff com.apple.iokit.IOUSBLib 2.7.5     /System/
    Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/
    Contents/MacOS/IOUSBLib
    0x8fe00000 - 0x8fe4afff dyld 46.16  /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib       /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib   /usr/lib/system/
    libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???)      /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS   /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
    Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.85 (???)     /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35)  /
    System/Library/Frameworks/CoreFoundation.framework/Versions/A/
    CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???)   /System/
    Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib      /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib   /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib       /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???)     /System/
    Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib     /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.31 
    (682.32)    /System/Library/Frameworks/CoreServices.framework/Versions/A/
    Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1     /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    OSServices.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.24    /System/Library/
    Frameworks/CoreServices.framework/Versions/A/Frameworks/
    CFNetwork.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    WebServicesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.8     /System/Library/
    Frameworks/CoreServices.framework/Versions/A/Frameworks/
    SearchKit.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36)  /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    Metadata.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib      /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774)    /System/
    Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2     /System/
    Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib      /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/
    Library/Frameworks/SystemConfiguration.framework/Versions/A/
    SystemConfiguration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5     /System/
    Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???)  /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    ApplicationServices
    0x91521000 - 0x9154dfff com.apple.AE 316.3      /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/AE.framework/
    Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.13    /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 
    (177.13)    /System/Library/Frameworks/ApplicationServices.framework/
    Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.28 (???)    /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???)    /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3  /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5   /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 183.1      /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5  /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.9   /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib   /usr/lib/libcrypto.
    0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib   /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff libJPEG.dylib     /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff libJP2.dylib      /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff libGIF.dylib      /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7dfff libRaw.dylib      /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libRaw.dylib
    0x91b81000 - 0x91b9cfff libPng.dylib      /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libPng.dylib
    0x91ba1000 - 0x91ba3fff libRadiance.dylib       /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libRadiance.dylib
    0x91ca0000 - 0x91cdffff libTIFF.dylib     /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libTIFF.dylib
    0x91ce5000 - 0x91ce5fff com.apple.Accelerate 1.3.1 (Accelerate 
    1.3.1)      /System/Library/Frameworks/Accelerate.framework/Versions/A/
    Accelerate
    0x91ce7000 - 0x91d75fff com.apple.vImage 2.5    /System/Library/
    Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vImage.framework/Versions/A/vImage
    0x91d7c000 - 0x91d7cfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 
    3.3.1)      /System/Library/Frameworks/Accelerate.framework/Versions/A/
    Frameworks/vecLib.framework/Versions/A/vecLib
    0x91d7e000 - 0x91dd7fff libvMisc.dylib    /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libvMisc.dylib
    0x91de0000 - 0x91e04fff libvDSP.dylib     /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libvDSP.dylib
    0x91e0c000 - 0x92215fff libBLAS.dylib     /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libBLAS.dylib
    0x9224f000 - 0x92603fff libLAPACK.dylib   /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libLAPACK.dylib
    0x92630000 - 0x9271dfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271f000 - 0x9279dfff com.apple.DesktopServices 1.3.7     /System/
    Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
    DesktopServicesPriv
    0x927de000 - 0x92a16fff com.apple.Foundation 6.4.12 (567.42)      /System/
    Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92bc4000 - 0x92bc4fff com.apple.Carbon 10.4 (???)   /System/Library/
    Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bc6000 - 0x92bd6fff com.apple.ImageCapture 3.0.4  /System/Library/
    Frameworks/Carbon.framework/Versions/A/Frameworks/
    ImageCapture.framework/Versions/A/ImageCapture
    0x92be5000 - 0x92bedfff com.apple.speech.recognition.framework 3.6      /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x92bf3000 - 0x92bf9fff com.apple.securityhi 2.0.1 (24742)  /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    SecurityHI.framework/Versions/A/SecurityHI
    0x92bff000 - 0x92c90fff com.apple.ink.framework 101.2.1 (71)      /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    Ink.framework/Versions/A/Ink
    0x92ca4000 - 0x92ca8fff com.apple.help 1.0.3 (32.1)   /System/Library/
    Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/
    Versions/A/Help
    0x92cab000 - 0x92cc9fff com.apple.openscripting 1.2.7 (???) /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    OpenScripting.framework/Versions/A/OpenScripting
    0x92cdb000 - 0x92ce1fff com.apple.print.framework.Print 5.2 (192.4)     /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    Print.framework/Versions/A/Print
    0x92ce7000 - 0x92d4afff com.apple.htmlrendering 66.1 (1.1.3)      /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    HTMLRendering.framework/Versions/A/HTMLRendering
    0x92d71000 - 0x92db2fff com.apple.NavigationServices 3.4.4 (3.4.3)      /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    NavigationServices.framework/Versions/A/NavigationServices
    0x92dd9000 - 0x92de7fff com.apple.audio.SoundManager 3.9.1  /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    CarbonSound.framework/Versions/A/CarbonSound
    0x92dee000 - 0x92df3fff com.apple.CommonPanels 1.2.3 (73)   /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    CommonPanels.framework/Versions/A/CommonPanels
    0x92df8000 - 0x930edfff com.apple.HIToolbox 1.4.10 (???)    /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    HIToolbox.framework/Versions/A/HIToolbox
    Any Ideas?
    Thanks,
    George Govotsis

    I have the same printer, P1005, and hae been using it with Tiger (PPC), Leopard (PPC and intel), snow Leopard and Lion. What I do know is that it DOES HAVE print bugs in Tiger and, perhaps, Leopard, I had to ALWAYS manually delete print jobs after EVERY print as system did not clean memory. I reported this to Apple, but it seems to be a printer driver issue, unsolved by HP. It was solved in subsequent systems. So, my suggestion is to upgrade to Snow Leopard at least, as you have a core 2 duo 2006 MB, or directly to Lion as most recent, and best fit with printer drivers. You must put at least 2 GB of memory for SL and Lion, best is 4 GB (your model may support 3 GB only if the first core 2 duo series).
    Until then, clean printing system by clicking minus button in sys prefs/print.
    download last HP printer driver for Tiger,check with their site
    install driver or reinstall, even if installed
    put printer back again
    If it continues to behave as described, then you must delete every print job after completion or upgrade to at least SL. Many say SL is best for that generation, me included. But you must not share this opinion, of course.

Maybe you are looking for

  • MSI K8N Neo4 FI Compatible with AMD 3800+ X2?

    I just bought: MSI K8N Neo4 FI AMD Athlon 64 3800+ X2 Gainwood 7800GT Golden Sample hec Pb-480PB 480W Problem is that i don't get a picture when i start the computer. Everything seems to work, all the cables are plugged in. The gfx has power from the

  • CC version incompatible with Mavericks?

    Hi, i just upgraded my Mac to Mavericks. I got a message saying 'This version of Adobe CC is incompatible with the system.' Also, im getting a big PS CC error (inserted). AND, ive lost all the fonts i downloaded to my mac from Typekit. How do i resol

  • AT MIO-16E-10 card not responding

    My LabView test system with this DAQ card, stopped working one day. The program would just hang when started. I checked the hardware through Measurement & Automation Explorer and the card shows up fine. The resources check out with control panel in W

  • Billing of service orders done by service provider in case of arrangement??

    Hello Gurus For the scenario of service arrangements using service providers, I saw the scenario on Sap Help: |http://help.sap.com/saphelp_crm60/helpdata/en/46/63d701c91e7187e10000000a114a6b/frameset.htm_ For that scenario I want to know how the serv

  • EDI - XI -ECC : scenario

    Hi everybody, We are planning to do EDI_XI integration for inbound and outbound. scenario1: PO from customers are in the gentran server. we hve to post the PO as IDOCS in R/3 scenario2: oubound invoice IDOCs sent to the gentran server as files. Can w