<div dir="ltr">Hey Marko, thank you for your reply.<div>The problem is that kolab needs php 5.4 because its packages are linked to it, but also another problem is that kolab repository also contain roundcube 1.5 which needs php > 5.5 and installation fails with dependency error.</div><div>Hope a beautiful mind from devs will help us.</div><div><br></div><div>Thanks,</div><div>Adrian</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">În vin., 17 iun. 2022 la 02:35, <<a href="mailto:users-request@lists.kolab.org">users-request@lists.kolab.org</a>> a scris:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send users mailing list submissions to<br>
        <a href="mailto:users@lists.kolab.org" target="_blank">users@lists.kolab.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.kolab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.kolab.org/mailman/listinfo/users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:users-request@lists.kolab.org" target="_blank">users-request@lists.kolab.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:users-owner@lists.kolab.org" target="_blank">users-owner@lists.kolab.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of users digest..."<br>
Today's Topics:<br>
<br>
   1. Re: Broken dependencies for Centos 7 (Robert Horvath)<br>
   2. Centos 7 new install (Ady Speed)<br>
   3. Re: Centos 7 new install (marko)<br>
<br><br><br>---------- Forwarded message ----------<br>From: Robert Horvath <<a href="mailto:robreg@zsurob.hu" target="_blank">robreg@zsurob.hu</a>><br>To: Christian Mollekopf <<a href="mailto:mollekopf@apheleia-it.ch" target="_blank">mollekopf@apheleia-it.ch</a>><br>Cc: <a href="mailto:users@lists.kolab.org" target="_blank">users@lists.kolab.org</a><br>Bcc: <br>Date: Thu, 16 Jun 2022 14:10:49 +0200<br>Subject: Re: Broken dependencies for Centos 7<br><div style="font-size:10pt;font-family:Verdana,Geneva,sans-serif">
<p>Thanks...</p>
<div id="gmail-m_-3804955761794210518signature"> </div>
<p><br></p>
<p id="gmail-m_-3804955761794210518reply-intro">2022-06-15 11:34 időpontban Christian Mollekopf ezt írta:</p>
<blockquote type="cite" style="padding:0px 0.4em;border-left:2px solid rgb(16,16,255);margin:0px">
<div id="gmail-m_-3804955761794210518replybody1">
<div style="font-size:10pt;font-family:Verdana,Geneva,sans-serif">
<p>Hi,</p>
<p>I have disabled the the centos7 build of the new roundcube package, so centos7 will have to contend with Roundcube 1.4 for now.<br>The only viable alternative would be to patch roundcube and dependencies for php 5.4 compatibililty, but that effort seems better spent in getting centos8 off the ground.</p>
<p>I'll look into centos 8 support over the coming weeks.</p>
<p>Cheers,</p>
<p>Christian</p>
<p><br></p>
<p id="gmail-m_-3804955761794210518v1reply-intro">On 2022-06-13 15:01, Robert Horvath wrote:</p>
<blockquote style="padding:0px 0.4em;border-left:2px solid rgb(16,16,255);margin:0px">
<div id="gmail-m_-3804955761794210518v1replybody1">
<div style="font-size:10pt;font-family:Verdana,Geneva,sans-serif">
<p>Having left us behind would be very sad. Back then we all chose Centos because it was advised that it's the primary distro Kolab is being developed on, and it's the platform getting the most maintenance.</p>
<p>Now it turns out this is not the case anymore...?</p>
<p>I'd be happy to migrate to anything else (even with Kolab 16) if we'd have a clearer picture on how to move all data (beside copying /var/spool/imap, applying permissions and running a 'reconstruct -f') and config... but even install instructions for Ubuntu is for 18.04 most recent, which just left out from LTS phase (with the note on the docs: "Compatibility with Ubuntu 18.04 LTS (Bionic) is currently experimental.")</p>
<p><br></p>
<div id="gmail-m_-3804955761794210518v1v1signature"> </div>
<p><br></p>
<p id="gmail-m_-3804955761794210518v1v1reply-intro">2022-06-13 14:22 időpontban Christian Mollekopf ezt írta:</p>
<blockquote style="padding:0px 0.4em;border-left:2px solid rgb(16,16,255);margin:0px">
<div style="margin:0px;padding:0px;font-family:monospace">On Monday, 13 June 2022 12:35:08 CEST you wrote:
<blockquote style="padding:0px 0.4em;border-left:2px solid rgb(16,16,255);margin:0px">Same here:<br><br>I tried to remove roundcubemail package completely and reinstall it, <br>that allowed installation of latest roundcube, however the system failed <br>to operate because of a PHP error.<br><br>As I inspected further, looks like the Centos 7 packages for Kolab still <br>run on php 5.4, whilst roundcubemail 1.5 requires minimum php 5.6 - as <br>far as I've seen the mentioned error occurs exactly because of that.</blockquote>
<br>Indeed, according to the docs php 5.5, but 5.4 is too old either way for roundcube 1.5.<br><br>It seems to me our options are:<br>* disable roundcubemail-selfcontained for CentOS7, effectively leaving CentOS7 behind on roundcubemail 1.4.<br>* Fix the version requirement for php and leave the package enabled, which allows for installation with a recent enough php installed.<br><br>I haven't verified how the latter option behaves during a yum update,<br>but I suppose it would still complain.<br><br>Cheers,<br>Christian <br><br><br>
<blockquote style="padding:0px 0.4em;border-left:2px solid rgb(16,16,255);margin:0px">Upgrading php from other sources than Kolab OBS is not possible because <br>it uses several modules built especially for Kolab, which fail to load <br>if they are not in built for that specific php version. Tried to upgrade <br>forcefully but that resulted in a broken system, which I had to restore <br>from backup.<br><br>The rest of the system can be kept up to date with:<br><br>yum update --exclude=roundcube*<br><br>The messages the user is facing currently (without --exclude):<br><br>Failed to build transaction: <br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-odfviewer) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-tasklist) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-kolab_notes) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-kolab_folders) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-kolab_addressbook-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(plugin-kolab_addressbook) = <br>3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-kolab_addressbook-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.4<br>roundcubemail-skin-kolab-0.4.1-10.53.el7.kolab_16.noarch requires <br>roundcubemail-plugin-libkolab-skin-elastic<br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-kolab_addressbook) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-kolab_files-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(plugin-kolab_files) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-kolab_tags-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(plugin-kolab_tags) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-kolab_tags-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.4<br>roundcubemail-plugin-kolab_delegation-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.4<br>roundcubemail-plugin-redundant_attachments-1.4.13-5.10.el7.kolab_16.noarch <br>requires roundcubemail(core) = 1.4.13-5.10.el7.kolab_16<br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-kolab_files) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-calendar-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.4<br>roundcubemail-plugin-kolab_activesync-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(plugin-kolab_activesync) = <br>3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-libcalendaring-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.4<br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-pdfviewer) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-calendar-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(plugin-calendar) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-tasklist-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(plugin-tasklist) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-kolab_activesync) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-kolab_notes-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.4<br>roundcubemail-plugin-kolab_files-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.4<br>roundcubemail-plugin-libkolab-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.4<br>roundcubemail-plugin-libkolab-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(plugin-libkolab) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-kolab_delegation-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(plugin-libkolab) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-calendar) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-libcalendaring-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(plugin-libcalendaring) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-skin-chameleon-core-0.3.11-1.36.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.1<br>roundcubemail-skin-chameleon-assets-0.3.11-1.36.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry-assets) >= 1.1<br>roundcubemail-plugin-kolab_activesync-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.4<br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-kolab_config) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-kolab_notes-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(plugin-kolab_notes) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch requires <br>roundcubemail(plugin-kolab_tags) = 3.5.11-1.20.el7.kolab_16<br>roundcubemail-plugin-tasklist-skin-larry-3.5.11-1.20.el7.kolab_16.noarch <br>requires roundcubemail(skin-larry) >= 1.4<br><br>2022-06-13 12:00 időpontban <a href="mailto:users-request@lists.kolab.org" rel="noreferrer" target="_blank">users-request@lists.kolab.org</a> ezt írta:<br><br>
<blockquote style="padding:0px 0.4em;border-left:2px solid rgb(16,16,255);margin:0px">Trying to do a yum update and I'm getting a whole bunch of these:<br><br>--> Finished Dependency Resolution<br>Error: Package: roundcubemail-plugin-calendar-skin-<br>larry-3.5.11-1.20.el7.kolab_16.noarch (@Kolab_16)<br>Requires: roundcubemail(skin-larry) >= 1.4<br>Removing: roundcubemail-skin-larry-1.4.13-5.10.el7.kolab_16.noarch<br>(@Kolab_16)<br>roundcubemail(skin-larry) = 1.4.13-5.10.el7.kolab_16<br>Obsoleted By: roundcubemail-1.5.2-4.1.el7.kolab_16.noarch<br>(Kolab_16)<br>Not found<br>Error: Package: <br>roundcubemail-plugins-kolab-3.5.11-1.20.el7.kolab_16.noarch<br>(@Kolab_16)<br>Requires: roundcubemail(plugin-tasklist) = 3.5.11-1.20.el7.kolab_16<br>Removing: roundcubemail-plugin-<br>tasklist-3.5.11-1.20.el7.kolab_16.noarch (@Kolab_16)<br>roundcubemail(plugin-tasklist) = 3.5.11-1.20.el7.kolab_16<br>Obsoleted By: roundcubemail-1.5.2-4.1.el7.kolab_16.noarch<br>(Kolab_16)<br>Not found<br>...<br>etc<br><br>Is anyone else seeing this? And if so, do you know how to fix it?<br><br>Thanks_______________________________________________</blockquote>
users mailing list<br><a href="mailto:users@lists.kolab.org" rel="noreferrer" target="_blank">users@lists.kolab.org</a><br><a href="https://lists.kolab.org/mailman/listinfo/users" rel="noopener noreferrer" target="_blank">https://lists.kolab.org/mailman/listinfo/users</a></blockquote>
</div>
</blockquote>
</div>
</div>
</blockquote>
<p><br></p>
<div id="gmail-m_-3804955761794210518v1signature">-- <br>
<div style="margin:0px;padding:0px;font-family:monospace">Christian Mollekopf<br>Senior Software Engineer<br><br>Apheleia IT AG<br>Bern, Switzerland<br><br>e: <a href="mailto:mollekopf@apheleia-it.ch" rel="noreferrer" target="_blank">mollekopf@apheleia-it.ch</a><br>w: <a href="https://apheleia-it.ch" rel="noopener noreferrer" target="_blank">https://apheleia-it.ch</a><br><br>pgp: 0884F6A2 Christian Mollekopf</div>
</div>
</div>
</div>
</blockquote>
</div>
<br><br><br>---------- Forwarded message ----------<br>From: Ady Speed <<a href="mailto:adyspeed@gmail.com" target="_blank">adyspeed@gmail.com</a>><br>To: <a href="mailto:users@lists.kolab.org" target="_blank">users@lists.kolab.org</a><br>Cc: <br>Bcc: <br>Date: Thu, 16 Jun 2022 20:45:36 +0300<br>Subject: Centos 7 new install<br><div dir="ltr">Hello all,<div><br></div><div>Seems like for Centos 7 there is a broken dependency in Kolab package now (roundcube 1.5 vs php 5.4). </div><div><br></div><div><i>"Error: Package: roundcubemail-1.5.2-6.1.el7.kolab_16.noarch (Kolab_16)</i></div><i>           Requires: php-common >= 5.5<br>           Installing: php-common-5.4.16-48.el7.x86_64 (base)<br>               php-common = 5.4.16-48.el7"</i><br><div><br></div><div>Is there any chance for me to setup a new Kolab server on a Centos 7 or should I give up and fail? (although I really need that Kolab server :D)<br></div><div><br></div><div>Thanks all,</div><div>Adrian Bejan</div></div>
<br><br><br>---------- Forwarded message ----------<br>From: marko <<a href="mailto:kolab@mechtron.com.au" target="_blank">kolab@mechtron.com.au</a>><br>To: <a href="mailto:users@lists.kolab.org" target="_blank">users@lists.kolab.org</a><br>Cc: <br>Bcc: <br>Date: Fri, 17 Jun 2022 09:21:42 +1000<br>Subject: Re: Centos 7 new install<br>



