Sorin Srbu
2017-Sep-22 05:28 UTC
[CentOS] owncloud on CentOS - I have problems installing/updating recently
> -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Valeri > Galtsev > Sent: den 21 september 2017 17:25 > To: CentOS mailing list <centos at centos.org> > Subject: Re: [CentOS] owncloud on CentOS - I have problems > installing/updating recently > > > On Thu, September 21, 2017 1:00 am, Sorin Srbu wrote: > >> -----Original Message----- > >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Nicolas > >> Kovacs > >> Sent: den 20 september 2017 18:55 > >> To: centos at centos.org > >> Subject: Re: [CentOS] owncloud on CentOS - I have problems > >> installing/updating recently > >> > >> > Does anybody have any suggestion? Am I the only one (thus, making my > >> > "pilot error"), or others have the same? Did someone find workaround? > >> > >> The SUSE repository works perfectly. There has been a transition period > >> with overlapping dependencies in this repository and EPEL. What I did > >> was simply remove all packages and reinstall the owncloud-client > >> package. This repository is also always up-to-date, whereas the EPEL > >> package is regularly lagging behind. > > > > Not just you Valeri. Thought it was a bit fishy as well, but figuredI'd,> > as > > Nicolas mentions, doing a uninstall and then reinstall things mightsolve> > the > > problems. > > > > Thanks Nicolas and Sorin! Once I learned from you about another source of > owncloud packages (EPEL), I found my way out of suse repository timing out > on me... > > ValeriYou're welcome. I also use the yum-priorities plugin. I find it sometimes plays tricks on me. You might want to look into that and shuffle the set priorities, if you use it as well -- //Sorin
James Hogarth
2017-Sep-22 10:14 UTC
[CentOS] owncloud on CentOS - I have problems installing/updating recently
On 22 September 2017 at 06:28, Sorin Srbu <Sorin.Srbu at orgfarm.uu.se> wrote:> > -----Original Message----- > > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Valeri > > Galtsev > > Sent: den 21 september 2017 17:25 > > To: CentOS mailing list <centos at centos.org> > > Subject: Re: [CentOS] owncloud on CentOS - I have problems > > installing/updating recently > > > > > > On Thu, September 21, 2017 1:00 am, Sorin Srbu wrote: > > >> -----Original Message----- > > >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Nicolas > > >> Kovacs > > >> Sent: den 20 september 2017 18:55 > > >> To: centos at centos.org > > >> Subject: Re: [CentOS] owncloud on CentOS - I have problems > > >> installing/updating recently > > >> > > >> > Does anybody have any suggestion? Am I the only one (thus, making my > > >> > "pilot error"), or others have the same? Did someone find > workaround? > > >> > > >> The SUSE repository works perfectly. There has been a transition > period > > >> with overlapping dependencies in this repository and EPEL. What I did > > >> was simply remove all packages and reinstall the owncloud-client > > >> package. This repository is also always up-to-date, whereas the EPEL > > >> package is regularly lagging behind. > > > > > > Not just you Valeri. Thought it was a bit fishy as well, but figured > I'd, > > > as > > > Nicolas mentions, doing a uninstall and then reinstall things might > solve > > > the > > > problems. > > > > > > > Thanks Nicolas and Sorin! Once I learned from you about another source of > > owncloud packages (EPEL), I found my way out of suse repository timing > out > > on me... > > > > Valeri > > You're welcome. > > I also use the yum-priorities plugin. I find it sometimes plays tricks on > me. > You might want to look into that and shuffle the set priorities, if you use > it as well > > -- > //Sorin > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >I know that many prefer EPEL packages but sometimes life gets ahead of us... So far as owncloud in EPEL/CentOS is concerned it's not actually lagging that badly ... the most recent 9.1.X release is 9.1.6 and it's only a few minor bugfixes for the large part over the 9.1.5 in the EPEL repo. https://owncloud.org/changelog/ Do note that when I push 9.1.6 (which will be soon now I have a little time) it'll probably be close to the last owncloud package in EPEL7 at the least ... I'll include an EOL/retirement notice in the package when I get around to it and will mail here and epel-devel and epel-announce mailing lists. The 10.x release of owncloud bumps the minimum PHP version to 5.6 ... which is obviously not in base repos and I'm not permitted to depend on packages in SCL or 3rd party repos in EPEL. The nextcloud package is in a worse state as things stand ... the version that can be in EPEL is officially EOL ... I'll push out a 10.0.6 release soon with the EOL notice and email about this. From 11 onwards they require PHP5.6+ as well. For now my recommendation for owncloud or nextcloud is to use their most recent manual tarball/zip install and PHP 7.1 from your preferred choice of IUS, RemiRepo or SCL ... or run their official containers. I hope to have a container option soon(ish) as part of the Fedora Container Service initiative that would allow you to run the Fedora based version easily, which would bypass the PHP version issues.... but that needs me to have time to get all the dependency issues sorted and carry out the Fedora upgrades. Reminder that I have a job and family and 2 year old daughter ... time to do all this is precious and if you want to see this happen then help is always welcome :) James
Sorin Srbu
2017-Sep-22 10:21 UTC
[CentOS] owncloud on CentOS - I have problems installing/updating recently
> -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of James > Hogarth > Sent: den 22 september 2017 12:14 > To: CentOS mailing list <centos at centos.org> > Subject: Re: [CentOS] owncloud on CentOS - I have problems > installing/updating recently > >> I know that many prefer EPEL packages but sometimes life gets ahead ofus...> > So far as owncloud in EPEL/CentOS is concerned it's not actually lagging > that badly ... the most recent 9.1.X release is 9.1.6 and it's only a few > minor bugfixes for the large part over the 9.1.5 in the EPEL repo. > > https://owncloud.org/changelog/ > > Do note that when I push 9.1.6 (which will be soon now I have a little > time) it'll probably be close to the last owncloud package in EPEL7 at the > least ... I'll include an EOL/retirement notice in the package when I get > around to it and will mail here and epel-devel and epel-announce mailing > lists. > > The 10.x release of owncloud bumps the minimum PHP version to 5.6 ... > which > is obviously not in base repos and I'm not permitted to depend on packages > in SCL or 3rd party repos in EPEL. > > The nextcloud package is in a worse state as things stand ... the version > that can be in EPEL is officially EOL ... I'll push out a 10.0.6 release > soon with the EOL notice and email about this. From 11 onwards theyrequire> PHP5.6+ as well. > > For now my recommendation for owncloud or nextcloud is to use their most > recent manual tarball/zip install and PHP 7.1 from your preferred choiceof> IUS, RemiRepo or SCL ... or run their official containers. > > I hope to have a container option soon(ish) as part of the FedoraContainer> Service initiative that would allow you to run the Fedora based version > easily, which would bypass the PHP version issues.... but that needs me to > have time to get all the dependency issues sorted and carry out the Fedora > upgrades. > > Reminder that I have a job and family and 2 year old daughter ... time to > do all this is precious and if you want to see this happen then help is > always welcome :) > > JamesJust to make sure, I in no way complain about how things are with EPEL. I'm happy as is. Take your time with the family, they are indeed precious. Failed OC and php installs and tests on the end-user side can be redone. :-) -- //Sorin
Nicolas Kovacs
2017-Sep-22 19:41 UTC
[CentOS] owncloud on CentOS - I have problems installing/updating recently
Le 22/09/2017 ? 12:14, James Hogarth a ?crit?:> I know that many prefer EPEL packages but sometimes life gets ahead of us... > > So far as owncloud in EPEL/CentOS is concerned it's not actually lagging > that badly ... the most recent 9.1.X release is 9.1.6 and it's only a few > minor bugfixes for the large part over the 9.1.5 in the EPEL repo.I was only referring to the OwnCloud client package, for which I prefer the OwnCloud repository. For the server, I'm always doing manual installations, because it's more flexible that way. https://blog.microlinux.fr/owncloud-centos/ Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32
Possibly Parallel Threads
- owncloud on CentOS - I have problems installing/updating recently
- owncloud on CentOS - I have problems installing/updating recently
- owncloud on CentOS - I have problems installing/updating recently
- Upcoming OwnCloud changes
- CentOS, PHP & OwnCloud/Nextcloud: the version dilemma