https://www.raspberrypi.org/forums/viewtopic.php?t=60390&p=450508
On Wed, Oct 12, 2016 at 3:43 PM, Mehmet Recep Turkoglu <[email protected]> wrote: > Merhaba > > Raspberry Pi 3 e subsonic kurdum çalışıyor ancak tarayıcıya ip:4040 yazınca > > HTTP ERROR: 503 > > SERVICE_UNAVAILABLE > > RequestURI=/ > > > *Powered by jetty:// <http://jetty.mortbay.org>* > > > Hatasını veriyor. > > root@raspberrypi:/home/pi# ps -ef | grep subsonic komutunun çıktısı > > subsonic 566 1 6 10:07 ? 00:01:42 java -Xmx150m > -Dsubsonic.home=/var/subsonic -Dsubsonic.host=0.0.0.0 -Dsubsonic.port=4040 > -Dsubsonic.httpsPort=0 -Dsubsonic.contextPath=/ > -Dsubsonic.defaultMusicFolder=/var/music -Dsubsonic. > defaultPodcastFolder=/var/music/Podcast -Dsubsonic. > defaultPlaylistFolder=/var/playlists -Djava.awt.headless=true -verbose:gc > -jar subsonic-booter-jar-with-dependencies.jar > > root@raspberrypi:/home/pi# ls /usr/lib/jvm/ > java-1.7.0-openjdk-armhf java-7-openjdk-armhf jdk-8-oracle-arm32-vfp-hflt > > root@raspberrypi:/home/pi# echo $JAVA_HOME > /usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt > > oot@raspberrypi:/home/pi# cat /var/subsonic/subsonic.log > [2016-10-12 10:09:08,230] INFO HsqlDaoHelper - Checking database schema. > [2016-10-12 10:09:17,597] INFO HsqlDaoHelper - Done checking database > schema. > [2016-10-12 10:09:19,492] INFO SettingsService - Java: 1.7.0_101, OS: Linux > [2016-10-12 10:09:22,580] INFO MediaScannerService - Automatic media > library scanning scheduled to run every 1 day(s), starting at Thu Oct 13 > 03:00:00 GMT-02:00 2016 > [2016-10-12 10:09:23,538] INFO UPnPService - Starting UPnP service... > [2016-10-12 10:09:24,315] INFO PodcastService - Automatic Podcast update > scheduled to run every 24 hour(s), starting at Wed Oct 12 10:14:24 > GMT-02:00 2016 > [2016-10-12 10:09:25,525] INFO UPnPService - Disabling UPnP/DLNA media > server > [2016-10-12 10:09:25,526] INFO UPnPService - Starting UPnP service - Done! > [2016-10-12 10:09:33,946] WARN NetworkService - No UPnP router found. > [2016-10-12 10:14:24,314] INFO PodcastService - Starting scheduled Podcast > refresh. > [2016-10-12 10:14:24,325] INFO PodcastService - Completed scheduled > Podcast refresh. > > > root@raspberrypi:/etc/default# cat subsonic > # > # This is the configuration file for the Subsonic service > # (/etc/init.d/subsonic) > # > # To change the startup parameters of Subsonic, modify > # the SUBSONIC_ARGS variable below. > # > # Type "/usr/share/subsonic/subsonic.sh --help" on the command line to > read an > # explanation of the different options. > # > # For example, to specify that Subsonic should use port 80 (for http) > # and 443 (for https), and use a Java memory heap size of 200 MB, use > # the following: > # > # SUBSONIC_ARGS="--port=80 --https-port=443 --max-memory=200" > > SUBSONIC_ARGS="--max-memory=150" > > > # The user which should run the Subsonic process. Default "root". > # Note that non-root users are by default not allowed to use ports > # below 1024. Also make sure to grant the user write permissions in > # the music directories, otherwise changing album art and tags will fail. > > SUBSONIC_USER=subsonic > > Dosya ve Komutların çıktıları bu şekilde. Yardımlarınızı bekliyorum. > > İyi çalışmalar > > Mehmet Recep Türkoğlu > <--/ www.turkoglu.me /--> > > > _______________________________________________ > Linux E-Posta Listesi > [email protected] > Liste kurallari: http://liste.linux.org.tr/kurallar.php > > Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen > e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 > dakika içinde üyeliğinizi sonlandırabilirsiniz. > https://liste.linux.org.tr/mailman/listinfo/linux > >
_______________________________________________ Linux E-Posta Listesi [email protected] Liste kurallari: http://liste.linux.org.tr/kurallar.php Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 dakika içinde üyeliğinizi sonlandırabilirsiniz. https://liste.linux.org.tr/mailman/listinfo/linux
