UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    start.ubuntu.com

    Scheduled Pinned Locked Moved Support
    6 Posts 2 Posters 893 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • P Offline
        padu
        last edited by

        I can see occasional outgoing requests to start.ubuntu.com (every ten minutes or so) on a Nexus 5/OTA-15 and OPO/RC with no apps open. Can somebody please shed some light on what's that used for in UT? Opening start.ubuntu.com in desktop browser reveals a Google search box.

        KenedaK 1 Reply Last reply Reply Quote 0
        • KenedaK Offline
          Keneda @padu
          last edited by

          @padu
          For my self learning, how do you see those requests?

          2015-2023 : Meizu MX4 ☠️⚰️✝️
          2023-2024 : Nexus 5 ☠️⚰️✝️
          2024-***** : FPOS Fairphone 5 waiting UT for freedom 😉
          🇲🇫🇬🇧

          P 2 Replies Last reply Reply Quote 0
          • P Offline
            padu @Keneda
            last edited by

            @keneda In a local (LAN-wide) DNS resolver.

            KenedaK 1 Reply Last reply Reply Quote 0
            • KenedaK Offline
              Keneda @padu
              last edited by

              @padu THX 🙂

              2015-2023 : Meizu MX4 ☠️⚰️✝️
              2023-2024 : Nexus 5 ☠️⚰️✝️
              2024-***** : FPOS Fairphone 5 waiting UT for freedom 😉
              🇲🇫🇬🇧

              1 Reply Last reply Reply Quote 0
              • P Offline
                padu
                last edited by

                There's already a discussion about start.ubuntu.com that didn't turn up in a forum search for me before. According to that it's a connectivity check.

                1 Reply Last reply Reply Quote 0
                • P Offline
                  padu @Keneda
                  last edited by

                  @keneda said in start.ubuntu.com:

                  For my self learning, how do you see those requests?

                  Since you're asking explicitly, here's a hack-ish non-Libertine way to watch outgoing (DNS) connections. Note that deb packages use xz compression nowadays that is not supported by UT's tar. So extraction of the binary has to be done on a device with a more recent version of tar.

                  # Download armhf deb package of tcpdump.  There are newer package versions on the server, but those may not work as easily because of further dependencies.
                  $ wget http://ports.ubuntu.com/ubuntu-ports/pool/main/t/tcpdump/tcpdump_4.7.4-1ubuntu1_armhf.deb
                  # Extract deb archive.
                  $ ar -x tcpdump_4.7.4-1ubuntu1_armhf.deb
                  # Extract binary.
                  $ tar -xf data.tar.xz 
                  

                  Now, move file usr/sbin/tcpdump to the UT device (via adb, ssh, cloud). Then switch to a terminal on the UT device.

                  # Make the binary executable.
                  $ chmod +x tcpdump
                  # Watch all DNS queries on the device.
                  $ sudo tcpdump -i any port 53
                  

                  Then wait and see.

                  (Tested on OPO OTA-16 RC/W09).

                  1 Reply Last reply Reply Quote 1
                  • First post
                    Last post