User Tools

Site Tools


howto:linux:install:ubuntu18-04

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
howto:linux:install:ubuntu18-04 [2022/10/02 02:10]
cmakula Updated to newer version of jre, which works with serviio
howto:linux:install:ubuntu18-04 [2023/04/11 21:45] (current)
cmakula Added Timeout extension to allow extended stop before kill.
Line 1: Line 1:
 <note important>This guide assumes you are starting from scratch, with a brand new Ubuntu 18.04 - 22.04 (any distribution, including Minimal/Netboot) installation, and need a new Serviio install.</note> <note important>This guide assumes you are starting from scratch, with a brand new Ubuntu 18.04 - 22.04 (any distribution, including Minimal/Netboot) installation, and need a new Serviio install.</note>
  
-This installation is based on 18.04.2 LTS, Minimal Edition, 20.04 Netboot, and Xubuntu 22.04 (but this should work for any version of Ubuntu 18.04 - 22.04 or any desktop variant).  At the time of the updating this document (October 1, 2022), the newest version of Serviio is 2.2.1.+This installation is based on 18.04.2 LTS, Minimal Edition, 20.04 Netboot, and Xubuntu 22.04 (but this should work for any version of Ubuntu 18.04 - 22.04 or any desktop variant).  At the time of the updating this document (December 14, 2022), the newest version of Serviio is 2.3.
  
 Please read the entire procedure before installation so you are familiar with the process before “taking on the terminal”. Please read the entire procedure before installation so you are familiar with the process before “taking on the terminal”.
Line 45: Line 45:
 b.  Download the Serviio software. b.  Download the Serviio software.
  
-<code>sudo wget http://download.serviio.org/releases/serviio-2.2.1-linux.tar.gz+<code>sudo wget http://download.serviio.org/releases/serviio-2.3-linux.tar.gz
 </code> </code>
  
 c.  Extract the software. c.  Extract the software.
  
-<code>sudo tar zxvf serviio-2.2.1-linux.tar.gz+<code>sudo tar zxvf serviio-2.3-linux.tar.gz
 </code> </code>
  
 d.  Create a soft link to the Serviio directory. d.  Create a soft link to the Serviio directory.
  
-<code>sudo ln -s serviio-2.2.1 serviio+<code>sudo ln -s serviio-2.serviio
 </code> </code>
  
Line 80: Line 80:
 h.  Remove the installation file. h.  Remove the installation file.
  
-<code>sudo rm serviio-2.2.1-linux.tar.gz+<code>sudo rm serviio-2.3-linux.tar.gz
 </code> </code>
  
Line 100: Line 100:
 ExecStart=/opt/serviio/bin/serviio.sh ExecStart=/opt/serviio/bin/serviio.sh
 ExecStop=/opt/serviio/bin/serviio.sh -stop ExecStop=/opt/serviio/bin/serviio.sh -stop
-KillMode=none+KillMode=mixed 
 +TimeoutStopSpec=30
 Restart=on-abort Restart=on-abort
  
howto/linux/install/ubuntu18-04.1664676631.txt.gz · Last modified: 2022/10/02 02:10 by cmakula