Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mac printing to CUPS
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
statmobile
Apprentice
Apprentice


Joined: 16 Jul 2004
Posts: 286
Location: Chapel Hill, NC

PostPosted: Mon Jan 02, 2006 3:35 am    Post subject: Mac printing to CUPS Reply with quote

Hey all, I used to be able to use the printer setup on my server through my Mac OS X 10.4 laptop. I upgraded my gentoo machine, and now I can no longer connect. For those not familiar with OS X, it also uses CUPS. Here are my configuration files, can someone point me in the right direction. The config files are below.

Basically, I can print now I can print when on the gentoo server, but whenever I try to print from my mac the /var/log/cups/error_log file says:
[31/Dec/2005:15:55:04 -0500] [Job 111] recoverable: Network host 'COMMENTED' is busy, down, or unreachable; will retry in 30 seconds...

Code:

gentoo$grep -v "#" /etc/cups/cupsd.conf

DocumentRoot /usr/share/cups/docs
LogLevel info
User lp
Group lp
Port 631
Browsing On
BrowseProtocols cups
BrowsePort 631
SystemGroup lp

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.*
</Location>

<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.*
</Location>


Code:

mac$ grep -v "#" /etc/cups/cupsd.conf

ServerName 127.0.0.1
LogLevel info
MaxCopies 10000
ConfigFilePerm 0644
Listen 127.0.0.1:631
Listen /private/var/run/cupsd
BrowseShortNames No
BrowseAllow 127.0.0.1
BrowseAllow @LOCAL
BrowseDeny All
BrowseOrder deny,allow
ImplicitClasses Off
SystemGroup admin
RootCertDuration 43200


<Location />
Order Deny,Allow
Deny From All
Allow From @LOCAL
</Location>

<Location /admin>
AuthType None
AuthClass Anonymous
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
<Limit GET PUT>
AuthType Basic
AuthClass System
</Limit>
</Location>

<Location /admin/conf/cupsd.conf>
AuthType None
AuthClass Anonymous
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
<Limit PUT>
AuthType Basic
AuthClass System
</Limit>
</Location>

_________________
Comp Specs:
Asus A7V(rev1.02)|AMDXP2100+@1.7GHz|Creative SB128PCI|32MB NVIDIA/TNT2AGP|512MBPC-133
Back to top
View user's profile Send private message
wol
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jun 2002
Posts: 107

PostPosted: Mon Jan 02, 2006 4:17 am    Post subject: Reply with quote

The only difference I see between your config and mine is I am a bit more explicit in the network. E.g.

Allow From 127.0.0.1/8
Allow From 192.168.1.0/24

The OS X box is setup to print to the lexmark attached to the linux box on 192.168.1.5
_________________
Intellectual dishonesty is a mortal sin.
Back to top
View user's profile Send private message
statmobile
Apprentice
Apprentice


Joined: 16 Jul 2004
Posts: 286
Location: Chapel Hill, NC

PostPosted: Mon Jan 02, 2006 5:31 pm    Post subject: Reply with quote

I've already played around wth the IP addresses, and unfortunately I'm not getting anywhere. Is it possible that there is a conflict between the drivers for my printer?
_________________
Comp Specs:
Asus A7V(rev1.02)|AMDXP2100+@1.7GHz|Creative SB128PCI|32MB NVIDIA/TNT2AGP|512MBPC-133
Back to top
View user's profile Send private message
wol
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jun 2002
Posts: 107

PostPosted: Tue Jan 03, 2006 12:45 am    Post subject: Reply with quote

What protocol are you using from the MAC box ? IPP, HTTP, etc?
_________________
Intellectual dishonesty is a mortal sin.
Back to top
View user's profile Send private message
statmobile
Apprentice
Apprentice


Joined: 16 Jul 2004
Posts: 286
Location: Chapel Hill, NC

PostPosted: Tue Jan 03, 2006 1:44 am    Post subject: Reply with quote

Initially I was using LDP, but that is what stopped working. When I ran nmap against the server, it said it was using IPP, so I also tried that as well. I left the queue's blank, which Apple said would bring it to the default. I have no idea where I set the protocol being used or the queue on my gentoo server.
_________________
Comp Specs:
Asus A7V(rev1.02)|AMDXP2100+@1.7GHz|Creative SB128PCI|32MB NVIDIA/TNT2AGP|512MBPC-133
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum