libgksu2-0 problem

  • This topic has 3 replies, 3 voices, and was last updated Oct 1-10:05 am by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42397
    Member
    belham1

      Hi all,

      Was just wondering if anyone could comment on what happened here. Been using Antix for a long while now, suddenly updating today brought back this problem:

      libgksu2-0 problem

      To solve it tried from root terminal running:

      # dpkg –configure -a

      and get nothing back (same in Synaptic).

      Thank you for any help

      P.S. Could it be this?…looks like the NL repository was changed (how did that happen since I didn’t touch the etc/apt folder???). Very weird…

      • This topic was modified 2 years, 7 months ago by belham1.
      #42399
      Member
      Xecure
        Helpful
        Up
        0
        ::

        You have an error in your repo list.

        All debian sources point to buster, but your antix repo source points to stretch. Fix it first and try again.

        if it doesn’t work, publish
        apt policy libgksu2-0

        antiX Live system enthusiast.
        General Live Boot Parameters for antiX.

        #42401
        Member
        belham1
          Helpful
          Up
          0
          ::

          That was it:

          changed “deb http://nl.mxrepo.com/antix/stretch/ stretch main nonfree nosystemd”

          to “deb http://nl.mxrepo.com/antix/buster/ buster main nonfree nosystemd”

          Not sure, since I update once a week, how this up and changed out of the blue? Before this happened, upon first boot this morning, when I ran “apt-get update && apt-get upgrade” from root terminal, Antix just immediately froze up, locked to a black screen.

          I had to hard reset.

          Upon reboot, this problem of the mxrepo being changed happened.

          Anyhow, have got it fixed now….just very weird behavior.

          Thanks.

          #42436
          Anonymous
            Helpful
            Up
            0
            ::

            @anticapitalista
            Although probably not relevant to belham1’s report, packaginstaller should be revised to include handling “if debian 10…”
            https://gitlab.com/antiX-Linux/packageinstaller/-/blob/master/mainwindow.cpp#L65

            void MainWindow::setup()
            {
             QString ver_num = getDebianVersion();
             if (ver_num == "8") {
                ver_name = "jessie"
              } else if (ver_num == "9") {
                ver_name = "stretch";
              }
            . . .
            }
            
            QString MainWindow::getDebianVersion() {
              return cmd->getOutput("cat /etc/debian_version | cut -f1 -d'.'");
            }
          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.