Printing doesn't work from remote computer.

I used to be able to print from my windows laptop to my linux printer.
I recently upgraded stuff to get a new xorg and am now having problems.
Printing works fine locally.  Here's the debug log from cups.
I see httpgets getting nothing, but I don't know how to find out why.
How can I track down the problem?
d [29/Aug/2006:08:49:16 -0700] copy_attribute(0x824f038, 0x80963a0[job-sheets-supported,4,42])
D [29/Aug/2006:08:49:16 -0700] ProcessIPPRequest: 5 status_code=0
d [29/Aug/2006:08:49:16 -0700] ProcessIPPRequest: Adding fd 5 to OutputSet...
d [29/Aug/2006:08:49:16 -0700] WriteClient: Removing fd 5 from OutputSet...
d [29/Aug/2006:08:49:16 -0700] ReadClient: 5, used=0, file=-1
D [29/Aug/2006:08:49:16 -0700] ReadClient: 5 POST / HTTP/1.1
d [29/Aug/2006:08:49:16 -0700] decode_auth(0xb7ba6008): Authorization string = ""
d [29/Aug/2006:08:49:16 -0700] decode_auth: 5 username=""
d [29/Aug/2006:08:49:16 -0700] IsAuthorized: con->uri = "/"
d [29/Aug/2006:08:49:16 -0700] FindBest: uri = "/"...
d [29/Aug/2006:08:49:16 -0700] FindBest: Location / Limit 7f
d [29/Aug/2006:08:49:16 -0700] FindBest: Location /admin Limit 7f
d [29/Aug/2006:08:49:16 -0700] FindBest: best = "/"
d [29/Aug/2006:08:49:16 -0700] IsAuthorized: auth = 0, satisfy=0...
d [29/Aug/2006:08:49:16 -0700] POST /
d [29/Aug/2006:08:49:16 -0700] CONTENT_TYPE = application/ipp
d [29/Aug/2006:08:49:16 -0700] ReadClient: 5 con->data_encoding = length, con->data_remaining = 131, con->file = -1
d [29/Aug/2006:08:49:16 -0700] ProcessIPPRequest(0xb7ba6008[5]): operation_id = 4005
d [29/Aug/2006:08:49:16 -0700] get_printers(0xb7ba6008[5], 1)
D [29/Aug/2006:08:49:16 -0700] ProcessIPPRequest: 5 status_code=0
d [29/Aug/2006:08:49:16 -0700] ProcessIPPRequest: Adding fd 5 to OutputSet...
d [29/Aug/2006:08:49:16 -0700] WriteClient: Removing fd 5 from OutputSet...
d [29/Aug/2006:08:49:16 -0700] ReadClient: 5, used=0, file=-1
d [29/Aug/2006:08:49:16 -0700] ReadClient: httpGets returned EOF...
D [29/Aug/2006:08:49:16 -0700] CloseClient: 5
d [29/Aug/2006:08:49:16 -0700] CloseClient: Removing fd 5 from InputSet and OutputSet...
   THanks.

