package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2

Bug #356157 reported by bearsd
This bug affects 98 people
Affects Status Importance Assigned to Milestone
hotkey-setup (Ubuntu)
Fix Released
High
Unassigned
Jaunty
Fix Released
High
Unassigned

Bug Description

Binary package hint: hotkey-setup

package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 2
NonfreeKernelModules: nvidia
Package: hotkey-setup 0.1-23ubuntu10
SourcePackage: hotkey-setup
Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
Uname: Linux 2.6.28-11-generic i686

Revision history for this message
bearsd (bearsd) wrote :
Changed in hotkey-setup (Ubuntu):
status: New → Confirmed
Revision history for this message
FredBezies (fredbezies-deactivatedaccount) wrote :

Here is the error message I get while dpkg is trying to install newest version of hotkey-setup :

"/etc/init.d/hotkey-setup: 47: Syntax error: ";;" unexpected (expecting "fi")
invoke-rc.d: initscript hotkey-setup, action "start" failed.
dpkg : erreur de traitement de hotkey-setup (--configure) :
 le sous-processus post-installation script a retourné une erreur de sortie d'état 2"

Revision history for this message
Shane Fagan (shanepatrickfagan) wrote :

I got this error too. jaunty 64 bit.

Revision history for this message
Paul Elms (scifly) wrote :

I also get this error on jaunty 64 bit.

Revision history for this message
Martin Konecny (martin-konecny) wrote :

got this error for jaunty 32-bit

Revision history for this message
knarf (launchpad-ubuntu-f) wrote :

A missing 'fi' (after 'if') causes the init script to bail out. The attached patch solves this problem.

Revision history for this message
Conan (richard-connon) wrote :

The script is simply missing a "fi"
There is a patch attached which you can run on /etc/init.d/hotkey-setup and then rerun apt to finish the upgrade of the package.

Jonathan Davies (jpds)
Changed in hotkey-setup (Ubuntu):
importance: Undecided → High
milestone: none → ubuntu-9.04
Revision history for this message
mabawsa (mabawsa) wrote :

Same here knarf's patch worked peachy. TY knarf

Revision history for this message
Bremm (bremm) wrote :

case "$1" in
    start)

# This entire block does nothing on desktops right now
    if laptop-detect; then

    do_video

    ;;
    restart|force-reload)
    $0 stop || true
    $0 start
    ;;
esac

The "if" condition isn't closed by one "fi" and after "do_video" need also one ";".

HTH

Revision history for this message
Akria (akria62) wrote :

Can confirm that knarf's patch worked when the problem was encountered here. Thanks knarf. :)

Revision history for this message
dschof (dschof-deactivatedaccount) wrote :

Just had same problem on desktop - have not tried patch solution

Revision history for this message
linuxuser600 (linuxuser600) wrote :

same happened here

1 comments hidden view all 180 comments
Revision history for this message
Alejandro Sevilla (jano-sevilla) wrote :

Same here, jaunty 32

Revision history for this message
jc1985 (jc1985) wrote :

same here

Revision history for this message
Michael Noyce (miken) wrote :

I've applied the patch and re-run apt-get and everything seemed to work okay. Many thanks.

Revision history for this message
tocals (carlos-listas) wrote :

Setting up hotkey-setup (0.1-23ubuntu10) ...
/etc/init.d/hotkey-setup: 47: Syntax error: ";;" unexpected (expecting "fi")
invoke-rc.d: initscript hotkey-setup, action "start" failed.
dpkg: error processing hotkey-setup (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 hotkey-setup
E: Sub-process /usr/bin/dpkg returned an error code (1)

Revision history for this message
Jonathan Aquilina (eagles051387) wrote :

# This entire block does nothing on desktops right now
    if laptop-detect; then

    do_video
    fi

    ;;
    restart|force-reload)
    $0 stop || true
    $0 start
    ;;
esac

im on jaunty 64bit and the way i fixed this is added an fi after do_video and it worked

Revision history for this message
Frantique (undernetangel) wrote :

Confirmed. After the patch everything is OK.

Revision history for this message
Joel Goguen (jgoguen) wrote :

Thanks for reporting this bug and any supporting documentation. Since this bug has enough information provided for a developer to begin work, I'm going to mark it as confirmed and let them handle it from here. Thanks for taking the time to make Ubuntu better!

Changed in hotkey-setup (Ubuntu):
status: Confirmed → Triaged
Revision history for this message
PirBoazo (pierre-boizot-name) wrote :

Hi ; same error on UNR 9.04 beta

Regards.
Pierre

