<div dir="ltr"><div><div><div>The new year looks starting well <br></div>Great job, I installed the package with yum and no error. All X2go tools are installed.<br></div>Thanks Mike<br><br></div><div>But they don't work properly. I can not use X2Go yet. I've this error in my client and when I use x2gosessionslist:<br>Can't locate object method "sqlite_busy_timeout" via package "DBI::db" at /usr/lib64/x2go/<a href="http://x2gosqlitewrapper.pl">x2gosqlitewrapper.pl</a> line 90. <br><br></div><div>I tried to install perl-DBI-1.615-2.x86_64.rpm as you recommended. I got dependencies problem;<br>#:~/Workdir# rpm -i perl-DBI-1.615-2.x86_64.rpm<br>warning: perl-DBI-1.615-2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 4026433f<br>error: Failed dependencies:<br> perl(RPC::PlClient) >= 0.2000 is needed by perl-DBI-1.615-2.x86_64<br> perl(RPC::PlServer) >= 0.2001 is needed by perl-DBI-1.615-2.x86_64<br></div><div><div><br></div><div>So I tried to install the module trough CPAN and I updated successfully the booth modules :<br>#:~/Workdir# perl -MRPC::PlClient -le '$version=RPC::PlClient->VERSION ; print "$version\n";'<br>0.2020<br>#:~/X2GoServer# perl -MRPC::PlServer -le '$version=RPC::PlServer->VERSION ; print "$version\n";'<br>0.2020<br><br></div><div>That's not solved the dependencies problem through the RPM installation. Also I installed the DBI module with CPAN package.<br>#:~/Workdir#perl -MDBI -le '$version=DBI->VERSION ; print "$version\n";'<br>1.632<br><br></div><div>I'm still with the error of x2golistsessions and the client. Following CPAN, the package "DBI::db" is included in the mean DBI package.<br></div><div><br>Did I miss something ?<br></div><div>Could you help ? May a bug in the <a href="http://x2gosqlitewrapper.pl">x2gosqlitewrapper.pl</a> at line 90. I've not a good skill as development in perl. I checked but I didn't see anything wrong<br><br></div><div>Thanks<br></div><div><br> <br></div><div><br><br></div><div><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-05 6:15 GMT+01:00 Michael DePaulo <span dir="ltr"><<a href="mailto:mikedep333@gmail.com" target="_blank">mikedep333@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I managed to get X2Go Server (main, 4.0.1.18) to install and work on CentOS 5.<br>
<br>
<a href="http://imgur.com/KBr4VVG" target="_blank">http://imgur.com/KBr4VVG</a><br>
<br>
However,<br>
<br>
1. After I installed, the packages, I had to manually apply the patch<br>
I submitted for bug #715 to /usr/sbin/x2godbadmin, then manually run<br>
"sudo /usr/sbin/x2godbadmin --createdb"<br>
2. I had to manually apply the change to /etc/x2go/Xsession from this commit:<br>
<a href="http://code.x2go.org/gitweb?p=x2goserver.git;a=blobdiff;f=x2goserver-xsession/etc/Xsession;h=94692db9680637fcddca34e461d8ef289869e6cc;hp=b9ef15e32703560c7d592e6d170740322e0ae17d;hb=33a64a3e7b94d04d1e72de2a81db04b86432c7c5;hpb=c3c2e3d284ee523f168d91fce5b1a7d82189d039" target="_blank">http://code.x2go.org/gitweb?p=x2goserver.git;a=blobdiff;f=x2goserver-xsession/etc/Xsession;h=94692db9680637fcddca34e461d8ef289869e6cc;hp=b9ef15e32703560c7d592e6d170740322e0ae17d;hb=33a64a3e7b94d04d1e72de2a81db04b86432c7c5;hpb=c3c2e3d284ee523f168d91fce5b1a7d82189d039</a><br>
3. I had to solve a "dependency hell". I do not have time to document<br>
the exact steps one needs to take at this moment, but the dependencies<br>
are listed here:<br>
<a href="http://wiki.x2go.org/doku.php/doc:installation:x2goserver?s[]=epel&s[]=5#epel_5_via_packagesx2goorg" target="_blank">http://wiki.x2go.org/doku.php/doc:installation:x2goserver?s[]=epel&s[]=5#epel_5_via_packagesx2goorg</a><br>
(I actually ignored the fuse, fuse-libs, and fuse-sshfs packages<br>
because I do not use folder or printer sharing.)<br>
<br>
So right now, you can use X2Go Server on CentOS 5, but it will require<br>
some work on your part to repeat those 3 tasks on your systems. I<br>
intend to streamline those 3 tasks next weekend.<br>
<br>
-Mike<br>
<div class="HOEnZb"><div class="h5"><br>
On Sat, Jan 3, 2015 at 12:23 PM, Michael DePaulo <<a href="mailto:mikedep333@gmail.com">mikedep333@gmail.com</a>> wrote:<br>
> Hi Michel,<br>
><br>
> There actually is a workaround for #714: manually downloading and<br>
> installing an RPM:<br>
> <a href="http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=714" target="_blank">http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=714</a><br>
><br>
> However, I ran into bug #715, and you will too:<br>
> <a href="http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=715" target="_blank">http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=715</a><br>
><br>
> I'll try to fix #715 (and/or determine a workaround for it) later today.<br>
><br>
> -Mike#2<br>
><br>
> On Sat, Jan 3, 2015 at 11:15 AM, Michael DePaulo <<a href="mailto:mikedep333@gmail.com">mikedep333@gmail.com</a>> wrote:<br>
>> Hi Michel,<br>
>><br>
>> I rebuilt the main packages and I verified that they can be<br>
>> successfully installed now.<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>
>> However, I encountered a bug in the x2goserver code itself. It<br>
>> prevents x2goserver from being used on CentOS 5 at all.<br>
>> <a href="http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=714" target="_blank">http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=714</a><br>
>> Both main and heuler are affected.<br>
>><br>
>> Unfortunately, I do not have the Perl skills to fix bug #714. TheUser2<br>
>> is good at Perl, but he does not know of an easy fix for it; he<br>
>> normally writes his own custom logging code rather than using the<br>
>> Sys::Syslog module. (We discussed this via IRC.) So unless someone<br>
>> else steps up to fix it, I do not know when it will be fixed. Sorry :(<br>
>><br>
>> -Mike#2<br>
>><br>
>> On Tue, Dec 30, 2014 at 6:49 AM, Michel Dubois <<a href="mailto:dubois.michel@gmail.com">dubois.michel@gmail.com</a>> wrote:<br>
>>> Hi Michael,<br>
>>><br>
>>> I checked the bug tracker and there is an update.<br>
>>> I tried to install x2goserver and I've got this error message.<br>
>>><br>
>>> .../...<br>
>>> error: x2goagent-3.5.0.28-0.0x2go1.1.git20141114.546.main.el5.centos: Header<br>
>>> V4 RSA/SHA1 signature: BAD, key ID 5bfe2b6e<br>
>>> error: x2goserver-4.0.1.18-0.0x2go1.1.git20141006.949.main.el5.centos: Header<br>
>>> V4 RSA/SHA1 signature: BAD, key ID 5bfe2b6e<br>
>>> error: x2goserver-<br>
>>> extensions-4.0.1.18-0.0x2go1.1.git20141006.949.main.el5.centos: Header V4<br>
>>> RSA/SHA1 signature: BAD, key ID 5bfe2b6e<br>
>>><br>
>>> Should I uncomment the x2go-nightly lines in the repo file?<br>
>>> Thanks.<br>
>>> Regards<br>
>>><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">-----------------------------------------------------------<br>Michel Dubois<br></div>
</div>