On Wednesday, 11 January 2006 at 22:21:41 -0600, Mike McCarty wrote:
> [EMAIL PROTECTED] wrote:
> >did you get any answers. Now my computer is doing something similar. It
> >keeps printing smiley faces on every page and won't stop
> >
>
> The usual cause of this is that the printer has lost syn
On Wednesday 11 January 2006 22:16, [EMAIL PROTECTED] wrote:
>did you get any answers. Now my computer is doing something similar.
> It keeps printing smiley faces on every page and won't stop
I think someone is playing with your head, and that you need to study up
on /etc/cups/cupsd.conf and ho
[EMAIL PROTECTED] wrote:
did you get any answers. Now my computer is doing something similar. It
keeps printing smiley faces on every page and won't stop
The usual cause of this is that the printer has lost synchronization
with the computer for a moment, and gone back to printing in text
mo
On 01/11/2006 09:16:01 PM, [EMAIL PROTECTED] wrote:
did you get any answers. Now my computer is doing something similar.
It
keeps printing smiley faces on every page and won't stop
1) Unplug printer. This should clear it's memory, which can
contain pages and pages of smiley faces.
2) Use lp
did you get any answers. Now my computer is doing something similar. It
keeps printing smiley faces on every page and won't
stop
On Mon, Jan 03, 2005 at 10:52:33PM +, Clive Menzies wrote:
> You could try:
> $ ps aux | grep lpr
> which will list the process ID
> the kill the process, as root or sudo, with:
> # kill -9 ProcessID (the number)
Or, even simpler:
pkill lpr
Jason
--
To UNSUBSCRIBE, email to [EMAIL PROTE
This was the solution.
Many thanks to all of you responding!!
Cheers Vegard
> Hi Vegard
>
> Sam Watkins suggested:
> you can use the programs "lpq" and "lprm" to show the printer queue and
> remove jobs from it respectively.
>
> Look at the man pages
--
To UNSUBSCRIBE, email to [EMAIL PROTEC
Quoting Michael Sims <[EMAIL PROTECTED]>:
> [EMAIL PROTECTED] wrote:
> >>> ps aux | grep [l]pr
> >>>
> >>> This still lists all the processes that contain the string "lpr",
> >>> but it will not match the grep process itself anymore.
> >>
> >> Why is that? Isn't a bracket expression containing
[EMAIL PROTECTED] wrote:
>>> ps aux | grep [l]pr
>>>
>>> This still lists all the processes that contain the string "lpr",
>>> but it will not match the grep process itself anymore.
>>
>> Why is that? Isn't a bracket expression containing only one
>> character exactly the same as the character b
On (04/01/05 15:14), [EMAIL PROTECTED] wrote:
> Quoting Clive Menzies <[EMAIL PROTECTED]>:
>
> > On (04/01/05 18:17), Vegard Lundby Rekaa wrote:
> > > This is the output of the command
> > >
> > > $ ps aux | grep lpr
> > >
> > > hjem:~# ps aux | grep lpr
> > > root 1401 0.0 0.3 1828 684
Quoting Michael Sims <[EMAIL PROTECTED]>:
> [EMAIL PROTECTED] wrote:
> > A quick note. If you are grepping the output of a ps command,
> > enclose the first character of your regexp in square brackets. For
> > example:
> >
> > ps aux | grep [l]pr
> >
> > This still lists all the processes that c
[EMAIL PROTECTED] wrote:
> A quick note. If you are grepping the output of a ps command,
> enclose the first character of your regexp in square brackets. For
> example:
>
> ps aux | grep [l]pr
>
> This still lists all the processes that contain the string "lpr", but
> it will not match the grep p
Quoting Clive Menzies <[EMAIL PROTECTED]>:
> On (04/01/05 18:17), Vegard Lundby Rekaa wrote:
> > This is the output of the command
> >
> > $ ps aux | grep lpr
> >
> > hjem:~# ps aux | grep lpr
> > root 1401 0.0 0.3 1828 684 pts/1R+ 18:03 0:00 grep lpr
> > hjem:~#
> >
> > Is thi
On (04/01/05 18:17), Vegard Lundby Rekaa wrote:
> > On (03/01/05 23:09), Vegard Lundby Rekaa wrote:
> >> I used the lpr command to print an image, which gave me great problems.
> >> The printer writes text on every 4th page saying:
> >> %!PS-Adobe-3.0
> >> %%Creator: The X Print Server's
On Mon, Jan 03, 2005 at 11:09:02PM +0100, Vegard Lundby Rekaa wrote:
> every time I start my PC the printer start again.
you can use the programs "lpq" and "lprm" to show the printer queue and
remove jobs from it respectively.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "un
On (03/01/05 23:09), Vegard Lundby Rekaa wrote:
> I used the lpr command to print an image, which gave me great problems.
> The printer writes text on every 4th page saying:
> %!PS-Adobe-3.0
> %%Creator: The X Print Server's PostScript DDX (xprint.mozdev.org)
>
> I tried deleting the pri
I used the lpr command to print an image, which gave me great problems.
The printer writes text on every 4th page saying:
%!PS-Adobe-3.0
%%Creator: The X Print Server's PostScript DDX (xprint.mozdev.org)
I tried deleting the printer with 'localhost:631' and 'apt-get --purge
remove cupsys
On Monday 18 October 2004 17:58, CW Harris wrote:
> On Fri, Oct 15, 2004 at 09:00:55PM +0100, Richard Lyons wrote:
> > On Friday 15 October 2004 16:41, CW Harris wrote:
> > > On Fri, Oct 15, 2004 at 01:26:09AM +0100, Richard Lyons wrote:
> > [...]
> > > > I have one box where cups won't let me ch
On Fri, Oct 15, 2004 at 09:00:55PM +0100, Richard Lyons wrote:
> On Friday 15 October 2004 16:41, CW Harris wrote:
> > On Fri, Oct 15, 2004 at 01:26:09AM +0100, Richard Lyons wrote:
> [...]
> > > I have one box where cups won't let me change anything and I
> > > cannot see what I have configured
On Friday 15 October 2004 16:41, CW Harris wrote:
> On Fri, Oct 15, 2004 at 01:26:09AM +0100, Richard Lyons wrote:
[...]
> > I have one box where cups won't let me change anything and I
> > cannot see what I have configured wrong.
>
> Are you a member of the SystemGroup (default lpadmin) defi
On Fri, Oct 15, 2004 at 01:26:09AM +0100, Richard Lyons wrote:
> On Thursday 14 October 2004 20:10, Jacob S wrote:
> [...]
> > If I'm not mistaken, you can also delete jobs in the queue using cups'
> > web interface (if not a command line tool, as well).
> >
> > In your web browser, go to http://
On Thursday 14 October 2004 20:10, Jacob S wrote:
[...]
> If I'm not mistaken, you can also delete jobs in the queue using cups'
> web interface (if not a command line tool, as well).
>
> In your web browser, go to http://localhost:631, then click the
> "Manage Printers" link, click on the printe
On Thu, 14 Oct 2004 12:28:25 -0400
Doug Pollard <[EMAIL PROTECTED]> wrote:
> On Thursday 14 October 2004 10:40 am, Richard Lyons wrote:
> > On Wednesday 13 October 2004 23:10, [EMAIL PROTECTED] wrote:
> > > Hi all,
> > > I am using Debian 2.6 Sarge. In KDE I clicked on
> > > s
> > > Thanks Do
On Thursday 14 October 2004 10:40 am, Richard Lyons wrote:
> On Wednesday 13 October 2004 23:10, [EMAIL PROTECTED] wrote:
> > Hi all,
> > I am using Debian 2.6 Sarge. In KDE I clicked on
> > s
> > Thanks Doug
>
> You don't say whether you are using CUPS, but I assume you are. In case
> you do
On Wednesday 13 October 2004 23:10, [EMAIL PROTECTED] wrote:
> Hi all,
> I am using Debian 2.6 Sarge. In KDE I clicked on
> system, printers using foomatic-gui I installeda Canon BJC
> 4400 printer. After installation I clicked 'print test
> page'.
> My printer printed about 20 pages of cod a
Hi all,
I am using Debian 2.6 Sarge. In KDE I clicked on
system, printers using foomatic-gui I installeda Canon BJC
4400 printer. After installation I clicked 'print test
page'.
My printer printed about 20 pages of cod and data. I can't
figure out how to end it. I have shut it down for now
26 matches
Mail list logo