Revision history for this message
Ventura Ferre (bferre) wrote :

Same problem. Jaunty 64bits. The patch worked. Thanks.

Revision history for this message
Mike Patterson (lostcorrectly) wrote :

I got this problem with Jaunty 32, but I've no idea how to use this patch. Any help?

Revision history for this message
ralphdewitt (ralphdewitt1) wrote :

Again same error on Juanty 64 bit.

Revision history for this message
Christopher (soft-kristal) wrote :

Same error on JJ Beta

Revision history for this message
Tom Hudson (trhudson) wrote :

same error on Ubuntu 9.04 beta

Revision history for this message
RafaelRS (rafael-jonas) wrote :

Same here.

Revision history for this message
Florent (florent.x) wrote :

same here...

Revision history for this message
Jeff (jeffmart) wrote :

Same here...

Revision history for this message
Chris Jones (cmsj) wrote :

folks, please stop commenting that it affects you to. It will affect *everyone*. If you feel the need to register that it affects you (which you don't, imho), there is a link at the top of the page which says "This bug doesn't affect me (change)". Click "change" :)

Revision history for this message
DiVoRaM (m-fabbrini) wrote :

same here... Linux version 2.6.28-11-generic (buildd@crested) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #40-Ubuntu SMP Fri Apr 3 17:39:41 UTC 2009

I got this:

Errors were encountered while processing:
 hotkey-setup
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up hotkey-setup (0.1-23ubuntu10) ...
/etc/init.d/hotkey-setup: 47: Syntax error: ";;" unexpected (expecting "fi")
invoke-rc.d: initscript hotkey-setup, action "start" failed.
dpkg: error processing hotkey-setup (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 hotkey-setup

Revision history for this message
nowardev (nowardev) wrote :

fixed..... as said from Conan just for noob user , mee included,

kdesudo kate /etc/init.d/hotkey-setup

then FIND

 if laptop-detect

AND MAKE SURE IT IN THIS WAY it should miss "if ":

# This entire block does nothing on desktops right now
    if laptop-detect; then

    do_video
 fi

Revision history for this message
Tiago Hillebrandt (tiagohillebrandt) wrote :

Same here, jaunty 32 bits.

Revision history for this message
nowardev (nowardev) wrote :

sorry should miss fi

Revision history for this message
Ray (bernhard-posselt) wrote :

Jaunty kubuntu 32bit, same too, solved it with fi :)

Revision history for this message
Hiwaypilot (lencain) wrote :

Yep, one little 'fi' fixed it all. Jaunty 32bit HP Laptop.

Revision history for this message
Nicolas Valcarcel (nvalcarcel) wrote :

Attaching debdiff that solves the problem.

Revision history for this message
runchuckrun (runchuckrun) wrote :

confirm that adding 'fi' as per instructions by nowardev in message above fixed the problem for me on Jaunty beta 64bit.

Revision history for this message
W. Scott Lockwood III (wsl3) wrote :

I can also confirm the patch fixes the problem. Jaunty 32bit.

Revision history for this message
ALexey Shchekoldin (shchekoldin-a) wrote :

Помогло, спасибо

Changed in hotkey-setup (Ubuntu Jaunty):
assignee: nobody → ubuntu-foundations
assignee: ubuntu-foundations → vorlon
Changed in hotkey-setup (Ubuntu Jaunty):
status: Triaged → Fix Committed
Changed in hotkey-setup (Ubuntu Jaunty):
status: Fix Committed → Fix Released
sirko (todor-semkovski)
description: updated
description: updated
Steve Langasek (vorlon)
Changed in hotkey-setup (Ubuntu Jaunty):
assignee: vorlon → nobody
100 comments hidden view all 180 comments
Revision history for this message
Marius (mariusiuresi) wrote : Re : [Bug 356157] unsubscribe
Download full text (5.0 KiB)

________________________________
De : silvio <email address hidden>
À : <email address hidden>
Envoyé le : Mercredi, 8 Avril 2009, 10h47mn 58s
Objet : Re: [Bug 356157] unsubscribe

Sorry,we cannot find the link for unsubscriptions,and some ware went
too.!

2009/4/8 Rui Paiva <email address hidden>

> Unsubscribe
>
> 2009/4/7 Dean Freeman <dean@14thanddock.com>
>
> > Unsubscribe
> > ------Original Message------
> > From: Richard Reid
> > Sender: <email address hidden>
> > To: dean@14thanddock.com
> > ReplyTo: Bug 356157
> > Subject: [Bug 356157] unsubscribe
> > Sent: Apr 7, 2009 17:18
> >
> >
> > [Bug 356157] unsubscribe
> >
> > --
> > package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
> > post-installation script returned error exit status 2
> > https://bugs.launchpad.net/bugs/356157
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
> > Status in “hotkey-setup” source package in Ubuntu: Fix Released
> > Status in hotkey-setup in Ubuntu Jaunty: Fix Released
> >
> > Bug description:
> > Binary package hint: hotkey-setup
> >
> > package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
> > subprocess post-installation script returned error exit status 2
> >
> > ProblemType: Package
> > Architecture: i386
> > DistroRelease: Ubuntu 9.04
> > ErrorMessage: subprocess post-installation script returned error exit
> > status 2
> > NonfreeKernelModules: nvidia
> > Package: hotkey-setup 0.1-23ubuntu10
> > SourcePackage: hotkey-setup
> > Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
> > subprocess post-installation script returned error exit status 2
> > Uname: Linux 2.6.28-11-generic i686
> >
> >
> > Sent from my Verizon Wireless BlackBerry
> >
> > --
> > package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
> > post-installation script returned error exit status 2
> > https://bugs.launchpad.net/bugs/356157
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
> > Status in “hotkey-setup” source package in Ubuntu: Fix Released
> > Status in hotkey-setup in Ubuntu Jaunty: Fix Released
> >
> > Bug description:
> > Binary package hint: hotkey-setup
> >
> > package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
> > post-installation script returned error exit status 2
> >
> > ProblemType: Package
> > Architecture: i386
> > DistroRelease: Ubuntu 9.04
> > ErrorMessage: subprocess post-installation script returned error exit
> > status 2
> > NonfreeKernelModules: nvidia
> > Package: hotkey-setup 0.1-23ubuntu10
> > SourcePackage: hotkey-setup
> > Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
> > subprocess post-installation script returned error exit status 2
> > Uname: Linux 2.6.28-11-generic i686
> >
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
> post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “hotkey-setup” source package in Ubuntu: Fix Released
> Status in hotkey-setup ...

Read more...

Revision history for this message
Marius (mariusiuresi) wrote :

________________________________
De : Rui Paiva <email address hidden>
À : <email address hidden>
Envoyé le : Mercredi, 8 Avril 2009, 10h06mn 56s
Objet : Re: [Bug 356157] unsubscribe

Unsubscribe

2009/4/7 Dean Freeman <dean@14thanddock.com>

> Unsubscribe
> ------Original Message------
> From: Richard Reid
> Sender: <email address hidden>
> To: dean@14thanddock.com
> ReplyTo: Bug 356157
> Subject: [Bug 356157] unsubscribe
> Sent: Apr 7, 2009 17:18
>
>
> [Bug 356157] unsubscribe
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
> post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “hotkey-setup” source package in Ubuntu: Fix Released
> Status in hotkey-setup in Ubuntu Jaunty: Fix Released
>
> Bug description:
> Binary package hint: hotkey-setup
>
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
> subprocess post-installation script returned error exit status 2
>
> ProblemType: Package
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ErrorMessage: subprocess post-installation script returned error exit
> status 2
> NonfreeKernelModules: nvidia
> Package: hotkey-setup 0.1-23ubuntu10
> SourcePackage: hotkey-setup
> Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
> subprocess post-installation script returned error exit status 2
> Uname: Linux 2.6.28-11-generic i686
>
>
> Sent from my Verizon Wireless BlackBerry
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
> post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “hotkey-setup” source package in Ubuntu: Fix Released
> Status in hotkey-setup in Ubuntu Jaunty: Fix Released
>
> Bug description:
> Binary package hint: hotkey-setup
>
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
> post-installation script returned error exit status 2
>
> ProblemType: Package
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ErrorMessage: subprocess post-installation script returned error exit
> status 2
> NonfreeKernelModules: nvidia
> Package: hotkey-setup 0.1-23ubuntu10
> SourcePackage: hotkey-setup
> Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
> subprocess post-installation script returned error exit status 2
> Uname: Linux 2.6.28-11-generic i686
>

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote :

________________________________
De : Dean Freeman <dean@14thanddock.com>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 23h27mn 53s
Objet : Re: [Bug 356157] unsubscribe

Unsubscribe
------Original Message------
From: Richard Reid
Sender: <email address hidden>
To: dean@14thanddock.com
ReplyTo: Bug 356157
Subject: [Bug 356157] unsubscribe
Sent: Apr 7, 2009 17:18

[Bug 356157] unsubscribe

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of the bug.

Status in “hotkey-setup” source package in Ubuntu: Fix Released
Status in hotkey-setup in Ubuntu Jaunty: Fix Released

Bug description:
Binary package hint: hotkey-setup

package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
subprocess post-installation script returned error exit status 2

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 2
NonfreeKernelModules: nvidia
Package: hotkey-setup 0.1-23ubuntu10
SourcePackage: hotkey-setup
Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
Uname: Linux 2.6.28-11-generic i686

Sent from my Verizon Wireless BlackBerry

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote :

________________________________
De : Richard Reid <email address hidden>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 23h18mn 27s
Objet : [Bug 356157] unsubscribe

[Bug 356157] unsubscribe

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote :

________________________________
De : Nigno17 <email address hidden>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 22h56mn 44s
Objet : Re: [Bug 356157] unsubscribe

unsubscribe

Il giorno mar, 07/04/2009 alle 19.56 +0000, Chad ha scritto:
> unsubscribe
>
> On Tue, Apr 7, 2009 at 3:47 PM, imachine <email address hidden> wrote:
> >
> >
> > --
> > package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> > https://bugs.launchpad.net/bugs/356157
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
> > Status in “hotkey-setup” source package in Ubuntu: Fix Released
> > Status in hotkey-setup in Ubuntu Jaunty: Fix Released
> >
> > Bug description:
> > Binary package hint: hotkey-setup
> >
> > package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> >
> > ProblemType: Package
> > Architecture: i386
> > DistroRelease: Ubuntu 9.04
> > ErrorMessage: subprocess post-installation script returned error exit status 2
> > NonfreeKernelModules: nvidia
> > Package: hotkey-setup 0.1-23ubuntu10
> > SourcePackage: hotkey-setup
> > Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> > Uname: Linux 2.6.28-11-generic i686
> >
>

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote :

________________________________
De : Chad <email address hidden>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 21h56mn 01s
Objet : Re: [Bug 356157] unsubscribe

unsubscribe

On Tue, Apr 7, 2009 at 3:47 PM, imachine <email address hidden> wrote:
>
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “hotkey-setup” source package in Ubuntu: Fix Released
> Status in hotkey-setup in Ubuntu Jaunty: Fix Released
>
> Bug description:
> Binary package hint: hotkey-setup
>
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
>
> ProblemType: Package
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ErrorMessage: subprocess post-installation script returned error exit status 2
> NonfreeKernelModules: nvidia
> Package: hotkey-setup 0.1-23ubuntu10
> SourcePackage: hotkey-setup
> Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> Uname: Linux 2.6.28-11-generic i686
>

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote :

________________________________
De : imachine <email address hidden>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 21h47mn 23s
Objet : [Bug 356157] unsubscribe

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote : Re : Re : [Bug 356157] unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 20h51mn 55s
Objet : Re : [Bug 356157] unsubscribe

________________________________
De : Victor Costan <email address hidden>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 19h42mn 21s
Objet : Re: [Bug 356157] unsubscribe

To unsubscribe, go to https://bugs.launchpad.net/bugs/356157 (the bug link
at the bottom of this email), log in, and click the unsubscribe button in
the right nav bar.
If you're annoyed by these e-mails, vote for the bug report asking for
direct "unsubscribe" links in e-mail (voting link:
https://bugs.launchpad.net/malone/+bug/48863/+affectsmetoo -- will ask you
to login, then click "yes" and submit)

