Koozali.org: home of the SME Server

NextCloud

Offline calisun

  • *
  • 619
  • +0/-1
NextCloud
« on: March 04, 2025, 06:19:34 AM »
Is NextCloud Contrib  no longer available?
When I go to the troubleshooting article mentioned in message (below), I see error 404.
When I try to install, I get this:

 yum install smeserver-nextcloud --enablerepo=smecontribs
Loaded plugins: fastestmirror, post-transaction-actions, priorities, smeserver
Loading mirror speeds from cached hostfile
 * smeaddons: distro.ibiblio.org
 * smecontribs: distro.ibiblio.org
 * smeextras: distro.ibiblio.org
 * smeos: distro.ibiblio.org
 * smeupdates: distro.ibiblio.org
 * smeupdates-testing: distro.ibiblio.org
base                                                     | 3.6 kB     00:00
http://vault.centos.org/7.9.2009/centos-sclo-rh/x86_64/rh/repodata/repomd.xml: [                                                                           Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
                                                             
« Last Edit: March 04, 2025, 11:54:24 AM by calisun »
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline TerryF

  • grumpy old man
  • *
  • 1,841
  • +6/-0
Re: NextCloud
« Reply #1 on: March 04, 2025, 08:42:48 AM »
--
qui scribit bis legit

Offline calisun

  • *
  • 619
  • +0/-1
Re: NextCloud
« Reply #2 on: March 04, 2025, 11:47:47 AM »
I think you need to update the relevant repo from smeaddons

http://mirror.canada.pialasse.com/releases/10/smeaddons/x86_64/RPMS/smeserver-extrarepositories-centos-sclo-0.1-45.noarch.rpm

Thank you TerryF, after installing RPM (reconfigure/reboot) and when I try to install nextcloud, it shows new mirrors, but again it stops with 404 error:

 yum install smeserver-nextcloud --enablerepo=smecontribs
Loaded plugins: fastestmirror, post-transaction-actions, priorities, smeserver
Loading mirror speeds from cached hostfile
 * smeaddons: mirror.canada.pialasse.com
 * smecontribs: mirror.canada.pialasse.com
 * smeextras: mirror.canada.pialasse.com
 * smeos: mirror.canada.pialasse.com
 * smeupdates: mirror.canada.pialasse.com
 * smeupdates-testing: mirror.canada.pialasse.com
base                                                                                                                                  | 3.6 kB  00:00:00
http://vault.centos.org/7.9.2009/centos-sclo-centos/x86_64/sclo/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
« Last Edit: March 04, 2025, 11:49:27 AM by calisun »
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline Jean-Philippe Pialasse

  • *
  • 2,900
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: NextCloud
« Reply #3 on: March 04, 2025, 11:07:29 PM »
Code: [Select]
/etc/e-smith/events/actions/initialize-default-databases

expand-template /etc/yum.smerepos.d/sme-base.repo

if it does not fix it, then do

yum update --disablerepo=* --enablerepo=smeupdates

Offline calisun

  • *
  • 619
  • +0/-1
Re: NextCloud
« Reply #4 on: March 05, 2025, 12:24:50 AM »
Hi Jean-Philippe Pialasse
Thank you for the info, unfortunately it did not work.
first code did not fix it.
Second code seems like it worked (Tried attaching output, but txt file is not allowed to be attached), after Reconfigure/Reboot, I still get 404 error when trying to install Contrib.
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline Jean-Philippe Pialasse

  • *
  • 2,900
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: NextCloud
« Reply #5 on: March 05, 2025, 03:18:33 PM »
the url should be
https://vault.centos.org/7.9.2009/sclo/x86_64/sclo/repodata/repomd.xml
you have
http://vault.centos.org/7.9.2009/centos-sclo-centos/x86_64/sclo/repodata/repomd.xml


this is due to bug fixed in smeserver-yum

* mar jui 30 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.6.2-6.sme
- fix wrong url for sclo vault [SME: 12715]
- fix service name to restart for nut [SME: 12661]


what says
Code: [Select]
rpm -q smeserver-yum



Offline calisun

  • *
  • 619
  • +0/-1
Re: NextCloud
« Reply #6 on: March 05, 2025, 06:01:09 PM »
what says
Code: [Select]
rpm -q smeserver-yum

smeserver-yum-2.6.2-1.el7.sme.noarch
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline Jean-Philippe Pialasse

  • *
  • 2,900
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: NextCloud
« Reply #7 on: March 05, 2025, 07:11:57 PM »
then you did not do the yum update as i asked earlier.  i will add smeo in case to the command

Code: [Select]
yum update --disablerepo=* --enablerepo=smeupdates,smeos

Offline calisun

  • *
  • 619
  • +0/-1
Re: NextCloud
« Reply #8 on: March 05, 2025, 09:08:31 PM »
then you did not do the yum update as i asked earlier.  i will add smeo in case to the command
I did, but I see some error messages. I tried to attach output in last message, but system does not allow .txt attachments.
What is the best way to share that?


