Package Details: subsonic 6.1.6-1

Git Clone URL: https://aur.archlinux.org/subsonic.git (read-only, click to copy)
Package Base: subsonic
Description: A free, web-based media streamer and jukebox.
Upstream URL: http://subsonic.org/
Licenses: custom
Conflicts: subsonic
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 70
Popularity: 0.000000
First Submitted: 2010-03-26 16:48 (UTC)
Last Updated: 2019-11-18 21:11 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

beat commented on 2010-10-28 23:33 (UTC)

I also had to alter the subsonic.sh in order for it to work, I added the -f option, like this: cd $(dirname $0) if [ -e /bin/readlink ] || [ -e /usr/bin/readlink ]; then cd $(dirname $(readlink -f $0)) fi This is most likely an upstream problem though.

beat commented on 2010-10-28 22:51 (UTC)

The dependency should be on jre and not on java-environment as that package does not exist.

Ashex commented on 2010-09-15 13:56 (UTC)

4.1 has been released.

<deleted-account> commented on 2010-07-13 08:26 (UTC)

Check if java is in your path: %> which java If not, you could add the following to the subsonic.sh: (just prior to the line "# Use JAVA_HOME if set...") JAVA_HOME=/opt/java/jre (assuming you have jre installed). Also make sure that the directory pointed out by SUBSONIC_HOME exists and is writable.

<deleted-account> commented on 2010-04-21 18:46 (UTC)

yes. when I installed subsonic it prompted me to replace openjdk6 with jre and I did.

robertfoster commented on 2010-04-21 17:53 (UTC)

Are you sure you have installer the jre package?

<deleted-account> commented on 2010-04-20 04:35 (UTC)

I get this "/var/subsonic/subsonic_sh.log: No such file or directory" when I tried to run subsonic the first time. Then I edited /opt/subsonic/subsonic.sh and changed some things. Still couldn't get it to run. Tried running it with sudo and it appeared started, but I get a page cannot be found when I try to go to my computer's ip:port specified in subsonic.sh. I look in my running processes and it's not there so it apparently crashes as soon as it starts. I check out subsonic_sh.log and it says "/opt/subsonic/subsonic.sh: line 98: java: command not found" Line 98 is... ${JAVA} -Xmx${SUBSONIC_MAX_MEMORY}m \ Anybody know what the issue is? I don't know anything about java.

robertfoster commented on 2010-04-03 11:34 (UTC)

fixed