Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt remote coding issue
Qt 6.11 is out! See what's new in the release blog

Qt remote coding issue

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
6 Posts 3 Posters 605 Views
  • 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.
  • said_osloS Offline
    said_osloS Offline
    said_oslo
    wrote on last edited by said_oslo
    #1
    • I'm working on an embedded system debugging:

      • I mounted the code directory (remote embedded device) to my host.

      • After writting the code, the Qt does not allows me to save the code.
        Screenshot 2021-10-25 at 15.54.17.png

    Propositions please

    jsulmJ 1 Reply Last reply
    0
    • said_osloS said_oslo
      • I'm working on an embedded system debugging:

        • I mounted the code directory (remote embedded device) to my host.

        • After writting the code, the Qt does not allows me to save the code.
          Screenshot 2021-10-25 at 15.54.17.png

      Propositions please

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @said_oslo said in Qt remote coding issue:

      Propositions please

      How did you mount? Maybe it is mounted read-only?

      "Qt does not allows me to save the code" - has nothing to do with Qt, Qt is C++ framework.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • said_osloS Offline
        said_osloS Offline
        said_oslo
        wrote on last edited by said_oslo
        #3

        Hi @jsulm
        This the command used:

        sudo sshfs -o allow_other,defer_permissions,IdentityFile=~/.ssh/id_rsa user@10.0.12.10:/home/user/code_dir ~/Desktop/remote_dir
        
        jsulmJ JonBJ 2 Replies Last reply
        0
        • said_osloS said_oslo

          Hi @jsulm
          This the command used:

          sudo sshfs -o allow_other,defer_permissions,IdentityFile=~/.ssh/id_rsa user@10.0.12.10:/home/user/code_dir ~/Desktop/remote_dir
          
          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @said_oslo said in Qt remote coding issue:

          ~/Desktop/remote_dir

          Can you write in this folder? Like creating folders or editing files (with an editor not QtCreator)?
          How are access rights set on /home/user/code_dir and ~/Desktop/remote_dir?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          said_osloS 1 Reply Last reply
          0
          • said_osloS said_oslo

            Hi @jsulm
            This the command used:

            sudo sshfs -o allow_other,defer_permissions,IdentityFile=~/.ssh/id_rsa user@10.0.12.10:/home/user/code_dir ~/Desktop/remote_dir
            
            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by JonB
            #5

            @said_oslo
            The error message says nothing about "permissions", it says "Function not implemented". Which sounds like you cannot access some remote path directly.

            What happens if you try

            echo hello > /Users/said/Desktop/doorbell_x15/RtmpBroadcaster-master/RtmpBroadcaster.pro
            

            ? (Take a backup copy of the .pro file first!)

            How does that path relate to the /home/user/code_dir ~/Desktop/remote_dir you pass in your sshfs command line?

            1 Reply Last reply
            0
            • jsulmJ jsulm

              @said_oslo said in Qt remote coding issue:

              ~/Desktop/remote_dir

              Can you write in this folder? Like creating folders or editing files (with an editor not QtCreator)?
              How are access rights set on /home/user/code_dir and ~/Desktop/remote_dir?

              said_osloS Offline
              said_osloS Offline
              said_oslo
              wrote on last edited by
              #6

              @jsulm
              Yes, QtDesigner can write and save allowed

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved