* [gentoo-user] Printing woes; firefox incompetent; cups printer disabled and cannot enable
@ 2005-07-15 15:30 Kevin O'Gorman
2005-07-15 18:37 ` Edward Catmur
0 siblings, 1 reply; 3+ messages in thread
From: Kevin O'Gorman @ 2005-07-15 15:30 UTC (permalink / raw
To: gentoo-user
Woe is me.
First: Firefox 1.0.4 could not print. It seemed to go through all the
motions,The printer command was some oddity involving ${MOZ_PRINTER}
or some such, and I just changed it to 'lpr', and it still wouldn't
work.
I forget why, but I tried 'disable lp0' to see what it did to the
output of 'lpstat -t', and
got the results one would expect. However, 'enable lp0' gives this
odd error message:
-/bin/bash: enable: lp0: not a shell builtin
Now, this makes no sense to me at all.
So, now I have a completely unusable setup. Any clues?
++ kevin
--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Printing woes; firefox incompetent; cups printer disabled and cannot enable
2005-07-15 15:30 [gentoo-user] Printing woes; firefox incompetent; cups printer disabled and cannot enable Kevin O'Gorman
@ 2005-07-15 18:37 ` Edward Catmur
2005-07-18 3:54 ` Kevin O'Gorman
0 siblings, 1 reply; 3+ messages in thread
From: Edward Catmur @ 2005-07-15 18:37 UTC (permalink / raw
To: gentoo-user
On Fri, 2005-07-15 at 08:30 -0700, Kevin O'Gorman wrote:
> I forget why, but I tried 'disable lp0' to see what it did to the
> output of 'lpstat -t', and
> got the results one would expect. However, 'enable lp0' gives this
> odd error message:
>
> -/bin/bash: enable: lp0: not a shell builtin
>
> Now, this makes no sense to me at all.
enable is a bash shell builtin (which acts on shell builtins,
coincidentally; see bash(1)).
Use '/usr/bin/enable lp0', or '`which enable` lp0', or 'enable -n
enable; enable lp0'.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Printing woes; firefox incompetent; cups printer disabled and cannot enable
2005-07-15 18:37 ` Edward Catmur
@ 2005-07-18 3:54 ` Kevin O'Gorman
0 siblings, 0 replies; 3+ messages in thread
From: Kevin O'Gorman @ 2005-07-18 3:54 UTC (permalink / raw
To: gentoo-user
Okay, thanks, that helps clarify it. I got the printer working anyway --
my printers.conf needed manual editing -- it had two different lp0
printers in it somehow, one of them badly mangled.
++ kevin
On 7/15/05, Edward Catmur <ed@catmur.co.uk> wrote:
> On Fri, 2005-07-15 at 08:30 -0700, Kevin O'Gorman wrote:
> > I forget why, but I tried 'disable lp0' to see what it did to the
> > output of 'lpstat -t', and
> > got the results one would expect. However, 'enable lp0' gives this
> > odd error message:
> >
> > -/bin/bash: enable: lp0: not a shell builtin
> >
> > Now, this makes no sense to me at all.
>
> enable is a bash shell builtin (which acts on shell builtins,
> coincidentally; see bash(1)).
>
> Use '/usr/bin/enable lp0', or '`which enable` lp0', or 'enable -n
> enable; enable lp0'.
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Go back to the top: I almost always top-post
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-18 3:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-15 15:30 [gentoo-user] Printing woes; firefox incompetent; cups printer disabled and cannot enable Kevin O'Gorman
2005-07-15 18:37 ` Edward Catmur
2005-07-18 3:54 ` Kevin O'Gorman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox