Re: [Mono-list] Repository problem (Mono-devel-list Digest, Vol 154, Issue 25)
Guy <[email protected]> Tue, 27 Feb 2018 15:34:20 +0100
| Newsgroups | gmane.comp.gnome.mono.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --===============5850550447232896981== Content-Type: multipart/alternative; boundary="------------3AAABD2EB94CF9AE5B4E5C2B" Content-Language: en-US This is a multi-part message in MIME format. --------------3AAABD2EB94CF9AE5B4E5C2B Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Ok. All my questions have been answered. Many thanks! Guy On 2018-02-27 14:17, Jo Shields wrote: > The warning is unfixable with the repository management software we > use on the server. > > Sent from my iPhone > > On 27 Feb 2018, at 07:46, Guy <[email protected] > <mailto:[email protected]>> wrote: > >> Many thanks for taking the time to answer! And sorry for not having >> read that part of the manual. Your suggestion in deed this solves the >> "untrusted source" problem. >> >> However, during apt-get update I now get this warning instead: >> >> W: Conflicting distribution: >> http://download.mono-project.com/repo/debian wheezy/snapshots/4.2.3 >> InRelease (expected wheezy/snapshots/4.2.3 but got wheezy) >> >> The wrong deb line I used before can be found on different internet >> sites as a "remedy" for the conflicting distribution warning. That >> might explain how that wrong line way found its into the instructions >> I got. >> >> Am I right that the "conflicting distribution" warning would need to >> be fixed on the repo server? Though I can live with the warning >> message, a fix would be nice, if ever possible. >> >> Thanks >> >> Guy >> >> >> On 26/02/2018 20:34, Jo Shields wrote: >>> >>> The instructions on >>> http://www.mono-project.com/docs/getting-started/install/linux/#accessing-older-releases >>> say "If for some reason you want to pin an older version of Mono >>> rather than updating to the latest, you can modify the Debian >>> repository to “wheezy/snapshots/X.XX.X” instead of “wheezy”. For >>> example, “wheezy/snapshots/3.10.0” will lock you to that version." >>> >>> Hence: >>> >>> deb http://download.mono-project.com/repo/debian >>> wheezy/snapshots/4.2.3 main >>> >>> Just like it says in the instructions. I'm not sure where you got >>> your instructions from, but the formatting of spaces and slashes >>> matters, and was wrong in your instructions. >>> >>> >>> On 23/02/18 12:28, guy wrote: >>>> Thanks for the answer, Jimmy, I know that the repo you indicated >>>> works fine. >>>> >>>> However, I specifically need snapshot 4.2.3 for Wheezy. >>>> >>>> Anyone willing to try / to solve the problem on the repo server? >>>> >>>> Guy >>>> >>>> >>>> On 23.02.2018 17:02, Jimmy Tang wrote: >>>>> Hi Guy, >>>>> >>>>> You may try the instructions at >>>>> http://www.mono-project.com/download/stable/#download-lin-debian >>>>> >>>>> I just tested that the URL >>>>> "http://download.mono-project.com/repo/debian wheezy main" works >>>>> for me >>>>> >>>>> On Fri, Feb 23, 2018 at 8:48 AM, Guy <[email protected] >>>>> <mailto:[email protected]>> wrote: >>>>> >>>>> Hm, no one likes to answer my answer below?? >>>>> >>>>> Then the same question asked differently: What is the correct >>>>> line >>>>> for adding wheezy snapshot 4.2.3 to my /etc/apt/sources.list? >>>>> >>>>> I haven't found a way around the problem of the missing repo >>>>> files >>>>> yet. >>>>> >>>>> Guy >>>>> >>>>> >>>>> __________________________________________________________________ >>>>> >>>>> >>>>> >>>>> This thread originally had been started on the packagers list, >>>>> but >>>>> I was told to move to this place. >>>>> >>>>> Jo, the verification that you made probably referred to a >>>>> different directory. I was told to >>>>> >>>>> sudo add-apt-repository "deb >>>>> http://download.mono-project.com/repo/debian >>>>> <http://download.mono-project.com/repo/debian> wheezy/snapshots >>>>> 4.2.3/main" >>>>> >>>>> And yes, I also added the GPG key and called apt-get update. >>>>> >>>>> However, I get messages related to� "untrusted source" and >>>>> "cannot >>>>> be authenticated". >>>>> >>>>> As far as I observed, the add-apt-repository command from above >>>>> makes my system access >>>>> http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/ >>>>> <http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/> >>>>> and there, some things are missing: >>>>> - The file Release doesn't contain the hashes of Release itself, >>>>> nor those of Packages and Packages.gz >>>>> - Release.gpg is missing >>>>> >>>>> Now, what's wrong? >>>>> - Does the add-apt-repository command point to the wrong >>>>> location? >>>>> - Or is there a problem on the server? >>>>> >>>>> Thank you in advance! >>>>> >>>>> Guy >>>>> >>>>> >>>>> >>>>> On 02.02.2018 21:26, Jo Shields wrote: >>>>>> Yeah. Or Gitter. >>>>>> >>>>>> As for the issue at hand, I don't see a problem? >>>>>> >>>>>> directhex@origin-download:/srv/www/mono/repo/debian/dists$ gpg >>>>>> --verify wheezy/snapshots/4.2.3/Release.gpg >>>>>> wheezy/snapshots/4.2.3/Release >>>>>> gpg: Signature made Mon 13 Jun 2016 10:26:19 AM UTC using RSA >>>>>> key >>>>>> ID D3D831EF >>>>>> directhex@origin-download:/srv/www/mono/repo/debian/dists$ grep >>>>>> binary-amd64/Packages.gz wheezy/snapshots/4.2.3/Release >>>>>> 6208b41daa29eb86cad4b1b463457f49 56477 >>>>>> main/binary-amd64/Packages.gz >>>>>> 3b150372db6f7726d5084f260123fdb949af0dae 56477 >>>>>> main/binary-amd64/Packages.gz >>>>>> 4a96f46b972662fbb942306f6bbc15624456f3da2c4e44632628522f9292f83c >>>>>> 56477 main/binary-amd64/Packages.gz >>>>>> directhex@origin-download:/srv/www/mono/repo/debian/dists$ md5sum >>>>>> wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz >>>>>> 6208b41daa29eb86cad4b1b463457f49 >>>>>> wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz >>>>>> directhex@origin-download:/srv/www/mono/repo/debian/dists$ >>>>>> sha1sum wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz >>>>>> 3b150372db6f7726d5084f260123fdb949af0dae >>>>>> wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz >>>>>> directhex@origin-download:/srv/www/mono/repo/debian/dists$ >>>>>> sha256sum wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz >>>>>> 4a96f46b972662fbb942306f6bbc15624456f3da2c4e44632628522f9292f83c >>>>>> wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz >>>>>> >>>>>> Are you sure apt trusts the GPG key? Use: >>>>>> apt-key adv --keyserver hkp://keyserver.ubuntu.com >>>>>> <http://keyserver.ubuntu.com>:80--recv-keys >>>>>> 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF >>>>>> >>>>>> Sent from Outlook <http://aka.ms/weboutlook> >>>>>> >>>>>> ------------------------------------------------------------------------ >>>>>> >>>>>> *From:* Alexander K�plinger >>>>>> *Sent:* 02 February 2018 15:18 >>>>>> *To:* Guy >>>>>> *Cc:* Jo Shields; [email protected] >>>>>> <mailto:[email protected]> >>>>>> *Subject:* Re: [Mono-list] Repository problem >>>>>> I added Jo in CC who is our Linux packaging expert. >>>>>> >>>>>> @Jo: should we direct users to the mono-devel list instead? >>>>>> >>>>>> - Alex >>>>>> >>>>>> > On 2 Feb 2018, at 10:30, Guy <[email protected]> >>>>>> <mailto:[email protected]> wrote: >>>>>> > >>>>>> > Hello list members, >>>>>> > >>>>>> > There's a problem with the repository for Debian Wheezy. I >>>>>> reported that problem on the mono-packagers-list a few days ago >>>>>> (see below) but I didn't get an answer. It looks tome as if that >>>>>> list is not followed by any packager any longer. >>>>>> > >>>>>> > What would be the right place for reporting the problem? >>>>>> > >>>>>> > Kind regards >>>>>> > >>>>>> > Guy >>>>>> > >>>>>> > >>>>>> > ___________________________________________________ >>>>>> > >>>>>> > >>>>>> > Hello everybody, >>>>>> > >>>>>> > I hope this is the right list for a problem I have. When >>>>>> trying >>>>>> to install Mono from repo >>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&reserved=0 >>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&reserved=0> >>>>>> for Wheezy I get error messages related to "untrusted source" >>>>>> and >>>>>> "cannot be authenticated". >>>>>> > >>>>>> > The problem seems to be located in >>>>>> > >>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&reserved=0 >>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&reserved=0> >>>>>> >>>>>> > where: >>>>>> > - The file Release doesn't contain the hashes of Release >>>>>> itself, nor those of Packages and Packages.gz >>>>>> > - Release.gpg has not been generated >>>>>> > >>>>>> > Could you please check? >>>>>> > >>>>>> > Many thanks in advance! >>>>>> > >>>>>> > Guy >>>>>> > _______________________________________________ >>>>>> > Mono-list maillist� - [email protected] >>>>>> <mailto:[email protected]> >>>>>> > >>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&reserved=0 >>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&reserved=0> >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Mono-devel-list mailing list >>>>> [email protected] <mailto:[email protected]> >>>>> http://lists.dot.net/mailman/listinfo/mono-devel-list >>>>> <http://lists.dot.net/mailman/listinfo/mono-devel-list> >>>>> >>>>> >>>> >>>> -------------- next part -------------- >>>> An HTML attachment was scrubbed... >>>> URL: >>>> <http://lists.dot.net/pipermail/mono-devel-list/attachments/20180223/3241bfe7/attachment.html> >>>> >>> >> --------------3AAABD2EB94CF9AE5B4E5C2B Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body text="#000000" bgcolor="#FFFFFF"> Ok. All my questions have been answered. Many thanks!<br> <br> Guy<br> <br> <br> <div class="moz-cite-prefix">On 2018-02-27 14:17, Jo Shields wrote:<br> </div> <blockquote type="cite" cite="mid:[email protected]"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> The warning is unfixable with the repository management software we use on the server.<br> <br> <div id="AppleMailSignature">Sent from my iPhone</div> <div><br> On 27 Feb 2018, at 07:46, Guy <<a href="mailto:[email protected]" moz-do-not-send="true">[email protected]</a>> wrote:<br> <br> </div> <blockquote type="cite"> <div> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <p>Many thanks for taking the time to answer! And sorry for not having read that part of the manual. Your suggestion in deed this solves the "untrusted source" problem.</p> <p>However, during apt-get update I now get this warning instead:<br> </p> W: Conflicting distribution: <a class="moz-txt-link-freetext" href="http://download.mono-project.com/repo/debian" moz-do-not-send="true">http://download.mono-project.com/repo/debian</a> wheezy/snapshots/4.2.3 InRelease (expected wheezy/snapshots/4.2.3 but got wheezy)<br> <br> The wrong deb line I used before can be found on different internet sites as a "remedy" for the conflicting distribution warning. That might explain how that wrong line way found its into the instructions I got.<br> <br> Am I right that the "conflicting distribution" warning would need to be fixed on the repo server? Though I can live with the warning message, a fix would be nice, if ever possible.<br> <br> Thanks<br> <br> Guy<br> <br> <br> <div class="moz-cite-prefix">On 26/02/2018 20:34, Jo Shields wrote:<br> </div> <blockquote type="cite" cite="mid:[email protected]"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <p>The instructions on <a class="moz-txt-link-freetext" href="http://www.mono-project.com/docs/getting-started/install/linux/#accessing-older-releases" moz-do-not-send="true">http://www.mono-project.com/docs/getting-started/install/linux/#accessing-older-releases</a> say <span style="color: rgb(34, 34, 34); font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">"If for some reason you want to pin an older version of Mono rather than updating to the latest, you can modify the Debian repository to “wheezy/snapshots/X.XX.X” instead of “wheezy”. For example, “wheezy/snapshots/3.10.0” will lock you to that version."</span></p> <p>Hence:<br> </p> <p>deb <a class="moz-txt-link-freetext" href="http://download.mono-project.com/repo/debian" moz-do-not-send="true">http://download.mono-project.com/repo/debian</a> wheezy/snapshots/4.2.3 main</p> <p>Just like it says in the instructions. I'm not sure where you got your instructions from, but the formatting of spaces and slashes matters, and was wrong in your instructions.<br> </p> <br> <div class="moz-cite-prefix">On 23/02/18 12:28, guy wrote:<br> </div> <blockquote type="cite" cite="mid:[email protected]">Thanks for the answer, Jimmy, I know that the repo you indicated works fine. <br> <br> However, I specifically need snapshot 4.2.3 for Wheezy. <br> <br> Anyone willing to try / to solve the problem on the repo server? <br> <br> Guy <br> <br> <br> On 23.02.2018 17:02, Jimmy Tang wrote: <br> <blockquote type="cite">Hi Guy, <br> <br> You may try the instructions at <a class="moz-txt-link-freetext" href="http://www.mono-project.com/download/stable/#download-lin-debian" moz-do-not-send="true">http://www.mono-project.com/download/stable/#download-lin-debian</a> <br> <br> I just tested that the URL <a class="moz-txt-link-rfc2396E" href="http://download.mono-project.com/repo/debianwheezymain" moz-do-not-send="true">"http://download.mono-project.com/repo/debian wheezy main"</a> works for me <br> <br> On Fri, Feb 23, 2018 at 8:48 AM, Guy <<a class="moz-txt-link-abbreviated" href="mailto:[email protected]" moz-do-not-send="true">[email protected]</a> <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]" moz-do-not-send="true"><mailto:[email protected]></a>> wrote: <br> <br> Hm, no one likes to answer my answer below?? <br> <br> Then the same question asked differently: What is the correct line <br> for adding wheezy snapshot 4.2.3 to my /etc/apt/sources.list? <br> <br> I haven't found a way around the problem of the missing repo files <br> yet. <br> <br> Guy <br> <br> <br> __________________________________________________________________ <br> <br> <br> <br> This thread originally had been started on the packagers list, but <br> I was told to move to this place. <br> <br> Jo, the verification that you made probably referred to a <br> different directory. I was told to <br> <br> sudo add-apt-repository "deb <a class="moz-txt-link-freetext" href="http://download.mono-project.com/repo/debian" moz-do-not-send="true">http://download.mono-project.com/repo/debian</a> <br> <a class="moz-txt-link-rfc2396E" href="http://download.mono-project.com/repo/debian" moz-do-not-send="true"><http://download.mono-project.com/repo/debian></a> wheezy/snapshots <br> 4.2.3/main" <br> <br> And yes, I also added the GPG key and called apt-get update. <br> <br> However, I get messages related to� "untrusted source" and "cannot <br> be authenticated". <br> <br> As far as I observed, the add-apt-repository command from above <br> makes my system access <br> <a class="moz-txt-link-freetext" href="http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/" moz-do-not-send="true">http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/</a><br> <a class="moz-txt-link-rfc2396E" href="http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/" moz-do-not-send="true"><http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/></a><br> and there, some things are missing: <br> - The file Release doesn't contain the hashes of Release itself, <br> nor those of Packages and Packages.gz <br> - Release.gpg is missing <br> <br> Now, what's wrong? <br> - Does the add-apt-repository command point to the wrong location? <br> - Or is there a problem on the server? <br> <br> Thank you in advance! <br> <br> Guy <br> <br> <br> <br> On 02.02.2018 21:26, Jo Shields wrote: <br> <blockquote type="cite"> Yeah. Or Gitter. <br> <br> As for the issue at hand, I don't see a problem? <br> <br> directhex@origin-download:/srv/www/mono/repo/debian/dists$ gpg <br> --verify wheezy/snapshots/4.2.3/Release.gpg <br> wheezy/snapshots/4.2.3/Release <br> gpg: Signature made Mon 13 Jun 2016 10:26:19 AM UTC using RSA key <br> ID D3D831EF <br> directhex@origin-download:/srv/www/mono/repo/debian/dists$ grep <br> binary-amd64/Packages.gz wheezy/snapshots/4.2.3/Release <br> 6208b41daa29eb86cad4b1b463457f49 56477 main/binary-amd64/Packages.gz <br> 3b150372db6f7726d5084f260123fdb949af0dae 56477 <br> main/binary-amd64/Packages.gz <br> 4a96f46b972662fbb942306f6bbc15624456f3da2c4e44632628522f9292f83c <br> 56477 main/binary-amd64/Packages.gz <br> directhex@origin-download:/srv/www/mono/repo/debian/dists$ md5sum <br> wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz <br> 6208b41daa29eb86cad4b1b463457f49 <br> wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz <br> directhex@origin-download:/srv/www/mono/repo/debian/dists$ <br> sha1sum wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz <br> 3b150372db6f7726d5084f260123fdb949af0dae <br> wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz <br> directhex@origin-download:/srv/www/mono/repo/debian/dists$ <br> sha256sum wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz <br> 4a96f46b972662fbb942306f6bbc15624456f3da2c4e44632628522f9292f83c <br> wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz <br> <br> Are you sure apt trusts the GPG key? Use: <br> apt-key adv --keyserver hkp://keyserver.ubuntu.com <br> <a class="moz-txt-link-rfc2396E" href="http://keyserver.ubuntu.com" moz-do-not-send="true"><http://keyserver.ubuntu.com></a>:80--recv-keys <br> 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF <br> <br> Sent from Outlook <a class="moz-txt-link-rfc2396E" href="http://aka.ms/weboutlook" moz-do-not-send="true"><http://aka.ms/weboutlook></a> <br> <br> ------------------------------------------------------------------------ <br> *From:* Alexander K�plinger <br> *Sent:* 02 February 2018 15:18 <br> *To:* Guy <br> *Cc:* Jo Shields; <a class="moz-txt-link-abbreviated" href="mailto:[email protected]" moz-do-not-send="true">[email protected]</a> <br> <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]" moz-do-not-send="true"><mailto:[email protected]></a> <br> *Subject:* Re: [Mono-list] Repository problem <br> I added Jo in CC who is our Linux packaging expert. <br> <br> @Jo: should we direct users to the mono-devel list instead? <br> <br> - Alex <br> <br> > On 2 Feb 2018, at 10:30, Guy <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]" moz-do-not-send="true"><[email protected]></a> <br> <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]" moz-do-not-send="true"><mailto:[email protected]></a> wrote: <br> > <br> > Hello list members, <br> > <br> > There's a problem with the repository for Debian Wheezy. I <br> reported that problem on the mono-packagers-list a few days ago <br> (see below) but I didn't get an answer. It looks tome as if that <br> list is not followed by any packager any longer. <br> > <br> > What would be the right place for reporting the problem? <br> > <br> > Kind regards <br> > <br> > Guy <br> > <br> > <br> > ___________________________________________________ <br> > <br> > <br> > Hello everybody, <br> > <br> > I hope this is the right list for a problem I have. When trying <br> to install Mono from repo <br> <a class="moz-txt-link-freetext" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&reserved=0" moz-do-not-send="true">https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&reserved=0</a><br> <a class="moz-txt-link-rfc2396E" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&reserved=0" moz-do-not-send="true"><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&reserved=0></a><br> for Wheezy I get error messages related to "untrusted source" and <br> "cannot be authenticated". <br> > <br> > The problem seems to be located in <br> > <br> <a class="moz-txt-link-freetext" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&reserved=0" moz-do-not-send="true">https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&reserved=0</a><br> <a class="moz-txt-link-rfc2396E" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&reserved=0" moz-do-not-send="true"><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&reserved=0></a><br> <br> > where: <br> > - The file Release doesn't contain the hashes of Release <br> itself, nor those of Packages and Packages.gz <br> > - Release.gpg has not been generated <br> > <br> > Could you please check? <br> > <br> > Many thanks in advance! <br> > <br> > Guy <br> > _______________________________________________ <br> > Mono-list maillist� - <a class="moz-txt-link-abbreviated" href="mailto:[email protected]" moz-do-not-send="true">[email protected]</a> <br> <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]" moz-do-not-send="true"><mailto:[email protected]></a> <br> > <br> <a class="moz-txt-link-freetext" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&reserved=0" moz-do-not-send="true">https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&reserved=0</a><br> <a class="moz-txt-link-rfc2396E" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&reserved=0" moz-do-not-send="true"><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&reserved=0></a><br> <br> </blockquote> <br> <br> _______________________________________________ <br> Mono-devel-list mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:[email protected]" moz-do-not-send="true">[email protected]</a> <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]" moz-do-not-send="true"><mailto:[email protected]></a> <br> <a class="moz-txt-link-freetext" href="http://lists.dot.net/mailman/listinfo/mono-devel-list" moz-do-not-send="true">http://lists.dot.net/mailman/listinfo/mono-devel-list</a> <br> <a class="moz-txt-link-rfc2396E" href="http://lists.dot.net/mailman/listinfo/mono-devel-list" moz-do-not-send="true"><http://lists.dot.net/mailman/listinfo/mono-devel-list></a> <br> <br> <br> </blockquote> <br> -------------- next part -------------- <br> An HTML attachment was scrubbed... <br> URL: <a class="moz-txt-link-rfc2396E" href="http://lists.dot.net/pipermail/mono-devel-list/attachments/20180223/3241bfe7/attachment.html" moz-do-not-send="true"><http://lists.dot.net/pipermail/mono-devel-list/attachments/20180223/3241bfe7/attachment.html></a><br> <br> </blockquote> <br> </blockquote> <br> </div> </blockquote> </blockquote> <br> </body> </html> --------------3AAABD2EB94CF9AE5B4E5C2B-- --===============5850550447232896981== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KTW9uby1kZXZl bC1saXN0IG1haWxpbmcgbGlzdApNb25vLWRldmVsLWxpc3RAbGlzdHMuZG90Lm5ldApodHRwOi8v bGlzdHMuZG90Lm5ldC9tYWlsbWFuL2xpc3RpbmZvL21vbm8tZGV2ZWwtbGlzdAo= --===============5850550447232896981==--