edited:
Code: [Select]
--> Finished Dependency Resolution
Error: Package: php80-php-intl-8.0.30-6.el7.remi.x86_64 (smeupdates)
           Requires: libicuuc.so.73()(64bit)
Error: Package: php83-php-intl-8.3.8-1.el7.remi.x86_64 (smeupdates)
           Requires: libicui18n.so.73()(64bit)
Error: Package: php82-php-intl-8.2.20-1.el7.remi.x86_64 (smeupdates)
           Requires: libicudata.so.73()(64bit)
Error: Package: perl-Net-IMAP-Simple-1.2212-1.of.el7.noarch (smeupdates)
           Requires: perl(Parse::RecDescent)
« Last Edit: March 05, 2025, 10:32:52 PM by Jean-Philippe Pialasse »
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline Jean-Philippe Pialasse

  • *
  • 2,900
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: NextCloud
« Reply #9 on: March 05, 2025, 10:43:26 PM »
you are missing
perl-Parse-RecDescent-1.967009-5.el7.noarch from base
libicu73-73.2-1.el7.remi.x86_64 from  remi-safe

try

Code: [Select]
yum update --disablerepo=* --enablerepo=smeupdates,smeos,remi-safe,baseremoved typo ; and replaced to ,
« Last Edit: March 06, 2025, 03:08:18 AM by Jean-Philippe Pialasse »

Offline calisun

  • *
  • 619
  • +0/-1
Re: NextCloud
« Reply #10 on: March 05, 2025, 11:22:35 PM »
Unfortunately it did not work still get error messages

Code: [Select]
--> Finished Dependency Resolution
Error: Package: php80-php-intl-8.0.30-6.el7.remi.x86_64 (smeupdates)
           Requires: libicuuc.so.73()(64bit)
Error: Package: php81-php-intl-8.1.29-1.el7.remi.x86_64 (smeupdates)
           Requires: libicuuc.so.73()(64bit)
Error: Package: php83-php-intl-8.3.8-1.el7.remi.x86_64 (smeupdates)
           Requires: libicui18n.so.73()(64bit)
Error: Package: php74-php-intl-7.4.33-15.el7.remi.x86_64 (smeupdates)
           Requires: libicuuc.so.73()(64bit)
Error: Package: php80-php-intl-8.0.30-6.el7.remi.x86_64 (smeupdates)
           Requires: libicui18n.so.73()(64bit)
Error: Package: php74-php-intl-7.4.33-15.el7.remi.x86_64 (smeupdates)
           Requires: libicui18n.so.73()(64bit)
Error: Package: php80-php-intl-8.0.30-6.el7.remi.x86_64 (smeupdates)
           Requires: libicuio.so.73()(64bit)
Error: Package: php81-php-intl-8.1.29-1.el7.remi.x86_64 (smeupdates)
           Requires: libicuio.so.73()(64bit)
Error: Package: php82-php-intl-8.2.20-1.el7.remi.x86_64 (smeupdates)
           Requires: libicui18n.so.73()(64bit)
Error: Package: php82-php-intl-8.2.20-1.el7.remi.x86_64 (smeupdates)
           Requires: libicuuc.so.73()(64bit)
Error: Package: php74-php-intl-7.4.33-15.el7.remi.x86_64 (smeupdates)
           Requires: libicudata.so.73()(64bit)
Error: Package: php81-php-intl-8.1.29-1.el7.remi.x86_64 (smeupdates)
           Requires: libicui18n.so.73()(64bit)
Error: Package: php82-php-intl-8.2.20-1.el7.remi.x86_64 (smeupdates)
           Requires: libicudata.so.73()(64bit)
Error: Package: php74-php-intl-7.4.33-15.el7.remi.x86_64 (smeupdates)
           Requires: libicuio.so.73()(64bit)
Error: Package: php83-php-intl-8.3.8-1.el7.remi.x86_64 (smeupdates)
           Requires: libicuio.so.73()(64bit)
Error: Package: php83-php-intl-8.3.8-1.el7.remi.x86_64 (smeupdates)
           Requires: libicudata.so.73()(64bit)
Error: Package: php82-php-intl-8.2.20-1.el7.remi.x86_64 (smeupdates)
           Requires: libicuio.so.73()(64bit)
Error: Package: php80-php-intl-8.0.30-6.el7.remi.x86_64 (smeupdates)
           Requires: libicudata.so.73()(64bit)
Error: Package: php81-php-intl-8.1.29-1.el7.remi.x86_64 (smeupdates)
           Requires: libicudata.so.73()(64bit)
Error: Package: php83-php-intl-8.3.8-1.el7.remi.x86_64 (smeupdates)
           Requires: libicuuc.so.73()(64bit)
Error: Package: perl-Net-IMAP-Simple-1.2212-1.of.el7.noarch (smeupdates)
           Requires: perl(Parse::RecDescent)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
