Koozali.org: home of the SME Server
Contribs.org Forums => Koozali SME Server 10.x Contribs => Topic started by: gavan_white 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
-
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:
yum --enablerepo=smecontribs clean all
-
Yes, I did use --enablerepo=smecontribs
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.
-
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
-
what gives
db yum_repositories show smecontribs
-
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
-
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.
-
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.
-
you did not
nextcloud rpm did.
but nextcloud rpm should have undone it on uninstall. please open bug.
-
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