Ask a Question related to Debian, Design and Development.

  1. #1

    Default apt-get nightmare

    I'm trying to upgrade a laptop and I get the following error.

    Removing gnome-control-center
    dpkg: error processing gnome-control-center (--remove):
    subprocess post-removal script returned error exit status 127

    Any insight would be appreciated.

    Art Edwards


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    user list Guest

  2. Similar Questions and Discussions

    1. Nightmare SOLVED!!!
      I have no idea how or why these registry permissions are a problem, but I do know that the following actions resolved the problems and allowed Flash...
    2. Is IE7 an end to the nightmare?
      I've been considering installing Internet Explorer 7 in hopes that it might solve the Flash installation bug. Generally, I'm reluctant to go with...
    3. SQL Nightmare
      Everytime I try to add a record to my database, I get the following error: Error Diagnostic Information ODBC Error Code = 37000 (Syntax error...
    4. eps nightmare
      hi, hope you all can help me. I'm having problems with exporting .eps from illu 10 on the pc. Basically Im placing images which are linked....
    5. Printing still a nightmare...
      Has anyone EVER been able to get sharp lines + beautiful vibrant color in AI 10/Mac OS 10.2.8? I have to print in AI 8 out of Mac OS 9 to get this,...
  3. #2

    Default Re: apt-get nightmare

    on Fri, Aug 01, 2003 at 06:30:14PM -0400, David Z Maze (dmaze@debian.org) wrote:
    > user list <debian-user@icantbelieveimdoingthis.com> writes:
    >
    > > I'm trying to upgrade a laptop and I get the following error.
    > >
    > > Removing gnome-control-center
    > > dpkg: error processing gnome-control-center (--remove):
    > > subprocess post-removal script returned error exit status 127
    > >
    > > Any insight would be appreciated.
    >
    > The message you posted says that gnome-control-center's postrm script
    > (/var/lib/dpkg/info/gnome-control-center.postrm) failed. That's about
    > it. You'd have to look at the actual script to figure out why, and
    > what can be done about it.
    More specifically: invoke the script directly. See if it errors out.
    You can also add a 'set -v' following the magic line (first line) of the
    script to echo all commands to stdout as they're executed to see where
    the error occurs.

    If all else fails, try to work out what the script does, do these steps
    manually, and replace the whole thing with a call to /bin/true. dpkg
    just checks for the exit status of the script, this will always complete
    without errors.

    Peace.

    --
    Karsten M. Self <kmself@ix.netcom.com> [url]http://kmself.home.netcom.com/[/url]
    What Part of "Gestalt" don't you understand?
    "I repeat, all planet leave is cancelled. I've just had an unhappy
    love affair, so I don't see why anybody else should have a good
    time."
    -- HHGTG

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)

    iD8DBQE/LbDIefG8443k044RAgjgAJ969HZ6vHI5NjAeoXXAgN56iIqf7Q CdH31l
    GnnGzhYil5H7GFA3A1HT7mw=
    =aNLD
    -----END PGP SIGNATURE-----

    Karsten M. Self Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139