[Cooker] Cups printing with screen fonts!!!

2003-08-19 Thread guran
Hi

In Konqueror a have min fonts to 16 and the stupid Cups try to print with it 
so that the page does not for on the paper.

Interesting
guran
-- 
Mandrake Linux Cooker 9.2 kernel-2.4.22.0.6mdk-1-1mdk

Only in a society that has 'a priori' defined what is the truth
can the result from the evolution of life be defined false.




[Cooker] CUPS slow startup with no network

2003-08-14 Thread OS
Hello,

For a while I've been wondering why CUPS is so darned slow at startin up. The 
system boots just stops for about 11 seconds while the CUPS deamon is 
starting. I now believe that it is because it expects to find a network out 
there. Mine is a stadalone laptop with a PCMCIA network card which most of 
the time is out of the slots. Since there is not much output I cannot 
deterimine exactly why, when all the CUPS printers are declared as local and 
`Browsing' is `off' in /etc/cups/cupsd.conf, CUPS is trying to access the 
network any way. This is not a current Cooker problem. I have raised this 
before 9.0 went out ! Can anyone shed any light on what is going on here ? 
Does any one else see CUPS as slow to get started ? Is the fact that there is 
a network device configured at all enough to cause CUPS to try and access it 
? I don't want to remove / add any network configuration data every time I 
use the PCMCIA network card !

Thanks,
Owen




Re: [Cooker] CUPS slow startup with no network

2003-08-14 Thread Till Kamppeter
Can you post this on one of the CUPS forums:

http://www.cups.org/newsgroups.php

There are many CUPS experts and probably someone will find a solution.

   Till

OS wrote:
Hello,

For a while I've been wondering why CUPS is so darned slow at startin up. The 
system boots just stops for about 11 seconds while the CUPS deamon is 
starting. I now believe that it is because it expects to find a network out 
there. Mine is a stadalone laptop with a PCMCIA network card which most of 
the time is out of the slots. Since there is not much output I cannot 
deterimine exactly why, when all the CUPS printers are declared as local and 
`Browsing' is `off' in /etc/cups/cupsd.conf, CUPS is trying to access the 
network any way. This is not a current Cooker problem. I have raised this 
before 9.0 went out ! Can anyone shed any light on what is going on here ? 
Does any one else see CUPS as slow to get started ? Is the fact that there is 
a network device configured at all enough to cause CUPS to try and access it 
? I don't want to remove / add any network configuration data every time I 
use the PCMCIA network card !

Thanks,
Owen






Re: [Cooker] CUPS; missing headers patch

2003-07-28 Thread Oden Eriksson
måndagen den 28 juli 2003 01.07 skrev Till Kamppeter:
> I have applied your patch in CUPS 1.1.19-6mdk on the Cooker. Thank you
> for the report.
>
> Till

Thanks Till.

I think I made a work around to solve the build problem. But now it would 
probably be possible to use the vanilla php-cups source.

> Oden Eriksson wrote:
> > onsdagen den 9 juli 2003 15.56 skrev Oden Eriksson:
> >>Hi.
> >>
> >>I'm working with a new php-cups package (from the cups source) but the
> >>source needs two mising headers as of the patch below. Could you please
> >> fix that thanks.
> >
> > One more file was needed, sorry:
> >
> > --- cups.spec   2003-06-26 18:55:29.0 +0200
> > +++ cups.spec.oden  2003-07-09 16:32:07.0 +0200
> > @@ -9,7 +9,7 @@
> >  Summary:   Common Unix Printing System - Server package
> >  Name:  cups
> >  Version:   1.1.19
> > -Release:   4mdk
> > +Release:   5mdk
> >  License:   GPL
> >  Group: System/Servers
> >  %define real_version %{version}
> > @@ -526,6 +526,10 @@
> >  # startup script by RPM. This automatic replacement is broken.
> >  #export DONT_GPRINTIFY=1
> >
> > +# Install missing headers
> > +install -m644 cups/debug.h  $RPM_BUILD_ROOT%{_includedir}/cups/
> > +install -m644 cups/string.h $RPM_BUILD_ROOT%{_includedir}/cups/
> > +install -m644 config.h $RPM_BUILD_ROOT%{_includedir}/cups/
> >
> >  # PRE/POST INSTALL SCRIPTS #
> >
> > @@ -761,6 +765,9 @@
> >  # CHANGELOG #
> >
> >  %changelog
> > +* Wed Jul 09 2003 Oden Eriksson <[EMAIL PROTECTED]>
> > 1.1.19-5mdk +- install missing headers
> > +
> >  * Thu Jun 26 2003 Till Kamppeter <[EMAIL PROTECTED]> 1.1.19-4mdk
> >  - Re-introduced SLP support.

-- 
Regards // Oden Eriksson, Deserve-IT.com



Re: [Cooker] CUPS; missing headers patch

2003-07-27 Thread Till Kamppeter
I have applied your patch in CUPS 1.1.19-6mdk on the Cooker. Thank you 
for the report.

   Till

Oden Eriksson wrote:
onsdagen den 9 juli 2003 15.56 skrev Oden Eriksson:

Hi.

I'm working with a new php-cups package (from the cups source) but the
source needs two mising headers as of the patch below. Could you please fix
that thanks.


One more file was needed, sorry:

--- cups.spec   2003-06-26 18:55:29.0 +0200
+++ cups.spec.oden  2003-07-09 16:32:07.0 +0200
@@ -9,7 +9,7 @@
 Summary:   Common Unix Printing System - Server package
 Name:  cups
 Version:   1.1.19
-Release:   4mdk
+Release:   5mdk
 License:   GPL
 Group: System/Servers
 %define real_version %{version}
@@ -526,6 +526,10 @@
 # startup script by RPM. This automatic replacement is broken.
 #export DONT_GPRINTIFY=1
+# Install missing headers
+install -m644 cups/debug.h  $RPM_BUILD_ROOT%{_includedir}/cups/
+install -m644 cups/string.h $RPM_BUILD_ROOT%{_includedir}/cups/
+install -m644 config.h $RPM_BUILD_ROOT%{_includedir}/cups/
 # PRE/POST INSTALL SCRIPTS #

@@ -761,6 +765,9 @@
 # CHANGELOG #
 %changelog
+* Wed Jul 09 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.1.19-5mdk
+- install missing headers
+
 * Thu Jun 26 2003 Till Kamppeter <[EMAIL PROTECTED]> 1.1.19-4mdk
 - Re-introduced SLP support.





Re: [Cooker] CUPS; missing headers patch

2003-07-09 Thread Oden Eriksson
onsdagen den 9 juli 2003 15.56 skrev Oden Eriksson:
> Hi.
>
> I'm working with a new php-cups package (from the cups source) but the
> source needs two mising headers as of the patch below. Could you please fix
> that thanks.

One more file was needed, sorry:

--- cups.spec   2003-06-26 18:55:29.0 +0200
+++ cups.spec.oden  2003-07-09 16:32:07.0 +0200
@@ -9,7 +9,7 @@
 Summary:   Common Unix Printing System - Server package
 Name:  cups
 Version:   1.1.19
-Release:   4mdk
+Release:   5mdk
 License:   GPL
 Group: System/Servers
 %define real_version %{version}
@@ -526,6 +526,10 @@
 # startup script by RPM. This automatic replacement is broken.
 #export DONT_GPRINTIFY=1

+# Install missing headers
+install -m644 cups/debug.h  $RPM_BUILD_ROOT%{_includedir}/cups/
+install -m644 cups/string.h $RPM_BUILD_ROOT%{_includedir}/cups/
+install -m644 config.h $RPM_BUILD_ROOT%{_includedir}/cups/

 # PRE/POST INSTALL SCRIPTS #

@@ -761,6 +765,9 @@
 # CHANGELOG #

 %changelog
+* Wed Jul 09 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.1.19-5mdk
+- install missing headers
+
 * Thu Jun 26 2003 Till Kamppeter <[EMAIL PROTECTED]> 1.1.19-4mdk
 - Re-introduced SLP support.

-- 
Regards // Oden Eriksson, Deserve-IT.com



Re: [Cooker] CUPS; missing headers patch

2003-07-09 Thread Oden Eriksson
onsdagen den 9 juli 2003 15.56 skrev Oden Eriksson:
> Hi.
>
> I'm working with a new php-cups package (from the cups source) but the
> source needs two mising headers as of the patch below. Could you please fix
> that thanks.


One more file was needed, sorry:

--- cups.spec   2003-06-26 18:55:29.0 +0200
+++ cups.spec.oden  2003-07-09 16:32:07.0 +0200
@@ -9,7 +9,7 @@
 Summary:   Common Unix Printing System - Server package
 Name:  cups
 Version:   1.1.19
-Release:   4mdk
+Release:   5mdk
 License:   GPL
 Group: System/Servers
 %define real_version %{version}
@@ -526,6 +526,10 @@
 # startup script by RPM. This automatic replacement is broken.
 #export DONT_GPRINTIFY=1

+# Install missing headers
+install -m644 cups/debug.h  $RPM_BUILD_ROOT%{_includedir}/cups/
+install -m644 cups/string.h $RPM_BUILD_ROOT%{_includedir}/cups/
+install -m644 config.h $RPM_BUILD_ROOT%{_includedir}/cups/

 # PRE/POST INSTALL SCRIPTS #

@@ -761,6 +765,9 @@
 # CHANGELOG #

 %changelog
+* Wed Jul 09 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.1.19-5mdk
+- install missing headers
+
 * Thu Jun 26 2003 Till Kamppeter <[EMAIL PROTECTED]> 1.1.19-4mdk
 - Re-introduced SLP support.


-- 
Regards // Oden Eriksson, Deserve-IT.com



[Cooker] CUPS; missing headers patch

2003-07-09 Thread Oden Eriksson
Hi. 

I'm working with a new php-cups package (from the cups source) but the source 
needs two mising headers as of the patch below. Could you please fix that 
thanks.

--- cups.spec   2003-06-26 18:55:29.0 +0200
+++ cups.spec.oden  2003-07-09 16:01:35.0 +0200
@@ -9,7 +9,7 @@
 Summary:   Common Unix Printing System - Server package
 Name:  cups
 Version:   1.1.19
-Release:   4mdk
+Release:   5mdk
 License:   GPL
 Group: System/Servers
 %define real_version %{version}
@@ -526,6 +526,9 @@
 # startup script by RPM. This automatic replacement is broken.
 #export DONT_GPRINTIFY=1

+# Install missing headers
+install -m644 cups/debug.h  $RPM_BUILD_ROOT%{_includedir}/cups/
+install -m644 cups/string.h $RPM_BUILD_ROOT%{_includedir}/cups/

 # PRE/POST INSTALL SCRIPTS #

@@ -761,6 +764,9 @@
 # CHANGELOG #

 %changelog
+* Wed Jul 09 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.1.19-5mdk
+- install missing headers
+
 * Thu Jun 26 2003 Till Kamppeter <[EMAIL PROTECTED]> 1.1.19-4mdk
 - Re-introduced SLP support.


-- 
Regards // Oden Eriksson, Deserve-IT.com



Re: [Cooker] CUPS afult

2003-06-26 Thread Till Kamppeter
Ron, can you file a bug directly to the CUPS authors, on

http://www.cups.org/str.php

   Till


On Mon, 2003-05-26 at 03:44, Ron Stodden wrote:
After many frustrating attempts to diagnose what is going on over years 
now, I have finally narrowed it down to CUPS in 9.1.  This machine 
does a great deal of printong.Printing leaves a large number of 
files in /var/log/cups and an even greater number (hundreds!) of files, 
each 0.5MB!) in /var/log/cups/tmp.   None of these are ever purged.

Please assure me that this major CUPS oversight has been corrected in 
Cooker. and that the fix is promptly made available in the 9.1 updates 
mirrors.




Re: [Cooker] cups depends on contribs

2003-06-26 Thread Till Kamppeter
Warly will move libopenslp to main.

I will upload CUPS 1.1.19-4mdk with corrected "Requires" and 
"Buildrequires" so that accidental moving of libopenslp to the contribs 
will be avoided in the future.

   Till

Quel Qun wrote:
--=-nfznvg9s9Deet/pL6TrF
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Hello,

# rpm -U cups-1.1.19-1mdk.i586.rpm cups-common-1.1.19-1mdk.i586.rpm
libcups1-1.1.19-1mdk.i586.rpm
warning: cups-1.1.19-1mdk.i586.rpm: V3 DSA signature: NOKEY, key ID
70771ff3
error: Failed dependencies:
libslp.so.1 is needed by cups-common-1.1.19-1mdk
$ ls Mandrake/RPMS/libopenslp1*
ls: Mandrake/RPMS/libopenslp1*: No such file or directory
Peace,
--=20
 _   _ _   _
| |_| | |_/ |
| / / -_) | / / |
|_\_\___|_|_\_\_| @ sbcglobal.net
--=-nfznvg9s9Deet/pL6TrF
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQA+1rr4qMXSp8VDtVARAsseAJ9++8bA+k6jRX8oPfc1OffS3UEvygCgjEmP
oUHwjHbdDpfREKryDkYrbU8=
=gPFR
-END PGP SIGNATURE-
--=-nfznvg9s9Deet/pL6TrF--






[Cooker] cups depends on contribs

2003-05-30 Thread Quel Qun
Hello,

# rpm -U cups-1.1.19-1mdk.i586.rpm cups-common-1.1.19-1mdk.i586.rpm
libcups1-1.1.19-1mdk.i586.rpm
warning: cups-1.1.19-1mdk.i586.rpm: V3 DSA signature: NOKEY, key ID
70771ff3
error: Failed dependencies:
libslp.so.1 is needed by cups-common-1.1.19-1mdk

$ ls Mandrake/RPMS/libopenslp1*
ls: Mandrake/RPMS/libopenslp1*: No such file or directory

Peace,
-- 
 _   _ _   _
| |_| | |_/ |
| / / -_) | / / |
|_\_\___|_|_\_\_| @ sbcglobal.net



signature.asc
Description: This is a digitally signed message part


Re: [Cooker] CUPS: only root can print

2003-03-20 Thread J.A. Magallon

On 03.21, Greg Meyer wrote:
> On Thursday 20 March 2003 06:01 pm, J.A. Magallon wrote:
> > Hi all...
> >
> > I think I found one other sympthom for the problems some people were
> > reporting about CUPS.
> > If I print as a normal user, the job just appears in the queue and vanishes
> > (I run a while :; do clear; lpq -l; done on one terminal while printing
> > with lpr from one other).
> > If I try to print as root, it works.
> >
> > Hope this gives some light...
> 
> That would mean the problem is permissions related then.

I have digger som more...
When I print a file, say 'lpr a.cc', cups creates the spool job at
werewolf:/var/spool/cups# ll
total 2
-rw---1 lp   sys   855 Mar 21 01:18 c7
drwxrwx--T2 root root 1024 Mar 21 01:18 tmp/

Contents of c7 are 

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@[EMAIL PROTECTED]@^_ipp://localhost:631/printers/[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
text/plain^BB^@
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@$!^@   [EMAIL PROTECTED]@[EMAIL 
PROTECTED]@$!^@
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@^A7"[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@^A!^@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@^DNoneB^@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@  [EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@ [EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@'http://werewolf.able.es:631/printers/[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]>[EMAIL 
PROTECTED]@^D>[EMAIL PROTECTED]@^D>[EMAIL PROTECTED]@^Gno-hold^C

And the file stays there forever...

-- 
J.A. Magallon <[EMAIL PROTECTED]>  \ Software is like sex:
werewolf.able.es \   It's better when it's free
Mandrake Linux release 9.1 (Bamboo) for i586
Linux 2.4.21-pre5-jam0 (gcc 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk))



Re: [Cooker] CUPS: only root can print

2003-03-20 Thread Greg Meyer
On Thursday 20 March 2003 06:01 pm, J.A. Magallon wrote:
> Hi all...
>
> I think I found one other sympthom for the problems some people were
> reporting about CUPS.
> If I print as a normal user, the job just appears in the queue and vanishes
> (I run a while :; do clear; lpq -l; done on one terminal while printing
> with lpr from one other).
> If I try to print as root, it works.
>
> Hope this gives some light...

That would mean the problem is permissions related then.
-- 
Greg



[Cooker] CUPS: only root can print

2003-03-20 Thread J.A. Magallon
Hi all...

I think I found one other sympthom for the problems some people were reporting
about CUPS.
If I print as a normal user, the job just appears in the queue and vanishes
(I run a while :; do clear; lpq -l; done on one terminal while printing with
lpr from one other).
If I try to print as root, it works.

Hope this gives some light...

-- 
J.A. Magallon <[EMAIL PROTECTED]>  \ Software is like sex:
werewolf.able.es \   It's better when it's free
Mandrake Linux release 9.1 (Bamboo) for i586
Linux 2.4.21-pre5-jam0 (gcc 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk))



[Cooker] cups won't let superuser delete jobs

2003-03-14 Thread Vincent Meyer, MD
Hi,

Using the print control panel in the KDE control center, i've noticed an 
interesting problem.  If I create a print job as a user, which for whatever 
reason isn't printing (in the test case, was an SMB printer that wasn't 
available), and then go into "Administrator Mode" - I can't delete the job.  
The message in the dialog box is:

Unable to perform action "Remove" on selected jobs. Error received
from manager:  You don't have access rights to the requested resource

Shouldn't the administrator have the ability to delete jobs?

Logging out of "administrator mode" and back to the user - the user can delete 
the job.

Tried submitting this to Bugzilla - got an error message "require_component", 
so am posting it here.

V.




[Cooker] cups and scsi backend

2003-02-10 Thread J.A. Magallon
Hi all...

Has anybody a pointer to configuration for scsi backend ?
I will try to use an Apple Personal LaserWriter SC (scsi printer).
Some has such a beast up and running ?
I found no docs in cups documentation in cooker, if finally I found a good
ref it could be included for 9.1...

TIA

-- 
J.A. Magallon <[EMAIL PROTECTED]>  \ Software is like sex:
werewolf.able.es \   It's better when it's free
Mandrake Linux release 9.1 (Cooker) for i586
Linux 2.4.21-pre4-jam1 (gcc 3.2.1 (Mandrake Linux 9.1 3.2.1-5mdk))




Re: [Cooker] CUPS update on 8.2 --> b0rk3n down the system!

2003-01-18 Thread Claudio
Hi again!
Thanks for your suggestion: the problem does not appear if I *manually*
stop cups before executing the update! Maybe the rpm-script does not shut
down cups properly if a client is sending a job to the server at that
moment... Anyway it's not a "packaging" problem I suppose :o)

  Claudio


> On Wed Jan 15, 2003 at 11:12:53AM +0100, Claudio wrote:
[...]
> [...]
>> I [15/Jan/2003:10:16:07 +0100] Configured for up to 100 clients. I
>> [15/Jan/2003:10:16:07 +0100] Allowing up to 10 client connections per
>> host. I [15/Jan/2003:10:16:07 +0100] LoadPPDs: Read
>> "/etc/cups/ppds.dat", 1021 PPDs...
>> I [15/Jan/2003:10:16:08 +0100] LoadPPDs: Wrote "/etc/cups/ppds.dat",
>> 1021 PPDs...
>> E [15/Jan/2003:10:16:14 +0100] StartListening: Unable to bind socket -
>> Cannot assign requested address.
>
> This looks to me like cups didn't stop clean before.  If it's unable to
> bind to the socket, that means something has got a hold of the socket
> already, meaning that during the upgrade when cups was supposed to be
> stopped, it didn't really stop.  IIRC, the initscript tries to kill the
> cupsd based on the pid in the /var/run/cupsd.pid (or whatever) file.  If
> that file is removed, you effectively have a cupsd that is not
> controllable via the initscript (initscript thinks cupsd is already
> stopped because the pid file is no longer present).
>
>> Downgrading to 8.2 "original" packages, server comes back working
>> fine!
>
> Try what I suggested above.  I'm quite certain there should be nothing
> wrong with these cups packages as I tested them here and was able to run
> them and print through them.  IIRC, I didn't have cups previously
> installed/configured, so there might be some strangeness with the
> upgrade that I missed, but I don't think so.  The bind socket error
> tells me something different.



-- 







Re: [Cooker] CUPS update on 8.2 --> b0rk3n down the system!

2003-01-15 Thread Vincent Danen
On Wed Jan 15, 2003 at 11:12:53AM +0100, Claudio wrote:

> Hi all!
> I send this to the list, since I don't know who is responsible for this
> kind of problems  :-)
> I updates CUPS as you can see from /var/log/messages:
> 
> Jan 15 10:15:49 sertov2 perl: [RPM] libcups1-1.1.18-1.1mdk installed
> Jan 15 10:15:49 sertov2 perl: [RPM] libcups1-1.1.14-2mdk removed
> Jan 15 10:15:49 sertov2 perl: [RPM] libcups1-devel-1.1.18-1.1mdk installed
> Jan 15 10:15:49 sertov2 perl: [RPM] libcups1-devel-1.1.14-2mdk removed
> Jan 15 10:15:50 sertov2 perl: [RPM] cups-common-1.1.18-1.1mdk installed
> Jan 15 10:15:51 sertov2 perl: [RPM] cups-common-1.1.14-2mdk removed
> Jan 15 10:15:55 sertov2 perl: [RPM] cups-1.1.18-1.1mdk installed
> Jan 15 10:16:04 sertov2 cups: cupsd shutdown succeeded
> Jan 15 10:16:08 sertov2 kernel: lp0: compatibility mode
> Jan 15 10:16:08 sertov2 last message repeated 2 times
> Jan 15 10:16:14 sertov2 cupsd: cupsd: Child exited with status 99!
> Jan 15 10:16:15 sertov2 cups: cupsd startup succeeded
> 
> [root@sertov2 root]# /etc/rc.d/init.d/cups status
> cupsd is stopped

Could be that during the upgrade of the various cups components it
shuts the cups server off instead of trying to restart it.

> Trying to restart it, implies that cups reports a "failed" when shutting
> down and "ok" when starting up, but it says "stopped" when I ask the
> status.

Ok...  if you restart a server that is stopped, you will get a failed
on the "stop"...  it's already stopped so it can't stop it.  That's why
you get your "failed".  It does start up however, right?  You said it
gives "ok" when it starts.

The status thing I'm not sure of...  you did the status after you
restarted?  Try doing a "service cups stop", then do "ps ax|grep cups"
and make *sure* it is stopped.  Then do a "service cups start" and then
"ps ax|grep cups" and make sure cups is running.  Finally, do your
"service cups status" and see if it still says cups is stopped.  It
might not be writing the pid file properly, so the status might be
misleading.

Of course, it is entirely possible that cups isn't starting, but at
least by doing the above, you will know for sure.

> I have both cups and cups-lpd started at boot time on my printerserver,
> and samba+netatalk are present too.
> The only thing I could find in /var/log/cups/error_log is
> 
[...]
> I [15/Jan/2003:10:16:07 +0100] Configured for up to 100 clients.
> I [15/Jan/2003:10:16:07 +0100] Allowing up to 10 client connections per host.
> I [15/Jan/2003:10:16:07 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 1021
> PPDs...
> I [15/Jan/2003:10:16:08 +0100] LoadPPDs: Wrote "/etc/cups/ppds.dat", 1021
> PPDs...
> E [15/Jan/2003:10:16:14 +0100] StartListening: Unable to bind socket -
> Cannot assign requested address.

This looks to me like cups didn't stop clean before.  If it's unable to
bind to the socket, that means something has got a hold of the socket
already, meaning that during the upgrade when cups was supposed to be
stopped, it didn't really stop.  IIRC, the initscript tries to kill the
cupsd based on the pid in the /var/run/cupsd.pid (or whatever) file. 
If that file is removed, you effectively have a cupsd that is not
controllable via the initscript (initscript thinks cupsd is already
stopped because the pid file is no longer present).

If you do have a "zombie" cupsd running that the initscript cannot
stop, you can try to kill -9 it.  This should not normally happen, but
it's possible something/someone was trying to print which may have
prevented cupsd from stopping when you wanted to stop it.  Of course, I
could have no clue what I'm talking about since I don't know much about
cups other than that it has always just worked.  =)  But this is what I
would look for.

> Downgrading to 8.2 "original" packages, server comes back working fine!

Try what I suggested above.  I'm quite certain there should be nothing
wrong with these cups packages as I tested them here and was able to
run them and print through them.  IIRC, I didn't have cups previously
installed/configured, so there might be some strangeness with the
upgrade that I missed, but I don't think so.  The bind socket error
tells me something different.

-- 
MandrakeSoft Security; http://www.mandrakesecure.net/
"lynx -source http://linsec.ca/vdanen.asc | gpg --import"
{FE6F2AFD : 88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD}


msg86197/pgp0.pgp
Description: PGP signature


[Cooker] CUPS update on 8.2 --> b0rk3n down the system!

2003-01-15 Thread Claudio
Hi all!
I send this to the list, since I don't know who is responsible for this
kind of problems  :-)
I updates CUPS as you can see from /var/log/messages:

Jan 15 10:15:49 sertov2 perl: [RPM] libcups1-1.1.18-1.1mdk installed
Jan 15 10:15:49 sertov2 perl: [RPM] libcups1-1.1.14-2mdk removed
Jan 15 10:15:49 sertov2 perl: [RPM] libcups1-devel-1.1.18-1.1mdk installed
Jan 15 10:15:49 sertov2 perl: [RPM] libcups1-devel-1.1.14-2mdk removed
Jan 15 10:15:50 sertov2 perl: [RPM] cups-common-1.1.18-1.1mdk installed
Jan 15 10:15:51 sertov2 perl: [RPM] cups-common-1.1.14-2mdk removed
Jan 15 10:15:55 sertov2 perl: [RPM] cups-1.1.18-1.1mdk installed
Jan 15 10:16:04 sertov2 cups: cupsd shutdown succeeded
Jan 15 10:16:08 sertov2 kernel: lp0: compatibility mode
Jan 15 10:16:08 sertov2 last message repeated 2 times
Jan 15 10:16:14 sertov2 cupsd: cupsd: Child exited with status 99!
Jan 15 10:16:15 sertov2 cups: cupsd startup succeeded

[root@sertov2 root]# /etc/rc.d/init.d/cups status
cupsd is stopped

Trying to restart it, implies that cups reports a "failed" when shutting
down and "ok" when starting up, but it says "stopped" when I ask the
status.
I have both cups and cups-lpd started at boot time on my printerserver,
and samba+netatalk are present too.
The only thing I could find in /var/log/cups/error_log is

