Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Looking for help

Featured Replies

Hi I am desperatly trying to install BubbleUPnPServer on my Unraid but am having difficulty.  I would like to have this installed as it creates OpenHome Media Renderers from any UPnP AV renderer (provides on-device playlist, multiple Control Point access to the same renderer) this would allow me to control my music in any room via various IOS apps allowing me to create playlists on the app etc (my preferred app is the Lumin App)  There was an Unraid user who did have this working on his unraid but has since abandoned Unraid.  sam9s http://www.hifivision.com/home-theater-pc-htpc-media-pc/28439-part-ii-sam9s-nas-project-powered-unraid-2.html his instructions on installation was to install Java from unmenu but Buuble now requires Java7 or above.

I have installed http://www.slackware.com/~alien/slackbuilds/openjdk/pkg/13.37/openjre-7u71_b14-i486-1alien.txz via the extra folder on my flash drive.  when I run find /usr -name java and have the following output

/usr/lib/java

/usr/lib/java/jre/bin/java

 

To get Bubble to start you need to edit the launch.sh file add on the last line the java path which I have done

#!/bin/sh

 

 

HOMEDIR="$(dirname ${0})"

cd ${HOMEDIR}

 

if [ "x$JAVA_HOME" != "x" ]; then

    JAVA="$JAVA_HOME/bin/java"

else

    JAVA="java"

fi

 

 

# to make sure ffmpeg is found and used if present in start directory

export PATH=.:${PATH}

 

# -Xss256k: thread stack size. 256K reduces per-thread memory usage and may prevent "java.lang.OutOfMemoryError: unable to create new native thread" on some systems

# -Djava.awt.headless=true: required for image transcoding to work on headless systems (eg no X-Window libraries)

 

exec "${JAVA}" -Xss256k -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dfile.encoding="UTF-8" -jar BubbleUPnPServerLauncher.jar exec java -Xss256k /usr/lib/java/jre/bin/java -jar BubbleUPnPServer.jar

 

but when I run the launch.sh file I get this

root@Tower:/boot/BubbleUPnPServer# ./launch.sh

./launch.sh: line 20: /usr/lib/java/bin/java: No such file or directory

./launch.sh: line 20: exec: /usr/lib/java/bin/java: cannot execute: No such file or directory

what am I missing here many thanks any help would be appreciated

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.