Running plexmediaserver on an OrangePi + Ubuntu 16.04. It works but the plexmediaserver service disables the router's wifi on boot. What is happening?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Setup:



Router



  • ASUS RT-AC68U

Orange Pi PC Plus



  • Running Ubuntu 16.04

  • Installed/running plexmediaserver-installer

  • Connected via ethernet directly to router

Desktop PC



  • Windows

  • Connected via ethernet directly to router

Laptop



  • Windows

  • Connected via Wifi to router

Phone



  • Android

  • Wifi

Chromecast



  • Wifi


What's happening:



Shortly after the boot of the Pi, all devices connected to the router's wifi disconnect and are unable to reconnect, while all wired devices are fine.



The wifi SSID is still visible as a network on the wireless list, however no device can connect to it and all devices that were previously connected to it lose local and internet connectivity - eventually disconnecting.



(wifi devices: laptop, phone, chromecast).



I am using the desktop to ssh into the Pi.



Once the wifi drops, I ssh into the Pi via the desktop and turn off plex via:



sudo systemctl stop plexmediaserver


The devices reconnect to the wifi and act normal.




What I have tried:



  • Disabling ipv6 (no effect)

  • Using a live Ubuntu distribution on the laptop to see if I can connect (no effect)

  • Restarting service after boot

Restarting the service after boot (via ssh from desktop) seems to allow running the Plex server without wifi issues has the laptop connected to the wifi but not the other devices:



sudo systemctl restart plexmediaserver


So I have added the above line to my /etc/rc.local so plexmediaserver restarts after login.



This isn't an ideal solution because I'm not sure what the router's Wifi has to do with plexmediaserver and why are wired connections unaffected? Feels like a brittle solution to a problem I don't understand.



Any ideas?