Hope this helps everyone,
  Victor

On Tue, Apr 7, 2009 at 1:16 PM, <email address hidden>
<email address hidden>wrote:

> shane fagan  wrote / napísal(a):
> > Stop saying unsubscribe we wouldnt be getting any emails anymore if you
> werent sending unsubscribe.
> > Its just spam.
> > Stop it
> >
> >
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
> post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote : Re : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 20h52mn 03s
Objet : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 19h41mn 57s
Objet : Re : [Bug 356157] Unsubscribe

________________________________
De : fgsguedes <email address hidden>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 19h33mn 13s
Objet : Re: [Bug 356157] Unsubscribe

unsubscribe

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug..

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote : Re : [Bug 356157] Unsubscribe

________________________________
De : Jose Angel Hidalgo <email address hidden>
À : <email address hidden>
Envoyé le : Mardi, 7 Avril 2009, 20h53mn 46s
Objet : Re: [Bug 356157] Unsubscribe

unsubscribe
El mar, 07-04-2009 a las 16:33 +0000, mazdac escribió:
> unsubscribe

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
rod (rodrigo-cuenca) wrote : IMPORTANT [Bug 356157]

Please dont send "unsubscribe" and never foward to all, foward only to
"Bug 356157 <email address hidden>" thanks, dont feed the snowball
of non intentional spam.