-bash: remi-safe,base: command not found

Since this SME 10 install (with SME 9 restore) is only one week old, I am thinking of doing install again.

Update:

Found a typo in the code, run this updated code and it seemed to work:

Code: [Select]
yum update --disablerepo=* --enablerepo=smeupdates,smeos,remi-safe,base
« Last Edit: March 05, 2025, 11:57:55 PM by calisun »
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline calisun

  • *
  • 619
  • +0/-1
Re: NextCloud
« Reply #11 on: March 06, 2025, 01:23:30 AM »
No Luck,
After running above mentioned code, system did about 700 updates.
After reconfigure/reboot, I tried installing NextCloud, but still gives me error.

Code: [Select]
yum install smeserver-nextcloud --enablerepo=smecontribs
Loaded plugins: fastestmirror, post-transaction-actions, priorities, smeserver
Loading mirror speeds from cached hostfile
 * smeaddons: mirror.canada.pialasse.com
 * smecontribs: mirror.canada.pialasse.com
 * smeextras: mirror.canada.pialasse.com
 * smeos: mirror.canada.pialasse.com
 * smeupdates: mirror.canada.pialasse.com
 * smeupdates-testing: mirror.canada.pialasse.com
base                                                                                                                                                                                                          | 3.6 kB  00:00:00
centos-sclo-centos                                                                                                                                                                                            | 3.0 kB  00:00:00
centos-sclo-rh                                                                                                                                                                                                | 3.0 kB  00:00:00
http://mirror.centos.org/centos/7/sclo/x86_64/sclo/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article

and

Code: [Select]
rpm -q smeserver-yumshows this:
smeserver-yum-2.6.2-6.el7.sme.noarch
« Last Edit: March 06, 2025, 01:32:05 AM by calisun »
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline TerryF

  • grumpy old man
  • *
  • 1,841
  • +6/-0
Re: NextCloud
« Reply #12 on: March 06, 2025, 02:56:02 AM »
Hi, just a couple of checks to package versions, can you show results of following

# rpm -q smeserver-extrarepositories-epel smeserver-extrarepositories-centos-sclo

when correct repo urls are set by the above packages the following db settings should be as  shown

# db yum_repositories show centos-sclo-centos
centos-sclo-centos=repository
    BaseURL=http://vault.centos.org/7.9.2009/sclo/$basearch/sclo/
    EnableGroups=no
    GPGCheck=yes
    GPGKey=https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo
    MirrorList=disabled
    Name=Centos-RH Software collections
    Priority=10
    Visible=yes
    status=enabled

# db yum_repositories show centos-sclo-rh
centos-sclo-rh=repository
    BaseURL=http://vault.centos.org/7.9.2009/sclo/$basearch/rh/
    EnableGroups=no
    GPGCheck=yes
    GPGKey=https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo
    MirrorList=disabled
    Name=Centos-RH Software collections
    Priority=10
    Visible=yes
    status=enabled
--
qui scribit bis legit

Offline Jean-Philippe Pialasse

  • *
  • 2,900
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: NextCloud
« Reply #13 on: March 06, 2025, 03:10:05 AM »
Code: [Select]
rpm -q smeserver-yumshows this:
smeserver-yum-2.6.2-6.el7.sme.noarch

now you can run
Code: [Select]
/etc/e-smith/events/actions/initialize-default-databases
expand-template /etc/yum.smerepos.d/sme-base.repo

NB : why it is not that easy, because SME 10 is also EOL, with all repo moved to archive on upstream side, this was never meant to be to continue with eol software buty to ease a last update before migrating to SME 11 ... and yes it is not ready 
« Last Edit: March 06, 2025, 03:12:21 AM by Jean-Philippe Pialasse »

Offline calisun

  • *
  • 619
  • +0/-1
Re: NextCloud
« Reply #14 on: March 06, 2025, 03:40:12 AM »
Hi, just a couple of checks to package versions, can you show results of following ...

# rpm -q smeserver-extrarepositories-epel smeserver-extrarepositories-centos-sclo
package smeserver-extrarepositories-epel is not installed
smeserver-extrarepositories-centos-sclo-0.1-45.noarch

# db yum_repositories show centos-sclo-centos
centos-sclo-centos=repository
    BaseURL=http://vault.centos.org/7.9.2009/sclo/$basearch/sclo/
    EnableGroups=no
    GPGCheck=yes
    GPGKey=https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo
    MirrorList=disabled
    Name=Centos-RH Software collections
    Priority=10
    Visible=yes
    status=enabled

# db yum_repositories show centos-sclo-rh
centos-sclo-rh=repository
    BaseURL=http://vault.centos.org/7.9.2009/sclo/$basearch/rh/
    EnableGroups=no
    GPGCheck=yes
    GPGKey=https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo
    MirrorList=disabled
    Name=Centos - RH Software Collections
    Priority=10
    Visible=yes
    status=enabled
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite