CUPS and Apple

Man-Chicken manchicken at notsosoft.net
Wed Apr 11 21:23:18 UTC 2007


Is it possibly a network issue?  Firewall?  Routes?  Most of the time when 
I've had trouble setting this stuff up it's been something like that.

On Wednesday 11 April 2007 16:15:13 Stew Schneider wrote:
> OK...I'm beat. I gave up sharing the CUPS printer with the Apple
> upstairs and bought two (2) printer servers, neither of which will work
> with Linux.
>
> It can't be this tough. What in the world am I doing wrong??? Ubuntu
> should be able to share a simple Epson....
>
> /etc/cups/cupsd.conf:
> > # Show general information in error_log.
> > LogLevel info
> > SystemGroup lpadmin
> > # Allow remote access
> > Port 631
> > Listen /var/run/cups/cups.sock
> > # Share local printers on the local network.
> > Browsing On
> > BrowseOrder allow,deny
> > BrowseAddress @LOCAL
> > DefaultAuthType Basic
> > <Location />
> >   # Allow shared printing...
> >   Order allow,deny
> >   Allow all
> > </Location>
> > <Location /admin>
> >   # Restrict access to the admin pages...
> >   Order allow,deny
> >   Allow all
> > </Location>
> > <Location /admin/conf>
> >   AuthType Basic
> >   Require user @SYSTEM
> >   # Restrict access to the configuration files...
> >   Order allow,deny
> >   Allow all
> > </Location>
> > <Policy default>
> >   <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
> >     Order deny,allow
> >   </Limit>
> >   <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-Add-Printer CUPS-Delete-Printer
> > CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs
> > CUPS-Set-Default>
> >     AuthType Basic
> >     Require user @SYSTEM
> >     Order deny,allow
> >   </Limit>
> >   <Limit CUPS-Authenticate-Job>
> >     Require user @OWNER @SYSTEM
> >     Order deny,allow
> >   </Limit>
> >   # Only the owner or an administrator can cancel a job...
> >   <Limit Cancel-Job>
> >     Order deny,allow
> >     Require user @OWNER @SYSTEM
> >   </Limit>
> >   <Limit All>
> >     Order deny,allow
> >   </Limit>
> > </Policy>



-- 
~ Man-Chicken <><
(A)bort, (R)etry, (I)nfluence with large hammer.
The number of the beast - vi vi vi




More information about the kubuntu-users mailing list