Cups has done their usual great job of upgrading, breaking things, and not mentioning it.
What version of cups.  1.2.0 broke samba, though that was fixed.
Also, the new default cupsd.conf only allows printing from local host.  In addition to the advice given above you can increase the debug level, changing LogLevel from info to debug2.
Samba logs might also be helpful. 
FWIW, we have an Arch box doing some print serving, but I haven't upgraded it in awhile.  (I upgrade on test machines first, and saw that there were some problems with cups, so I've left it alone--also on production machines, there's a lot of truth to the adage, "If it ain't broke, don't fix it."
One thing to try, in regards to troubleshooting, is to go into cupsd.conf and allow All in the <Location> directive and see if that helps.  If it fixes the problem, you can then tighten it up.  (Also put allow before deny.)  I ~think~ (I only have on box with a brand new cupsd.conf--on the others, I'm using pre 1.2.0 configs, and on the new one, I've already edited it so I don't have a sample) that by default, it puts allow first, has allow from localhost, and so by default, everything else is denied.
Is the Windows box using ipp or samba.  That is, did you add the printer to the Windows machine with \servernameprintername?
Good luck--Cups came by its nickname of C(an't)U(sually)P(rint) S(tuff--or other, more vulgar words) honestly.  Gotta love their manpages too, it's the only one I've come across where they mention an option without telling what it does---their lpadmin page lists the -x option with no explanation--for the curious, -x will delete a printer.
Sorry, I get to talking about cups and I have to rant.

Similar Messages

  • Get-DfsrBacklog cmdlet doesn't work from remote computer (pssession)

    Hi there!
    I try to manage our Server 2012 R2 boxes from a Windows 7 remote machine using PowerShell. For some reason the cmdlet "Get-DFSRbacklog" seems not working remotly. The same cmdlet work when logging in locally to the server(s) with the
    same credentials. UAC is turned off on the target machines and i have local admin permissions on this servers using my domain account.
    What i do is:
    Enter-PSSession <servername>
    Get-DfsrBacklog -SourceComputerName <servername> -DestinationComputerName <servername>
    Then i receive the following error:
    Get-DfsrBacklog : Could not retrieve the backlog information. Replication group: "*" Replicated folder: "*" Source
    computer: <servername> Destination computer: <servername> Confirm that you are running in an elevated Windows PowerShell
    session and are a member of the local Administrators group on the destination computer. The destination computer must
    also be accessible over the network, and have the DFSR service running. This cmdlet does not support WMI calls for the
    following or earlier operating systems: Windows Server 2012. Details: WinRM cannot process the request. The following
    error with errorcode 0x8009030e occurred while using Kerberos authentication: A specified logon session does not
    exist. It may already have been terminated.
     Possible causes are:
      -The user name or password specified are invalid.
      -Kerberos is used when no authentication method and no user name are specified.
      -Kerberos accepts domain user names, but not local user names.
      -The Service Principal Name (SPN) for the remote computer name and port does not exist.
      -The client and remote computers are in different domains and there is no trust between the two domains.
     After checking for the above issues, try the following:
      -Check the Event Viewer for events related to authentication.
      -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or
    use HTTPS transport.
     Note that computers in the TrustedHosts list might not be authenticated.
       -For more information about WinRM configuration, run the following command: winrm help config.
        + CategoryInfo          : ProtocolError: (zursf1003:String) [Get-DfsrBacklog], DfsrException
        + FullyQualifiedErrorId : Get-DfsrBacklog.CimException,Microsoft.DistributedFileSystemReplication.Commands.GetDfsr
       BacklogCommand
    Any ideas?

    This article
    suggests that you're logged into your Win7 management machine with local credentials. You should try the Get-DfsrBacklog command with domain credentials:
    Client is in a domain: Attempting to connect to a remote server by using implicit credentials that are the local administrator's credentials on the client. Instead, use domain credentials that are recognized by the domain of the target server, or right-click
    the server entry in the Servers tile, click Manage As, and then specify credentials of an administrator on the target server.
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable) _________________________________________________________________________________
    Powershell: Learn it before it's an emergency http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx

  • Connection doesnt work from remote computer

    Hi
    I have Oracle XE installed on a computer and my application (Excel application, VBA code) is working well with oracle xe.
    i want to run the application from a remote computer.
    I opened my application on a rempote computer and it could not connect to oracle xe..
    I installed the Oracle XE client on the remote computer but still the application cant connect to the oracle server from the remote computer.
    this is my connection string:
    sCon = "Provider=MSDAORA;Data Source=xe;User Id=myUser;Password=myPw;"
    the computer on which oracle xe express is located is called "Hagar1".
    how can i connect to the oracle from the remote application?
    thanks,
    Hagar
    Edited by: user641508 on 04-Dec-2008 10:26
    Edited by: user641508 on 04-Dec-2008 10:27

    the remote client doesn't know how to get to hagar1, simplest fix is add the entry to the tnsnames.ora file, run a tnsping hagar1 to find the location of the client oracle_home/network/admin/tnsnames.ora file and add:
    hagar1 =
       (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = xe_hostIP_or_name )(PORT = 1521))
        (CONNECT_DATA =
          (SID = XE)
      )Edited by: clcarter on Dec 6, 2008 10:53 AM add code tag

  • Web SAPconsole doesn't work from remote host

    Hi,
    we have a SAPconsole server (Win XP EN, SP2, last windows update). win a full SAPgui 6.40 comp 5 with SP23.
    SAPconsole with a telnet server works fine in local and in remote hosts.
    Web SAPconsole works fine in local but when I try from a remote host such a PC with IE6 with right url we stay in wait status forever... no error message ora other warning.
    Have you have any idea ?

    Hello Ganimede Dignan,
    although I do not know if XP (which version?) is officially supported it should work, please remember that XP probably has a (crippled: max 10 connections) IIS5 on it and win2003 comes with a IIS6. Since you stated that it works locally it must be something with you IIS, network or firewall security settings.
    Please upgrade your web/sapconsole to the latest patch for 640 since there are known concurrency issues for the patches < 25.
    Regards,
      Fekke

  • Wireless print doesn't work from Chrome

    My wireless 7520 printer prints OK from my PC or Exlorer but not from Google Chome.  What settings need to change?

    http://onesearch.sun.com/search/developers/index.jsp?col=devforums&qp_name=Java+Database+Connectivity+%28JDBC%29+%26+Transactions+%28JTA%2FJTS%29&qp=forum%3A48&qt=mysql+classnotfound

  • Whenever I try to sync my ipod touch, it doesn't work.  The computer seems to get hung.  What could be happening?

    Whenever I try to sync my ipod touch, it doesn't work.  The computer seems to get hung during the back up stage.  It says it is backing up the ipod but nothing happens, for hours.  I eventually have to interrupt it and give up.

    I have the latest itunes.
    I tried resetting sync history.
    For this section:
    If the issue persists, and you know all your contacts, calendars, bookmarks and notes are on your iPhone, iPad, or iPod touch:
    Remove all of the contact and calendar information from Outlook.
    Select the device in iTunes and click the Info tab.
    Scroll down to the Advanced section, and under "Replace information on this iPhone/iPad/iPod touch" make sure Contacts and Calendars are not selected.
    Click Apply.
    This doesn't seem to make sense for my situation.  I don't sync anything between outlook and my ipod touch. 
    I have no other USB devices connected to my computer.
    I have no other Windows users on my computer - only me and I am the administrator.  However on my diagnostic, it said this user is not the administrator.  Weird.
    So I have tried to follow that you referred me to, but still I haven't got it working yet.  Do you have any further suggestions?

  • My Canon printer doesn't work after updating

    Hi everybody.
    Everytime when I update software, my printer doesn't work. I use Canon i-sense lbp3010b. For example, when I try to print out a document, I press the PRINT button (in any application) and it opens the printer application. It shows the message "Printing…" for some 3 minutes, then shows "Paused". I try to resume the process, but it doesn't help-the same scenario, again. Once, I have another problem on printer, which printed only graphics, not text. I solved this problem downloading the printer driver from canons austrian web-site, but it doesn't help either anymore.

    Might be best to delete device driver for printer before updating.  Then try setting your printer up afterwards.  The update may have some compatibility issues.  I'm sure there will be updates and bug fixed in the near future.  There have been a lot of issues with the recent lion software updates especially.  Best thing I can say is be patient and make sure you submit this issue to apple.

  • I have a B210 printer and cannot print 4 X 6 from my computer either Adobe, HP essentials or Kodak i

    I have a b210 printer and cannot print 4 X 6 from my computer other than Snapfish.  I have photos either on Adobe 8; scanned to myu HP Essentials or kodak.  Even though I have paper that will fit in the printer.  How can I rememdy this.

    Hi, Matty. Select Page Setup from iPhoto's File menu, select your printer, and choose 4x6 as the paper size. I believe the Print dialog box governs what size the image is printed at, but the Page Setup dialog governs which paper tray is used. I don't have a printer that can use 4x6 paper, so I can't test this suggestion myself. Hope it works for you.

  • Executing powershell script from remote computer using RSAT

    Hi.
    I want to execute powershell script on AD server from remote computer (in the same domain). I installed and tested RSAT - it is working fine. But i cant execute PS from c# code.
    ps.Commands.AddCommand("Import-Module").AddArgument("ActiveDirectory");
    ps.Invoke();
    ps.Commands.AddCommand("Get-ADOrganizationalUnit -Filter 'Name -like \"*\"'");
    var res = ps.Invoke();
     And i get exception:
    An unhandled exception of type 'System.Management.Automation.CommandNotFoundException' occurred in System.Management.Automation.dll
    Additional information: The term 'Get-SBNamespace' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

    Hi
    CapitanPlanet
    For the
    CommandNotFoundException, it means the command cannot be found.
    On the other hand, your issue is about the PowerShell, if you still have the issue, I suggest that you should post it in the
    PowerShell forum for efficient response.
    Here are some useful information, please check
      Powershell
    commands from C# not working (System.Management.Automation.CommandNotFoundException)
    Powershell, Service Bus For Windows Server Programmatically: Command found, module could not be loaded
    https://msdn.microsoft.com/en-us/library/dn282152.aspx
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I transfer work from one computer to another?

    How can I transfer work from one computer to another?

    Welcome to the forum.
    I can think of three basic ways to accomplish what you wish to do:
    Use the Project Archiver to archive your Project (and check the box to gather the media files), to an external HDD. Probably the easiest way to do it.
    Copy the Project and ALL media files to an external HDD, but be prepared to relink the media files to the Project, as the drive letter (part of the Absolute Path) will have changed.
    Edit loosely, and Share to an AV file, which will be Imported into a New Project on that second computer. Or, edit VERY tightly, and do the same. I like the first, as removing, replacing Transitions, etc., can be much more difficult, unless that "tight edit" is 100% done.
    Good luck,
    Hunt
    Message was edited by: Bill Hunt to correct formatting

  • I can no longer print to the 3 Canon printers on my local area network. The print dialog box states that the print file is accepted and the job is printing, but the files never print. Everything worked when the computer and printers were initially set up.

    I can no longer print to the 3 Canon printers on my local area network. The print dialog box states that the print file is accepted and the job is printing, but the files never print. Everything worked when the computer and printers were initially set up.

    There may be some security issues related to the USPS PDFs.
    http://www.certified-mail-envelopes.com/signatures-usps-certified-mail-return-receipt-requested
    I can't help with the scan/print problem. You seem to have done everything I would try.
    I don't know if maybe using a registry cleaner would help.
    John Hoffman
    Conway, NH
    1D Mark IV, Rebel T5i, Pixma PRO-100, MX472

  • HP M1120 mfp:  two sided printing doesn't work

    After that I have installed Snow Leopard the double printing doesn't work any more. There is someone that have found a solution to this problem?

    Have you updated the software through Software Update? And did you check if there was a Duplex feature that needs to be enabled when adding the printer?
    This thread also has details about adjusting the memory, but I am not sure if it applies:
    http://discussions.apple.com/thread.jspa?messageID=10231235&#10231235
    Hope this helps.

  • SDK function FindText doesn't work from Acrobat X

    I have written this question more than one time in this forum, but Adobe developers do not reply.
    See the object. Other details it is possible to find in the following discussions:
    http://forums.adobe.com/thread/826756
    http://forums.adobe.com/message/3762837
    https://forums.adobe.com/thread/1032471
    https://forums.adobe.com/message/6080063
    https://forums.adobe.com/message/4646354
    https://forums.adobe.com/message/6531764
    If Adobe developers want to solve this problem, I am available for any trial or details (also source code that it works with Acrobat 9 and it doesn't work from Acrobat X).
    Regards

    This is a place for developers to help each other. If you want to contact developer support (of course, you will not reach actual developers of the product), you can pay to raise a support case. I can tell you their first question: does it work with Acrobat XI? There will be no fixes for Acrobat X.

  • HT4847 Why is the "done" button inactive when I try to downgrade my iCloud storage plan to 5GB free? Doesn't work from iOS device or macBook system preferences. I didn't sign up for a $40 plan.

    Why is the "done" button inactive when I try to downgrade my iCloud storage plan to 5GB free? Doesn't work from iOS device or macBook system preferences. I didn't sign up for a $40 plan.

    I found the solution .,,,
    1) click on your current plan and press done your payment details will appear .
    2) the first section is your plan and there is a botton "change" click on it
    3) it will take you back to the upgrade options
    4) press on the downgrade options
    5) choose the 5 GB and the done botton will be enabled
    6) click on it  you'll back to the step number 2 , here read carefully you'll see that your changes will take effect after the current plan expired with the date.

  • Skill Search works fine from search center, but it doesn't work from Lync client

    My environment consists of Lync Server 2013 and SharePoint Server 2013.
    I configured skill search and it works fine from search center, but it doesn't work from Lync client. An error appears says"error occurred during the search, please try again".
    I configured these URLs in my client policy
    set-csclientpolicy -identity global -spsearchinternalurl http://<Sharepoint Server>/_vti_bin/search.asmx
    set-csclientpolicy -identity global -spsearchcenterinternalurl http://<Sharepoint Server>/searchcenter/pages/peopleresults.aspx
    I checked these URLs from the browser and they work fine.
    I disabled anonymous access to _vti_bin, but no change then i checked lync log but i didn't find any error then i used Wireshark and found that when Lync client contacts Sharepoint, Sharepoint responded to it with internal server error http 500
    Please advice for what to do

    Hi,
    Thanks For your sharing.
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

Maybe you are looking for

  • How to creat 2nd page in smart forms

    hi in smart forms iam facing problem i'e if i gave 10 material's it was comming fine if i give 30 materials it was going to 2nd page in that again from starting it was comming like Header delivery adress. what i want is if materials increase than mai

  • Leaving Printer Turned-On

    My Epson printer just failed and I have recycled it. I customarily left it turned on 24/7 (unless I was going to be away for an extended time). I have just added a HP Photosmart Premium C310 Series. My question is what is the best practice with this

  • Planning for my Project

    So, no actual implementation questions here, yay no searching for syntax errors! My project is as follows: in general, make a graph with street intersections and streets, and then give directions Given a list of locations, number then as they are giv

  • Firefox does not open PDF file. IE can open the file.

    I am on a National Parks Service site and want to open a brochure. It is a PDF file. When I select the file nothing happens. If I open it in a new tab I get a blank screen. The site is good because I can open it with IE.

  • Flashplayer problem in Windows 7 Pro.

    I am trying to get the latest Flashplayer on a Windows 7 Pro laptop, running IE9. Several sites I visit tell me that I have an "old version". I deleted all Adobe files and cleaned the garbage from my laptop. When I try to get the latest version of Fl