Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Anthony
    3. Topics
    A
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Anthony

    • A

      [Buildmaster] - SshException: Unable to send channel request
      Support • • Anthony  

      2
      0
      Votes
      2
      Posts
      5
      Views

      atripp

      Hi @Anthony , When you use SHCall, it's translated into a remote SSH command that includes all arguments inline on the shell. Basically something like ssh user@host bash -c '...' However, there is an OS-enforced limit on how long this can be, which is typically between ~32K and ~64K characters. It looks like you're there exactly, and you may be able to see this limit with getconf ARG_MAX. Note that you would also get this error if you did ssh user@host bash -c 'echo "Really long....."'. So bottom line -- this is an OS/SSH limit. To work-around it, you can just write out $arg to a file, and have your script read in that file. Thanks, Alana
    • A

      [Buildmaster] ApiKey Access Logs entries limit
      Support • • Anthony  

      3
      0
      Votes
      3
      Posts
      8
      Views

      A

      Thank you for the clarification @dean-houston
    • 1 / 1