• Gtacl dropping to service menu...

    From red floyd@21:1/5 to All on Wed Jul 13 10:28:14 2022
    [asking for a coworker]

    I'm trying to launch a TACL macro through ssh from my PC, e.g.

    ssh user@system gtacl -c "\$VOL.SUBVOL.MACRO"

    But when I do this, it drops to the service menu. I thought that
    specifying a command would run the command instead of doing the service
    menu.

    1. Am I mistaken?
    2. If I am mistaken, how do I achieve what I am attempting to do?

    Thanks

    red floyd

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to red floyd on Wed Jul 13 12:04:33 2022
    On Wednesday, July 13, 2022 at 1:28:17 p.m. UTC-4, red floyd wrote:
    [asking for a coworker]

    I'm trying to launch a TACL macro through ssh from my PC, e.g.

    ssh user@system gtacl -c "\$VOL.SUBVOL.MACRO"

    But when I do this, it drops to the service menu. I thought that
    specifying a command would run the command instead of doing the service
    menu.

    1. Am I mistaken?
    2. If I am mistaken, how do I achieve what I am attempting to do?

    Thanks

    red floyd

    Check your INITIAL-PROGRAM setting in SafeCom
    -R

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From j-marcus@pacbell.net@21:1/5 to All on Wed Jul 13 19:27:02 2022
    Try adding the "-T" option:

    ssh -T user@system gtacl -c "\$VOL.SUBVOL.MACRO"

    Jon Marcus

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From red floyd@21:1/5 to j-ma...@pacbell.net on Wed Jul 13 22:33:07 2022
    On 7/13/2022 7:27 PM, j-ma...@pacbell.net wrote:
    Try adding the "-T" option:

    ssh -T user@system gtacl -c "\$VOL.SUBVOL.MACRO"

    Jon Marcus

    What worked for me wound up being:

    ssh -s user@system tacl -c "\$VOL.SUBVOL.MACRO"

    (invoking the tacl subsystem)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to red floyd on Thu Jul 14 12:31:18 2022
    On Thursday, July 14, 2022 at 1:33:10 a.m. UTC-4, red floyd wrote:
    On 7/13/2022 7:27 PM, j-ma...@pacbell.net wrote:
    Try adding the "-T" option:

    ssh -T user@system gtacl -c "\$VOL.SUBVOL.MACRO"

    Jon Marcus
    What worked for me wound up being:

    ssh -s user@system tacl -c "\$VOL.SUBVOL.MACRO"

    (invoking the tacl subsystem)

    So TACL got sent to the initial SSH prompt? In Putty, you use the Remote Command to get past this in the Connection/SSH window. Is the -c required or ignored?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From red floyd@21:1/5 to Randall on Thu Jul 14 17:38:05 2022
    On 7/14/2022 12:31 PM, Randall wrote:
    On Thursday, July 14, 2022 at 1:33:10 a.m. UTC-4, red floyd wrote:
    On 7/13/2022 7:27 PM, j-ma...@pacbell.net wrote:
    Try adding the "-T" option:

    ssh -T user@system gtacl -c "\$VOL.SUBVOL.MACRO"

    Jon Marcus
    What worked for me wound up being:

    ssh -s user@system tacl -c "\$VOL.SUBVOL.MACRO"

    (invoking the tacl subsystem)

    So TACL got sent to the initial SSH prompt? In Putty, you use the Remote Command to get past this in the Connection/SSH window. Is the -c required or ignored?

    Not sure. That's what we came up with that worked. It's to do some
    build stuff under a Jenkins CI/CD pipeline invoked from either a Windows
    or Linux box (don't know which).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From red floyd@21:1/5 to j-ma...@pacbell.net on Thu Jul 14 21:00:12 2022
    On 7/14/2022 8:49 PM, j-ma...@pacbell.net wrote:
    I believe that the "-T" option I recommended is the OpenSSL version of the Putty Remote Command option.

    Jon Marcus

    -T in OpenSSH says "don't allocate a pty"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From j-marcus@pacbell.net@21:1/5 to All on Thu Jul 14 20:49:58 2022
    I believe that the "-T" option I recommended is the OpenSSL version of the Putty Remote Command option.

    Jon Marcus

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to red floyd on Fri Jul 15 11:47:05 2022
    On Thursday, July 14, 2022 at 8:38:08 p.m. UTC-4, red floyd wrote:
    On 7/14/2022 12:31 PM, Randall wrote:
    On Thursday, July 14, 2022 at 1:33:10 a.m. UTC-4, red floyd wrote:
    On 7/13/2022 7:27 PM, j-ma...@pacbell.net wrote:
    Try adding the "-T" option:

    ssh -T user@system gtacl -c "\$VOL.SUBVOL.MACRO"

    Jon Marcus
    What worked for me wound up being:

    ssh -s user@system tacl -c "\$VOL.SUBVOL.MACRO"

    (invoking the tacl subsystem)

    So TACL got sent to the initial SSH prompt? In Putty, you use the Remote Command to get past this in the Connection/SSH window. Is the -c required or ignored?
    Not sure. That's what we came up with that worked. It's to do some
    build stuff under a Jenkins CI/CD pipeline invoked from either a Windows
    or Linux box (don't know which).

    You could use NSGit, you know :)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)