<div dir="ltr"><div><div><div><div>Hi Mike, <br><br></div><div>I read the blog page and I didn't understand very well the purpose as it seems mean the repo server is checking something I don't believe that. I checked I don't have any <b>~/.rpmmacros</b></div><div><br></div>To be sure all the log are here :<br><a href="http://pastebin.com/8w4tAVLb">http://pastebin.com/8w4tAVLb</a><br><br></div>I checked "gpgcheck=0" in the repo file and I tried with the --tolrent option, no solution.<br></div>There aren't any X2go tools installed.<br>:~# updatedb<br>:~# locate x2go<br>/etc/yum.repos.d/x2go.repo<br>/etc/yum.repos.d/x2go.repo.back<br>/var/cache/yum/x2go-extras<br>/var/cache/yum/x2go-releases<br>/var/cache/yum/x2go-extras/43a690f9ad9091c1ebdfc43d066d867fd9860809fe95b6ff3ff69891daa2414f-filelists.sqlite.bz2<br>/var/cache/yum/x2go-extras/cachecookie<br>/var/cache/yum/x2go-extras/d066d993f0f3f6a6f1ef2f3c5f989bdb621b259fbc443aeb960d17a4e42ec8e8-primary.sqlite.bz2<br>/var/cache/yum/x2go-extras/packages<br>/var/cache/yum/x2go-extras/repomd.xml<br>/var/cache/yum/x2go-releases/ac0930975d2f4ba0887bb58e792812271df5796f41de07daa6ee0ad1441d370c-filelists.sqlite.bz2<br>/var/cache/yum/x2go-releases/cachecookie<br>/var/cache/yum/x2go-releases/packages<br>/var/cache/yum/x2go-releases/repomd.xml<br><br></div>That may help <br><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-12 15:36 GMT+01:00 Mike DePaulo <span dir="ltr"><<a href="mailto:mikedep333@gmail.com" target="_blank">mikedep333@gmail.com</a>></span>:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Michael,<br>
<br>
x2goserver depends on multiple NX-related packages. So we need those to<br>
install correctly before x2goserver can be installed.<br>
<br>
If x2goserver is installed, but "x2golistsessions" cannot be found, then<br>
that is another problem.<br>
<br>
It looks like you are getting those signature errors because of another<br>
limitation of EL5.<br>
<a href="http://adminotes.blogspot.fr/2011/12/centos-6-rpm-sign-problem-v4-signatures.html" target="_blank">http://adminotes.blogspot.fr/2011/12/centos-6-rpm-sign-problem-v4-signatures.html</a><br>
<br>
I do not see a quick fix for this.<br>
(We cannot follow that webpage's instructions because do not have a<br>
~/.rpmmacros file in our buildscript.git repo.)<br>
So I submitted a bug to our bug tracker:<br>
<a href="http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=699" target="_blank">http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=699</a><br>
<br>
In the meantime, in your x2go.repo file, you have "gpgcheck=0", right?<br>
That will disable the GPG check. I am hoping that will work around the<br>
issue for you and all other EL5 users.<br>
<br>
Another possible workaround is for you to pass --tolerant to yum.<br>
<br>
-Mike#2<br>
<div class="HOEnZb"><div class="h5"><br>
On 12/12/2014 03:30 AM, Michel Dubois wrote:<br>
> Hi Michael,<br>
><br>
> yes it's better but the problem is not solved.<br>
> I don't have any more check sum error as I install the good hashsum tools package<br>
> with your help.<br>
><br>
> Now I can do the command :<br>
> yum search  x2goserver<br>
><br>
> Loaded plugins: downloadonly, fastestmirror, security<br>
> Loading mirror speeds from cached hostfile<br>
>  * base: <a href="http://miroir.univ-paris13.fr" target="_blank">miroir.univ-paris13.fr</a><br>
>  * epel: <a href="http://mirror.ibcp.fr" target="_blank">mirror.ibcp.fr</a><br>
>  * extras: <a href="http://miroir.univ-paris13.fr" target="_blank">miroir.univ-paris13.fr</a><br>
>  * updates: <a href="http://fr2.rpmfind.net" target="_blank">fr2.rpmfind.net</a><br>
> ========================================================= Matched:<br>
> x2goserver ==========================================================<br>
> x2goserver.x86_64 : X2Go Server<br>
> x2goserver-debuginfo.x86_64 : Debug information for package x2goserver<br>
> x2goserver-extensions.x86_64 : X2Go Server (extension support)<br>
> x2goserver-fmbindings.x86_64 : X2Go Server (file manager bindings)<br>
> x2goserver-printing.x86_64 : X2Go Server (printing support)<br>
> x2goserver-xsession.x86_64 : X2Go Server (Xsession runner)<br>
><br>
> but I can not installed them.<br>
> Transaction Test Succeeded<br>
> Running Transaction<br>
> error: nx-libs-3.5.0.28-0.0x2go1.1.git20141114.546.main.el5.centos: Header V4<br>
> RSA/SHA1 signature: BAD, key ID 5bfe2b6e<br>
> error: libXcomp-3.5.0.28-0.0x2go1.1.git20141114.546.main.el5.centos: Header V4<br>
> RSA/SHA1 signature: BAD, key ID 5bfe2b6e<br>
> etc....<br>
><br>
><br>
> Yum notified me that the dependency are installed:<br>
> I've got the "Complete!" but x2golistsessions or else is not installed.<br>
> Thanks for help.<br>
><br>
><br>
><br>
> Le jeudi 11 décembre 2014, 17:29:04 Michael DePaulo a écrit :<br>
>> I believe I've figured out the problem.<br>
>><br>
>> <a href="http://www.openfusion.net/linux/yum_error_performing_checksum" target="_blank">http://www.openfusion.net/linux/yum_error_performing_checksum</a><br>
>><br>
>> You need to install the package "python-hashlib" from EPEL in order<br>
>> for yum to understand the sha256 checksums (hashsums) that our apt<br>
>> repo uses.<br>
>><br>
>> Please let me know if that fixes the problem. If so, I'll update the<br>
>> documentation on the wiki page.<br>
>><br>
>> -Mike#2<br>
>><br>
>> On Thu, Dec 11, 2014 at 10:27 AM, Michel Dubois <<a href="mailto:dubois.michel@gmail.com">dubois.michel@gmail.com</a>><br>
> wrote:<br>
>>> Michael<br>
>>><br>
>>> Thanks  for your info.<br>
>>><br>
>>> I don't have any proxy. I did the booth  yum command  and they didn't<br>
>>> solve<br>
>>> the problem. Every time I've "Error performing checksum".<br>
>>> The files downloaded are in the good place<br>
>>><br>
>>> :~# ls -hl<br>
>>><br>
>>> /var/cache/yum/x2go-<br>
> extras/43a690f9ad9091c1ebdfc43d066d867fd9860809fe95b6f<br>
>>> f3ff69891daa2414f-filelists.sqlite.bz2 -rw-r--r-- 1 root root 1,1K janv.<br>
>>> 7  2014<br>
>>> /var/cache/yum/x2go-<br>
> extras/43a690f9ad9091c1ebdfc43d066d867fd9860809fe95b6f<br>
>>> f3ff69891daa2414f-filelists.sqlite.bz2><br>
>>> :~# ls -hl<br>
>>><br>
>>> /var/cache/yum/x2go-<br>
> extras/d066d993f0f3f6a6f1ef2f3c5f989bdb621b259fbc443ae<br>
>>> b960d17a4e42ec8e8-primary.sqlite.bz2 -rw-r--r-- 1 root root 2,9K janv.  7<br>
>>> 2014<br>
>>> /var/cache/yum/x2go-<br>
> extras/d066d993f0f3f6a6f1ef2f3c5f989bdb621b259fbc443ae<br>
>>> b960d17a4e42ec8e8-primary.sqlite.bz2<br>
>>><br>
>>> I erased them and dowloaded again no issue.<br>
>>><br>
>>> I've the error with the yum makecache as well :<br>
>>> :~# yum makecache<br>
>>><br>
>>> Loaded plugins: downloadonly, fastestmirror, security<br>
>>> Determining fastest mirrors<br>
>>><br>
>>>  * base: <a href="http://mirror.in2p3.fr" target="_blank">mirror.in2p3.fr</a><br>
>>>  * epel: <a href="http://mirror.ibcp.fr" target="_blank">mirror.ibcp.fr</a><br>
>>>  * extras: <a href="http://mirror.in2p3.fr" target="_blank">mirror.in2p3.fr</a><br>
>>>  * updates: <a href="http://fr2.rpmfind.net" target="_blank">fr2.rpmfind.net</a><br>
>>><br>
>>> base<br>
>>><br>
>>> | 1.1 kB     00:00<br>
>>><br>
>>> base/filelists<br>
>>><br>
>>> | 3.7 MB     00:00<br>
>>><br>
>>> base/other<br>
>>><br>
>>> |  14 MB     00:00<br>
>>><br>
>>> base/group<br>
>>><br>
>>> | 1.1 MB     00:00<br>
>>><br>
>>> base/primary<br>
>>><br>
>>> | 1.3 MB     00:00<br>
>>><br>
>>> epel<br>
>>><br>
>>> | 3.7 kB     00:00<br>
>>><br>
>>> epel/filelists_db<br>
>>><br>
>>> | 5.5 MB     00:00<br>
>>><br>
>>> epel/updateinfo<br>
>>><br>
>>> | 533 kB     00:00<br>
>>><br>
>>> epel/other_db<br>
>>><br>
>>> | 2.4 MB     00:00<br>
>>><br>
>>> epel/group_gz<br>
>>><br>
>>><br>
</div></div><div class="HOEnZb"><div class="h5">>>> _______________________________________________<br>
>>> x2go-user mailing list<br>
>>> <a href="mailto:x2go-user@lists.x2go.org">x2go-user@lists.x2go.org</a><br>
>>> <a href="http://lists.x2go.org/listinfo/x2go-user" target="_blank">http://lists.x2go.org/listinfo/x2go-user</a><br>
<br>
_______________________________________________<br>
x2go-user mailing list<br>
<a href="mailto:x2go-user@lists.x2go.org">x2go-user@lists.x2go.org</a><br>
<a href="http://lists.x2go.org/listinfo/x2go-user" target="_blank">http://lists.x2go.org/listinfo/x2go-user</a><br>
</div></div></blockquote></div><br clear="all"><br>-- <br><div class="gmail_signature">-----------------------------------------------------------<br>Michel Dubois<br></div>
</div>