Koozali.org: home of the SME Server

DownloadTicketService: Problems installing

Offline ghorst352

  • ****
  • 180
  • +0/-0
DownloadTicketService: Problems installing
« 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

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


Offline Stefano

  • *
  • 10,836
  • +2/-0
Re: DownloadTicketService: Problems installing
« Reply #1 on: October 02, 2017, 03:49:44 PM »
you need to use smecontribs repo too

Code: [Select]
yum --enablerepo=fws,smecontribs install smeserver-dl

Offline ghorst352

  • ****
  • 180
  • +0/-0
Re: DownloadTicketService: Problems installing
« Reply #2 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

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
« Last Edit: October 02, 2017, 04:08:33 PM by ghorst352 »

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: DownloadTicketService: Problems installing
« Reply #3 on: October 02, 2017, 04:44:48 PM »
base and updates should be enabled
C'est la fin du monde !!! :lol:

Offline ghorst352

  • ****
  • 180
  • +0/-0
Re: DownloadTicketService: Problems installing
« Reply #4 on: October 02, 2017, 04:52:42 PM »
base and updates should be enabled

Still getting an error: https://pastebin.com/tabnNP5h

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: DownloadTicketService: Problems installing
« Reply #5 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
C'est la fin du monde !!! :lol:

Offline ghorst352

  • ****
  • 180
  • +0/-0
Re: DownloadTicketService: Problems installing
« Reply #6 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


Offline ghorst352

  • ****
  • 180
  • +0/-0
Re: DownloadTicketService: Problems installing
« Reply #7 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.

guest22

Re: DownloadTicketService: Problems installing
« Reply #8 on: October 02, 2017, 10:36:21 PM »
php7? somehow something is requesting the PHP SCL contrib.

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: DownloadTicketService: Problems installing
« Reply #9 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.
C'est la fin du monde !!! :lol:

guest22

Re: DownloadTicketService: Problems installing
« Reply #10 on: October 02, 2017, 11:09:44 PM »
Wrong posting deleted