<div><p style="margin:0px">The vault has old centos packages.   I have a problem with fail2ban and need old packages to make it work.</p>
<br><p style="margin:0px"><span style="font-family:monospace">I wget the packages:</span></p>
<p style="margin:0px"><br>wget <a href="http://vault.centos.org/7.6.1810/os/x86_64/Packages/firewalld-0.5.3-5.el7.noarch.rpm" target="_blank">http://vault.centos.org/7.6.1810/os/x86_64/Packages/firewalld-0.5.3-5.el7.noarch.rpm</a></p>
<p style="margin:0px">then downgrade them:</p>
<p style="margin:0px">yum downgrade firewalld-0.5.3-5.el7.noarch.rpm - y</p>
<br><p style="margin:0px">after a centos upgrade, I run a script to downgrade again.  I'm sure there is some kind of pinning option, but I don't know a lot about centos.   </p>
<br><p style="margin:0px">I don't know if this is practical for php but it would be worth a try</p>
<br><p style="margin:0px">good luck</p>
<br><p style="margin:0px">marko</p>
<br><br><p style="margin:0px">On Friday, 17 June 2022 3:45:36 AM AEST Ady Speed wrote:</p>
<p style="margin:0px">> Hello all,</p>
<p style="margin:0px">> </p>
<p style="margin:0px">> Seems like for Centos 7 there is a broken dependency in Kolab package now</p>
<p style="margin:0px">> (roundcube 1.5 vs php 5.4).</p>
<p style="margin:0px">> </p>
<p style="margin:0px">> *"Error: Package: roundcubemail-1.5.2-6.1.el7.kolab_16.noarch (Kolab_16)*</p>
<p style="margin:0px">> </p>
<p style="margin:0px">> </p>
<p style="margin:0px">> *           Requires: php-common >= 5.5           Installing:</p>
<p style="margin:0px">> php-common-5.4.16-48.el7.x86_64 (base)               php-common =</p>
<p style="margin:0px">> 5.4.16-48.el7"*</p>
<p style="margin:0px">> </p>
<p style="margin:0px">> Is there any chance for me to setup a new Kolab server on a Centos 7 or</p>
<p style="margin:0px">> should I give up and fail? (although I really need that Kolab server :D)</p>
<p style="margin:0px">> </p>
<p style="margin:0px">> Thanks all,</p>
<p style="margin:0px">> Adrian Bejan</p>
<br><br></div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.kolab.org" target="_blank">users@lists.kolab.org</a><br>
<a href="https://lists.kolab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.kolab.org/mailman/listinfo/users</a></blockquote></div>