Por favor no envien más "unsubscribe" y nunca pongan responder a todos,
solo respondan al "Bug 356157 <email address hidden>" Gracias. No
alimenten la bola de nieve de spam no intencional.

Marius escribió:
>
> ________________________________
> De : Marius <email address hidden>
> À : <email address hidden>
> Envoyé le : Mardi, 7 Avril 2009, 20h52mn 03s
> Objet : Re : Re : [Bug 356157] Unsubscribe
>
>
>
> ________________________________
> De : Marius <email address hidden>
> À : <email address hidden>
> Envoyé le : Mardi, 7 Avril 2009, 19h41mn 57s
> Objet : Re : [Bug 356157] Unsubscribe
>
>
> ________________________________
> De : fgsguedes <email address hidden>
> À : <email address hidden>
> Envoyé le : Mardi, 7 Avril 2009, 19h33mn 13s
> Objet : Re: [Bug 356157] Unsubscribe
>
> unsubscribe
>
>

--
=====================================================================
* Por Favor, NO utilice formatos de archivos propietarios para el
intercambio de información, como ser DOC, XLS o PPT, sino HTML,
RTF, TXT, PDF, ODF o cualquier otro que NO obligue a utilizar un
programa de un fabricante concreto para tratar la información
contenida en él.

* Por Favor, NO utilice mi dirección de correo en cadenas, y si lo hace,
asegúrese de escribirla en la casilla CCO (copia oculta), de esa manera
ayudara a evitar el SPAM

