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

Title: DownloadTicketService: Problems installing
Post 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

Title: Re: DownloadTicketService: Problems installing
Post by: Stefano on October 02, 2017, 03:49:44 PM
you need to use smecontribs repo too

Code: [Select]
yum --enablerepo=fws,smecontribs install smeserver-dl
Title: Re: DownloadTicketService: Problems installing
Post by: ghorst352 on October 02, 2017, 04:01:28 PM
you need to use smecontribs repo too

Code: [Select]
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
Title: Re: DownloadTicketService: Problems installing
Post by: Daniel B. on October 02, 2017, 04:44:48 PM
base and updates should be enabled
Title: Re: DownloadTicketService: Problems installing
Post by: ghorst352 on October 02, 2017, 04:52:42 PM
base and updates should be enabled

Still getting an error: https://pastebin.com/tabnNP5h (https://pastebin.com/tabnNP5h)
Title: Re: DownloadTicketService: Problems installing
Post by: Daniel B. on October 02, 2017, 04:55:39 PM
Can you try with --enablerepo=epel,fws,smecontribs ? In which case we'll need to import php-mcrypt into smecontribs
Title: Re: DownloadTicketService: Problems installing
Post by: ghorst352 on October 02, 2017, 05:51:17 PM
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

Title: Re: DownloadTicketService: Problems installing
Post by: ghorst352 on October 02, 2017, 05:56:40 PM
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
Code: [Select]
yum --enablerepo=fws,smecontribs install smeserver-dl. Thank you all for the quick concise responses to my questions.
Title: Re: DownloadTicketService: Problems installing
Post by: guest22 on October 02, 2017, 10:36:21 PM
php7? somehow something is requesting the PHP SCL contrib.
Title: Re: DownloadTicketService: Problems installing
Post by: Daniel B. on October 02, 2017, 10:59:00 PM
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.
Title: Re: DownloadTicketService: Problems installing
Post by: guest22 on October 02, 2017, 11:09:44 PM
Wrong posting deleted