Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401351 - net-print/cups-1.5.0-r4 - Remote access is disabled, Filter "hpgltops" not found
Summary: net-print/cups-1.5.0-r4 - Remote access is disabled, Filter "hpgltops" not found
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-29 16:51 UTC by Juergen Rose
Modified: 2012-04-19 21:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2012-01-29 16:51:40 UTC
I have a hp 1300 printer at the parallel port of grizzly. Local printing at grizzly works, remote printing from other systems does not work anymore, I see "The printer is busy" at the remote systems. In /var/log/cups/error_log at grizzly I find:
...
I [29/Jan/2012:17:28:14 +0100] Listening to /var/run/cups/cups.sock (Domain)
I [29/Jan/2012:17:28:14 +0100] Remote access is disabled.
D [29/Jan/2012:17:28:14 +0100] Added auto ServerAlias grizzly
I [29/Jan/2012:17:28:14 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [29/Jan/2012:17:28:14 +0100] Using default TempDir of /var/spool/cups/tmp...
I [29/Jan/2012:17:28:14 +0100] Configured for up to 100 clients.
I [29/Jan/2012:17:28:14 +0100] Allowing up to 100 client connections per host.
I [29/Jan/2012:17:28:14 +0100] Full reload is required.
E [29/Jan/2012:17:28:14 +0100] Filter "hpgltops" not found.
I [29/Jan/2012:17:28:14 +0100] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 35 types, 42 filters...
D [29/Jan/2012:17:28:14 +0100] Loading printer Hp1300GrizzlyGutenprint...
...


I tried to enable the remote printing with the following lines in /etc/cups/cupsd.conf:


DefaultPolicy HomeNet
...
<Policy HomeNet>
  # Job/subscription privacy...
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default

   # Job- and subscription-related operations must be done
  #  by the owner, a lab technician, or an administrator...
  <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 Cancel-Job CUPS-Authenticate-Job CUPS-Get-Document Cancel-My-Jobs Close-Job Cancel-Jobs Validate-Job>
    Require user @OWNER @HomeNet @SYSTEM
    Order allow,deny
    Allow from 192.168.1.0/24
  </Limit>

  # All administration operations require a lab technician or an administrator to authenticate...
  <Limit Pause-Printer Resume-Printer Set-Printer-Attributes 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 CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
    AuthType Default
    Require user @HomeNet @SYSTEM
    Order allow,deny
    Allow from 192.168.1.0/24
  </Limit>

  # All other operations are allowed from the lab network...
  <Limit All>
    Order allow,deny
    Allow from 192.168.1.0/24
  </Limit>
</Policy>


Any idea what is wrong?
Comment 1 Juergen Rose 2012-01-30 07:57:35 UTC
After adding "Port 631" to /etc/cups/cupsd.conf remote printing works again.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2012-04-19 21:57:23 UTC
No idea what exactly the problem was, sorry... but as it seems to be fixed...