* Por Favor, Piense antes de imprimir. Salve árboles.
====================================================================

Revision history for this message
rif (fericean) wrote : unsubscribe

2009/4/8 rod <email address hidden>

> Please dont send "unsubscribe" and never foward to all, foward only to
> "Bug 356157 <email address hidden>" thanks, dont feed the snowball
> of non intentional spam.
>
> Por favor no envien más "unsubscribe" y nunca pongan responder a todos,
> solo respondan al "Bug 356157 <email address hidden>" Gracias. No
> alimenten la bola de nieve de spam no intencional.
>
>
> Marius escribió:
> >
> > ________________________________
> > De : Marius <email address hidden>
> > À : <email address hidden>
> > Envoyé le : Mardi, 7 Avril 2009, 20h52mn 03s
> > Objet : Re : Re : [Bug 356157] Unsubscribe
> >
> >
> >
> > ________________________________
> > De : Marius <email address hidden>
> > À : <email address hidden>
> > Envoyé le : Mardi, 7 Avril 2009, 19h41mn 57s
> > Objet : Re : [Bug 356157] Unsubscribe
> >
> >
> > ________________________________
> > De : fgsguedes <email address hidden>
> > À : <email address hidden>
> > Envoyé le : Mardi, 7 Avril 2009, 19h33mn 13s
> > Objet : Re: [Bug 356157] Unsubscribe
> >
> > unsubscribe
> >
> >
>
> --
> =====================================================================
> * Por Favor, NO utilice formatos de archivos propietarios para el
> intercambio de información, como ser DOC, XLS o PPT, sino HTML,
> RTF, TXT, PDF, ODF o cualquier otro que NO obligue a utilizar un
> programa de un fabricante concreto para tratar la información
> contenida en él.
>
> * Por Favor, NO utilice mi dirección de correo en cadenas, y si lo hace,
> asegúrese de escribirla en la casilla CCO (copia oculta), de esa manera
> ayudara a evitar el SPAM
>
> * Por Favor, Piense antes de imprimir. Salve árboles.
> ====================================================================
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
> post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
FauZt (dmitry-kharchenko) wrote :

Unsubscribe

1 comments hidden view all 180 comments
Revision history for this message
jkostla (jkostyg) wrote :

unsubscribe

Revision history for this message
Hicks (hicks1gb) wrote : Re: [Bug 356157] Unsubscribe

FauZt escribió:
> Unsubscribe
>
>
Please, say me HOW I CAN UNSUSCRIBE
This is my first bug in launchpad... the page is very bad made

Revision history for this message
Thorsten K. (tk-marum) wrote :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Unsubscribe

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkncoAAACgkQdDjo99yDnRZNVgCeOg4cBCM445il6ZFcTPzFtqJc
jMgAniap+hH+oIv/M49I7K2bFYnVZXK/
=3S4F
-----END PGP SIGNATURE-----

