[ubuntu] Share Printer

Gary R. James gary_r_james at yahoo.com
Mon Oct 4 01:42:39 UTC 2004


Fixed.

I had to change the line

Listen 127.0.0.1:631
to
Port 631

and change
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>

to
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From <my ip address range>
</Location>





On Sun, Oct 03, 2004 at 04:53:37PM -0400, Gary R. James wrote:
> I have a printer attached to a Ubuntu Desktop that I would
> like to share with a linux laptop. The laptop is running
> Debian unstable. Before I switched the desktop to Ubuntu
> it also was running debian and the printer was shared with
> no problems. Anyone do this with Ubuntu?
> 
> When I look at the printer setup on the Debian laptop it
> says:
> 
>  "Network host 'ubuntu' is busy; will retry in 30
>  seconds...INFO: Connecting to ubuntu on port 631..."
> 
> 
>  Thanks,
> 
>  grj
> 
> -- 
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> http://lists.ubuntu.com/mailman/listinfo/ubuntu-users




More information about the ubuntu-users mailing list