Page 1 of 1

Servio installation on debian - debian.i-matrixx.de down?

PostPosted: Sat Aug 09, 2014 6:33 pm
by darmach
Hi

Im attempting to install serviio on Debian headless box, running Jessie.
Im following guide located at: http://wiki.serviio.org/doku.php?id=howto:linux:install:debian but is seem that
http://debian.i-matrixx.de is not being resolved at all. I get such error:
  Code:
http://wiki.serviio.org/doku.php?id=howto:linux:install:debian


Is that domain alive?

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Thu Aug 14, 2014 2:55 pm
by xybirium
I would also like to know too.

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Wed Sep 10, 2014 9:31 pm
by emzem2008
Me three... Been using Serviio for 2 years. Paid for a license. Tried installing and same error. Stuck using Plex. :x :( :cry: :x :x :x :x

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Sat Sep 20, 2014 4:45 pm
by emzem2008
Hello ?! Is anyone working on this problem ? Have any information ? I would like to use what I paid for.... :evil: :evil: :evil: :evil:

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Sat Sep 20, 2014 8:57 pm
by emzem2008
Hey darmach, I just installed it from source on debian. Problem solved. :D 8-)

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Fri May 22, 2015 1:26 pm
by Bruno
for debian jessie and above:

  Code:
wget -O - https://apt.z-index.net/apt.z-index.net.gpg.key | sudo apt-key add -
wget https://apt.z-index.net/debian/serviio_1.5.2-1_all.deb
dpkg -i serviio_1.5.2-1_all.deb


but its require java8, i recommend this guide for jessie

http://linuxg.net/how-to-install-the-or ... epository/

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Thu Jan 21, 2016 11:27 am
by Bruno

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Thu Jan 28, 2016 9:01 am
by yann49
Hi,

I am new to Linux/Debian and to Serviio.

Trying to install Serviio I went to this wiki page : http://wiki.serviio.org/doku.php?id=how ... all:debian
where it is written to create the following two lines in the etc/apt/sources.list.d/debian.i-matrixx.list file.

deb-src http://debian.i-matrixx.de serviio main
wget -O - http://debian.i-matrixx.de/52CE883E.asc | sudo apt-key add -


This is what I did (copy / paste) but it did not work. I got the following error message (it was in French so it is a translation not sure the real one is the same in English) :

Type "wget" is unknown on line 2 in the liste of sources at .....
Sources list cannot be read.


Can somebody confirm that this line of command using wget is correct ?
If not could you please tell me how to fix it ?
Is the http://debian.i-matrixx.de the one to use or should I go for https://apt.z-index.net/debian/ ?

Thank you for your help

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Thu Jan 28, 2016 2:02 pm
by Bruno
http://debian.i-matrixx.de does not exists anymore since serviio 1.4, thats the reason why i build the new packages.

install serviio with this commands in your terminal

  Code:
wget -O - https://apt.z-index.net/apt.z-index.net.gpg.key | sudo apt-key add -
wget https://apt.z-index.net/debian/serviio_1.6.0-1_all.deb
dpkg -i serviio_1.6.0-1_all.deb

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Thu Jan 28, 2016 2:19 pm
by zip
Any chance you could update the wiki article too to keep it up-to-date?

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Fri Jan 29, 2016 10:12 am
by yann49
Bruno wrote:http://debian.i-matrixx.de does not exists anymore since serviio 1.4, thats the reason why i build the new packages.

install serviio with this commands in your terminal

  Code:
wget -O - https://apt.z-index.net/apt.z-index.net.gpg.key | sudo apt-key add -
wget https://apt.z-index.net/debian/serviio_1.6.0-1_all.deb
dpkg -i serviio_1.6.0-1_all.deb

Hi Bruno,
Thank you ... it is working fine now.
Great support

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Sat Mar 12, 2016 5:07 am
by stefankrieger
I'm trying to install Serviio on Debian Weezy 7.9, but
Code:
wget -O - https://apt.z-index.net/apt.z-index.net.gpg.key | sudo apt-key add -

results in
root@debian:/home/stefan# wget -O - https://apt.z-index.net/apt.z-index.net.gpg.key | sudo apt-key add -
--2016-03-11 23:43:25-- https://apt.z-index.net/apt.z-index.net.gpg.key
Resolving apt.z-index.net (apt.z-index.net)... 37.120.174.49, 2a03:4000:6:7079::1
Connecting to apt.z-index.net (apt.z-index.net)|37.120.174.49|:443... connected.
ERROR: The certificate of `apt.z-index.net' is not trusted.
ERROR: The certificate of `apt.z-index.net' hasn't got a known issuer.
gpg: no valid OpenPGP data found.

What do I do?

Thanks.

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Mon Mar 14, 2016 9:59 am
by Bruno
its look like the root cert on your debian is missing for startssl.com.

you can download the .deb file manually from here
https://apt.z-index.net/debian/
and install it with "dpkg -i *.deb"

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Wed Apr 19, 2017 12:17 pm
by woodrook
I'm trying to install serviio 1.8 on debian jessie but i'm having a lot of trouble with java and serviio as well

Unfortunately the wiki si very old and i'm unable to find a guide over the web

I'll probably switch my os to ubuntu server

Re: Servio installation on debian - debian.i-matrixx.de down

PostPosted: Wed Apr 19, 2017 12:46 pm
by Bruno
i switched last year to plex (pass) and does not use serviio anymore, sorry.