Revision history for this message
Thorsten K. (tk-marum) wrote :

Unsubscribe

1 comments hidden view all 180 comments
Revision history for this message
knarf (launchpad-ubuntu-f) wrote :

For all you 'unsubscribe' parrots here's a clue + solution:

Follow this link:

https://bugs.launchpad.net/ubuntu/+source/hotkey-setup/+bug/356157/+subscribe

Click the button. Voila, you're unsubscribed without spamming everyone with failed attempts to do so. That link can be found on any LP bug page just above the list of subscribers.

*** You need to be logged in to LP for this link to work ***

1 comments hidden view all 180 comments
Revision history for this message
Xkron (raicoss-deactivatedaccount) wrote : Re: IMPORTANT [Bug 356157]

rod wrote:
> Please dont send "unsubscribe" and never foward to all, foward only to
> "Bug 356157 <email address hidden>" thanks, dont feed the snowball
> of non intentional spam.
>
> Por favor no envien más "unsubscribe" y nunca pongan responder a todos,
> solo respondan al "Bug 356157 <email address hidden>" Gracias. No
> alimenten la bola de nieve de spam no intencional.
>
>
> Marius escribió:
>
>> ________________________________
>> De : Marius <email address hidden>
>> À : <email address hidden>
>> Envoyé le : Mardi, 7 Avril 2009, 20h52mn 03s
>> Objet : Re : Re : [Bug 356157] Unsubscribe
>>
>>
>>
>> ________________________________
>> De : Marius <email address hidden>
>> À : <email address hidden>
>> Envoyé le : Mardi, 7 Avril 2009, 19h41mn 57s
>> Objet : Re : [Bug 356157] Unsubscribe
>>
>>
>> ________________________________
>> De : fgsguedes <email address hidden>
>> À : <email address hidden>
>> Envoyé le : Mardi, 7 Avril 2009, 19h33mn 13s
>> Objet : Re: [Bug 356157] Unsubscribe
>>
>> unsubscribe
>>
>>
>>
>
>

Revision history for this message
dougk1892 (dougk1892-deactivatedaccount) wrote : unsubscribe

unsubscribe

Revision history for this message
Dr. Tyrell (dr.tyrell) wrote : Re: [Bug 356157] Unsubscribe

On Wednesday 08 April 2009 10:14:28 am John Naylor wrote:

Revision history for this message
Nuri (nuzuncakmak) wrote : Re: Re : Re : Re : [Bug 356157] Unsubscribe

unsubscribe

2009/4/8 Marius <email address hidden>:
>
>
>
> ________________________________
> De : Marius <email address hidden>
> À : <email address hidden>
> Envoyé le : Mardi, 7 Avril 2009, 20h52mn 03s
> Objet : Re : Re : [Bug 356157] Unsubscribe
>
>
>
> ________________________________
> De : Marius <email address hidden>
> À : <email address hidden>
> Envoyé le : Mardi, 7 Avril 2009, 19h41mn 57s
> Objet : Re : [Bug 356157] Unsubscribe
>
>
> ________________________________
> De : fgsguedes <email address hidden>
> À : <email address hidden>
> Envoyé le : Mardi, 7 Avril 2009, 19h33mn 13s
> Objet : Re: [Bug 356157] Unsubscribe
>
> unsubscribe
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of a duplicate bug..
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Nuri (nuzuncakmak) wrote : Re: Re : [Bug 356157] unsubscribe
Download full text (5.5 KiB)

unsubscribe

