Installing Kaltura Debian 8

Hello, we are following the following document to install Kaltura on Debian 8.0

When reaching apt-get install dwh we get an error:
apt-get install kaltura-dwh
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following extra packages will be installed:
kaltura-pentaho
The following NEW packages will be installed:
kaltura-dwh kaltura-pentaho
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 299 MB of archives.
After this operation, 490 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://installrepo.kaltura.org/repo/apt/debian/ mercury/main kaltura-pentaho amd64 4.2.1+b2 [240 MB]
Get:2 http://installrepo.kaltura.org/repo/apt/debian/ mercury/main kaltura-dwh amd64 12.14.0-1+b1 [59.8 MB]
Fetched 299 MB in 29s (10.3 MB/s)
Preconfiguring packages …
Selecting previously unselected package kaltura-pentaho.
(Reading database … 185837 files and directories currently installed.)
Preparing to unpack …/kaltura-pentaho_4.2.1+b2_amd64.deb …
Unpacking kaltura-pentaho (4.2.1+b2) …
Selecting previously unselected package kaltura-dwh.
Preparing to unpack …/kaltura-dwh_12.14.0-1+b1_amd64.deb …
Unpacking kaltura-dwh (12.14.0-1+b1) …
Setting up kaltura-pentaho (4.2.1+b2) …
Setting up kaltura-dwh (12.14.0-1+b1) …
dpkg: error processing package kaltura-dwh (–configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
kaltura-dwh

And installation aborts.

Can you please advise if the package is broken?

Thanks

Hi @OCX,

There is no general issue I am aware of and our tests all pass, plus, this package has not been updated in a rather long time:)
That said, to debug it, please edit:
/var/lib/dpkg/info/kaltura-dwh.postinst
change:

#!/bin/bash -e

to read:

#!/bin/bash -ex

And then run:

# aptitude install -f

and let’s see where it fails exactly.

Thanks,

Dear Jess,

I managed to deploy dwh correctly, it was a typo misconfiguration

Thank you

Hi @OCX,

That happens:)
Glad to hear we’re good now.