Announcement

Collapse
No announcement yet.

ps3 media server

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ps3 media server

    ok, i'm new and im running kubuntu with ps3 media player and two ps3's on the same network (mine, my roomates)

    problem is....he's using the media server, and getting into files i dont want him to and listening/watching my personal videos, music ive paid for, etc,

    how do i not allow this?

    ive quit the application ps3 media server and yet somehow he is still able run it? please help

    #2
    you may have quit the application ,,,,but the server is probably still running , press ctrl+esc and check the prosess monitor for the server ,,,,if found kill it .

    OR your roomate knows your password and is SSHing in to your box and doing whatever he wants

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      he is computer illiterate, and is only running his ps3 on our network, so i doubt the latter. i quit the application on the computer and yet i am still able to see it running on my playstation and stram whatever i want from it, same goes with his playstation, i brought up the processes but i am not able to find what the name for the running server would be, there is nothing running with the words ps3 or media, there is a kuiserver and a ksmserver running, but i dont want to end the wrong process not having much knowledge with this os............................

      Comment


        #4
        I think frm googling for it you need to run
        Code:
        sudo stop ps3mediaserver
        to stop it .

        VINNY
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          the command doesnt work, i get



          stop: Unknown job: ps3mediaserver

          Comment


            #6
            try running
            Code:
            sudo netstat -tunap
            and see what’s listening/serving ,,,,,,post the output hear.

            VINNY
            i7 4core HT 8MB L3 2.9GHz
            16GB RAM
            Nvidia GTX 860M 4GB RAM 1152 cuda cores

            Comment


              #7
              tcp 0 0 192.168.0.3:5001 0.0.0.0:* LISTEN 934/java
              tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN 1203/dnsmasq
              tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 880/cupsd
              846/ktorrent
              tcp6 0 0 :::6881 :::* LISTEN 1846/ktorrent
              tcp6 0 0 ::1:631 :::* LISTEN

              Comment


                #8
                Maybe his PS3 has cached some content?

                EDIT: if it has, and you want him to not have access to that content, turn the ps3 off properly (not standby mode) and that might clear the cache. If he's likely to notice that you could always use the circuit breakers to cut the power for 30seconds
                Last edited by Feathers McGraw; Jan 20, 2014, 08:26 AM.
                samhobbs.co.uk

                Comment


                  #9
                  iirc (i have not use ps3 media server in a while now) you can stop the server service from within the gui program its in the menu somewhere.
                  you can use the command
                  Code:
                  /etc/init.d/ps3mediaserver stop
                  to stop the service and
                  Code:
                  /etc/init.d/ps3mediaserver start
                  to start it back up again.
                  Mark Your Solved Issues [SOLVED]
                  (top of thread: thread tools)

                  Comment


                    #10
                    Originally posted by thelegend View Post
                    tcp 0 0 192.168.0.3:5001 0.0.0.0:* LISTEN 934/java
                    tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN 1203/dnsmasq
                    tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 880/cupsd
                    846/ktorrent
                    tcp6 0 0 :::6881 :::* LISTEN 1846/ktorrent
                    tcp6 0 0 ::1:631 :::* LISTEN
                    perhaps it's running as that java app ,, do you know what that is ? ,,,,,if not kill it with it's PID# 934 ,,, like "sudo kill 934"

                    VINNY
                    i7 4core HT 8MB L3 2.9GHz
                    16GB RAM
                    Nvidia GTX 860M 4GB RAM 1152 cuda cores

                    Comment

                    Working...
                    X