2009/4/8 Marius <email address hidden>:
>
>
>
> ________________________________
> De : silvio <email address hidden>
> À : <email address hidden>
> Envoyé le : Mercredi, 8 Avril 2009, 10h47mn 58s
> Objet : Re: [Bug 356157] unsubscribe
>
> Sorry,we cannot find the link for unsubscriptions,and some ware went
> too.!
>
> 2009/4/8 Rui Paiva <email address hidden>
>
>> Unsubscribe
>>
>> 2009/4/7 Dean Freeman <dean@14thanddock.com>
>>
>> > Unsubscribe
>> > ------Original Message------
>> > From: Richard Reid
>> > Sender: <email address hidden>
>> > To: dean@14thanddock.com
>> > ReplyTo: Bug 356157
>> > Subject: [Bug 356157] unsubscribe
>> > Sent: Apr 7, 2009 17:18
>> >
>> >
>> > [Bug 356157] unsubscribe
>> >
>> > --
>> > package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
>> > post-installation script returned error exit status 2
>> > https://bugs.launchpad.net/bugs/356157
>> > You received this bug notification because you are a direct subscriber
>> > of the bug.
>> >
>> > Status in “hotkey-setup” source package in Ubuntu: Fix Released
>> > Status in hotkey-setup in Ubuntu Jaunty: Fix Released
>> >
>> > Bug description:
>> > Binary package hint: hotkey-setup
>> >
>> > package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
>> > subprocess post-installation script returned error exit status 2
>> >
>> > ProblemType: Package
>> > Architecture: i386
>> > DistroRelease: Ubuntu 9.04
>> > ErrorMessage: subprocess post-installation script returned error exit
>> > status 2
>> > NonfreeKernelModules: nvidia
>> > Package: hotkey-setup 0.1-23ubuntu10
>> > SourcePackage: hotkey-setup
>> > Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
>> > subprocess post-installation script returned error exit status 2
>> > Uname: Linux 2.6.28-11-generic i686
>> >
>> >
>> > Sent from my Verizon Wireless BlackBerry
>> >
>> > --
>> > package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
>> > post-installation script returned error exit status 2
>> > https://bugs.launchpad.net/bugs/356157
>> > You received this bug notification because you are a direct subscriber
>> > of the bug.
>> >
>> > Status in “hotkey-setup” source package in Ubuntu: Fix Released
>> > Status in hotkey-setup in Ubuntu Jaunty: Fix Released
>> >
>> > Bug description:
>> > Binary package hint: hotkey-setup
>> >
>> > package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
>> > post-installation script returned error exit status 2
>> >
>> > ProblemType: Package
>> > Architecture: i386
>> > DistroRelease: Ubuntu 9.04
>> > ErrorMessage: subprocess post-installation script returned error exit
>> > status 2
>> > NonfreeKernelModules: nvidia
>> > Package: hotkey-setup 0.1-23ubuntu10
>> > SourcePackage: hotkey-setup
>> > Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
>> > subprocess post-installation script returned error exit status 2
>> > Uname: Linux 2.6.28-11-generic i686
>> >
>>
>> --
>> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
>> post-installation script returned error exit status 2
>> https://bugs.launchpad.net/bugs/356157
>> You received this bug n...

Read more...

Revision history for this message
Nuri (nuzuncakmak) wrote : Re: IMPORTANT [Bug 356157]

unsubscribe

2009/4/8 rod <email address hidden>:
> Please dont send "unsubscribe" and never foward to all, foward only to
> "Bug 356157 <email address hidden>" thanks, dont feed the snowball
> of non intentional spam.
>
> Por favor no envien más "unsubscribe" y nunca pongan responder a todos,
> solo respondan al "Bug 356157 <email address hidden>" Gracias. No
> alimenten la bola de nieve de spam no intencional.
>
>
> Marius escribió:
>>
>> ________________________________
>> De : Marius <email address hidden>
>> À : <email address hidden>
>> Envoyé le : Mardi, 7 Avril 2009, 20h52mn 03s
>> Objet : Re : Re : [Bug 356157] Unsubscribe
>>
>>
>>
>> ________________________________
>> De : Marius <email address hidden>
>> À : <email address hidden>
>> Envoyé le : Mardi, 7 Avril 2009, 19h41mn 57s
>> Objet : Re : [Bug 356157] Unsubscribe
>>
>>
>> ________________________________
>> De : fgsguedes <email address hidden>
>> À : <email address hidden>
>> Envoyé le : Mardi, 7 Avril 2009, 19h33mn 13s
>> Objet : Re: [Bug 356157] Unsubscribe
>>
>> unsubscribe
>>
>>
>
> --
> =====================================================================
> * Por Favor, NO utilice formatos de archivos propietarios para el
> intercambio de información, como ser DOC, XLS o PPT, sino HTML,
> RTF, TXT, PDF, ODF o cualquier otro que NO obligue a utilizar un
> programa de un fabricante concreto para tratar la información
> contenida en él.
>
> * Por Favor, NO utilice mi dirección de correo en cadenas, y si lo hace,
> asegúrese de escribirla en la casilla CCO (copia oculta), de esa manera
> ayudara a evitar el SPAM
>
> * Por Favor, Piense antes de imprimir. Salve árboles.
> ====================================================================
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Nuri (nuzuncakmak) wrote : Re: [Bug 356157] Re: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2

unsubscribe