share|improve this question


























    up vote
    0
    down vote

    favorite












    Setup:



    Router



    • ASUS RT-AC68U

    Orange Pi PC Plus



    • Running Ubuntu 16.04

    • Installed/running plexmediaserver-installer

    • Connected via ethernet directly to router

    Desktop PC



    • Windows

    • Connected via ethernet directly to router

    Laptop



    • Windows

    • Connected via Wifi to router

    Phone



    • Android

    • Wifi

    Chromecast



    • Wifi


    What's happening:



    Shortly after the boot of the Pi, all devices connected to the router's wifi disconnect and are unable to reconnect, while all wired devices are fine.



    The wifi SSID is still visible as a network on the wireless list, however no device can connect to it and all devices that were previously connected to it lose local and internet connectivity - eventually disconnecting.



    (wifi devices: laptop, phone, chromecast).



    I am using the desktop to ssh into the Pi.



    Once the wifi drops, I ssh into the Pi via the desktop and turn off plex via:



    sudo systemctl stop plexmediaserver


    The devices reconnect to the wifi and act normal.




    What I have tried:



    • Disabling ipv6 (no effect)

    • Using a live Ubuntu distribution on the laptop to see if I can connect (no effect)

    • Restarting service after boot

    Restarting the service after boot (via ssh from desktop) seems to allow running the Plex server without wifi issues has the laptop connected to the wifi but not the other devices:



    sudo systemctl restart plexmediaserver


    So I have added the above line to my /etc/rc.local so plexmediaserver restarts after login.



    This isn't an ideal solution because I'm not sure what the router's Wifi has to do with plexmediaserver and why are wired connections unaffected? Feels like a brittle solution to a problem I don't understand.



    Any ideas?







    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Setup:



      Router



      • ASUS RT-AC68U

      Orange Pi PC Plus



      • Running Ubuntu 16.04

      • Installed/running plexmediaserver-installer

      • Connected via ethernet directly to router

      Desktop PC



      • Windows

      • Connected via ethernet directly to router

      Laptop



      • Windows

      • Connected via Wifi to router

      Phone



      • Android

      • Wifi

      Chromecast



      • Wifi


      What's happening:



      Shortly after the boot of the Pi, all devices connected to the router's wifi disconnect and are unable to reconnect, while all wired devices are fine.



      The wifi SSID is still visible as a network on the wireless list, however no device can connect to it and all devices that were previously connected to it lose local and internet connectivity - eventually disconnecting.



      (wifi devices: laptop, phone, chromecast).



      I am using the desktop to ssh into the Pi.



      Once the wifi drops, I ssh into the Pi via the desktop and turn off plex via:



      sudo systemctl stop plexmediaserver


      The devices reconnect to the wifi and act normal.




      What I have tried:



      • Disabling ipv6 (no effect)

      • Using a live Ubuntu distribution on the laptop to see if I can connect (no effect)

      • Restarting service after boot

      Restarting the service after boot (via ssh from desktop) seems to allow running the Plex server without wifi issues has the laptop connected to the wifi but not the other devices:



      sudo systemctl restart plexmediaserver


      So I have added the above line to my /etc/rc.local so plexmediaserver restarts after login.



      This isn't an ideal solution because I'm not sure what the router's Wifi has to do with plexmediaserver and why are wired connections unaffected? Feels like a brittle solution to a problem I don't understand.



      Any ideas?







      share|improve this question














      Setup:



      Router



      • ASUS RT-AC68U

      Orange Pi PC Plus



      • Running Ubuntu 16.04

      • Installed/running plexmediaserver-installer

      • Connected via ethernet directly to router

      Desktop PC



      • Windows

      • Connected via ethernet directly to router

      Laptop



      • Windows

      • Connected via Wifi to router

      Phone



      • Android

      • Wifi

      Chromecast



      • Wifi


      What's happening:



      Shortly after the boot of the Pi, all devices connected to the router's wifi disconnect and are unable to reconnect, while all wired devices are fine.



      The wifi SSID is still visible as a network on the wireless list, however no device can connect to it and all devices that were previously connected to it lose local and internet connectivity - eventually disconnecting.



      (wifi devices: laptop, phone, chromecast).



      I am using the desktop to ssh into the Pi.



      Once the wifi drops, I ssh into the Pi via the desktop and turn off plex via:



      sudo systemctl stop plexmediaserver


      The devices reconnect to the wifi and act normal.




      What I have tried:



      • Disabling ipv6 (no effect)

      • Using a live Ubuntu distribution on the laptop to see if I can connect (no effect)

      • Restarting service after boot

      Restarting the service after boot (via ssh from desktop) seems to allow running the Plex server without wifi issues has the laptop connected to the wifi but not the other devices:



      sudo systemctl restart plexmediaserver


      So I have added the above line to my /etc/rc.local so plexmediaserver restarts after login.



      This isn't an ideal solution because I'm not sure what the router's Wifi has to do with plexmediaserver and why are wired connections unaffected? Feels like a brittle solution to a problem I don't understand.



      Any ideas?









      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 22 at 2:10

























      asked Apr 22 at 1:54









      David Alsh

      1224




      1224




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          Apparently this router is particularly sensitive to DLNA and that might be what's causing issues. I turned off Plex's DLNA feature and it seems everything is okay.



          https://forums.plex.tv/discussion/104297/plex-taking-down-my-router/p2






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027072%2frunning-plexmediaserver-on-an-orangepi-ubuntu-16-04-it-works-but-the-plexmedi%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            Apparently this router is particularly sensitive to DLNA and that might be what's causing issues. I turned off Plex's DLNA feature and it seems everything is okay.



            https://forums.plex.tv/discussion/104297/plex-taking-down-my-router/p2






            share|improve this answer
























              up vote
              0
              down vote













              Apparently this router is particularly sensitive to DLNA and that might be what's causing issues. I turned off Plex's DLNA feature and it seems everything is okay.



              https://forums.plex.tv/discussion/104297/plex-taking-down-my-router/p2






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                Apparently this router is particularly sensitive to DLNA and that might be what's causing issues. I turned off Plex's DLNA feature and it seems everything is okay.



                https://forums.plex.tv/discussion/104297/plex-taking-down-my-router/p2






                share|improve this answer












                Apparently this router is particularly sensitive to DLNA and that might be what's causing issues. I turned off Plex's DLNA feature and it seems everything is okay.



                https://forums.plex.tv/discussion/104297/plex-taking-down-my-router/p2







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 22 at 12:21









                David Alsh

                1224




                1224



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027072%2frunning-plexmediaserver-on-an-orangepi-ubuntu-16-04-it-works-but-the-plexmedi%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491