Bug#372637: cupsys: installation breaks

2006-08-04 Thread Rubén Gómez Antolí
Package: cupsys
Version: 1.2.2-1
Followup-For: Bug #372637


Hello All,

Kenshi Muto wrote:

Rubin's report seems be another issue.
Your /etc/cups/cupsd.conf is corrupted, and you'll see an error reason
in /var/log/cups/error_log. Maybe it lacks Port/Listen section (#376883).

O.k, you all right, I do apt-get remove --purge and apt-get install and 
cupsys 
runs again.

But, I don't think to see log before do it, sorry about the incovenience. 

After I only can see this in log:

E [04/Aug/2006:08:24:53 +0200] Creating missing directory /var/run/cups/certs

Thanks to all.

Salud y Revolución.

Lobo.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-27 Thread Kenshi Muto
At Wed, 19 Jul 2006 14:03:32 +0200,
Rubén Gómez Antolí wrote:
 mac-lobo:~# /usr/sbin/cupsd
 cupsd: Child exited on signal 15!
 mac-lobo:~# /etc/init.d/cupsys start
 Starting Common Unix Printing System: cupsdcupsd: Child exited on signal 15!
 mac-lobo:~#

Rubin's report seems be another issue.
Your /etc/cups/cupsd.conf is corrupted, and you'll see an error reason
in /var/log/cups/error_log. Maybe it lacks Port/Listen section (#376883).

Plus, cupsd forks by default. Try cupsd -F to run foreground mode.

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]



Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-27 Thread Kenshi Muto
severity 372637 important
thanks

Hi Daniel,

At Wed, 5 Jul 2006 20:21:30 +0200,
Daniel Knabl wrote:
 Am Wed, 5 Jul 2006 08:42:04 -0400 schrieb Justin Pryzby
 [EMAIL PROTECTED]:
 $ dpkg -l|grep cupsys
 ii  cupsys1.2.1-3
 ii  cupsys-bsd1.2.1-3
 ii  cupsys-client 1.2.1-3
 ii  cupsys-driver-gutenprint  4.3.99+cvs20060521-4
 ii  cupsys-pt 1.2.4-3
 ii  libcupsys21.2.1-3
 ii  libcupsys2-gnutls10   1.2.1-3

Because no more people reports same problem, I downgrade this bug
from release critical. But of course we keep to take care this bug.

Daniel, 

- Do you still have this installation break problem in 1.2.2-1 also?
- Don't you define LD_LIBRARY_PATH or LD_PRELOAD environment value?
- Please send us a log of LD_DEBUG=bindings cupsd -F

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-24 Thread Justin Pryzby
On Tue, Jul 18, 2006 at 11:31:00PM +0200, Daniel Knabl wrote:
 Am Tue, 18 Jul 2006 17:26:15 -0400 schrieb Justin Pryzby
 [EMAIL PROTECTED]:
 
  On Tue, Jul 18, 2006 at 10:58:14PM +0200, Daniel Knabl wrote:
   Am Tue, 18 Jul 2006 16:45:06 -0400 schrieb Justin Pryzby
   [EMAIL PROTECTED]:
   
 I do not even know, what prelinking is/does ...
Description: ELF prelinking utility to speed up dynamic linking
 The prelink package contains a utility which modifies ELF shared
libraries and executables, so that far fewer relocations need to
be resolved at runtime and thus programs come up faster.
   
   Thanks for this fast information.
  Could you try the strace test too (and everything else)?
  
  Thanks
  Justin
 
 Of course, but this will be possible after the coming weekend, not
 earlier. I hope, this will help though.
Have you had time to record this info?

Thanks
Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-19 Thread Rubén Gómez Antolí
Hello all,


Justin Pryzby wrote:
 On Fri, Jul 14, 2006 at 03:25:40PM +0200, Rub??n G??mez Antol?? wrote:
 [...]

 Justin Pryzby wrote:
 (Please keep the Cc: to the bug#)

 I keep all Cc.

 Well, I lost last messages, I repeat, for more info, all test done, all
 right?
 Sure; I think the problem was that I didn't initially notice your
 input to the bug..
 

O.k., it doesn't matter, I could view it in web.

 On Mon, Jul 10, 2006 at 02:59:07PM +0200, Daniel Knabl wrote:
 Am Thu, 6 Jul 2006 09:59:45 -0400 schrieb Justin Pryzby
 [EMAIL PROTECTED]:

 Thanks; now how about the output of debsums libcupsys2 |grep -vw
 OK$, and dpkg -S /usr/lib/libcups.so.2.
 First:

 $ debsums libcupsys2 |grep -vw OK$

 [EMAIL PROTECTED]:~$ dpkg -l |grep -i cupsys
 iF  cupsys  1.2.1-3
   ^^
 This is what I expected from Daniel, too, but his cupsys was somehow
 magically installed and configured..


Well, no magic in this machine, I think  :-)

 Also nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
 $ nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
 00010a60 T cupsFileWrite
 Same here, now that I've upgraded.

 [EMAIL PROTECTED]:~$ nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
 00011b90 T cupsFileWrite
 [EMAIL PROTECTED]:~$

 Ups, there are quite different here, so what means this?
 I'm sure this is because you're on powerpc.


I think this too.

 I guess that neither of you are using prelinking?  (But I ask to be
 sure..)
 

What are prelinking? and How I know if I using it?

 Also send the output when setting (exporting) LD_DEBUG=bindings or
 LD_DEBUG=symbols before starting cupsd.

 I attach file with LD_DEBUG=bindings outuput.
 
 [...]
 cupsd: Child exited on signal 15!
 
 It seems that a child got killed...  Could you try:
 sudo strace -f -e execve /usr/sbin/cupsd


mac-lobo:~# strace -f -e execve /usr/sbin/cupsd
execve(/usr/sbin/cupsd, [/usr/sbin/cupsd], [/* 16 vars */]) = 0
Process 4790 attached
[pid  4790] --- SIGTERM (Terminated) @ 0 (0) ---
Process 4790 detached
--- SIGCHLD (Child exited) @ 0 (0) ---
cupsd: Child exited on signal 15!
Process 4789 detached



 Please also redo the LD_DEBUG test, but run just cupsd directly, not
 the init.d script.


O.k., sorry for it. I attach new output.


 There is also:
 
 12120: /usr/lib/gconv/ISO8859-15.so: error: symbol lookup error: undefined 
 symbol: gconv_end (fatal)
 
 What version of libc6 do you have?

[EMAIL PROTECTED]:~$ dpkg -l |grep -i libc6
ii  libc6   2.3.6-15GNU
C Library: Shared libraries
ii  libc6-dev   2.3.6-15GNU
C Library: Development Libraries and Hea


 Does the problem still happen if you export LC_ALL=C ?

I try, and no success:

--- console -

mac-lobo:~# export LC_ALL=C
mac-lobo:~# /usr/sbin/cupsd
cupsd: Child exited on signal 15!
mac-lobo:~# /etc/init.d/cupsys start
Starting Common Unix Printing System: cupsdcupsd: Child exited on signal 15!
mac-lobo:~#
 end of console -

 Thanks
 Justin

Don't mentioning, thanks to you.

Salud y Revolución.

Lobo.
-- 
Libertad es poder elegir en cualquier momento. Ahora yo elijo GNU/Linux,
para no atar mis manos con las cadenas del soft propietario.
-
Desde El Ejido, en Almería, usuario registrado Linux #294013
http://www.counter.li.org
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `sasl_client_add_plugin' [SASL2]
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `sasl_canonuser_add_plugin' [SASL2]
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `sasl_server_add_plugin' [SASL2]
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `sasl_auxprop_add_plugin' [SASL2]
  4826: binding file /usr/lib/libsasl2.so.2 to /lib/tls/libc.so.6: 
normal symbol `__cxa_finalize' [GLIBC_2.1.3]
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `_sasl_allocation_utils'
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `sasl_global_utils'
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `_sasl_mutex_utils'
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `_sasl_allocation_locked'
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `external_client_plug_init' [SASL2]
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `_sasl_client_cleanup_hook'
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `_sasl_client_idle_hook'
  4826: binding file /usr/lib/libsasl2.so.2 to /usr/lib/libsasl2.so.2: 
normal symbol `_sasl_canon_user' [SASL2]
  4826: binding file /usr/lib/libsasl2.so.2 to 

Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-18 Thread Justin Pryzby
On Fri, Jul 14, 2006 at 03:25:40PM +0200, Rub??n G??mez Antol?? wrote:
 Hello all,
 
 Sorry for delay.
 
 Justin Pryzby wrote:
  (Please keep the Cc: to the bug#)
 
 
 I keep all Cc.
 
 Well, I lost last messages, I repeat, for more info, all test done, all
 right?
Sure; I think the problem was that I didn't initially notice your
input to the bug..

  On Mon, Jul 10, 2006 at 02:59:07PM +0200, Daniel Knabl wrote:
  Am Thu, 6 Jul 2006 09:59:45 -0400 schrieb Justin Pryzby
  [EMAIL PROTECTED]:
 
  Thanks; now how about the output of debsums libcupsys2 |grep -vw
  OK$, and dpkg -S /usr/lib/libcups.so.2.
  First:
 
  $ debsums libcupsys2 |grep -vw OK$
 
 
 [EMAIL PROTECTED]:~$ dpkg -l |grep -i cupsys
 iF  cupsys  1.2.1-3
  ^^
This is what I expected from Daniel, too, but his cupsys was somehow
magically installed and configured..

  Also nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
  $ nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
  00010a60 T cupsFileWrite
  Same here, now that I've upgraded.
  
 
 [EMAIL PROTECTED]:~$ nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
 00011b90 T cupsFileWrite
 [EMAIL PROTECTED]:~$
 
 Ups, there are quite different here, so what means this?
I'm sure this is because you're on powerpc.

I guess that neither of you are using prelinking?  (But I ask to be
sure..)

  Also send the output when setting (exporting) LD_DEBUG=bindings or
  LD_DEBUG=symbols before starting cupsd.
  
 
 I attach file with LD_DEBUG=bindings outuput.

[...]
 cupsd: Child exited on signal 15!

It seems that a child got killed...  Could you try:
sudo strace -f -e execve /usr/sbin/cupsd

Please also redo the LD_DEBUG test, but run just cupsd directly, not
the init.d script.

There is also:

12120: /usr/lib/gconv/ISO8859-15.so: error: symbol lookup error: undefined 
symbol: gconv_end (fatal)

What version of libc6 do you have?
Does the problem still happen if you export LC_ALL=C ?

Thanks
Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-18 Thread Daniel Knabl
Am Tue, 18 Jul 2006 16:45:06 -0400 schrieb Justin Pryzby
[EMAIL PROTECTED]:

 Please keep the Cc: to the bug#.

Sorry, should be correct now.
 
  ... after manually copying and configuring ...
 What did you do manually?

I copied several libs and the binary to the locations that I found in
the source package's debian/ directory... afterwards I had to manually
configure the /etc/cups/cupsd.conf because it was split and did not
work correctly, even after dpkg-reconfigure cupsys.

  I do not even know, what prelinking is/does ...
 Description: ELF prelinking utility to speed up dynamic linking
  The prelink package contains a utility which modifies ELF shared
 libraries and executables, so that far fewer relocations need to be
 resolved at runtime and thus programs come up faster.

Thanks for this fast information.

kind regards
Daniel

-- 
Daniel Knabl
www.tirolinux.net [EMAIL PROTECTED]
PGP/GPG Fingerprint - please send signed mail only
A069 671B 39F2 E9B9 FB34  68BB 4BEC 1344 C8A4 3F0B


signature.asc
Description: PGP signature


Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-18 Thread Justin Pryzby
Please keep the Cc: to the bug#.

On Tue, Jul 18, 2006 at 10:30:38PM +0200, Daniel Knabl wrote:
 Am Tue, 18 Jul 2006 16:01:45 -0400 schrieb Justin Pryzby
 [EMAIL PROTECTED]:
 
   [EMAIL PROTECTED]:~$ dpkg -l |grep -i cupsys
   iF  cupsys  1.2.1-3
^^
  This is what I expected from Daniel, too, but his cupsys was somehow
  magically installed and configured..
 
 ... after manually copying and configuring ...
What did you do manually?

Also nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
$ nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
00010a60 T cupsFileWrite
Same here, now that I've upgraded.

   
   [EMAIL PROTECTED]:~$ nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
   00011b90 T cupsFileWrite
   [EMAIL PROTECTED]:~$
   
   Ups, there are quite different here, so what means this?
  I'm sure this is because you're on powerpc.
  
  I guess that neither of you are using prelinking?  (But I ask to be
  sure..)
 
 I do not even know, what prelinking is/does ...
Description: ELF prelinking utility to speed up dynamic linking
 The prelink package contains a utility which modifies ELF shared libraries
 and executables, so that far fewer relocations need to be resolved at
 runtime and thus programs come up faster.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-18 Thread Justin Pryzby
On Tue, Jul 18, 2006 at 10:58:14PM +0200, Daniel Knabl wrote:
 Am Tue, 18 Jul 2006 16:45:06 -0400 schrieb Justin Pryzby
 [EMAIL PROTECTED]:
 
   I do not even know, what prelinking is/does ...
  Description: ELF prelinking utility to speed up dynamic linking
   The prelink package contains a utility which modifies ELF shared
  libraries and executables, so that far fewer relocations need to be
  resolved at runtime and thus programs come up faster.
 
 Thanks for this fast information.
Could you try the strace test too (and everything else)?

Thanks
Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-18 Thread Daniel Knabl
Am Tue, 18 Jul 2006 17:26:15 -0400 schrieb Justin Pryzby
[EMAIL PROTECTED]:

 On Tue, Jul 18, 2006 at 10:58:14PM +0200, Daniel Knabl wrote:
  Am Tue, 18 Jul 2006 16:45:06 -0400 schrieb Justin Pryzby
  [EMAIL PROTECTED]:
  
I do not even know, what prelinking is/does ...
   Description: ELF prelinking utility to speed up dynamic linking
The prelink package contains a utility which modifies ELF shared
   libraries and executables, so that far fewer relocations need to
   be resolved at runtime and thus programs come up faster.
  
  Thanks for this fast information.
 Could you try the strace test too (and everything else)?
 
 Thanks
 Justin

Of course, but this will be possible after the coming weekend, not
earlier. I hope, this will help though.

cheers
Daniel

-- 
Daniel Knabl
www.tirolinux.net [EMAIL PROTECTED]
PGP/GPG Fingerprint - please send signed mail only
A069 671B 39F2 E9B9 FB34  68BB 4BEC 1344 C8A4 3F0B


signature.asc
Description: PGP signature


Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-13 Thread Justin Pryzby
(Please keep the Cc: to the bug#)

On Mon, Jul 10, 2006 at 02:59:07PM +0200, Daniel Knabl wrote:
 Am Thu, 6 Jul 2006 09:59:45 -0400 schrieb Justin Pryzby
 [EMAIL PROTECTED]:
 
  Thanks; now how about the output of debsums libcupsys2 |grep -vw
  OK$, and dpkg -S /usr/lib/libcups.so.2.
 
 First:
 
 $ debsums libcupsys2 |grep -vw OK$
 
 and:
 
 $ dpkg -S /usr/lib/libcups.so.2
 libcupsys2: /usr/lib/libcups.so.2
 
  Also nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
 
 $ nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
 00010a60 T cupsFileWrite
Same here, now that I've upgraded.

 As you can see, there is NO output for the first command, but I don't
 really know much about debsums :(
This is expected; all the unmodified files have  OK at the end, and
are uninteresting, since everyone [should] be able to reproduce the
problem with distribution files..

Could you also try debsums cupsys2 |grep -vw OK$?

Also send the output when setting (exporting) LD_DEBUG=bindings or
LD_DEBUG=symbols before starting cupsd.

Rub�n, any extra info you can give is also appreciated.

Can either of you still reproduce this problem?

Just for kicks, sudo which cupsd.

grep 'upgrade .*cupsys' /var/log/dpkg.log

locate libcups.

Thanks
Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-11 Thread Daniel Knabl
Am Wed, 5 Jul 2006 08:42:04 -0400 schrieb Justin Pryzby
[EMAIL PROTECTED]:

 On Tue, Jul 04, 2006 at 07:43:50PM +0200, Daniel Knabl wrote:
  Am Mon, 3 Jul 2006 19:06:44 -0400 schrieb Justin Pryzby
  [EMAIL PROTECTED]:
  
   Hello Daniel,
   
   http://bugs.debian.org/372637
   cupsys: installation breaks
   
   You reported this bug against cupsys; what version libcupsys2 do
   you have installed?
  
  I tried it with cupsys 1.2.1-3, which broke the system in the
  described way. Even after purge and clean re-install the system
  broke again.
 Can you still reproduce it?  Please report versions of cupsys and
 libcupsys2; perhaps dpkg -l |grep cupsys for good measure.
 
 Also the output of ldd /usr/sbin/cupsd.
 
 Thanks
 Justin

$ dpkg -l|grep cupsys
ii  cupsys  1.2.1-3
ii  cupsys-bsd  1.2.1-3
ii  cupsys-client   1.2.1-3
ii  cupsys-driver-gutenprint4.3.99+cvs20060521-4
ii  cupsys-pt   1.2.4-3
ii  libcupsys2  1.2.1-3
ii  libcupsys2-gnutls10 1.2.1-3

$ ldd /usr/sbin/cupsd
linux-gate.so.1 =  (0xe000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7f35000)
libgnutls.so.13 = /usr/lib/libgnutls.so.13 (0xb7ec7000)
libslp.so.1 = /usr/lib/libslp.so.1 (0xb7eb7000)
libldap_r.so.2 = /usr/lib/libldap_r.so.2 (0xb7e82000)
libpam.so.0 = /lib/libpam.so.0 (0xb7e7a000)
libdl.so.2 = /lib/tls/libdl.so.2 (0xb7e76000)
libpaper.so.1 = /usr/lib/libpaper.so.1 (0xb7e73000)
libdbus-1.so.2 = /usr/lib/libdbus-1.so.2 (0xb7e44000)
libacl.so.1 = /lib/libacl.so.1 (0xb7e3c000)
libcups.so.2 = /usr/lib/libcups.so.2 (0xb7e0d000)
libpthread.so.0 = /lib/tls/libpthread.so.0 (0xb7dfb000)
libcrypt.so.1 = /lib/tls/libcrypt.so.1 (0xb7dcd000)
libc.so.6 = /lib/tls/libc.so.6 (0xb7c95000)
libtasn1.so.3 = /usr/lib/libtasn1.so.3 (0xb7c82000)
libgcrypt.so.11 = /usr/lib/libgcrypt.so.11 (0xb7c33000)
libgpg-error.so.0 = /usr/lib/libgpg-error.so.0 (0xb7c2f000)
libnsl.so.1 = /lib/tls/libnsl.so.1 (0xb7c19000)
libresolv.so.2 = /lib/tls/libresolv.so.2 (0xb7c06000)
liblber.so.2 = /usr/lib/liblber.so.2 (0xb7bfa000)
libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0xb7be5000)
/lib/ld-linux.so.2 (0xb7f5c000)
libattr.so.1 = /lib/libattr.so.1 (0xb7be)


regards
Daniel

-- 
Daniel Knabl
www.tirolinux.net [EMAIL PROTECTED]
PGP/GPG Fingerprint - please send signed mail only
A069 671B 39F2 E9B9 FB34  68BB 4BEC 1344 C8A4 3F0B


signature.asc
Description: PGP signature


Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-11 Thread Daniel Knabl
Am Thu, 6 Jul 2006 09:59:45 -0400 schrieb Justin Pryzby
[EMAIL PROTECTED]:

 Thanks; now how about the output of debsums libcupsys2 |grep -vw
 OK$, and dpkg -S /usr/lib/libcups.so.2.

First:

$ debsums libcupsys2 |grep -vw OK$

and:

$ dpkg -S /usr/lib/libcups.so.2
libcupsys2: /usr/lib/libcups.so.2

 Also nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite

$ nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
00010a60 T cupsFileWrite

As you can see, there is NO output for the first command, but I don't
really know much about debsums :(

 Thanks
 Justin

regards
Daniel

-- 
Daniel Knabl
www.tirolinux.net [EMAIL PROTECTED]
PGP/GPG Fingerprint - please send signed mail only
A069 671B 39F2 E9B9 FB34  68BB 4BEC 1344 C8A4 3F0B


signature.asc
Description: PGP signature


Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-06 Thread Justin Pryzby
On Wed, Jul 05, 2006 at 08:21:30PM +0200, Daniel Knabl wrote:
 Am Wed, 5 Jul 2006 08:42:04 -0400 schrieb Justin Pryzby
 [EMAIL PROTECTED]:
 
  On Tue, Jul 04, 2006 at 07:43:50PM +0200, Daniel Knabl wrote:
   Am Mon, 3 Jul 2006 19:06:44 -0400 schrieb Justin Pryzby
   [EMAIL PROTECTED]:
   
Hello Daniel,

http://bugs.debian.org/372637
cupsys: installation breaks

You reported this bug against cupsys; what version libcupsys2 do
you have installed?
   
   I tried it with cupsys 1.2.1-3, which broke the system in the
   described way. Even after purge and clean re-install the system
   broke again.
  Can you still reproduce it?  Please report versions of cupsys and
  libcupsys2; perhaps dpkg -l |grep cupsys for good measure.
  
  Also the output of ldd /usr/sbin/cupsd.

 $ dpkg -l|grep cupsys

 $ ldd /usr/sbin/cupsd

Thanks; now how about the output of debsums libcupsys2 |grep -vw OK$, and
dpkg -S /usr/lib/libcups.so.2.

Also nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite

Thanks
Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372637: Cupsys: installation breaks.

2006-07-04 Thread Rubén Gómez Antolí
Package: cupsys
Version: 1.2.1-3
Followup-For: Bug #372637



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc3+02.vi.06-0
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages cupsys depends on:
ii  adduser  3.91Add and remove users and groups
ii  debconf [debconf-2.0]1.5.2   Debian configuration management sy
ii  gs-esp   8.15.1.dfsg.1-2 The Ghostscript PostScript interpr
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcupsimage21.2.1-3 Common UNIX Printing System(tm) - 
ii  libcupsys2   1.2.1-3 Common UNIX Printing System(tm) - 
ii  libdbus-1-2  0.62-4  simple interprocess messaging syst
ii  libgcrypt11  1.2.2-1 LGPL Crypto library - runtime libr
ii  libgnutls13  1.4.0-3 the GNU TLS library - runtime libr
ii  libgpg-error01.2-1   library for common error values an
ii  libldap2 2.1.30-13+b1OpenLDAP libraries
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpaper11.1.19  Library for handling paper charact
ii  libslp1  1.2.1-5 OpenSLP libraries
ii  libtasn1-3   0.3.5-1 Manage ASN.1 structures (runtime)
ii  lsb-base 3.1-10  Linux Standard Base 3.1 init scrip
ii  patch2.5.9-4 Apply a diff file to an original
ii  perl-modules 5.8.8-6 Core Perl modules
ii  procps   1:3.2.7-2   /proc file system utilities
ii  xpdf-utils [poppler-util 3.01-8  Portable Document Format (PDF) sui
ii  zlib1g   1:1.2.3-12  compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client   1.2.1-3  Common UNIX Printing System(tm) - 
ii  foomatic-filters3.0.2-20060530-1 linuxprinting.org printer support 
ii  smbclient   3.0.22-1 a LanManager-like simple client fo

-- debconf information:
  cupsys/raw-print: true
  cupsys/ports: localhost:631
  cupsys/backend: ipp, lpd, parallel, socket, usb
  cupsys/portserror:
  cupsys/browse: true


Hello all,

Well, I'm having these issue in this machine too. I see it about two weeks ago 
aproximately.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372637: [Pkg-cups-devel] Bug#372637: cupsys: installation breaks

2006-06-18 Thread Kenshi Muto
tag 372637 + moreinfo unreproducible
thanks

At Sat, 10 Jun 2006 22:30:19 +0200,
Daniel Knabl wrote:
 Package: cupsys
 Severity: grave
 Justification: renders package unusable
 Richte cupsys ein (1.2.1-2) ...
 Starting Common Unix Printing System: cupsd/usr/sbin/cupsd: symbol lookup
 error: /usr/sbin/cupsd: undefined symbol: cupsFileWrite
 invoke-rc.d: initscript cupsys, action start failed.

It's very strange.
Because cupsys 1.2.1-2 depends libcupsys2 (=1.2.1), it's logically
impossible this happens.
What's your libcupsys2 version? You installed cupsys by apt-get/aptitude
or dpkg directly?

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372637: cupsys: installation breaks

2006-06-10 Thread Daniel Knabl
Package: cupsys
Severity: grave
Justification: renders package unusable



Richte cupsys ein (1.2.1-2) ...
Starting Common Unix Printing System: cupsd/usr/sbin/cupsd: symbol lookup
error: /usr/sbin/cupsd: undefined symbol: cupsFileWrite
invoke-rc.d: initscript cupsys, action start failed.
dpkg: Fehler beim Bearbeiten von cupsys (--configure):
 Unterprozess post-installation script gab den Fehlerwert 127 zurück
Fehler traten auf beim Bearbeiten von:
 cupsys
Drücken Sie zum Fortsetzen die Eingabetaste.


-- System Information:
Debian Release: stable/testing
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]