FAQ  •  Register  •  Login

Bug on "stop server" function - serviio 1.9

<<

vtcalvello

Serviio newbie

Posts: 3

Joined: Wed Aug 16, 2017 3:59 pm

Post Wed Aug 16, 2017 4:04 pm

Bug on "stop server" function - serviio 1.9

Recently I've notice that my server wasn't working well. The stability of conection was very bad. I use DLNA on PS3 and Serviio on Ubuntu 16.04. Now every time I try to click on "stop server" it doesn't work. The little wheel keeps spinning like forever, and I can't get a good stability on PS3. Can somebody please help me?
<<

rOOt@LX

User avatar

Serviio newbie

Posts: 12

Joined: Sat Aug 05, 2017 6:04 pm

Post Fri Aug 18, 2017 6:55 am

Re: Bug on "stop server" function - serviio 1.9

Some more specific Information about your System would be usefully.
@ the Ubuntu machine type in Terminal inxi -F (if it's not found sudo apt-get install inxi).
Type java -version to check your installed version.
serviio should be installed like this (working on Debion, should work at Ubuntu to):

as root:

cd /opt
wget http://download.serviio.org/releases/se ... nux.tar.gz
tar -C /opt -zxvf serviio-1.9-linux.tar.gz
mv /opt/serviio-1.9 /opt/serviio
rm serviio-1.9-linux.tar.gz (if you don't need it anymore)

create serviio user:

useradd -d /opt/serviio -r serviio
chown -R serviio:serviio /opt/serviio
passwd serviio (enter here pass for user serviio)

log in once as user servvio on a tty of your choice except 7 https://askubuntu.com/questions/66195/what-is-a-tty-and-how-do-i-access-a-tty

Register serviio as a service
create service:
touch /lib/systemd/system/serviio.service

nano /lib/systemd/system/serviio.service

Content of servio.service:
[Unit]
Description=Serviio Server Daemon
After=syslog.target network.target
[Service]
User=serviio
Type=simple
ExecStart=/opt/serviio/bin/serviio.sh
[Install]
WantedBy=multi-user.target

Enable serviio.service:
systemctl daemon-reload
systemctl enable serviio

Reboot and check again.
There are only 10 types of people in the world: Those who understand binary and those who don`t ....

Return to Serviio Support & Help

Who is online

Users browsing this forum: Majestic-12 [Bot] and 21 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.