Forum › Forums › Official Releases › antiX-19 “Marielle Franco, Hannie Schaft, Manolis Glezos, Grup Yorum, Wobblies” › libgksu2-0 problem
- This topic has 3 replies, 3 voices, and was last updated Oct 1-10:05 am by Anonymous.
-
AuthorPosts
-
October 1, 2020 at 2:28 am #42397Member
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:

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.
October 1, 2020 at 2:36 am #42399Member
Xecure
::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-0antiX Live system enthusiast.
General Live Boot Parameters for antiX.October 1, 2020 at 2:48 am #42401Memberbelham1
::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.
October 1, 2020 at 10:05 am #42436Anonymous
::@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#L65void 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'.'"); } -
AuthorPosts
- You must be logged in to reply to this topic.