Snakeoil Forums

Full Version: Full proces to instal snakeiol 100% works.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1. INSTALLATION Ubuntu server 22.04.5 LTE

!!! Do not install newer versions of ubuntu server, snakeoil works correctly with version 22.04.5 LTE

Page to download the Ubuntu server 22.04.5 LTE ISO image

https://ubuntu.com/download/server/thank...4&lts=true

----------------------------------------------------------------------------------------------------

Preparing a bootable USB drive using BalendaEtcher or Rufus.
Below are the websites to download.

https://etcher.balena.io/

https://rufus.ie/

--------------------------------------------------------------------------------------------------

Boot the computer from the USB drive with the Ubuntu server 22.04.5 LTE ISO image
During installation, select the location gb. Guaranteed installation without errors in Kernel.
During installation, select SSH to install.

------------------------------------------------------------------------------------------------------------------
!!! After installing the server, the lv partition (our audio files will be there) is reduced to about 20% of the available disk space.

!! Solving the problem of a small lv partition

Increase the lv partition to the full available size.

The command to check the size of the ubuntu--vg-ubuntu--lv partition is below.
 
Code:
lsblk


Then we enter the commands to resize of the lv partition (press enter after each code)
 
Code:
vgdisplay
 
Code:
lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
 
Code:
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv


After these commands, the ubuntu--vg-ubuntu--lv partition changes its size to the maximum available size.
We can check the effect with the lsblk command
-------------------------------------------------------------------------------------

2. INSTALLING SNAKEOIL IN UBUNTU SERVER 22.04.5 LTE

Useful information before installing snakeoil.

Snakeoil website
https://www.snakeoil-os.net/

Files with snakeoil versions for installation.
https://artifacts.snakeoil-os.net/artifacts/installer

There we will find snakeoil versions as below:

snakeoil-installer-bookworm-aarch64-1.3.0-0440b..> 31-Dec-2023
snakeoil-installer-bookworm-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-bookworm-aarch64-1.3.1.sh 20-Jan-2024
snakeoil-installer-focal-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-aarch64-1.3.0-0440b48.sh 31-Dec-2023
snakeoil-installer-jammy-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-aarch64-1 .3.1.sh 01-Jan-2024
snakeoil-installer-jammy-x86_64-1.3.0-0440b48.sh 31-Dec-2023
snakeoil-installer-jammy-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-x86_64-1.3.1.sh 01-Jan-2024
snakeoil-installer-lunar-aarch64-1.3.0. sh 01-Jan-2024
snakeoil-installer-lunar-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-mantic-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-mantic-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-noble-aarch64-1.4.0.sh 04-Sep-2024
snakeoil-installer-noble-x86_64-1.4.0.sh 04-Sep-2024

----------------------------------------------------------------------------------------------------
INSTALLATION

The installation can be started direct from the Ubuntu server 22.04.5 LTE console.
You can also use an SSH connection using the putty application connecting by providing the Ubuntu server IP, e.g. 192.168._._
Below is the link to download the application putty.

https://www.putty.org/

1. If we use putty, we connect to the ubuntu server via the IP address.

2. Log in to the ubuntu server by providing the login and password.

3. Enter the command as below. (The command below is for installing snakeoil for the ubuntu server version "jammy x86_64" for other versions
you must modify the last part of the command: snakeoil-installer-jammy-x86_64-1.3.1.sh
overwriting e.g. snakeoil-installer-noble-x86_64-1.4.0.sh for other server versions).
 
Code:
sudo bash -c "$(wget -qLO - https://artifacts.snakeoil-os.net/artifacts/installer/snakeoil-installer-jammy-x86_64-1.3.1.sh)"

4. Restart server using code below.
 
Code:
reboot


Instalation is done. Smile
-------------------------------------------------------------------------------------
Management of snakeoil application via www browser after entering server IP address 192.168._._


END.
Thank you very much!
Excellent write-up !
This worked for you then  ? https://www.snakeoil-os.net/forums/Threa...75#pid7375
No, this bug is not fixed yet. Snoopy8 just give me a hint which I used and completed the code with the missing record. 
I found the remaining parts on the Ubuntu server forums. I put everything together and wrote it to make it easier for newbies like me to install snakeoil, which provides great sound, without any problems.
(28-Sep-2024, 08:46 PM)Lutek Wrote: [ -> ]1. INSTALLATION Ubuntu server 22.04.5 LTE

!!! Do not install newer versions of ubuntu server, snakeoil works correctly with version 22.04.5 LTE

Page to download the Ubuntu server 22.04.5 LTE ISO image

https://ubuntu.com/download/server/thank...4&lts=true

----------------------------------------------------------------------------------------------------

Preparing a bootable USB drive using BalendaEtcher or Rufus.
Below are the websites to download.

https://etcher.balena.io/

https://rufus.ie/

--------------------------------------------------------------------------------------------------

