sudo apt-get update
sudo apt-get install ps3mediaserverPMS_START="yes"
PMS_USER="ps3ms"
PMS_PROFILE="/home/$PMS_USER/.config/ps3mediaserver"leslie@mediaserver:~$ sudo start ps3mediaserver
ps3mediaserver start/running, process 6469
leslie@mediaserver:~$ sudo status ps3mediaserver
ps3mediaserver stop/waitingError occurred during initialization of VM
Too small initial heap
Error occurred during initialization of VM
Too small initial heap
java version "1.7.0_09"
OpenJDK Runtime Environment (IcedTea7 2.3.3) (7u9-2.3.3-0ubuntu1~12.10.1)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
PS3MS_MEM="xxx"
PS3MS_MEM="1536m"
Leslie wrote:Well, I fixed the problem. Turns out that a line in the file /etc/default/ps3mediaserver was incorrect:
- Code: Select all
PS3MS_MEM="xxx"
This was passing an incorrect value (which defaults to kb) of memory for the JVM. I fixed it by making this small change:
- Code: Select all
PS3MS_MEM="1536m"
donricouga wrote:Also having trouble with libc6 saying i have the newest which is 2.11.3-3
- Code: Select all
root@nas4free:/downloadtmp# apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@nas4free:/downloadtmp#
What should I do in this case?
Users browsing this forum: No registered users and 7 guests