E [15/Jan/2003:10:15:59 +0100] Scheduler shutting down due to SIGTERM.
I [15/Jan/2003:10:16:07 +0100] Listening to 7f01:631
I [15/Jan/2003:10:16:07 +0100] Listening to 8d6cff04:631
I [15/Jan/2003:10:16:07 +0100] Listening to 8d6c106c:631
I [15/Jan/2003:10:16:07 +0100] Listening to 8d6c1515:631
I [15/Jan/2003:10:16:07 +0100] Listening to 8d6cf8d4:631
I [15/Jan/2003:10:16:07 +0100] Listening to 8d6cff06:631
I [15/Jan/2003:10:16:07 +0100] Listening to a0a0102:631
I [15/Jan/2003:10:16:07 +0100] Listening to a0a0004:631
I [15/Jan/2003:10:16:07 +0100] Sending browsing info to 8d6c10ff:631
I [15/Jan/2003:10:16:07 +0100] Sending browsing info to 8d6c15ff:631
I [15/Jan/2003:10:16:07 +0100] Sending browsing info to 8d6cf9ff:631
I [15/Jan/2003:10:16:07 +0100] Sending browsing info to 8d6c:631
I [15/Jan/2003:10:16:07 +0100] Sending browsing info to a0a01ff:631
I [15/Jan/2003:10:16:07 +0100] Sending browsing info to a0a00ff:631
I [15/Jan/2003:10:16:07 +0100] Relaying from 8d6cff00/ff00 to
8d6c10ff:631
I [15/Jan/2003:10:16:07 +0100] Relaying from 8d6cff00/ff00 to
8d6c15ff:631
I [15/Jan/2003:10:16:07 +0100] Relaying from 8d6cff00/ff00 to
8d6cf9ff:631
I [15/Jan/2003:10:16:07 +0100] Relaying from 8d6cff00/ff00 to
8d6c:631
I [15/Jan/2003:10:16:07 +0100] Relaying from 8d6cff00/ff00 to a0a01ff:631
I [15/Jan/2003:10:16:07 +0100] Relaying from 8d6cff00/ff00 to a0a00ff:631
I [15/Jan/2003:10:16:07 +0100] Configured for up to 100 clients.
I [15/Jan/2003:10:16:07 +0100] Allowing up to 10 client connections per host.
I [15/Jan/2003:10:16:07 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 1021
PPDs...
I [15/Jan/2003:10:16:08 +0100] LoadPPDs: Wrote "/etc/cups/ppds.dat", 1021
PPDs...
E [15/Jan/2003:10:16:14 +0100] StartListening: Unable to bind socket -
Cannot assign requested address.


Downgrading to 8.2 "original" packages, server comes back working fine!

  Thanks, Claudio



-- 







Re: [Cooker] CUPS `raw' printer Q not really raw

2003-01-08 Thread Leon Brooks
On Wednesday 08 January 2003 05:43 pm, Buchan Milne wrote:
> What if someone really wants a backup of a small binary on paper

They would do well to turn it into ASCII-hex or something first. (-:

Cheers; Leon





Re: [Cooker] CUPS `raw' printer Q not really raw

2003-01-08 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Leon Brooks wrote:
> If you print, say, some Espon-ish dotmatrix text with a few embedded
> `Condensed Enable/Disable' commands the MIME type of your file goes from
> ASCII-with-Escapes or PCL to `data' and CUPS throws it in the bin
instead of
> printing it. By uncommenting two lines in the /etc/cups/mime.* and
restarting
> CUPS, you get _really_ raw output.
>

AFAIK, enabling this would also mean that cups would automatically
handle PS vs PCL data coming from windows machines via samba, so we
could remove the '-o raw' option from the default samba printing config
and all printing would work out-the-box. Till?

> It would be nice if there were some on-the-spot notice of this
misbehaviour
> somewhere; CUPS (any recent version shipped with Cooker or 9.0) itself
> doesn't sem to have any. I can see why it is done (stops gonzos from
printing
> program files, for example) but it was a bit of a bastard to debug,
hardly
> mentioned on the Web anywhere.

Unix isn't supposed to stop you from doing stupid things (and I think
Olivier's example is one that shouldn't be fixed either ;-)). What if
someone really wants a backup of a small binary on paper

Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+G/LJrJK6UGDSBKcRAlolAJwLCP8sXUojnC7rc/p8ylEopUrtmQCglawl
GvDEY5b3Zu6IpNrwqAqrJ9w=
=myVW
-END PGP SIGNATURE-





[Cooker] CUPS `raw' printer Q not really raw

2003-01-07 Thread Leon Brooks
If you print, say, some Espon-ish dotmatrix text with a few embedded 
`Condensed Enable/Disable' commands the MIME type of your file goes from 
ASCII-with-Escapes or PCL to `data' and CUPS throws it in the bin instead of 
printing it. By uncommenting two lines in the /etc/cups/mime.* and restarting 
CUPS, you get _really_ raw output.

It would be nice if there were some on-the-spot notice of this misbehaviour 
somewhere; CUPS (any recent version shipped with Cooker or 9.0) itself 
doesn't sem to have any. I can see why it is done (stops gonzos from printing 
program files, for example) but it was a bit of a bastard to debug, hardly 
mentioned on the Web anywhere.

Perhaps Mandrake could push a suggestion up to the maintainer that they also 
offer (at the user-sees-on-menu level) a `bleeding' mode which is `really, 
really' raw.

Cheers; Leon





[Cooker] cups-1.1.18 Thanks!

2002-12-19 Thread Quel Qun
Till,

Thank you very much for posting this new version so quickly.
-- 
Quel Qun <[EMAIL PROTECTED]>



signature.asc
Description: This is a digitally signed message part


[Cooker] cups silently discard print jobs

2002-12-10 Thread Guillaume Rousse
I've successfully installed and configured an HP 4050 network printer. 
However, i can't print anything except test page with it.

[guillaume@silbermann guillaume]$ lpstat -t
scheduler is running
system default destination: torelli
device for torelli: lpd://torelli.snv.jussieu.fr/lp
torelli accepting requests since Jan 01 00:00
printer torelli is idle.  enabled since Jan 01 00:00

[guillaume@silbermann guillaume]$ lpr print.ps
[guillaume@silbermann guillaume]$ lpstat -W completed
[guillaume@silbermann guillaume]$ lpstat -W non-completed
lpstat: Need "completed" or "not-completed" after -W!

Web interface shows the jobs as completed, but any attempt to restart it 
trigger this error message:
client-error-not-possible

And printer didn't receive anything...

[guillaume@silbermann guillaume]$ file print.ps
print.ps: PostScript document text conforming at level 1.0
[guillaume@silbermann guillaume]$ ll print.ps
-rw-rw-r--1 guillaume guillaume71262 Dec 10 12:12 print.ps
-- 
Software bugs are impossible to detect by anybody except the end user. 
-- Murphy's Computer Laws n°10





[Cooker] cups-1.1.16-2mdk: Installed (but unpackaged) file(s) found

2002-11-14 Thread Stefan van der Eijk

http://eijk.homelinux.org/build/cooker/alpha/cups-1.1.16-2mdk.src.rpm.txt

RPM build errors:
   Installed (but unpackaged) file(s) found:
  /etc/rc.d/rc0.d/K00cups
  /etc/rc.d/rc2.d/S99cups
  /etc/rc.d/rc3.d/S99cups
  /etc/rc.d/rc5.d/S99cups
  /usr/lib/cups/backend/scsi
  /usr/lib/libcups.a
  /usr/lib/libcupsimage.a
  /usr/share/man/cat1/backend.1.bz2
  /usr/share/man/cat1/filter.1.bz2
  /usr/share/man/cat1/lp.1.bz2
  /usr/share/man/cat1/lpoptions.1.bz2
  /usr/share/man/cat1/lppasswd.1.bz2
  /usr/share/man/cat1/lpq.1.bz2
  /usr/share/man/cat1/lpr.1.bz2
  /usr/share/man/cat1/lprm.1.bz2
  /usr/share/man/cat1/lpstat.1.bz2
  /usr/share/man/cat3/cups-config.3.bz2
  /usr/share/man/cat5/classes.conf.5.bz2
  /usr/share/man/cat5/cupsd.conf.5.bz2
  /usr/share/man/cat5/mime.convs.5.bz2
  /usr/share/man/cat5/mime.types.5.bz2
  /usr/share/man/cat5/printers.conf.5.bz2
  /usr/share/man/cat8/accept.8.bz2
  /usr/share/man/cat8/cups-lpd.8.bz2
  /usr/share/man/cat8/cups-polld.8.bz2
  /usr/share/man/cat8/cupsaddsmb.8.bz2
  /usr/share/man/cat8/cupsd.8.bz2
  /usr/share/man/cat8/enable.8.bz2
  /usr/share/man/cat8/lpadmin.8.bz2
  /usr/share/man/cat8/lpc.8.bz2
  /usr/share/man/cat8/lpinfo.8.bz2
  /usr/share/man/cat8/lpmove.8.bz2
  /usr/share/man/fr/cat1/backend.1.bz2
  /usr/share/man/fr/cat1/filter.1.bz2
  /usr/share/man/fr/cat1/lp.1.bz2
  /usr/share/man/fr/cat1/lpoptions.1.bz2
  /usr/share/man/fr/cat1/lppasswd.1.bz2
  /usr/share/man/fr/cat1/lpq.1.bz2
  /usr/share/man/fr/cat1/lpr.1.bz2
  /usr/share/man/fr/cat1/lprm.1.bz2
  /usr/share/man/fr/cat1/lpstat.1.bz2
  /usr/share/man/fr/cat3/cups-config.3.bz2
  /usr/share/man/fr/cat5/classes.conf.5.bz2
  /usr/share/man/fr/cat5/cupsd.conf.5.bz2
  /usr/share/man/fr/cat5/mime.convs.5.bz2
  /usr/share/man/fr/cat5/mime.types.5.bz2
  /usr/share/man/fr/cat5/printers.conf.5.bz2
  /usr/share/man/fr/cat8/accept.8.bz2
  /usr/share/man/fr/cat8/cups-lpd.8.bz2
  /usr/share/man/fr/cat8/cups-polld.8.bz2
  /usr/share/man/fr/cat8/cupsaddsmb.8.bz2
  /usr/share/man/fr/cat8/cupsd.8.bz2
  /usr/share/man/fr/cat8/enable.8.bz2
  /usr/share/man/fr/cat8/lpadmin.8.bz2
  /usr/share/man/fr/cat8/lpc.8.bz2
  /usr/share/man/fr/cat8/lpinfo.8.bz2
  /usr/share/man/fr/cat8/lpmove.8.bz2
  /usr/share/man/fr/man1/backend.1.bz2
  /usr/share/man/fr/man1/filter.1.bz2
  /usr/share/man/fr/man1/lp.1.bz2
  /usr/share/man/fr/man1/lpoptions.1.bz2
  /usr/share/man/fr/man1/lppasswd.1.bz2
  /usr/share/man/fr/man1/lpq.1.bz2
  /usr/share/man/fr/man1/lpr.1.bz2
  /usr/share/man/fr/man1/lprm.1.bz2
  /usr/share/man/fr/man1/lpstat.1.bz2
  /usr/share/man/fr/man3/cups-config.3.bz2
  /usr/share/man/fr/man5/classes.conf.5.bz2
  /usr/share/man/fr/man5/cupsd.conf.5.bz2
  /usr/share/man/fr/man5/mime.convs.5.bz2
  /usr/share/man/fr/man5/mime.types.5.bz2
  /usr/share/man/fr/man5/printers.conf.5.bz2
  /usr/share/man/fr/man8/accept.8.bz2
  /usr/share/man/fr/man8/cups-lpd.8.bz2
  /usr/share/man/fr/man8/cups-polld.8.bz2
  /usr/share/man/fr/man8/cupsaddsmb.8.bz2
  /usr/share/man/fr/man8/cupsd.8.bz2
  /usr/share/man/fr/man8/enable.8.bz2
  /usr/share/man/fr/man8/lpadmin.8.bz2
  /usr/share/man/fr/man8/lpc.8.bz2
  /usr/share/man/fr/man8/lpinfo.8.bz2
  /usr/share/man/fr/man8/lpmove.8.bz2




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [Cooker] cups media sizes - wtf is ansi this or that?

2002-10-28 Thread Jason Straight
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Answered my own question again - for anyone else wondering - check this link:
http://www.syscontech.com/supply/papersize.htm


On Monday 28 October 2002 10:04, Jason Straight wrote:
> Before anyone says rtfm, I have looked at cups manual and looked into
> setting the media size and it's all letter, etc, not ansi this or that - I
> need letter size. How does one know what size ansi this or that is?
>
> Thanks

- -- 
"Having no way as way, having no limitation as limitation."
Bruce Lee

PGP Keys: http://www.jeetkunedomaster.net/~junfan/pubkey.asc
Jason Straight <[EMAIL PROTECTED]>
ICQ: 1796276
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iQCVAwUBPb1TNRFHZPcobeHxAQKjDAQAlLEO0YHV1zpJHfy918UZ5fGPVxX64z5H
NygMgXzJGOWsaDWX0Ci8Z+ilX8tLPyvlUdVnZhtUziAMnRjKkqgroiSdrr+iMPMx
LSSi+0+9YD05yymIyiZ5b7MIC6Xf1bhp5YBBxS5ntKTzqNb4IsaVcfIe14OnOs09
xMnMoPaxYg4=
=WwJK
-END PGP SIGNATURE-





[Cooker] cups media sizes - wtf is ansi this or that?

2002-10-28 Thread Jason Straight
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Before anyone says rtfm, I have looked at cups manual and looked into setting 
the media size and it's all letter, etc, not ansi this or that - I need 
letter size. How does one know what size ansi this or that is?

Thanks

- -- 
"Having no way as way, having no limitation as limitation."
Bruce Lee

PGP Keys: http://www.jeetkunedomaster.net/~junfan/pubkey.asc
Jason Straight <[EMAIL PROTECTED]>
ICQ: 1796276
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iQCVAwUBPb1SHxFHZPcobeHxAQKYkwQAiYXS5XUT6GnUtBREJVcj9vdpMsMzBvq+
p9tpLgSYFo21txZhJx+rElkuB0Mrq1oIp9jlw6LcbmPmmwSUcCJ/7QYnCXXpRc4J
Tx7RdcStFKOw6aZ9Kz3W0AfC+LUBjZiX44u3QLB+LQic9TkOEpTqXxvm+KlWQHlE
JxpUKzkumK8=
=Bd+f
-END PGP SIGNATURE-





Re: [Cooker] cups landscape printing broken 1.1.16-0.4 / 9.0 BETA - Bug report / Printing

2002-10-18 Thread rob
This works now:  ls|lp -olandscape

Thank You!

Rob Fantini






Re: [Cooker] cups landscape printing broken 1.1.16-0.4 / 9.0 BETA- Bug report / Printing

2002-09-24 Thread rob

Hello,

 I'm using 5 HP4050N and 1 HP4000N printers.

 At home I use  an HP OfficeJet K80xi.

 In all cases cups-1.1.16-0.4mdk does not handle landscape.

 I'm not sure how to tell which driver I use, but From /etc/cups/ppd/P9.ppd:
*PPD-Adobe: "4.3"
*%
*% "$Id: postscript.ppd,v 1.1.1.1 2000/08/24 19:23:13 goffioul Exp $"
*%
*%   Sample Postscript driver PPD file for the Common UNIX Printing
*%   System (CUPS).
*%
*%   Michael Goffioul <[EMAIL PROTECTED]>
*%
*FormatVersion: "4.3"
*FileVersion:   "1.1"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName:"POSTSCRIPT.PPD"



 The landscape/cups problem has been discussed in the cups mailing list.
Here is part of the thread, I think the solution is at the end..


Date: 28 Jul 2002 14:02:47 -0400
From: Till Kamppeter <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [CUPS] [Fwd: cups + a2ps in landscape mode]

