Snakeoil Forums

Full Version: [split] Cannot install Roon Bridge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can not install Roon Bridge. Do I  something wrong? I made a complete new installation to 1.2.8
 

Hit:1 http://nl.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://nl.archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
Hit:3 https://ppa.launchpadcontent.net/jean-fr...pp1/ubuntu jammy InRelease
Get:4 http://nl.archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
Get:5 http://nl.archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:6 http://nl.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [755 kB]
Get:7 http://nl.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [484 kB]
Get:8 http://nl.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [761 kB]
Get:9 http://nl.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [7,328 B]
Get:10 http://nl.archive.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [532 B]
Get:11 http://nl.archive.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B]
Fetched 2,332 kB in 1s (3,308 kB/s)
Reading package lists...
Changing software configuration...
*** Name: RoonBridge Mode: Installing ***
/usr/local/bin/curl
--2022-12-03 13:25:57--  http://download.roonlabs.com/builds/roon...inuxx64.sh
Resolving download.roonlabs.com (download.roonlabs.com)... 167.172.230.239
Connecting to download.roonlabs.com (download.roonlabs.com)|167.172.230.239|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://download.roonlabs.net/builds/roon...inuxx64.sh [following]
--2022-12-03 13:25:58--  http://download.roonlabs.net/builds/roon...inuxx64.sh
Resolving download.roonlabs.net (download.roonlabs.net)... 104.22.14.70, 104.22.15.70, 172.67.14.113, ...
Connecting to download.roonlabs.net (download.roonlabs.net)|104.22.14.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16676 (16K) [application/octet-stream]
Saving to: ‘/var/tmp/roonbridge-installer-linuxx64.sh’

     0K .......... ......                                     100% 26.6M=0.001s

2022-12-03 13:25:58 (26.6 MB/s) - ‘/var/tmp/roonbridge-installer-linuxx64.sh’ saved [16676/16676]


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

Welcome to the RoonBridge installer

This installer sets up RoonBridge to run on linux with the following settings:

 - RoonBridge will be installed in /opt/RoonBridge
 - RoonBridge's data will be stored in /var/roon/RoonBridge
 - RoonBridge will be configured to run as a system service
 - RoonBridge will run as root

These settings are suitable for turning a dedicated or semi-dedicated device
into an appliance that runs RoonBridge

If you want customize how RoonBridge is installed, see:

   http://kb.roonlabs.com/LinuxInstall

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


Downloading RoonBridge_linuxx64.tar.bz2 to /tmp/tmp.Scz2xaYQxQ/RoonBridge_linuxx64.tar.bz2

/var/tmp/roonbridge-installer-linuxx64.sh: line 157: 65013 Segmentation fault      (core dumped) curl -L -# -o "$TMPDIR/$PACKAGE_FILE" "$PACKAGE_URL"

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

The RoonBridge installer did not complete successfully.

If you are not sure how to proceed, please check out:

 - Roon Labs Community            https://community.roonlabs.com/c/support
 - Roon Labs Knowledge Base       https://kb.roonlabs.com/LinuxInstall

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

Failed to stop roonbridge.service: Unit roonbridge.service not loaded.
Failed to disable unit: Unit file roonbridge.service does not exist.

Install finished with errors, please review the above output for reasons.
 

Hi,

Can you SSH to your computer, and just run the command, what do you see?
 
Code:
curl --version

Also, run this and show me the output
Code:
which curl
(04-Dec-2022, 08:44 AM)agent_kith Wrote: [ -> ]Hi,

Can you SSH to your computer, and just run the command, what do you see?
 
Code:
curl --version

curl 7.76.1 (x86_64-pc-linux-gnu) libcurl/7.76.1 OpenSSL/1.1.1f zlib/1.2.11
Release-Date: 2021-04-14
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HTTPS-proxy Largefile libz NTLM NTLM_WB SSL TLS-SRP UnixSockets






Also, run this and show me the output
Code:
which curl
/usr/local/bin/curl
It's seems like something wrong with libcurl~
I purge curl then re-compile curl 8.1.1 to fix this