Kaltura for Windows 8.1 pro

Hi,

Try:
# aptitude install -f

Hi Jess,

Same error. Do you think it could be my URL is the problem? But this is the URL which is default.

Thanks

Is KVM01 resolvable on the server? also, what happens when you try:
# service kaltura-nginx restart
?

Hi Jess,

I’m using windows 8.1pro and i think it is but resolvable on my network.
When i apply service kaltura-nginx restart the error below come out.

I disable the firewall in ubuntu as well but cant seem to be able to ping anyone or anyone to ping the server.

root@KVM01:~# service kaltura-nginx restart
Restarting nginx: nginx: [emerg] invalid host in upstream “http://KVM01” in /opt/kaltura/nginx/conf/nginx.conf:17
nginx: configuration file /opt/kaltura/nginx/conf/nginx.conf test failed

Thanks

I now understand the issue, it should be with the protocol prefix. Just replace “http://KVM01” with “KVM01”.

Hi Jess,

After changing /opt/kaltura/nginx/conf/nginx.conf line 17 to KVM01 and i run ./install_kaltura_all_in_1.sh again i get the same error. It automatically add “http://” back.

The following partially installed packages will be configured:
kaltura-nginx
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
Setting up kaltura-nginx (1.8.0-6+b3) …
System start/stop links for /etc/init.d/kaltura-nginx already exist.
Reloading nginx configuration: nginx: [emerg] invalid host in upstream “http://K VM01” in /opt/kaltura/nginx/conf/nginx.conf:17
nginx: configuration file /opt/kaltura/nginx/conf/nginx.conf test failed

            Archving logs to /opt/kaltura/log/log_20_10_15_18_53.tar.gz...

dpkg: error processing package kaltura-nginx (–configure):
subprocess installed post-installation script returned error exit status 11
Processing triggers for libc-bin (2.19-0ubuntu6.6) …
Errors were encountered while processing:
kaltura-nginx
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up kaltura-nginx (1.8.0-6+b3) …
System start/stop links for /etc/init.d/kaltura-nginx already exist.
Reloading nginx configuration: nginx: [emerg] invalid host in upstream “http://K VM01” in /opt/kaltura/nginx/conf/nginx.conf:17
nginx: configuration file /opt/kaltura/nginx/conf/nginx.conf test failed

            Archving logs to /opt/kaltura/log/log_20_10_15_18_53.tar.gz...

dpkg: error processing package kaltura-nginx (–configure):
subprocess installed post-installation script returned error exit status 11
Processing triggers for libc-bin (2.19-0ubuntu6.6) …
Errors were encountered while processing:
kaltura-nginx

Thanks

Hi,

It adds it because the value is saved in your dpkg conf.
You need to fix it manually again and then, once fixed, restart Nginx, then:
# dpkg-reconfigure kaltura-nginx
and make sure you input the correct value, then you should be good.
No need to reinstall the whole thing again, just do this and then run:
# kaltura-sanity.sh
to make sure tests pass and the ENV is sane.

Hi Jess,

Where can i find the files to fix it? which conf do i need to edit?

Thanks

/opt/kaltura/nginx/conf/nginx.conf

Hi Jess,

I went into /opt/kaltura/nginx/conf/nginx.conf line 17 and remove http:// away. Reboot the server and run dpkg-reconfigure kaltura-nginx and got this error.

/usr/sbin/dpkg-reconfigure: kaltura-nginx is broken or not fully installed

PS. Sorry that I’m taking so much of your time. You are the best :smile:

Thanks

Hi Jess,

I change what you tell me too but it is not working and it is still having the same error.
during setup for kaltura the URL i put http://KVM01 . do i need to remove the http:// ?
I’m really lose as im really new to linux. Is there VM which i can try?

Thanks

Hi,
As I said, it needs to be w/o protocol. Just ‘KVM01’.

Hi Jess,

Try w/o protocol and the same error.
I recreate a new VM ubuntu and i got the same error as well.
I’m not sure what I’ve done to trigger this error. But the Kaltura which I’m installing is all in 1 box.
Could this be the problem? Do i need to put 127.0.0.1 instead of http://KVM01 ?

Thanks

Hi,

I am sorry but I don;t understand… did you set “http://KVM01” or “KVM01”? cause I see you wrote:

Once again with a protocol…

Hi Jess,

I’ve set it without the protocol.

Thanks