RE: Netprint perl script from Handbook doesn't work

2008-09-25 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jonathan > McKeown > Sent: Thursday, September 25, 2008 12:41 AM > To: freebsd-questions@freebsd.org > Subject: Re: Netprint perl script from Handbook doesn't work > > >

Re: Netprint perl script from Handbook doesn't work

2008-09-25 Thread Jonathan McKeown
On Wednesday 24 September 2008 17:12:36 Dan Nelson wrote: > In the last episode (Sep 24), Andy Kosela said: > > The netprint perl script provided in the Handbook (9.4.3.2) is not > > working.. or am I missing something: > > > > plotinus:~> cat new.txt | lp.sh > > Can't contact 10.10.21.12: Address

Re: Netprint perl script from Handbook doesn't work

2008-09-24 Thread Mel
On Wednesday 24 September 2008 12:33:29 Andy Kosela wrote: > ($ignore, $ignore, $protocol) = getprotobyname('tcp'); $ perl -e 'print join("\n", getprotobyname("tcp"));' tcp TCP 6 -- Mel Problem with today's modular software: they start with the modules and never get to the software part. _

Re: Netprint perl script from Handbook doesn't work

2008-09-24 Thread Andy Kosela
On Wed, Sep 24, 2008 at 5:12 PM, Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Sep 24), Andy Kosela said: >> The netprint perl script provided in the Handbook (9.4.3.2) is not >> working.. or am I missing something: >> >> plotinus:~> cat new.txt | lp.sh >> Can't contact 10.10.21.12:

Re: Netprint perl script from Handbook doesn't work

2008-09-24 Thread Dan Nelson
In the last episode (Sep 24), Andy Kosela said: > The netprint perl script provided in the Handbook (9.4.3.2) is not > working.. or am I missing something: > > plotinus:~> cat new.txt | lp.sh > Can't contact 10.10.21.12: Address family not supported by protocol family at > /usr/local/libexec/netp

Netprint perl script from Handbook doesn't work

2008-09-24 Thread Andy Kosela
The netprint perl script provided in the Handbook (9.4.3.2) is not working.. or am I missing something: plotinus:~> cat new.txt | lp.sh Can't contact 10.10.21.12: Address family not supported by protocol family at /usr/local/libexec/netprint line 21. plotinus:> cat /usr/local/libexec/netprint #!/