Bug#388568: Acknowledgement (xserver-xorg: postinst can hang)

2006-10-04 Thread Wolfgang Pfeiffer
On Wed, Oct 04 2006, at 04:26 +0200, Wolfgang Pfeiffer wrote: Hi All On Tue, Oct 03 2006, at 22:12 +0200, Denis Barbier wrote: On Tue, Oct 03, 2006 at 06:44:53PM +0200, Wolfgang Pfeiffer wrote: The easiest solution is to remove the debug_echo. If it is needed for some reason, a

Bug#388568: Acknowledgement (xserver-xorg: postinst can hang)

2006-10-03 Thread Wolfgang Pfeiffer
Hi The easiest solution is to remove the debug_echo. If it is needed for some reason, a construct like this should be made (note that this happens in a set +e block): db_input $PRIORITY $TEMPLATE retval=$? if [ $retval -ne 0 ] ; then debug_echo v_s_d_i/db_input $PRIORITY $TEMPLATE ; fi

Bug#388568: Acknowledgement (xserver-xorg: postinst can hang)

2006-10-03 Thread Denis Barbier
On Tue, Oct 03, 2006 at 06:44:53PM +0200, Wolfgang Pfeiffer wrote: The easiest solution is to remove the debug_echo. If it is needed for some reason, a construct like this should be made (note that this happens in a set +e block): db_input $PRIORITY $TEMPLATE retval=$? if [

Bug#388568: Acknowledgement (xserver-xorg: postinst can hang)

2006-10-03 Thread Wolfgang Pfeiffer
Hi All On Tue, Oct 03 2006, at 22:12 +0200, Denis Barbier wrote: On Tue, Oct 03, 2006 at 06:44:53PM +0200, Wolfgang Pfeiffer wrote: The easiest solution is to remove the debug_echo. If it is needed for some reason, a construct like this should be made (note that this happens in a

Bug#388568: Acknowledgement (xserver-xorg: postinst can hang)

2006-09-21 Thread Bas Wijnen
tags 388568 +patch thanks I have found the problem. On line 966 of the postinst it says: db_input $PRIORITY $TEMPLATE || debug_echo v_s_d_i/db_input $PRIORITY $TEMPLATE This is followed by if [ $? -eq 30 ]; then The return value of 30 is specified for db_input. However, if db_input returns

Bug#388568: Acknowledgement (xserver-xorg: postinst can hang)

2006-09-21 Thread Michel Dänzer
On Thu, 2006-09-21 at 11:40 +0200, Bas Wijnen wrote: The easiest solution is to remove the debug_echo. If it is needed for some reason, a construct like this should be made (note that this happens in a set +e block): db_input $PRIORITY $TEMPLATE retval=$? if [ $retval -ne 0 ] ; then

Bug#388568: Acknowledgement (xserver-xorg: postinst can hang)

2006-09-21 Thread Steve Langasek
On Thu, Sep 21, 2006 at 02:16:09PM +0200, Michel Dänzer wrote: On Thu, 2006-09-21 at 11:40 +0200, Bas Wijnen wrote: The easiest solution is to remove the debug_echo. If it is needed for some reason, a construct like this should be made (note that this happens in a set +e block):