<div dir="auto">The part about apt is that is all https/http urls so you can open it up and see wth is going on. Both those urls end up with 404s</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 1, 2022, 1:03 AM Brian Cluff via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Those 2 repositories are from get-deb and are probably not significant <br>
to the system.  My biggest concern is that they are pointing at an <br>
Ubuntu 14.04 repository....  Is your machine running Ubuntu 14.04?  If <br>
so, that version stopped being supported in 2019, unless you pay Ubuntu <br>
a subscription for extended support.  In any case that's probably not <br>
your main problem.<br>
<br>
I don't like using any of the GUIs for big updates because they haven't <br>
been very good at handing odd problems and end up breaking your system <br>
when they don't know what to do, especially on the older versions of the <br>
distributions.<br>
<br>
I'd do the upgrade from the command line and just do:<br>
sudo apt-get update<br>
sudo apt-get -f dist-upgrade<br>
<br>
The update command will likely give you the same error about the getdeb <br>
packages.  You could comment those repositories out if the error is <br>
bugging you.<br>
Upgrading from the command line will hopefully give you a nice human <br>
readable error that you will be able to handle and get the install to <br>
finish.<br>
<br>
Brian Cluff<br>
<br>
On 3/31/22 20:11, joe--- via PLUG-discuss wrote:<br>
> Thanks Brian ... Followed your suggestion (quoted below)<br>
> and finally got the  update to work (sort of) ... but with<br>
> these error messages (and a bunch of other problems):<br>
><br>
> The repository may no longer be available or could not be contacted <br>
> because of network problems. If available an older version of the <br>
> failed index will be used. Otherwise the repository will be ignored. <br>
> Check your network connection and ensure the repository address in the <br>
> preferences is correct.<br>
><br>
> Failed to fetch <br>
> <a href="http://archive.getdeb.net/ubuntu/dists/trusty-getdeb/apps/binary-amd64/Packages" rel="noreferrer noreferrer" target="_blank">http://archive.getdeb.net/ubuntu/dists/trusty-getdeb/apps/binary-amd64/Packages</a> <br>
>  gnutls_handshake() failed: Handshake failed<br>
> Failed to fetch <br>
> <a href="http://archive.getdeb.net/ubuntu/dists/trusty-getdeb/apps/binary-i386/Packages" rel="noreferrer noreferrer" target="_blank">http://archive.getdeb.net/ubuntu/dists/trusty-getdeb/apps/binary-i386/Packages</a> <br>
>  gnutls_handshake() failed: Handshake failed<br>
> Some index files failed to download. They have been ignored, or old <br>
> ones used instead.<br>
><br>
> The application launcher just "blinks" and does not open,<br>
> so I cannot access anything there.<br>
><br>
> So, I tried this:  t420: sudo synaptic ... [sudo] password for joe: ...<br>
> and got these error messages:<br>
><br>
> ** (synaptic:2749): WARNING **: Error retrieving accessibility bus <br>
> address: org.freedesktop.DBus.Error.ServiceUnknown: The name <br>
> org.a11y.Bus was not provided by any .service files<br>
> Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading <br>
> configurations from ~/.fonts.conf is deprecated. please move it to <br>
> /home/joe/.config/fontconfig/fonts.conf manually<br>
><br>
> (synaptic:2749): Gtk-CRITICAL **: gtk_widget_hide: assertion <br>
> 'GTK_IS_WIDGET (widget)' failed<br>
><br>
> And ... now I have no sound and I am seeing a variety of<br>
> weird problems, including the size of the display changes<br>
> (fonts increasing in size) arbitrarily and spuriously in<br>
> some applications. So, I have to CTRL - repeatedly to<br>
> reduce the contents image size.<br>
><br>
><br>
> -------------------<br>
> 2203-26 Brian Cluff via PLUG-discuss wrote:<br>
>> It says you have a duplicate entry for your google chrome<br>
>> repository in your sources.list file, which could be in just<br>
>> /etc/apt/sources.list  or in a file in /etc/apt/sources.list.d<br>
>> or any combination of the two. I'd check it with:<br>
>> cd /etc/apt; grep -r chrome sources.list*<br>
>> and see which files it come back as having a match and<br>
>> then just delete one of the lines in the file, or the whole<br>
>> file if it's only has one repository line in it.<br>
><br>
> ===<br>
><br>
> ---------------------------------------------------<br>
> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank" rel="noreferrer">PLUG-discuss@lists.phxlinux.org</a><br>
> To subscribe, unsubscribe, or to change your mail settings:<br>
> <a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank" rel="noreferrer">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div>