Boot the computer from the USB drive with the Ubuntu server 22.04.5 LTE ISO image
During installation, select the location gb. Guaranteed installation without errors in Kernel.
During installation, select SSH to install.

------------------------------------------------------------------------------------------------------------------
!!! After installing the server, the lv partition (our audio files will be there) is reduced to about 20% of the available disk space.

!! Solving the problem of a small lv partition

Increase the lv partition to the full available size.

The command to check the size of the ubuntu--vg-ubuntu--lv partition is below.
 
Code:
lsblk


Then we enter the commands to resize of the lv partition (press enter after each code)
 
Code:
vgdisplay
 
Code:
lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
 
Code:
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv


After these commands, the ubuntu--vg-ubuntu--lv partition changes its size to the maximum available size.
We can check the effect with the lsblk command
-------------------------------------------------------------------------------------

2. INSTALLING SNAKEOIL IN UBUNTU SERVER 22.04.5 LTE

Useful information before installing snakeoil.

Snakeoil website
https://www.snakeoil-os.net/

Files with snakeoil versions for installation.
https://artifacts.snakeoil-os.net/artifacts/installer

There we will find snakeoil versions as below:

snakeoil-installer-bookworm-aarch64-1.3.0-0440b..> 31-Dec-2023
snakeoil-installer-bookworm-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-bookworm-aarch64-1.3.1.sh 20-Jan-2024
snakeoil-installer-focal-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-aarch64-1.3.0-0440b48.sh 31-Dec-2023
snakeoil-installer-jammy-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-aarch64-1 .3.1.sh 01-Jan-2024
snakeoil-installer-jammy-x86_64-1.3.0-0440b48.sh 31-Dec-2023
snakeoil-installer-jammy-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-jammy-x86_64-1.3.1.sh 01-Jan-2024
snakeoil-installer-lunar-aarch64-1.3.0. sh 01-Jan-2024
snakeoil-installer-lunar-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-mantic-aarch64-1.3.0.sh 01-Jan-2024
snakeoil-installer-mantic-x86_64-1.3.0.sh 01-Jan-2024
snakeoil-installer-noble-aarch64-1.4.0.sh 04-Sep-2024
snakeoil-installer-noble-x86_64-1.4.0.sh 04-Sep-2024

----------------------------------------------------------------------------------------------------
INSTALLATION

The installation can be started direct from the Ubuntu server 22.04.5 LTE console.
You can also use an SSH connection using the putty application connecting by providing the Ubuntu server IP, e.g. 192.168._._
Below is the link to download the application putty.

https://www.putty.org/

1. If we use putty, we connect to the ubuntu server via the IP address.

2. Log in to the ubuntu server by providing the login and password.

3. Enter the command as below. (The command below is for installing snakeoil for the ubuntu server version "jammy x86_64" for other versions
you must modify the last part of the command: snakeoil-installer-jammy-x86_64-1.3.1.sh
overwriting e.g. snakeoil-installer-noble-x86_64-1.4.0.sh for other server versions).
 
Code:
sudo bash -c "$(wget -qLO - https://artifacts.snakeoil-os.net/artifacts/installer/snakeoil-installer-jammy-x86_64-1.3.1.sh)"

4. Restart server using code below.
 
Code:
reboot


Instalation is done. Smile
-------------------------------------------------------------------------------------
Management of snakeoil application via www browser after entering server IP address 192.168._._


END.

Well done.  Thanks a lot, pal. 
BTW, how did you find the difference in sound between these 2 versions of SnakeOil? Big Grin
I can comment on the differences in the sound of the different versions of MPD. On newer version of MPD the sound is less aggressive, with a wealth of details and more black background, with each new version of MPD the control over the entire range improves. The sound is even closer to analog tape and becomes less tiring for the listener. To hear these differences depends on the system you have, starting from the power cables and ending with the speakers.
(30-Sep-2024, 01:26 PM)lutek71 Wrote: [ -> ]I can comment on the differences in the sound of the different versions of MPD. On newer version of MPD the sound is less aggressive, with a wealth of details and more black background, with each new version of MPD the control over the entire range improves. The sound is even closer to analog tape and becomes less tiring for the listener. To hear these differences depends on the system you have, starting from the power cables and ending with the speakers.

That's cool.  Thanks a lot, pal.  Shy
Thank you very much for this guide, after several years and many failed attempts I was able to install again Snakeoil and activate my account.

It sounds great running MPD but one problem is keeping me awake at night, maybe the solution is not complicated but I don't know what is the cause of the problem.


[Image: Captura-de-pantalla.png]
(09-Oct-2024, 11:23 AM)audioluthier Wrote: [ -> ]Thank you very much for this guide, after several years and many failed attempts I was able to install again Snakeoil and activate my account.

It sounds great running MPD but one problem is keeping me awake at night, maybe the solution is not complicated but I don't know what is the cause of the problem.


[Image: Captura-de-pantalla.png]

Try this
https://www.snakeoil-os.net/forums/Threa...59#pid6359
All working now, thank  you!