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
Forum Updated to NodeBB v4.3 + New Features

Qt remote coding issue

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
6 Posts 3 Posters 459 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.
  • S Offline
    S Offline
    said_oslo
    wrote on 25 Oct 2021, 07:36 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

    J 1 Reply Last reply 25 Oct 2021, 07:38
    0
    • S said_oslo
      25 Oct 2021, 07:36
      • 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

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 25 Oct 2021, 07:38 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
      • S Offline
        S Offline
        said_oslo
        wrote on 25 Oct 2021, 07:46 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
        
        J J 2 Replies Last reply 25 Oct 2021, 08:00
        0
        • S said_oslo
          25 Oct 2021, 07:46

          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
          
          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 25 Oct 2021, 08:00 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

          S 1 Reply Last reply 25 Oct 2021, 13:56
          0
          • S said_oslo
            25 Oct 2021, 07:46

            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
            
            J Offline
            J Offline
            JonB
            wrote on 25 Oct 2021, 08:00 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
            • J jsulm
              25 Oct 2021, 08:00

              @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?

              S Offline
              S Offline
              said_oslo
              wrote on 25 Oct 2021, 13:56 last edited by
              #6

              @jsulm
              Yes, QtDesigner can write and save allowed

              1 Reply Last reply
              0

              4/6

              25 Oct 2021, 08:00

              • Login

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