2009/4/8 George Roberts <email address hidden>:
> Unsubscribe
>
> 2009/4/7 Steve Langasek <email address hidden>
>
>> ** Changed in: hotkey-setup (Ubuntu Jaunty)
>>     Assignee: Steve Langasek (vorlon) => (unassigned)
>>
>> --
>> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
>> post-installation script returned error exit status 2
>> https://bugs.launchpad.net/bugs/356157
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>>
>> Status in “hotkey-setup” source package in Ubuntu: Fix Released
>> Status in hotkey-setup in Ubuntu Jaunty: Fix Released
>>
>> Bug description:
>> Binary package hint: hotkey-setup
>>
>> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess
>> post-installation script returned error exit status 2
>>
>> ProblemType: Package
>> Architecture: i386
>> DistroRelease: Ubuntu 9.04
>> ErrorMessage: subprocess post-installation script returned error exit
>> status 2
>> NonfreeKernelModules: nvidia
>> Package: hotkey-setup 0.1-23ubuntu10
>> SourcePackage: hotkey-setup
>> Title: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade:
>> subprocess post-installation script returned error exit status 2
>> Uname: Linux 2.6.28-11-generic i686
>>
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Nuri (nuzuncakmak) wrote : Re: [Bug 356157]

unsubscribe

2009/4/8 jkostla <email address hidden>:
>
>
> --
> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
> https://bugs.launchpad.net/bugs/356157
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
John Naylor (john-naylors) wrote : Re: [Bug 356157] unsubscribe

unsubscribe

Such wrote:
> unsubscribe
>
> 2009/4/8 jkostla <email address hidden>:
>
>> --
>> package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
>> https://bugs.launchpad.net/bugs/356157
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>>
>>
>
>

Revision history for this message
Giorgio Cittadini (gelsomin) wrote : unsubscribe

unsubscribe

___________
TELEFONI GRATIS CON SEMPRE ADSL
0,80 euro al giorno, navighi e telefoni anche senza linea Telecom
Scopri la convenienza!
http://www.sivoip.it

http://www.sivoip.it

Revision history for this message
RFK (rkappa) wrote : Re: [Bug 356157] Unsubscribe

unsubscribe

Revision history for this message
Marius (mariusiuresi) wrote : Re : [Bug 356157] Unsubscribe

________________________________
De : RFK <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 10h08mn 31s
Objet : Re: [Bug 356157] Unsubscribe

unsubscribe

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 11h09mn 29s
Objet : Re : [Bug 356157] Unsubscribe

________________________________
De : RFK <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 10h08mn 31s
Objet : Re: [Bug 356157] Unsubscribe

unsubscribe

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Javier Blanco (javier-blanco) wrote :

Marius escribió:
>
> ________________________________
> De : Marius <email address hidden>
> À : <email address hidden>
> Envoyé le : Lundi, 13 Avril 2009, 11h09mn 29s
> Objet : Re : [Bug 356157] Unsubscribe
>
>
>
> ________________________________
> De : RFK <email address hidden>
> À : <email address hidden>
> Envoyé le : Lundi, 13 Avril 2009, 10h08mn 31s
> Objet : Re: [Bug 356157] Unsubscribe
>
> unsubscribe
>
>

Revision history for this message
Marius (mariusiuresi) wrote : Re : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 11h17mn 41s
Objet : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 11h09mn 29s
Objet : Re : [Bug 356157] Unsubscribe

________________________________
De : RFK <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 10h08mn 31s
Objet : Re: [Bug 356157] Unsubscribe

unsubscribe

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote : Re : Re : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 11h42mn 23s
Objet : Re : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 11h17mn 41s
Objet : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 11h09mn 29s
Objet : Re : [Bug 356157] Unsubscribe

________________________________
De : RFK <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 10h08mn 31s
Objet : Re: [Bug 356157] Unsubscribe

unsubscribe

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad..net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
Marius (mariusiuresi) wrote : Re : Re : Re : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 12h36mn 55s
Objet : Re : Re : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 11h42mn 23s
Objet : Re : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 11h17mn 41s
Objet : Re : Re : [Bug 356157] Unsubscribe

________________________________
De : Marius <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 11h09mn 29s
Objet : Re : [Bug 356157] Unsubscribe

________________________________
De : RFK <email address hidden>
À : <email address hidden>
Envoyé le : Lundi, 13 Avril 2009, 10h08mn 31s
Objet : Re: [Bug 356157] Unsubscribe

unsubscribe

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad..net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

--
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356157
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Revision history for this message
paolo magnoni (magnonipaolo) wrote : Unsubscribe

Unsubscribe

Revision history for this message
paolo magnoni (magnonipaolo) wrote :

unsubscribe

Displaying first 40 and last 40 comments. View all 180 comments or add a comment.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.