Mam problem z odpaleniem PS3 Media Server na systemie Ubuntu Server 11.04.
Zrobiłem wszystko zgodnie z poradnikiem https://help.ubuntu.com/community/Ps3MediaServer jako instalacja manualna, bo nie mogłem odpalić polecenia
Kod: Zaznacz cały
sudo add-apt-repository ppa:happy-neko/ps3mediaserver
Kod: Zaznacz cały
mati@ubuntu:/opt/pms$ ./PMS.sh
[main] INFO 19:02:38.712 Starting PS3 Media Server 1.50.1
[main] INFO 19:02:38.715 by shagrath / 2008-2012
[main] INFO 19:02:38.715 http://ps3mediaserver.org
[main] INFO 19:02:38.716 http://code.google.com/p/ps3mediaserver
[main] INFO 19:02:38.716 http://ps3mediaserver.blogspot.com
[main] INFO 19:02:38.716
[main] INFO 19:02:38.716 Java: 1.6.0_23-Sun Microsystems Inc.
[main] INFO 19:02:38.716 OS: Linux i386 3.0.0-16-generic-pae
[main] INFO 19:02:38.716 Encoding: UTF-8
[main] INFO 19:02:38.730 Working directory: /opt/pms
[main] INFO 19:02:38.739 Temp folder: /tmp/ps3mediaserver
[main] INFO 19:02:38.739 Logging config file: /opt/pms/logback.headless.xml
[main] INFO 19:02:38.739 debug.log: /opt/pms/debug.log
[main] INFO 19:02:38.739
[main] INFO 19:02:38.739 Profile directory: /opt/pms
[main] INFO 19:02:38.739 Profile path: /opt/pms/PMS.conf
[main] INFO 19:02:38.740 Profile status: rw
[main] INFO 19:02:38.740 Profile name: ubuntu
[main] INFO 19:02:38.742
[main] INFO 19:02:38.808 Loading MediaInfo library
[main] INFO 19:02:38.840 Loaded MediaInfoLib - v0.7.50
[main] INFO 19:02:38.848 Loading renderer configurations from /opt/pms/renderers
[main] INFO 19:02:38.849 Loading configuration file: Bravia4500.conf
[main] INFO 19:02:38.852 Loading configuration file: BraviaEX.conf
[main] INFO 19:02:38.862 Loading configuration file: Streamium.conf
[main] INFO 19:02:38.863 Loading configuration file: SamsungAllShare.conf
[main] INFO 19:02:38.869 Loading configuration file: FreeboxHD.conf
[main] INFO 19:02:38.870 Loading configuration file: Panasonic.conf
[main] INFO 19:02:38.885 Loading configuration file: WMP.conf
[main] INFO 19:02:38.886 Loading configuration file: Showtime3.conf
[main] INFO 19:02:38.901 Loading configuration file: PopcornHour.conf
[main] INFO 19:02:38.904 Loading configuration file: PS3.conf
[main] INFO 19:02:38.935 Loading configuration file: XBOX360.conf
[main] INFO 19:02:38.948 Loading configuration file: Kuro.conf
[main] INFO 19:02:38.956 Loading configuration file: AirPlayer.conf
[main] INFO 19:02:38.958 Loading configuration file: WDTVLive.conf
[main] INFO 19:02:38.958 Loading configuration file: Philips.conf
[main] INFO 19:02:38.989 Loading configuration file: Bravia5500.conf
[main] INFO 19:02:39.000 Loading configuration file: Android.conf
[main] INFO 19:02:39.001 Loading configuration file: iPad-iPhone.conf
[main] INFO 19:02:39.011 Loading configuration file: FreecomMusicPal.conf
[main] INFO 19:02:39.018 Loading configuration file: N900.conf
[main] INFO 19:02:39.021 Loading configuration file: Realtek.conf
[main] INFO 19:02:39.022 Loading configuration file: SonyBluray.conf
[main] INFO 19:02:39.024 Loading configuration file: XBMC.conf
[main] INFO 19:02:39.025 Loading configuration file: SamsungWiseLink.conf
[main] INFO 19:02:39.026 Checking MPlayer font cache. It can take a minute or so.
[main] DEBUG 19:02:39.026 launching: mplayer
[main] INFO 19:02:39.082 Done!
[main] INFO 19:02:39.095 Searching for plugins in /opt/pms/plugins
[main] INFO 19:02:39.096 No plugins found
[main] INFO 19:02:39.101 Registering transcoding engine: FFmpeg Audio
[main] INFO 19:02:39.109 Registering transcoding engine: MEncoder
[main] INFO 19:02:39.110 Registering transcoding engine: MPlayer Audio
[main] INFO 19:02:39.111 Registering transcoding engine: MEncoder Web
[main] INFO 19:02:39.111 Registering transcoding engine: MPlayer Video Dump
[main] INFO 19:02:39.111 Registering transcoding engine: MPlayer Web
[main] INFO 19:02:39.113 Registering transcoding engine: tsMuxeR
[main] INFO 19:02:39.113 Registering transcoding engine: Audio High Fidelity
[main] INFO 19:02:39.114 Registering transcoding engine: VLC Audio Streaming
[main] INFO 19:02:39.114 Registering transcoding engine: VLC Video Streaming
[main] INFO 19:02:39.114 Registering transcoding engine: Raws Thumbnailer
[main] INFO 19:02:39.117 Scanning network interface eth0 (eth0)
[main] INFO 19:02:39.117 Using address /192.168.5.106 found on network interface: name:eth0 (eth0)
[main] INFO 19:02:39.117 Created socket: /192.168.5.106:5001
[main] INFO 19:02:39.240 org.jboss.netty.channel.ChannelException: Failed to bind to: /192.168.5.106:5001
[main] INFO 19:02:39.241 at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303)
[main] INFO 19:02:39.241 at net.pms.network.HTTPServer.start(HTTPServer.java:147)
[main] INFO 19:02:39.241 at net.pms.PMS.init(PMS.java:505)
[main] INFO 19:02:39.241 at net.pms.PMS.createInstance(PMS.java:914)
[main] INFO 19:02:39.241 at net.pms.PMS.main(PMS.java:1008)
[main] INFO 19:02:39.241 Caused by: java.net.BindException: Adres jest już w użyciu
[main] INFO 19:02:39.241 at sun.nio.ch.Net.bind(Native Method)
[main] INFO 19:02:39.241 at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:137)
[main] INFO 19:02:39.241 at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77)
[main] INFO 19:02:39.242 at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:148)
[main] INFO 19:02:39.242 at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100)
[main] INFO 19:02:39.242 at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74)
[main] INFO 19:02:39.242 at org.jboss.netty.channel.Channels.bind(Channels.java:468)
[main] INFO 19:02:39.242 at org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:200)
[main] INFO 19:02:39.242 at org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:348)
[main] INFO 19:02:39.242 at org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:176)
[main] INFO 19:02:39.243 at org.jboss.netty.channel.socket.nio.NioServerSocketChannel.<init>(NioServerSocketChannel.java:85)
[main] INFO 19:02:39.243 at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142)
[main] INFO 19:02:39.244 at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90)
[main] INFO 19:02:39.244 at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:282)
[main] INFO 19:02:39.244 ... 4 more
Wie ktoś jak to można zainstalować spod konsoli??