Koozali.org: home of the SME Server
Obsolete Releases => SME 9.x Contribs => Topic started by: ghorst352 on October 02, 2017, 03:43:31 PM
-
I recently installed 9.2. After the installation, I restored my 8.2 backup via a 3rd HDD I used for my backup. Everything restored and I initiated 9.2 updates. Everything is completely updated now. I went to install DTS and followed the instructions to a T. I get this output and it doesn't install: https://pastebin.com/KruWCCmd (https://pastebin.com/KruWCCmd)
When I actually go to the "BaseURL", which is http://repo.firewall-services.com/centos/\$releasever , it gives me a 404 Not Found. Is this the wrong URL? I've been trying for hours to remedy the situation but no luck. Any help is much appreciated. Thanks in advance
-
you need to use smecontribs repo too
yum --enablerepo=fws,smecontribs install smeserver-dl
-
you need to use smecontribs repo too
yum --enablerepo=fws,smecontribs install smeserver-dl
I did that and I get this: https://pastebin.com/g1UN8b8L (https://pastebin.com/g1UN8b8L)
Edit: Here is my repository DB, if this helps:
[root@mail ~]# /sbin/e-smith/audittools/repositories
base: disabled
centosplus: disabled
contrib: disabled
dag: disabled
epel: disabled
extras: disabled
fasttrack: disabled
fws: disabled
sme7contribs: disabled
smeaddons: enabled
smecontribs: disabled
smedev: disabled
smeextras: enabled
smeos: disabled
smetest: disabled
smeupdates: enabled
smeupdates-testing: disabled
updates: disabled
-
base and updates should be enabled
-
base and updates should be enabled
Still getting an error: https://pastebin.com/tabnNP5h (https://pastebin.com/tabnNP5h)
-
Can you try with --enablerepo=epel,fws,smecontribs ? In which case we'll need to import php-mcrypt into smecontribs
-
base and updates should be enabled
Enabled both of them now along with the other repositories that should be enabled:
/sbin/e-smith/audittools/repositories
base: enabled
centosplus: disabled
contrib: disabled
dag: disabled
epel: disabled
extras: disabled
fasttrack: disabled
fws: disabled
sme7contribs: disabled
smeaddons: enabled
smecontribs: disabled
smedev: disabled
smeextras: enabled
smeos: enabled
smetest: disabled
smeupdates: enabled
smeupdates-testing: disabled
updates: enabled
-
Can you try with --enablerepo=epel,fws,smecontribs ? In which case we'll need to import php-mcrypt into smecontribs
After modifying the DBs that needed to be enabled, I finally got DTS installed by running yum --enablerepo=fws,smecontribs install smeserver-dl
. Thank you all for the quick concise responses to my questions.
-
php7? somehow something is requesting the PHP SCL contrib.
-
Indeed. All the php based contrib I maintain now require smeserver-php-fpm which pulls php 5.6 7.0 and 7.1 (SCL). This package is a bit like smeserver-php-scl but using fpm/fastcgi. I talked about it a few months ago on devinfo.
-
Wrong posting deleted