Koozali.org: home of the SME Server

Nextcloud -? install bug

Offline gavan_white

  • *
  • 29
  • +0/-0
Nextcloud -? install bug
« on: October 10, 2021, 10:48:36 AM »
I have trouble installing nextcloud. This has happened after I uninstalled smeserver-nexcloud and nextcloud, to start afresh on my new server.
After installing my backup on the new server - clean install of SME10, updated, then backup restored, I tried to install smeserver-nextcloud using yum and got the following message:

Resolving Dependencies
--> Running transaction check
---> Package smeserver-nextcloud.noarch 0:1.2.0-11.el7.sme will be installed
--> Processing Dependency: nextcloud >= 20.0.1 for package: smeserver-nextcloud-1.2.0-11.el7.sme.noarch
--> Finished Dependency Resolution
Error: Package: smeserver-nextcloud-1.2.0-11.el7.sme.noarch (smecontribs)
           Requires: nextcloud >= 20.0.1
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


I am stuck at this point. The 'Requires: nextcloud >= 20.0.1' should be met with the Nextcloud in the repository.
At this stage, I just wonder if anyone has had this message, otherwise I will consider a fresh install and test this out more. Because of the fresh install, I can't find any nextcloud log files, unless I am looking in the wrong place.

Thanks
Gavan

Online ReetP

  • *
  • 3,722
  • +5/-0
Re: Nextcloud -? install bug
« Reply #1 on: October 10, 2021, 01:18:35 PM »
Exactly what was the yum install command you used? You might have a corrupted mirrorist.

The rpm is in smecontribs.

https://wiki.koozali.org/Nextcloud

Try something like this:

Code: [Select]
yum --enablerepo=smecontribs clean all
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline gavan_white

  • *
  • 29
  • +0/-0
Re: Nextcloud -? install bug
« Reply #2 on: October 10, 2021, 03:11:55 PM »
Yes, I did use --enablerepo=smecontribs


Code: [Select]
yum --enablerepo=smecontribs clean all

Thanks. I did as you suggested and same result.

When I get the time, I will see if I can install after downloading the rpm(s).

If all else fails, I might take a backup and start from scratch again.

Online ReetP

  • *
  • 3,722
  • +5/-0
Re: Nextcloud -? install bug
« Reply #3 on: October 10, 2021, 03:21:29 PM »
Can you please post the exact command & output.

Otherwise this is all just guesswork.

Also, go to the wiki page, click the link to 20.0.1-1 and where do you end up?

Mine goes to this mirror but YMMV.

http://smeserver.de-labrusse.fr/releases//10/smecontribs/x86_64/repoview/nextcloud.html
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline Jean-Philippe Pialasse

  • *
  • 2,743
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Nextcloud -? install bug
« Reply #4 on: October 10, 2021, 03:48:22 PM »
what gives

db yum_repositories show smecontribs

Offline gavan_white

  • *
  • 29
  • +0/-0
Re: Nextcloud -? install bug
« Reply #5 on: October 11, 2021, 01:04:58 AM »
Can you please post the exact command & output.

[root@synserver ~]# yum install smeserver-nextcloud --enablerepo=smecontribs
Loaded plugins: fastestmirror, post-transaction-actions, priorities, smeserver
Loading mirror speeds from cached hostfile
 * base: mirror.ventraip.net.au
 * smeaddons: ftp.nluug.nl
 * smecontribs: ftp.nluug.nl
 * smeextras: ftp.nluug.nl
 * smeos: ftp.nluug.nl
 * smeupdates: ftp.nluug.nl
 * updates: mirror.ventraip.net.au
Resolving Dependencies
--> Running transaction check
---> Package smeserver-nextcloud.noarch 0:1.2.0-11.el7.sme will be installed
--> Processing Dependency: nextcloud >= 20.0.1 for package: smeserver-nextcloud-1.2.0-11.el7.sme.noarch
--> Finished Dependency Resolution
Error: Package: smeserver-nextcloud-1.2.0-11.el7.sme.noarch (smecontribs)
           Requires: nextcloud >= 20.0.1
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


what gives

db yum_repositories show smecontribs

[root@synserver ~]# db yum_repositories show smecontribs
smecontribs=repository
    EnableGroups=yes
    Exclude=,nextcloud
    GPGCheck=yes
    MirrorList=http://mirrorlist.koozali.org/mirrorlist/smecontribs-10
    Name=SME Server - contribs
    Visible=yes
    status=disabled

Looks like I have excluded nextcloud in some way!!

I can install, remove and re-install on a fresh install of SME10 on Proxmox

Online ReetP

  • *
  • 3,722
  • +5/-0
Re: Nextcloud -? install bug
« Reply #6 on: October 11, 2021, 01:20:54 AM »
Quote
Looks like I have excluded nextcloud in some way!!

It rather looks like you have.

Just delete the key and yum modify. Doesn't need a whole reinstall.
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline gavan_white

  • *
  • 29
  • +0/-0
Re: Nextcloud -? install bug
« Reply #7 on: October 11, 2021, 01:49:36 AM »
It rather looks like you have.

Just delete the key and yum modify. Doesn't need a whole reinstall.

Thanks for that. Must have done this ages ago and it came across with my upgrade to SME10.

Offline Jean-Philippe Pialasse

  • *
  • 2,743
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Nextcloud -? install bug
« Reply #8 on: October 11, 2021, 04:23:32 AM »
you did not

nextcloud rpm did.

but nextcloud rpm should have undone it on uninstall. please open bug.

Offline gavan_white

  • *
  • 29
  • +0/-0
Re: Nextcloud -? install bug
« Reply #9 on: October 11, 2021, 10:35:58 AM »
you did not

nextcloud rpm did.

but nextcloud rpm should have undone it on uninstall. please open bug.

Bug submitted
and
Thanks for the help ReetP and  Jean-Philippe Pialasse