Anyone aware of this problem which was posted on linuxprinting.general?

Till

[ Part 2: "Included Message" ]

Date: 28 Jul 2002 16:36:28 GMT
From: Claus-Justus Heine <[EMAIL PROTECTED]>
Newsgroups: linuxprinting.general
Subject: cups + a2ps in landscape mode

Seemingly the cups pstops filter removes the "%%%Orientation: ..."
option from the ps-document. As a result documents are printed in the
default orientation of the printer.

This is a problem when using e.g. a2ps which likes to print in landscape
mode. For the moment I have hacked pstops.c from the cups distribution to
just ignore the document provided orientation option, and this seems to
work.

Has anybody experienced the same problem?

Greetings

Claus





Date: Wed, 14 Aug 2002 11:32:33 -0400
From: Michael Sweet <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [CUPS] [Fwd: cups + a2ps in landscape mode]

James Sewell wrote:
> So this isn't in 1.1.15. Is there a patch for a stable release?
 > Sorry to be a pain, but I really can't afford the risk of running
 > CVS code.

No, there is no patch, however you can easily grab just the updated
pstops.c file (which would be created by any patch we would supply)
from:

 http://cvs.easysw.com/

and then recompile using the new pstops.c file in the filter
directory.







Re: [Cooker] cups landscape printing broken 1.1.16-0.4 / 9.0 BETA - Bug report / Printing

2002-09-23 Thread Ben Reser

On Sun, Sep 22, 2002 at 08:38:12PM -0700, Alan Shoemaker wrote:
> mandrakeexpert incident 32572 forwarded to cooker.
> 
> when replying, please cc this email address: 
> [EMAIL PROTECTED]
> 
> quoted text below
> 
>  robfantini : 22/09 05:15 : Incident created for you 
> info, and i did not see this reported in cooker bugs query,
> 
> Landscape printing is broken in cups:
> [root@fbc6 cups]# ls|lp -olandscape
> produces a page printed in portrait, but a few inches fron 
> the top of page.
> 
> I'm using these rpms:
> [root@fbc6 cups]# rpm -q -a|grep cups
> libcups1-1.1.16-0.4mdk
> cups-common-1.1.16-0.4mdk
> cups-1.1.16-0.4mdk
> 
> -end quoted text-
> -- 

I can verify that:
ls|lp -olandscape
and
ls|lpr -olandscape
do this.

cups-common-1.1.16-0.4mdk
cups-1.1.16-0.4mdk
libcups1-1.1.16-0.4mdk
cups-drivers-1.1-76mdk
libcups1-devel-1.1.16-0.4mdk

I have a HP LaserJet 6P and am using the HP LaserJet 6P, Foomatic +
ljet4 driver.

Wonder what driver/printer he has and is using...

-- 
Ben Reser <[EMAIL PROTECTED]>
http://ben.reser.org

Never take no as an answer from someone who isn't authorized to say yes.




[Cooker] cups landscape printing broken 1.1.16-0.4 / 9.0 BETA - Bug report / Printing

2002-09-22 Thread Alan Shoemaker

mandrakeexpert incident 32572 forwarded to cooker.

when replying, please cc this email address: 
[EMAIL PROTECTED]

quoted text below

 robfantini : 22/09 05:15 : Incident created for you 
info, and i did not see this reported in cooker bugs query,

Landscape printing is broken in cups:
[root@fbc6 cups]# ls|lp -olandscape
produces a page printed in portrait, but a few inches fron 
the top of page.

I'm using these rpms:
[root@fbc6 cups]# rpm -q -a|grep cups
libcups1-1.1.16-0.4mdk
cups-common-1.1.16-0.4mdk
cups-1.1.16-0.4mdk

-end quoted text-
-- 
Alan




[Cooker] cups-drivers / printer-utils conflict

2002-09-11 Thread Curtis H

]# urpmi cups-drivers
installing
/mnt/downloads/mandrake-devel/cooker/i586//Mandrake/RPMS/cups-drivers-1.1-74mdk.i586.rpm

Preparing...   
##
Installation failed:
file /usr/lib/cups/backend/mtink from install of
cups-drivers-1.1-74mdk conflicts with file from package
printer-utils-1.0-73mdk


Using urpmi to install them both at the same time works.

-- 
/curtis  ><>

  Mandrake Linux 9.0 (cooker)
  Kernel Version 2.4.18-22w4l
Uptime 3 days 6 hours 5 minutes




Re: [Cooker] CUPS takes forever !

2002-09-03 Thread OS

(Sorry buy I my ISP e-mail went down so I have no idea if these got through or 
if any nice people replied so please bear with this if you've seen it before, 
thanks)

With Friday night Cooker this still takes 15 seconds before [OK] is
 displayed.

Owen

On Monday 26 Aug 2002 11:34 pm, you wrote:
> Which beta are you using? I had this problem from 8.2 through 9.0 beta
> 2. It went away in beta 3.
>
> Rich
>
> On Sun, 2002-08-25 at 15:58, OS wrote:
>
> The USB printer worked fine after I had "installed" it, but when I came
> back the next day and re-powered the machine all I could get were
> "client-error-..." and that's all I can now get from any printer.
> However, it soon became obvious that the system is not actually sending
> jobs to the printer at all any way ! I don't know where they are going, but
> with the printer attached or not all that appears are "client-error-..."s
> !!!





Re: [Cooker] CUPS takes forever !

2002-08-25 Thread Daouda LO

OS <[EMAIL PROTECTED]> writes:

> Hello,
> 
> While on holiday I used an HP USB printer.
> 
> I think there are too many potentially conflicting ways of doing printer 
> installation !!
> 
> Kups, LinuxConf, localhost:631, printerdrake and cups-config !!!
> 
> I have yet to get the printer done with one to appear correctly in all the 
> others ! Remove a printer with localhost:631 and LinuxConf thinks it's still 
> there, but crashes when it tries to access the record ! 

the linuxconf printer module requires lpd and is deprecated. 
Use printerdrake.





[Cooker] CUPS takes forever !

2002-08-25 Thread OS

Hello,

While on holiday I used an HP USB printer.

I think there are too many potentially conflicting ways of doing printer 
installation !!

Kups, LinuxConf, localhost:631, printerdrake and cups-config !!!

I have yet to get the printer done with one to appear correctly in all the 
others ! Remove a printer with localhost:631 and LinuxConf thinks it's still 
there, but crashes when it tries to access the record ! 

The USB printer worked fine after I had "installed" it, but when I came back 
the next day and re-powered the machine all I could get were 
"client-error-..." and that's all I can now get from any printer. However, it 
soon became obvious that the system is not actually sending jobs to the 
printer at all any way ! I don't know where they are going, but with the 
printer attached or not all that appears are "client-error-..."s !!!

Owen






[Cooker] cups-common bad rpm on sunsite

2002-04-30 Thread Vincent Meyer, MD

Hi,

the cups-common rpm on sunsite is broken.. when trying to install it 
i get:

error: unpacking of archive failed on file 
/usr/share/locale/cs/cups_cs;3ccf1564: cpio: open failed - No such file or 
directory

Is there a work around, or is there a good copy on another server?

V.




[Cooker] cups-common bad

2002-04-20 Thread Bill Greenwood


cups-common-1.1.14-4mdk.i586.rpm seems to be bad on freshen.

It apparently is supposed to be 436.59k in size (according to the 
Software Manager), and is 221,864 on the mirrors, and it won't freshen.

--Bill
Mandrake Club Member








[Cooker] CUPS owns /usr/share/locale/* [Was: vim-common-6.1-4mdk isdangerous]

2002-04-18 Thread R.I.P. Deaddog

On Thu, 18 Apr 2002, Pascal Terjan wrote:

> Guillaume Cottenceau wrote:
>  > Installing vim-common-6.1-4mdk screwed up all my
>  > /usr/share/locale directory (thx Titi).
> 
> Didn't it conflict with anything ?
> 
> Here I got file conflicts with :
> 
> kde-i18n-fr-2.2.2-1mdk
> koffice-i18n-fr-1.1.1-1mdk
> cups-common-1.1.14-3mdk
> locales-fr-2.3.1.3-1mdk
> locales-ja-2.3.1.3-1mdk
> libgimpprint1-4.2.1-0.pre5.1mdk
> So I didn't install it !

That means the above packages try to own /usr/share/locale/*,
which should belong to locales-* packages instead. I'm not
sure if KDE people will fix it at all, but for cups-common
and libgimpprint1, perhaps Till will fix this soon?

PS Hence CC'ed to Till
-- 
Abel Cheung
GPG Key: (0xC67186FF) http://deaddog.org/gpg.asc






[Cooker] cups and vim conflict

2002-04-17 Thread Quel Qun

Someone has to report it :)

By the way, I never use these languages so why do I have these files?

$ sudo rpm -U vim-common-6.1-4mdk.i586.rpm
file /usr/share/vim/lang/cs from install of vim-common-6.1-4mdk
conflicts with file from package cups-common-1.1.14-3mdk
file /usr/share/vim/lang/de from install of vim-common-6.1-4mdk
conflicts with file from package cups-common-1.1.14-3mdk
file /usr/share/vim/lang/es from install of vim-common-6.1-4mdk
conflicts with file from package cups-common-1.1.14-3mdk
file /usr/share/vim/lang/fr from install of vim-common-6.1-4mdk
conflicts with file from package cups-common-1.1.14-3mdk
file /usr/share/vim/lang/it from install of vim-common-6.1-4mdk
conflicts with file from package cups-common-1.1.14-3mdk
file /usr/share/vim/lang/uk from install of vim-common-6.1-4mdk
conflicts with file from package cups-common-1.1.14-3mdk
file /usr/share/vim/lang/zh_CN from install of vim-common-6.1-4mdk
conflicts with file from package cups-common-1.1.14-3mdk
file /usr/share/vim/lang/fr from install of vim-common-6.1-4mdk
conflicts with file from package libgimpprint1-4.2.1-0.pre5.1mdk
file /usr/share/vim/lang/pl from install of vim-common-6.1-4mdk
conflicts with file from package libgimpprint1-4.2.1-0.pre5.1mdk
file /usr/share/vim/lang/sk from install of vim-common-6.1-4mdk
conflicts with file from package libgimpprint1-4.2.1-0.pre5.1mdk

=-=
kk1





[Cooker] cups in beta2 does not print on HP LaserJet 6P

2002-02-18 Thread W. Kasberg

After installing cups and configuring for HP 6P the testpage ist printed 
correctly.
But all applications don't print correctly (exepted OpenOffice 641).
My feeling is that cups assumes HP 6P would be a postcript printer.

After wasting a lot of time and paper I configured my printer to be a HP 
LaserJet 4. Now all works fine. Thus I assume a bug in cups-drivers.

Besides: Printing on my color printer HP 990cxi works fine.

W. Kasberg





[Cooker] cups libification : recurrent pb

2002-02-05 Thread Fabrice FACORAT

I didn't expect to have to install libcups1 by hand whereas I ask to
upgrade cups and a previous version of libcups was installed. To my mind
it should upgrade automatically libcups1. Am I wrong ? Do I miss
something ?

[root@bastard root]# urpmi cups
  % Total% Received % Xferd  Average Speed  Time
Curr.
 Dload  Upload TotalCurrent  Left   
Speed
100 4122k  100 4122k0 0  58807  0  0:01:11  0:01:11  0:00:00
59232
installation de /var/cache/urpmi/rpms/cups-1.1.13-3mdk.i586.rpm
error: failed dependencies:
libcups1 >= 1.1.13-3mdk is needed by cups-1.1.13-3mdk
L'installation a échoué
Essayer d'installer sans vérifier les dépendances ? (o/N) o
Preparing...   
##
cupswarning: /etc/cups/classes.conf created as
/etc/cups/classes.conf.rpmnew
warning: /etc/cups/cupsd.conf created as /etc/cups/cupsd.conf.rpmnew
warning: /etc/cups/printers.conf created as
/etc/cups/printers.conf.rpmnew
##

[root@bastard root]# urpmi libcups1
  % Total% Received % Xferd  Average Speed  Time
Curr.
 Dload  Upload TotalCurrent  Left   
Speed
100 95853  100 958530 0  28468  0  0:00:03  0:00:03  0:00:00
57140
installation de /var/cache/urpmi/rpms/libcups1-1.1.13-3mdk.i586.rpm
Preparing...   
##
libcups1   
##

-- 
http://perso.wanadoo.fr/linux_wizard/index.html 
-
Ce qui manque aux orateurs en profondeur, ils vous le donnent en
longueur.

-- Montesquieu, Mes Pensees





[Cooker] CUPS driver question

2002-01-31 Thread Alan

I am trying to understand where CUPS is getting it's available driver 
information.

I have a friend who has an Epson Stylus C80 printer.  He is using Mandrake 
7.2.  He claims that the driver for that printer is not listed.

I look in the list under Mandrake 8.2 beta 1 and the driver is there.

I check the drivers in /usr/share/cups/model/epson/ and there does not appear 
to be a driver for the C80!  Any idea where this driver is coming from?  I 
just want to upgrade enough of his system to support that printer. (Anything 
more might confuse him.)

Ideas?

Maybe I do need to buy that book on CUPS...






Re: [Cooker] CUPS question

2002-01-08 Thread Ben Reser

On Tue, Jan 08, 2002 at 08:21:12AM -0600, Vincent Meyer wrote:
>   What is the proper way to set up a  Conon BJC-70 portable printer?  Isn't on 
> the CUPS driver database list when using KUPS for configuration.  

http://www.linuxprinting.org/show_printer.cgi?recnum=60416

-- 
Ben Reser <[EMAIL PROTECTED]>
http://ben.reser.org

"I wish it need not have happened in my time," said Frodo.
"So do I," said Gandalf, "and so do all who live in such times. But
that is not for them to decide.  All we have to decide is what to do
with the time that is given us."




[Cooker] CUPS question

2002-01-08 Thread Vincent Meyer

Hello - 

What is the proper way to set up a  Conon BJC-70 portable printer?  Isn't on 
the CUPS driver database list when using KUPS for configuration.  

V.




[Cooker] CUPS Bug?

2001-12-04 Thread Michael Menegakis

I am not a cooker hacker nor a linux expert. Let me know if it is ok to send 
posts like this here or where it is appropriate to post them.

Ok, this is part of my /var/log/messages file:

Dec  4 23:17:22 moya xinetd: xinetd startup succeeded
Dec  4 23:17:23 moya kernel: parport_pc: Strange, can't probe Via 686A 
parallel port: io=0x378, irq=-1, dma=-1
Dec  4 23:17:23 moya kernel: lp: driver loaded but no devices found
Dec  4 23:17:23 moya cups: cupsd startup succeeded

It is upon kernel-2.4.16(final), using modules both for parallel port and 
printer support. I have disabled the default MDK option of "load other 
devices" into the parallel port menu.

Reading a dozen of newsgroups topics there were rumors that CUPS has a bug. 
Which is the most possible truth? 

Keep in mind that when I was test-installing MDK just now, I got the printer 
setup and test printing properly.

- Mike 




[Cooker] cups v1.1.11 is out

2001-11-10 Thread Oden Eriksson

ftp://ftp.easysw.com/pub/cups/1.1.11/cups-1.1.11-source.tar.bz2

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Oden Eriksson, Deserve-IT Networks, Jokkmokk, Sweden.
| Mandrake Linux release 8.2 (Cooker) for i586
| Current uptime with kernel 2.4.13-6mdksmp: 2:09
| cpu0 @ 814.28 bm, fan 4141 rpm, temp +32.0°C
| cpu1 @ 815.92 bm, fan 4115 rpm, temp +31°C




[Cooker] cups drivers,HPOJ1150C Attn. Till

2001-09-02 Thread Blue Lizard

Well, drakx detected my printer fine and chose what it thought to be the 
best driver, cdj850 i believe.  This driver was new to my use and 
contained a number of features more pertinent to my printer unlike the 
driver i believe i had previously been using, cdj550.  Test page fine in 
install.  Nothing but nonsense when i tried to print out a document. 
Went into printerdrake, it recommended cdj850, i chose cdj550, test page 
and doc printed fine (but slow and wasteful as this driver unlike the 
other has no support for anything other than best quality on my 
printer).  Also, the cdj550 supported post install a choice of color 
modes incl floyd steinberg gray, while the new one i did not see a place 
to change this for.  I use gray because the color printing within my 
hardware is broken (only pink, nothing else).
Any help is much appreciated,
Blue.





[Cooker] cups again

2001-09-02 Thread Michael Reinsch

Hi!

One test is missing in the cups init script: $TMP should always point to
/tmp and not to e.g. /root/tmp. But it will point to /root/tmp after
upgrading or manually restarting it. Then the admin cgi tool (configure
printer) which runs under the user "lpd" will not work. strace:

[...]
open("/root/tmp/3b9212b475245", O_RDWR|O_CREAT|O_EXCL, 0600) = -1 EACCES
(Permission denied)
[...]

-- 
  Michael Reinsch <[EMAIL PROTECTED]>   http://mr.uue.org





[Cooker] CUPS pstoraster is non-functional

2001-08-25 Thread John Cavan

Hi all,

I'm finding that when running a print job, pstoraster just spins away
processing and never finishes. This is with cups-1.1.10.

Anyone else encountering this?

John




[Cooker] cups-1.1.10-1mdk not starting on startup

2001-08-22 Thread Michael Reinsch

Hi!

I have some problems with cups (since quite a while, I don't remember when
it started, sorry).

1) cupsd does not start at boot time. I don't know why it doesn't start. It
doesn't tell one, that it could not start, the init scripts prints a green
OK. In cups/error_log all I can find is something like 
"I [22/Aug/2001:20:01:15 +0100] Listening to 0:631" 
followed by nothing. When I start cupsd after boot by hand, it comes up 
correctly.

2) The "Configure Printer" page doesn't work, because cupsd is forking
another process under the user "lp" which tries to use the directory
/root/tmp for some temporary files. As this is not allowed, it tried again
and again and again...

The second problem should imho be fixed because it sometimes can happen
that the daemon is started by hand (I guess this will not happen when it is
started while booting).

If someone has a hint for my first problem, please tell me! Maybe this is
just a problem of mine? Thanks. BTW: I tried with kernel 2.4 (DevFS) and
2.2, no difference. 

-- 
  Michael Reinsch <[EMAIL PROTECTED]>   http://mr.uue.org





[Cooker] CUPS 1.1.10 Released

2001-08-17 Thread Chris Edwards

http://www.cups.org/relnotes.html#01011000

new version of CUPS has been released.




Re: [Cooker] Cups

2001-08-15 Thread JiKey

Quoting Linux Worm <[EMAIL PROTECTED]>:

> yeah, i am wanting to turn a few of my machines at work into a few print 
> servers, and someone told me i should use cups..I am new with cups and 
> havent had much experience with it before..can anyone tell me where i can 
> get some good info on it, and how to utilize it?..thanks
> 
> LW

This ain't no suport mailing list.
Plese go to linux newbie or something. =|
JiKeY



---
This message contains no viruses. 
Guaranteed by Kaspersky Anti-Virus.
www.antivirus.lv




[Cooker] Cups

2001-08-15 Thread Linux Worm

yeah, i am wanting to turn a few of my machines at work into a few print 
servers, and someone told me i should use cups..I am new with cups and 
havent had much experience with it before..can anyone tell me where i can 
get some good info on it, and how to utilize it?..thanks

LW

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





[Cooker] cups-drivers-1.1-1mdk

2001-08-06 Thread Juergen Krause

Hi !

Why is duplex-printing for HP DeskJet 9xx-driver disabled.
(I have an HP DeskJet 970Cxi)

versions before cups-drivers-1.1 i had this feature !!

J. Krause






RE: [Cooker] CUPS and smbspool link

2001-06-29 Thread Don Head

> > samba-client contains this link
> 
> Thanks, guess I'm a bit to quick with the 'rm -rf' in 
> response to the message 
> could not remove directory because it's not empty.

S'alright, you're forgiven. =)

When I get messages like that, I either ignore them, as a
little extra junk on my system never really hurts, or I
do a little investigation.  "rpm -qf" is my friend. =)


Don Head
SAIR LCA, CIW-P, Network+, A+

Systems Administrator  [ [EMAIL PROTECTED] ]
Web Designer[ 1 314 650-4056 ]
[ AIM - Don Wave ] [ ICQ - 18804935 ] [ Yahoo - Don_Wave ]




Re: [Cooker] CUPS and smbspool link

2001-06-28 Thread David Eastcott

On Thursday 28 June 2001 08:33, you wrote:
[...]
>
> samba-client contains this link
>

Thanks, guess I'm a bit to quick with the 'rm -rf' in response to the message 
could not remove directory because it's not empty.

> > Or is this link only created by the initial installation of the system?
> >
> > regards
> > Dave




RE: [Cooker] CUPS and smbspool link

2001-06-28 Thread Don Head

> I found that the link /usr/lib/cups/backend/smb was missing.  
> After creating it using ln -s `which smbspool` 
> /usr/lib/cups/backend/smb 
> everything worked.
> 
> I had a look at the rpms, cups, cups-common, libcups1
> and none of them appear to create this link.  Is there
> a reason why?  
> 
> Is there another package which creates this link when
> it is installed?
> 
> Or is this link only created by the initial
> installation of the system?

$ rpm -qf /usr/lib/cups/backend/smb
samba-client-2.0.9-1.3mdk

That would be why reinstalling cups didn't do it.. you
removed something that was part of the samba package. =P


Don Head
SAIR LCA, CIW-P, Network+, A+

Systems Administrator  [ [EMAIL PROTECTED] ]
Web Designer[ 1 314 650-4056 ]
[ AIM - Don Wave ] [ ICQ - 18804935 ] [ Yahoo - Don_Wave ]




[Cooker] CUPS and smbspool link

2001-06-28 Thread David Eastcott


I had a problem with CUPS which caused documents to be printed over and over 
forever.  I removed all of cups including all directories and files,  and 
then re-installed it.  After the installation, I was unable to add SMB 
printers.  I found that the link /usr/lib/cups/backend/smb was missing.  
After creating it using ln -s `which smbspool` /usr/lib/cups/backend/smb 
everything worked.

I had a look at the rpms, cups, cups-common, libcups1 and none of them appear 
to create this link.  Is there a reason why?  

Is there another package which creates this link when it is installed?

Or is this link only created by the initial installation of the system?

regards
Dave




Re: [Cooker] Cups and its possibilities

2001-04-27 Thread R.I.P. Deaddog

On Thu, 26 Apr 2001, Mads Rasmussen wrote:

> Is it still possible with cups to make postscript filters?
>
> I am working in a company that would like to exit banners according to what
> classification each document has.
>
> Ex. a document with classification "restricted" would need a appropriate
> banner or even better will be forwarded to a restricted printer.

Of course this is an interesting idea, but probably you'll get more
response from cups devel list if they have one

Abel Cheung





[Cooker] Cups and its possibilities

2001-04-26 Thread Mads Rasmussen


Back in the old days working with lpd and /etc/printcap we installed filters 
to handle postscript vs ascii text and such.

Is it still possible with cups to make postscript filters?

I am working in a company that would like to exit banners according to what 
classification each document has.

Ex. a document with classification "restricted" would need a appropriate 
banner or even better will be forwarded to a restricted printer.

I could imagine doing some checks on the postscript file send out to cups and 
then parsing a known part of the document will give the classification number 
or string.

Have anyone seen this or done this already? (probably not) 

Have anyone any idea if this is possible with cups?

Regards,

Mads Rasmussen




Re: [Cooker] CUPS: Printing PS-files won't work

2001-04-19 Thread Alexander Skwar

So sprach Matias Griese am Thu, Apr 19, 2001 at 07:50:01PM +0300:
> Hopefully this is corrected in the 8.0!

Uhm, no problems here in a constantly updated cooker system.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 1 day 5 hours 33 minutes




[Cooker] CUPS: Printing PS-files won't work

2001-04-19 Thread Matias Griese

cooker 20010419

I have been fighting with CUPS for hours now. I can't print ps-files.
First I thought that printing won't work at all exept for the test
page. Then I tried to lpr some other that ps-files and I noticed that
everything else is working just fine. For example pdf-files are printed
just like they should be. Ok, only from the command line because many
programs convert the files into postscript..

When I looked the logs, I noticed that ps-files are not propertly
filtered. The test page uses these filters: pstops & cupsomatic,
the other ps-files use just cupsomatic..

The question is: how to get ps-files filtered so that they can be
printed?

Hopefully this is corrected in the 8.0!

Regards,
  Matias






[Cooker] CUPS printing problem

2001-04-07 Thread Robin Cook

I am unable to print properly under cups

I have an HP-4 connected to the network via a JetDirect card.
I have it configured and a remote lpd printer.
The test page prints just fine.

If I do and "lpr sometextfile"  it prints but is cut off on the left
margin.

If I print from a program it prints just fine as long as it is only one
page.
If it is more the one page, it prints one page with all the pages
superimposed
on each other.

Robin Cook





[Cooker] cups weirdness on alpha (ix86 = OK)

2001-04-05 Thread Stefan van der Eijk

Hi,

I'm experiencing some weirdness with cups printing from my alpha system
(which happens to be the cups server). Every printjob ends like this in
the cups error log:

I [05/Apr/2001:22:03:22 +0100] Job 11 queued on 'dj670' by ''.
I [05/Apr/2001:22:03:22 +0100] Started filter
/usr/lib/cups/filter/pstops (PID 29373) for job 11.
I [05/Apr/2001:22:03:22 +0100] Started filter
/usr/lib/cups/filter/cupsomatic (PID 29374) for job 11.
I [05/Apr/2001:22:03:22 +0100] Started backend
/usr/lib/cups/backend/parallel (PID 29375) for job 11.
E [05/Apr/2001:22:03:23 +0100] PID 29374 stopped with status 32!
I [05/Apr/2001:22:23:47 +0100] Job 12 queued on 'hp4' by ''.
I [05/Apr/2001:22:23:47 +0100] Started filter
/usr/lib/cups/filter/pstops (PID 3101) for job 12.
I [05/Apr/2001:22:23:47 +0100] Started filter
/usr/lib/cups/filter/cupsomatic (PID 3102) for job 12.
I [05/Apr/2001:22:23:47 +0100] Started backend /usr/lib/cups/backend/lpd
(PID 3103) for job 12.
E [05/Apr/2001:22:23:49 +0100] PID 3102 stopped with status 32!

re-installing the cups software (plus removing the old config files)
doesn't seem to help... I've setup a printer on my ix86 cooker system
and that one works like a charm... Looks like this is an alpha specific
problem? quite weird, since cups used to work like a charm on my alpha a
few weeks back...

Any idea's?

TIA,

Stefan




Re: [Cooker] Cups using 95% CPU?!

2001-04-04 Thread R.I.P. Deaddog


Should be https instead :)



On Wed, 4 Apr 2001, Bruce F. Press wrote:

> Thanks, but I get a "connection refused by the server" error.
>
>
> Till Kamppeter wrote:
> >
> > The problem is fixed, proceed as described on
> >
> >http://qa.mandrakesoft.com/cgi-bin/show_bug.cgi?id=2125
> >
> > Download from the Cooker if you have a beta of 8.0.
> >
> >Till
> >
> > "Bruce F. Press" wrote:
> > >
> > > This is a multi-part message in MIME format.
> > > --011136E15442C65459255807
> > > Content-Type: text/plain; charset=us-ascii
> > > Content-Transfer-Encoding: 7bit
> > >
> > > I'm sorry, but I just can't buy that.  Those of you on desktops
> > > may not be able to tell, but if you're on a laptop the fan spins
> > > up when something is chewing the CPU cycles.  This happens when
> > > something slips into an infinite loop (like netscape!) or when
> > > compiling (fair enough).  But a daemon in a wait, or blocking
> > > on a select should never do this.
> > >
> > > Bruce
> > >
> > > Civileme wrote:
> > > >
> > > > On Friday 30 March 2001 16:05, you wrote:
> > > > > Just noticed that my CPU usage was saturating at 100% and gtop shows me
> > > > > that cupsd is using 960f it. Wow! I agree this is a powerful sw, but
> > > > > still...
> > > > >
> > > > > =-=
> > > > > kk1
> > > > >
> > > > > 
> > > > > Get free email and a permanent address at http://www.netaddress.com/?N=1
> > > > By what instrument are you measuring it?  I know of one that will show you
> > > > 99.9% CPU usage simultaneously on up to five processes!  "Wow," said my
> > > > compatriates, "when can I have an SMP test machine?"
> > > >
> > > > And I see also the frequent report of "kapm-idled sucking up my CPU cycles"
> > > >
> > > > The truth is, SOME process is always waiting for an event or taking up CPU
> > > > time.  Just until now the truth-in-reporting law has never been strictly
> > > > enforced.  When you see an idle process hogging your CPU, look at its "nice"
> > > > number.  If that is in the range of positive 16 to positive 20, it means you
> > > > are letting your computer run without you, and whatever process is
> > > > broadcasting a short message over the net or checking for a PIO event on a
> > > > very low priority is being given all that idel time to do it.  Cups does
> > > > broadcast its presence if you have a queue on your own machine, even if you
> > > > have no network except 127.0.0.1.  If you leave the machine on overnight,
> > > > what ELSE is going to take up time besides updatedb and makewhatis?
> > > >
> > > > Civileme
> > > --011136E15442C65459255807
> > > Content-Type: text/x-vcard; charset=us-ascii;
> > >  name="brucefp.vcf"
> > > Content-Transfer-Encoding: 7bit
> > > Content-Description: Card for Bruce F. Press
> > > Content-Disposition: attachment;
> > >  filename="brucefp.vcf"
> > >
> > > begin:vcard
> > > n:Press;Bruce
> > > tel;fax:410-715-9397
> > > tel;work:443-656-7304
> > > x-mozilla-html:TRUE
> > > url:http://www.capita.com
> > > org:Capita Technologies Inc.
> > > version:2.1
> > > email;internet:[EMAIL PROTECTED]
> > > title:Principal Consultant
> > > adr;quoted-printable:;;8830 Stanford Blvd=0D=0ASuite 205;Columbia;MD;;USA
> > > x-mozilla-cpt:;-7008
> > > fn:Bruce Press
> > > end:vcard
> > >
> > > --011136E15442C65459255807--





Re: [Cooker] Cups using 95% CPU?!

2001-04-04 Thread Bruce F. Press

Thanks, but I get a "connection refused by the server" error.


Till Kamppeter wrote:
> 
> The problem is fixed, proceed as described on
> 
>http://qa.mandrakesoft.com/cgi-bin/show_bug.cgi?id=2125
> 
> Download from the Cooker if you have a beta of 8.0.
> 
>Till
> 
> "Bruce F. Press" wrote:
> >
> > This is a multi-part message in MIME format.
> > --011136E15442C65459255807
> > Content-Type: text/plain; charset=us-ascii
> > Content-Transfer-Encoding: 7bit
> >
> > I'm sorry, but I just can't buy that.  Those of you on desktops
> > may not be able to tell, but if you're on a laptop the fan spins
> > up when something is chewing the CPU cycles.  This happens when
> > something slips into an infinite loop (like netscape!) or when
> > compiling (fair enough).  But a daemon in a wait, or blocking
> > on a select should never do this.
> >
> > Bruce
> >
> > Civileme wrote:
> > >
> > > On Friday 30 March 2001 16:05, you wrote:
> > > > Just noticed that my CPU usage was saturating at 100% and gtop shows me
> > > > that cupsd is using 960f it. Wow! I agree this is a powerful sw, but
> > > > still...
> > > >
> > > > =-=
> > > > kk1
> > > >
> > > > 
> > > > Get free email and a permanent address at http://www.netaddress.com/?N=1
> > > By what instrument are you measuring it?  I know of one that will show you
> > > 99.9% CPU usage simultaneously on up to five processes!  "Wow," said my
> > > compatriates, "when can I have an SMP test machine?"
> > >
> > > And I see also the frequent report of "kapm-idled sucking up my CPU cycles"
> > >
> > > The truth is, SOME process is always waiting for an event or taking up CPU
> > > time.  Just until now the truth-in-reporting law has never been strictly
> > > enforced.  When you see an idle process hogging your CPU, look at its "nice"
> > > number.  If that is in the range of positive 16 to positive 20, it means you
> > > are letting your computer run without you, and whatever process is
> > > broadcasting a short message over the net or checking for a PIO event on a
> > > very low priority is being given all that idel time to do it.  Cups does
> > > broadcast its presence if you have a queue on your own machine, even if you
> > > have no network except 127.0.0.1.  If you leave the machine on overnight,
> > > what ELSE is going to take up time besides updatedb and makewhatis?
> > >
> > > Civileme
> > --011136E15442C65459255807
> > Content-Type: text/x-vcard; charset=us-ascii;
> >  name="brucefp.vcf"
> > Content-Transfer-Encoding: 7bit
> > Content-Description: Card for Bruce F. Press
> > Content-Disposition: attachment;
> >  filename="brucefp.vcf"
> >
> > begin:vcard
> > n:Press;Bruce
> > tel;fax:410-715-9397
> > tel;work:443-656-7304
> > x-mozilla-html:TRUE
> > url:http://www.capita.com
> > org:Capita Technologies Inc.
> > version:2.1
> > email;internet:[EMAIL PROTECTED]
> > title:Principal Consultant
> > adr;quoted-printable:;;8830 Stanford Blvd=0D=0ASuite 205;Columbia;MD;;USA
> > x-mozilla-cpt:;-7008
> > fn:Bruce Press
> > end:vcard
> >
> > --011136E15442C65459255807--

begin:vcard 
n:Press;Bruce
tel;fax:410-715-9397
tel;work:443-656-7304
x-mozilla-html:TRUE
url:http://www.capita.com
org:Capita Technologies Inc.
version:2.1
email;internet:[EMAIL PROTECTED]
title:Principal Consultant
adr;quoted-printable:;;8830 Stanford Blvd=0D=0ASuite 205;Columbia;MD;;USA
x-mozilla-cpt:;-7008
fn:Bruce Press
end:vcard



Re: [Cooker] Cups using 95% CPU?!

2001-04-04 Thread Till Kamppeter

The problem is fixed, proceed as described on

   http://qa.mandrakesoft.com/cgi-bin/show_bug.cgi?id=2125

Download from the Cooker if you have a beta of 8.0.

   Till


"Bruce F. Press" wrote:
> 
> This is a multi-part message in MIME format.
> --011136E15442C65459255807
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> I'm sorry, but I just can't buy that.  Those of you on desktops
> may not be able to tell, but if you're on a laptop the fan spins
> up when something is chewing the CPU cycles.  This happens when
> something slips into an infinite loop (like netscape!) or when
> compiling (fair enough).  But a daemon in a wait, or blocking
> on a select should never do this.
> 
> Bruce
> 
> Civileme wrote:
> >
> > On Friday 30 March 2001 16:05, you wrote:
> > > Just noticed that my CPU usage was saturating at 100% and gtop shows me
> > > that cupsd is using 960f it. Wow! I agree this is a powerful sw, but
> > > still...
> > >
> > > =-=
> > > kk1
> > >
> > > 
> > > Get free email and a permanent address at http://www.netaddress.com/?N=1
> > By what instrument are you measuring it?  I know of one that will show you
> > 99.9% CPU usage simultaneously on up to five processes!  "Wow," said my
> > compatriates, "when can I have an SMP test machine?"
> >
> > And I see also the frequent report of "kapm-idled sucking up my CPU cycles"
> >
> > The truth is, SOME process is always waiting for an event or taking up CPU
> > time.  Just until now the truth-in-reporting law has never been strictly
> > enforced.  When you see an idle process hogging your CPU, look at its "nice"
> > number.  If that is in the range of positive 16 to positive 20, it means you
> > are letting your computer run without you, and whatever process is
> > broadcasting a short message over the net or checking for a PIO event on a
> > very low priority is being given all that idel time to do it.  Cups does
> > broadcast its presence if you have a queue on your own machine, even if you
> > have no network except 127.0.0.1.  If you leave the machine on overnight,
> > what ELSE is going to take up time besides updatedb and makewhatis?
> >
> > Civileme
> --011136E15442C65459255807
> Content-Type: text/x-vcard; charset=us-ascii;
>  name="brucefp.vcf"
> Content-Transfer-Encoding: 7bit
> Content-Description: Card for Bruce F. Press
> Content-Disposition: attachment;
>  filename="brucefp.vcf"
> 
> begin:vcard
> n:Press;Bruce
> tel;fax:410-715-9397
> tel;work:443-656-7304
> x-mozilla-html:TRUE
> url:http://www.capita.com
> org:Capita Technologies Inc.
> version:2.1
> email;internet:[EMAIL PROTECTED]
> title:Principal Consultant
> adr;quoted-printable:;;8830 Stanford Blvd=0D=0ASuite 205;Columbia;MD;;USA
> x-mozilla-cpt:;-7008
> fn:Bruce Press
> end:vcard
> 
> --011136E15442C65459255807--




[Cooker] CUPS problem

2001-04-03 Thread sekko

Please, turn off "browsing" in CUPS.
It's the third time that I install cooker with cups on a local PC, in my 
university LAN. This new PC exports its printer that is detected by the 
"official" CUPS+SMB server.

1. All Samba users from any machine can see lp@cookertest
2. When I turn off "cookertest" machine, cups server on the REAL department 
server DIE :(
3. 500 users come to me saying they cannot print into a palace of 3 floors:((

So I have to restart cups+samba by hand, obviuosly it happens when people 
come here to protest...

Claudio
-- 
Nothing's as simple as it seems...

[root@monster root]# echo "hello world"
[root@monster root]# Segmentation fault (core dumped)
[root@monster root]# Kernel Panic! - System is halted...
power down




Re: [Cooker] CUPS problems, KUPS problems, and well done

2001-04-02 Thread Till Kamppeter

Vincent Meyer wrote:
> 
> KUPS works great, but has a SMALL bug.  When adding a SMB
> printer who's share has a space in it, it's not seen by the "scan network"
> function.  Clicking on the computer says that there is no printer.  If you
> add the printer anyway, it works fine.  Adding printers who have a share
> name without a space works great.
> 

Fixed. Download KUPS 1.1-5mdk from the Cooker and scan your network
again.

   Till




Re: [Cooker] Cups using 95% CPU?!

2001-03-31 Thread Eugenio Diaz

Exactly! Processes that are waiting for IO or whatever, sleep, they don't
chewup cycles ...

--- "Bruce F. Press" <[EMAIL PROTECTED]> wrote:
> I'm sorry, but I just can't buy that.  Those of you on desktops
> may not be able to tell, but if you're on a laptop the fan spins
> up when something is chewing the CPU cycles.  This happens when
> something slips into an infinite loop (like netscape!) or when
> compiling (fair enough).  But a daemon in a wait, or blocking
> on a select should never do this.
> 
> Bruce
> 
> Civileme wrote:
> > 
> > On Friday 30 March 2001 16:05, you wrote:
> > > Just noticed that my CPU usage was saturating at 100% and gtop shows me
> > > that cupsd is using 96% of it. Wow! I agree this is a powerful sw, but
> > > still...
> > >
> > > =-=
> > > kk1
> > >
> > > 
> > > Get free email and a permanent address at http://www.netaddress.com/?N=1
> > By what instrument are you measuring it?  I know of one that will show you
> > 99.9% CPU usage simultaneously on up to five processes!  "Wow," said my
> > compatriates, "when can I have an SMP test machine?"
> > 
> > And I see also the frequent report of "kapm-idled sucking up my CPU cycles"
> > 
> > The truth is, SOME process is always waiting for an event or taking up CPU
> > time.  Just until now the truth-in-reporting law has never been strictly
> > enforced.  When you see an idle process hogging your CPU, look at its
> "nice"
> > number.  If that is in the range of positive 16 to positive 20, it means
> you
> > are letting your computer run without you, and whatever process is
> > broadcasting a short message over the net or checking for a PIO event on a
> > very low priority is being given all that idel time to do it.  Cups does
> > broadcast its presence if you have a queue on your own machine, even if you
> > have no network except 127.0.0.1.  If you leave the machine on overnight,
> > what ELSE is going to take up time besides updatedb and makewhatis?


=

Eugenio Diaz, BSEE/BSCE   
Linux Engineer
[EMAIL PROTECTED]

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text




Re: [Cooker] Cups using 95% CPU?!

2001-03-31 Thread SHadowX

Dne sobota 31 marec 2001 15:44 ste napisali:
> I'm sorry, but I just can't buy that.  Those of you on desktops
> may not be able to tell, but if you're on a laptop the fan spins
> up when something is chewing the CPU cycles.  This happens when
> something slips into an infinite loop (like netscape!) or when
> compiling (fair enough).  But a daemon in a wait, or blocking
> on a select should never do this.
>
> Bruce
>
> Civileme wrote:
> > On Friday 30 March 2001 16:05, you wrote:
> > > Just noticed that my CPU usage was saturating at 100% and gtop shows me
> > > that cupsd is using 96% of it. Wow! I agree this is a powerful sw, but
> > > still...
> > >
> > > =-=
> > > kk1
> > >
> > > 
> > > Get free email and a permanent address at
> > > http://www.netaddress.com/?N=1
> >
> > By what instrument are you measuring it?  I know of one that will show
> > you 99.9% CPU usage simultaneously on up to five processes!  "Wow," said
> > my compatriates, "when can I have an SMP test machine?"
> >
> > And I see also the frequent report of "kapm-idled sucking up my CPU
> > cycles"
> >
> > The truth is, SOME process is always waiting for an event or taking up
> > CPU time.  Just until now the truth-in-reporting law has never been
> > strictly enforced.  When you see an idle process hogging your CPU, look
> > at its "nice" number.  If that is in the range of positive 16 to positive
> > 20, it means you are letting your computer run without you, and whatever
> > process is broadcasting a short message over the net or checking for a
> > PIO event on a very low priority is being given all that idel time to do
> > it.  Cups does broadcast its presence if you have a queue on your own
> > machine, even if you have no network except 127.0.0.1.  If you leave the
> > machine on overnight, what ELSE is going to take up time besides updatedb
> > and makewhatis?
> >
> > Civileme


If there is something I learnt is, if there is a process that eats all the 
idle cputime, it has crashed, and has to be kill or restarted. No normal 
working process can continously use the cpu fo it's full extent




Re: [Cooker] Cups using 95% CPU?!

2001-03-31 Thread Bruce F. Press

I'm sorry, but I just can't buy that.  Those of you on desktops
may not be able to tell, but if you're on a laptop the fan spins
up when something is chewing the CPU cycles.  This happens when
something slips into an infinite loop (like netscape!) or when
compiling (fair enough).  But a daemon in a wait, or blocking
on a select should never do this.

Bruce

Civileme wrote:
> 
> On Friday 30 March 2001 16:05, you wrote:
> > Just noticed that my CPU usage was saturating at 100% and gtop shows me
> > that cupsd is using 96% of it. Wow! I agree this is a powerful sw, but
> > still...
> >
> > =-=
> > kk1
> >
> > 
> > Get free email and a permanent address at http://www.netaddress.com/?N=1
> By what instrument are you measuring it?  I know of one that will show you
> 99.9% CPU usage simultaneously on up to five processes!  "Wow," said my
> compatriates, "when can I have an SMP test machine?"
> 
> And I see also the frequent report of "kapm-idled sucking up my CPU cycles"
> 
> The truth is, SOME process is always waiting for an event or taking up CPU
> time.  Just until now the truth-in-reporting law has never been strictly
> enforced.  When you see an idle process hogging your CPU, look at its "nice"
> number.  If that is in the range of positive 16 to positive 20, it means you
> are letting your computer run without you, and whatever process is
> broadcasting a short message over the net or checking for a PIO event on a
> very low priority is being given all that idel time to do it.  Cups does
> broadcast its presence if you have a queue on your own machine, even if you
> have no network except 127.0.0.1.  If you leave the machine on overnight,
> what ELSE is going to take up time besides updatedb and makewhatis?
> 
> Civileme

begin:vcard 
n:Press;Bruce
tel;fax:410-715-9397
tel;work:443-656-7304
x-mozilla-html:TRUE
url:http://www.capita.com
org:Capita Technologies Inc.
version:2.1
email;internet:[EMAIL PROTECTED]
title:Principal Consultant
adr;quoted-printable:;;8830 Stanford Blvd=0D=0ASuite 205;Columbia;MD;;USA
x-mozilla-cpt:;-7008
fn:Bruce Press
end:vcard



Re: [Cooker] Cups using 95% CPU?!

2001-03-31 Thread Civileme

On Friday 30 March 2001 16:05, you wrote:
> Just noticed that my CPU usage was saturating at 100% and gtop shows me
> that cupsd is using 96% of it. Wow! I agree this is a powerful sw, but
> still...
>
> =-=
> kk1
>
> 
> Get free email and a permanent address at http://www.netaddress.com/?N=1
By what instrument are you measuring it?  I know of one that will show you 
99.9% CPU usage simultaneously on up to five processes!  "Wow," said my 
compatriates, "when can I have an SMP test machine?"

And I see also the frequent report of "kapm-idled sucking up my CPU cycles"

The truth is, SOME process is always waiting for an event or taking up CPU 
time.  Just until now the truth-in-reporting law has never been strictly 
enforced.  When you see an idle process hogging your CPU, look at its "nice" 
number.  If that is in the range of positive 16 to positive 20, it means you 
are letting your computer run without you, and whatever process is 
broadcasting a short message over the net or checking for a PIO event on a 
very low priority is being given all that idel time to do it.  Cups does 
broadcast its presence if you have a queue on your own machine, even if you 
have no network except 127.0.0.1.  If you leave the machine on overnight, 
what ELSE is going to take up time besides updatedb and makewhatis?

Civileme




[Cooker] Cups using 95% CPU?!

2001-03-30 Thread Quel Qun

Just noticed that my CPU usage was saturating at 100% and gtop shows me that
cupsd is using 96% of it. Wow! I agree this is a powerful sw, but still...

=-=
kk1


Get free email and a permanent address at http://www.netaddress.com/?N=1




[Cooker] cups

2001-03-29 Thread sekko

Hi Devels  ;o)
I'm really impressed by Cups' printing-improvements. So I setted up a 
cups+smb server for Window$ machine in my department. The problem is that 
each time I install a linux-mandrake machine, new entries appears among the 
server's one. So I have to go to my user's room, turn off cups browsing and 
then restart cups and then restart smb onto server.
It's quite boring... So the question: can you turn of the defaul voice 
"browsing --> enabled"?! Put it to "disabled" please  ;)

Bye, Claudio
-- 
Nothing's as simple as it seems...

[root@monster root]# echo "hello world"
[root@monster root]# Segmentation fault (core dumped)
[root@monster root]# Kernel Panic! - System is halted...
power down




[Cooker] cups remote printer not working on 8.0

2001-03-16 Thread Collins Richey

After 8.0 Beta install, my remote printer is not working.  Same data
entered on 7.2, and it works.  How do I figure this out.  Here is the
configuration file built by install, except ZZ is really the host name
of my WinME host.

# Printer configuration file for CUPS v1.1.6
# Written by cupsd on Mon Mar 12 01:51:26 2001

Info bjc610
Location pc2
DeviceURI parallel:/dev/lp0
State Idle
Accepting Yes
JobSheets none none


Info laserjet
Location pc1
DeviceURI smb://ZZ/PRINTER
State Stopped
StateMessage Unable to connect to SAMBA host: Resource temporarily
unavailable
Accepting Yes
JobSheets none none


I can't seem to find any eror messages, but lpq -Plp1 always shows lp1 not
ready, and everything I sent is still queued.

-- 
Collins Richey
Denver Area




[Cooker] CUPS problems, KUPS problems, and well done

2001-03-16 Thread Vincent Meyer

Hello,

OK, The WWW Cups tool is broken again - trying to add a printer
get a message from Netscape about broken pipe.  This doesn't happen all
the time, but when it does I have to exit Netscape and re-start it.  Very
intermittent.

KUPS works great, but has a SMALL bug.  When adding a SMB
printer who's share has a space in it, it's not seen by the "scan network"
function.  Clicking on the computer says that there is no printer.  If you
add the printer anyway, it works fine.  Adding printers who have a share
name without a space works great.

The print driver for the Xerox M750 works pretty well, with the
things I've used it with so far.

V.




[Cooker] Cups

2001-03-08 Thread Eric MC D

Has read the doc about CUPS and did an install of CUPS
as said.
(doc Cups and CUPS News (2))

After the install I couldn't print anything, kwrite, kedit, staroffice51, 
etc...  Only the test page of course.

So after many try's I decided to UNINSTALL all of CUPS.

Now, nothing changed;  can no more print at all.

When tryng to do a printer-install with printerdrake he's looking for the 
cups-drivers and stops. 
Can't install the cups-drivers without installing cups.

Do any one have this pb ? And how to resove it ?
Thanks
Eric MC


-- 
Fried's 1st Rule:
Increased automation of clerical function
invariably results in increased operational costs.




Re: [Cooker] Cups problems...

2001-01-24 Thread RA

>...
> But I may not check that nobody runs cups on his own computer!
> It should be possible to tell my cups server: PLEASE DO NOT BROWSE OTHER
> CUPS! Any suggestion?  :o|
>
>   Claudio

Try to set: 'Browsing Off ' in cupsd.conf





Re: [Cooker] Cups problems...

2001-01-23 Thread Claudio

On Tuesday 23 January 2001 14:32, you wrote:
> Le 2001.01.23 17:20:17 +0400, Claudio a écrit :
> > Hi all!
> > I'm building a cups-server for my department at the university.
> > Since there are many computer using cups, I still cannot avoid that in
> > the
> > server's printer list would not appears all of the printers many many
> > times.
> > In other words, I wish that all the client would see ONLY the queues that
> > I
> > define on my server, but my server automatically browse the whole network
> > for
> > other cups server and... I see the same printers 20 times, for example
> >
> > hp4000
> > hp4000@pc1
> > hp4000@pcn
> >
> > that's not very nice!  :-(
> > Is there a way to avoid that behaviour?

> Maybe not run a cups daemon on every computer, but only on some dedicated
> ones ?

But I may not check that nobody runs cups on his own computer!
It should be possible to tell my cups server: PLEASE DO NOT BROWSE OTHER CUPS!
Any suggestion?  :o|

Claudio




Re: [Cooker] Cups problems...

2001-01-23 Thread Guillaume Rousse


Le 2001.01.23 17:20:17 +0400, Claudio a écrit :
> Hi all!
> I'm building a cups-server for my department at the university.
> Since there are many computer using cups, I still cannot avoid that in
> the 
> server's printer list would not appears all of the printers many many
> times. 
> In other words, I wish that all the client would see ONLY the queues that
> I 
> define on my server, but my server automatically browse the whole network
> for 
> other cups server and... I see the same printers 20 times, for example
> 
> hp4000
> hp4000@pc1
> hp4000@pcn
> 
> that's not very nice!  :-(
> Is there a way to avoid that behaviour?

Maybe not run a cups daemon on every computer, but only on some dedicated
ones ?
-- 
Guillaume Rousse

Murphy's law : If anything can go wrong, it will.
O'Tool's commentary : Murphy was an optimist.




[Cooker] Cups problems...

2001-01-23 Thread Claudio

Hi all!
I'm building a cups-server for my department at the university.
Since there are many computer using cups, I still cannot avoid that in the 
server's printer list would not appears all of the printers many many times. 
In other words, I wish that all the client would see ONLY the queues that I 
define on my server, but my server automatically browse the whole network for 
other cups server and... I see the same printers 20 times, for example

hp4000
hp4000@pc1
hp4000@pcn

that's not very nice!  :-(
Is there a way to avoid that behaviour?

Claudio




[Cooker] cups problems

2000-12-26 Thread bopfer

I have a cooker system runing with cups, but I can get printing working
from the windows machines via samba.  It goes into the queue on the
windows machine than disappears as if it was sent to the printer, but
nothing happens.  Anyone know how to get it working?  it prints fine
from the linux machine, btw.

-Bryan opfer




[Cooker] CUPS v1.1.5 is now available!!!!! update cooker!!!!!!

2000-12-23 Thread Khawar Zia

December 20, 2000
CUPS v1.1.5 is now available for download!

Also i saw mandrake-release-7.3-0.1mdk.noarch.rpm in cooker. Does that mean
that 7.3 is close??

 Thank You

--Khawar "quitedown" Zia
Thank You
--Khawar "quitedown" Zia




Re: [Cooker] CUPS deficiencies.

2000-12-03 Thread Ron Stodden

Till Kamppeter wrote:
> 
> Ron Stodden wrote:
> >
> > To Till Kamppeter,
> >
> > Re CUPS.
> >
> > I have two machines on a LAN, say called 'one' and 'two'.   One has a
> > deskjet 970cxi attached to the parallel port.  Two is a gateway
> > machine to the internet with two NICs.
> >
> > One may be running either Mandrake 7.2, fully updated, or Windows 98
> > SE.
> >
> > Two runs either 7.2, fully updated, or today's Cooker and has no
> > local printer.
> >
> > Two therefore has Kups set up with two printers, a remote CUPS
> > printer, and an SMB remote printer.  Properly, kups on two comes up
Till Kamppeter wrote:
> 
> Define a class containing the two queues (remote CUPS, SMB). Define this
> class as your default printer. A print job sent to a class is treated by
> the first printer responding. And because in your case there is only one
> printer queue which can respond, the correct queue is chosen
> automatically. The class you define with kups or the web interface, you
> make it the default with XPP ("Options", "This printer as default").

Thanks for understanding the problem.  I will try what you say.

However, things are not quite that simple, because the printer on the
CUPS server as viewed from the non-printer machine just disappears
after a server OS change/reboot, and the server goes unreachable (the
network is all OK).  This is a crippling bug that I keep striking all
the time and I know of no fix or way around other than to reinstall
all the 8 RPMs.   Obviously not acceptable.

It limits me to using Windows and SMB on the server, since the SMB
printer persists across rebooting of either machine.  The CUPS lp
printer does NOT persist.  Have you found this too?

-- 
Regards,

Ron. [AU]




Re: [Cooker] CUPS deficiencies.

2000-12-03 Thread Till Kamppeter

Ron Stodden wrote:
> 
> To Till Kamppeter,
> 
> Re CUPS.
> 
> I have two machines on a LAN, say called 'one' and 'two'.   One has a
> deskjet 970cxi attached to the parallel port.  Two is a gateway
> machine to the internet with two NICs.
> 
> One may be running either Mandrake 7.2, fully updated, or Windows 98
> SE.
> 
> Two runs either 7.2, fully updated, or today's Cooker and has no
> local printer.
> 
> Two therefore has Kups set up with two printers, a remote CUPS
> printer, and an SMB remote printer.  Properly, kups on two comes up
> with one printer disabled, which one depending which OS is running on
> one.
> 
> Kups Bug: On two, running Cooker, with the SMB printer disabled in
> kups, kups keeps producing a modal dialog box every few seconds
> stating that the printer (does not say which printer) is
> inacessible.  When this modal box is up, kups itself is inaccesible.
> Surely when a printer is marked as disabled, kups should not be
> trying to access it?  Also, the dbox should not be modal, so that
> other printers can be used.
> 

This bug is known, shows up sometimes, and when one restart kups the
dialogs disappear in most cases.

> Xpp Bug: On two, running 7.2, xpp seems to be keeping its own
> independent history of all printers that have ever been connected to
> this machine, and dutifully produces all these printers listed in its
> window with no right click option to remove a printer.  Surely, like
> kups, it should only use the printers broadcast to it by the printer
> servers?
>

XPP is a printing frontend, it has no administration options (as
removing printers). The issue you have seen applies to the printer lists
of all frontends (XPP, QtCUPS, KUPS, lpstat), the list is generated by
the CUPS library. Unfortunately, it contains disabled, but existing
printer queues, and also entries which are only in ~/.lpoptions or
/etc/cups/lpoptions but do not exist on any server any more. Edit this
files and remove all obsolete entries from them. Start the frontend
again and you will have only two queues (one active depending on the
server's OS) left.
 
> Further, xpp makes an incorrect default printer selection (the
> bullet).  Surely it should NEVER select an inaccessible printer as
> the default printer?

The problem is that you can define a default printer by clicking on
"Options" and then "This printer as default", but this is static and
does not follow the OS change on the server. I think the CUPS authors
thought only about corporate networks and there are normally no
dual-boot machines. A solution would be the following:

Define a class containing the two queues (remote CUPS, SMB). Define this
class as your default printer. A print job sent to a class is treated by
the first printer responding. And because in your case there is only one
printer queue which can respond, the correct queue is chosen
automatically. The class you define with kups or the web interface, you
make it the default with XPP ("Options", "This printer as default").

   Till




[Cooker] CUPS deficiencies.

2000-12-01 Thread Ron Stodden

To Till Kamppeter,

Re CUPS.

I have two machines on a LAN, say called 'one' and 'two'.   One has a
deskjet 970cxi attached to the parallel port.  Two is a gateway
machine to the internet with two NICs.

One may be running either Mandrake 7.2, fully updated, or Windows 98
SE.

Two runs either 7.2, fully updated, or today's Cooker and has no
local printer.

Two therefore has Kups set up with two printers, a remote CUPS
printer, and an SMB remote printer.  Properly, kups on two comes up
with one printer disabled, which one depending which OS is running on
one.

Kups Bug: On two, running Cooker, with the SMB printer disabled in
kups, kups keeps producing a modal dialog box every few seconds
stating that the printer (does not say which printer) is
inacessible.  When this modal box is up, kups itself is inaccesible. 
Surely when a printer is marked as disabled, kups should not be
trying to access it?  Also, the dbox should not be modal, so that
other printers can be used.

Xpp Bug: On two, running 7.2, xpp seems to be keeping its own
independent history of all printers that have ever been connected to
this machine, and dutifully produces all these printers listed in its
window with no right click option to remove a printer.  Surely, like
kups, it should only use the printers broadcast to it by the printer
servers?

Further, xpp makes an incorrect default printer selection (the
bullet).  Surely it should NEVER select an inaccessible printer as
the default printer?

-- 
Regards,

Ron. [AU]




[Cooker] CUPS not working

2000-12-01 Thread Peter Ruskin

Cooker expert upgrade developer 01-Dec-2000.
[03:13 peter@penguin:~]$ cat /proc/version
Linux version 2.2.17-29mdk ([EMAIL PROTECTED]) (gcc version 
egcs-2.91.66 19990314/Linux (egcs-1.1.2
release)) #1 Sat Nov 25 17:16:34 CET 2000  

Try to print and nothing comes out of the printer - HP DeskJet 720C on local 
parallel port (works with CUPS on 7.2 on same machine).  From the admin tool 
I do a test print - nothing comes out but the interface behaves normally - 
then when I check finished jobs the testpage is listed as cancelled.

xpp segfaults without appearing.  It all looks pretty broken to me.
-- 
   
Peter Ruskin,  Wrexham, UK  <[EMAIL PROTECTED]> 
Preferred desktop environment KDE 1.1.2
  Linux 2.2.17-01pnr, Uptime 1 hour 10 minutes




Re: [Cooker] Cups & HP 970Cxi

2000-11-19 Thread Ron Stodden

Armisis Aieoln wrote:
> 
> Under the other operating system, the light comes on when you print photo
> quality stuff, under linux it does not.

Ah!   I see a bright blue sharply-focussed light (surely the wrong
end of the spectrum for ink drying?) from under the cartridges
carrier directed on the line last printed when I run that other
operating system's color calibration program from the HP toolkit -
yes, even without  glossy paper!

There is no equivalent Linux toolkit (yet?).   The light is obviously
there for an important purpose (manufacturers don't waste money), so
should be being used by the Linux cdj970 driver.  Not hard to reverse
engineer, I would think.

-- 
Regards,

Ron. [AU]




Re: [Cooker] Cups & HP 970Cxi

2000-11-18 Thread Till Kamppeter

Unfortunately, GIMP-Print does not support this model, but "Foomatic +
cdj970" supports at least double-sided printing. It seems that the
GIMP-Print team is mainly concerned about Epson. One should suggest them
to support this printer, because it is an excellent piece of hardware,
as I know the only inkjet with duplex and it needs not more space than a
usual inkjet.

It seems that GIMP-Print does not support CRET III, CRET II support was
recently added to the CVS of GIMP-Print.

Removing printers:

The removal must be done on the machine where the queue for the printer
was created, usually on the machine where the printer is connected to.

Check the /etc/cups/printers.conf file. It has an entry for every
printer. When one removes a printer, the appropriate entry is deleted.
Check the permissions of /etc/cups/printers.conf, remove the undesired
entry manually and restart the CUPS daemon.

On clients the printer disappears only after a timeout of five minutes.
Restart the daemon there to let the entry appear immediately.

   Till



Armisis Aieoln wrote:
> 
> I have the 970Cxi also, and need full support.
> I print alot and the 970Cxi supports 2 sided printing, but needs the software
> to tell it to. (plus other features the software needs to tell it to do, IE:
> turn on and off the ink drying light)
> 
> Dave
> 
> On Saturday 18 November 2000 07:04, you wrote:
> > Till,
> >
> > Do you know if anyone is working on a GIMP-Print Driver for the HP
> > Deskjet 970Cxi?
> >
> > Background:
> >
> > The standard CUPS driver (Foobar + cdj970) is max 600 x 600 dpi.
> > The Windows HP latest-downloaded software will only print 2400 x 1200
> > in Portrait, crashes in Landscape.  All 2400 x 1200 is stated to need
> > 400MB of hard disk space, which it has on C:\.
> >
> > Bug:
> >
> > An attempt to remove this printer using menu-item Kups CUPS Admin
> > failed - removed it from the display only.  Rebooting and reloading
> > the display shows it is still there.
>




Re: [Cooker] Cups & HP 970Cxi

2000-11-18 Thread Armisis Aieoln

Under the other operating system, the light comes on when you print photo 
quality stuff, under linux it does not.


On Saturday 18 November 2000 12:57, you wrote:
> Armisis Aieoln wrote:
> > I have the 970Cxi also, and need full support.
> > I print alot and the 970Cxi supports 2 sided printing, but needs the
> > software to tell it to. (plus other features the software needs to tell
> > it to do, IE: turn on and off the ink drying light)
>
> Use CUPS under Mandrake 7.2.  Choose the Deskjet 970C Foobar + dj970
> driver when installing the printer.
>
> Use the K - Configuration - Printing - CUPS WWW Admin - Printers -
> Configure Printer to set Printing Quality, RET, Double-sided, Page
> size, Paper type, Banners.   That's pretty close to full support
> (except for beyond 600 x 600 dpi, which RET may be doing anyway).
>
> Is there an ink-drying light?  Why would you want to interfere with
> its normal operation?

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Linux - Cause I dont do windows 
or ovens!
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Registered System: 83659





Re: [Cooker] Cups & HP 970Cxi

2000-11-18 Thread Ron Stodden

Armisis Aieoln wrote:
> 
> I have the 970Cxi also, and need full support.
> I print alot and the 970Cxi supports 2 sided printing, but needs the software
> to tell it to. (plus other features the software needs to tell it to do, IE:
> turn on and off the ink drying light)

Use CUPS under Mandrake 7.2.  Choose the Deskjet 970C Foobar + dj970
driver when installing the printer.

Use the K - Configuration - Printing - CUPS WWW Admin - Printers -
Configure Printer to set Printing Quality, RET, Double-sided, Page
size, Paper type, Banners.   That's pretty close to full support
(except for beyond 600 x 600 dpi, which RET may be doing anyway).

Is there an ink-drying light?  Why would you want to interfere with
its normal operation?

-- 
Regards,

Ron. [AU]




Re: [Cooker] Cups & HP 970Cxi

2000-11-17 Thread Armisis Aieoln

I have the 970Cxi also, and need full support.
I print alot and the 970Cxi supports 2 sided printing, but needs the software
to tell it to. (plus other features the software needs to tell it to do, IE: 
turn on and off the ink drying light)

Dave

On Saturday 18 November 2000 07:04, you wrote:
> Till,
>
> Do you know if anyone is working on a GIMP-Print Driver for the HP
> Deskjet 970Cxi?
>
> Background:
>
> The standard CUPS driver (Foobar + cdj970) is max 600 x 600 dpi.
> The Windows HP latest-downloaded software will only print 2400 x 1200
> in Portrait, crashes in Landscape.  All 2400 x 1200 is stated to need
> 400MB of hard disk space, which it has on C:\.
>
> Bug:
>
> An attempt to remove this printer using menu-item Kups CUPS Admin
> failed - removed it from the display only.  Rebooting and reloading
> the display shows it is still there.

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Linux - Cause I dont do windows 
or ovens!
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Registered System: 83659





[Cooker] Cups & HP 970Cxi

2000-11-17 Thread Ron Stodden

Till,

Do you know if anyone is working on a GIMP-Print Driver for the HP
Deskjet 970Cxi?   

Background:

The standard CUPS driver (Foobar + cdj970) is max 600 x 600 dpi.  
The Windows HP latest-downloaded software will only print 2400 x 1200
in Portrait, crashes in Landscape.  All 2400 x 1200 is stated to need
400MB of hard disk space, which it has on C:\.

Bug:

An attempt to remove this printer using menu-item Kups CUPS Admin
failed - removed it from the display only.  Rebooting and reloading
the display shows it is still there.

-- 
Regards,

Ron. [AU]




[Cooker] Cups issue

2000-11-17 Thread Ed Wilts

It seems like every time I do a cups package freshen, cups is disabled.  This 
is mildly annoying, but easy to fix with a chkconfig cups on.  Can the 
package updater be modified to not turn it off?

[root@linux1 /root]# chkconfig --list | grep cups
cups0:off   1:off   2:off   3:on4:on5:on6:off
[root@linux1 /root]# rpm -Uvh cooker/cups-1.1.4-5mdk.i586.rpm --replacepkgs
cups##
[root@linux1 /root]# chkconfig --list | grep cups
cups0:off   1:off   2:off   3:off   4:off   5:off   6:off 
 
Thanks,
.../Ed
  
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]




Re: [Cooker] CUPS: Back in Cooker again!

2000-11-17 Thread Chmouel Boudjnah

Ron Stodden <[EMAIL PROTECTED]> writes:

> General Question:  Why is not Adobe Acrobat installed as standard by
> Mandrake?

(chmou@matrix)-$ head -20 /mnt/cdrom/LICENSE
--=-=-=
*
The following copyright applies to the Linux Mandrake compilation and any 
portions of Linux Mandrake/Intel it does not conflict with. Whenever this
policy does conflict with the copyright of any individual portion of Linux 
Mandrake, it does not apply.
*

GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  675 Mass Ave, Cambridge, MA 02139, USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
--=-=-=

simply because Acrobat is not OpenSource.

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [Cooker] CUPS: Back in Cooker again!

2000-11-16 Thread Ron Stodden

Peter Ruskin wrote:
> 
> That's how acroread works - it doesn't let
> you alter the original in any way, while you can view and print as you like.

Yes, thanks, makes some kind of sense.

-- 
Regards,

Ron. [AU]




Re: [Cooker] CUPS: Back in Cooker again!

2000-11-16 Thread Peter Ruskin

On Friday 17 November 2000 01:59, Ron Stodden wrote:
> Peter Ruskin wrote:
> > On Thursday 16 November 2000 06:27, Ron Stodden wrote:
> > > However, none of these, or Acrobat itself, will print with CUPS.
> >
> > Ron,
> > I have CUPS and acroread - prints just fine to my HP DeskJet 720C.
>
> If you are in the USA, that is true.  Default print setup is Letter,
> 8.5 x 11 inches.
>
> However, if you change the Paper from Letter to A4 (say), it still
> leaves the page size at 8.5 x 11 inches, with the result that it
> won't print.  Manually change the page size to 8.27 x 11.69 inches
> and you are in business again.
>
> Since Acrobat is proprietary software, Mandrake cannot patch it (no
> source) and make a mdk RPM.  Only Adobe can correct this original
> coding error, and until they do, they cannot expect any use of their
> Linux Acrobat Reader 4 to print out documents outside the USA.

You're quite right, Ron - I hadn't tried to change the page size - but then 
you don't have to.  At the bottom of the Print dialog, in PostScript Options, 
select "Fit to Page" and it'll do just that - if your printer is A4 as mine 
is too, it prints A4 perfectly.  That's how acroread works - it doesn't let 
you alter the original in any way, while you can view and print as you like.
Cheers,
-- 
   
Peter Ruskin,  Wrexham, UK  <[EMAIL PROTECTED]> 
Preferred desktop environment KDE 1.1.2
 KDE 2.0 still not fit for production machines as of 17-Nov-00.
  Linux 2.2.17-21mdk, Uptime 1 day 12 hours 19 minutes




Re: [Cooker] CUPS: Back in Cooker again!

2000-11-16 Thread Ron Stodden

Peter Ruskin wrote:
> 
> On Thursday 16 November 2000 06:27, Ron Stodden wrote:
> >
> > However, none of these, or Acrobat itself, will print with CUPS.
> >
> Ron,
> I have CUPS and acroread - prints just fine to my HP DeskJet 720C.

If you are in the USA, that is true.  Default print setup is Letter,
8.5 x 11 inches.

However, if you change the Paper from Letter to A4 (say), it still
leaves the page size at 8.5 x 11 inches, with the result that it
won't print.  Manually change the page size to 8.27 x 11.69 inches
and you are in business again.

Since Acrobat is proprietary software, Mandrake cannot patch it (no
source) and make a mdk RPM.  Only Adobe can correct this original
coding error, and until they do, they cannot expect any use of their
Linux Acrobat Reader 4 to print out documents outside the USA.

-- 
Regards,

Ron. [AU - all is A4 here]




[Cooker] CUPS question

2000-11-16 Thread Doug Roberts

Hi, all.

Question regarding CUPS printer configuration:

It used to be with printtool that you could select a local printer, like the 
LaserJet 1100 for example, and set some of the printer parameters like top & 
bottom margin. I can't see how to do that now with CUPS. Anybody know how?

Thanks,

--Doug
-- 
==
Douglas Roberts, TSA-SA|
Los Alamos National Laboratory | All good work is done in defiance
[EMAIL PROTECTED]  |  of management. -- Bob Woodward
(505)667-4569  |
==




  1   2   3   >