Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Tk Listbox and SSH command

by rizzo (Curate)
on Jan 16, 2023 at 11:40 UTC ( [id://11149612]=note: print w/replies, xml ) Need Help??


in reply to Tk Listbox and SSH command

If you have access to the logs/error logs/journal on the remote host, I'd start out looking there.

Replies are listed 'Best First'.
Re^2: Tk Listbox and SSH command
by Praetrorian (Novice) on Jan 16, 2023 at 13:55 UTC

    Hello, I asked a colleague who has access. Turns out the command create a fatal error : "message authentication code incorrect". I suspected an encoding problem. So I forced the utf-8 encoding of the variable.

    $gtk_cmd = Encode::encode('UTF-8', $gtk_cmd, Encode::FB_CROAK);

    And it worked perfectly... Thank you for your answer, it led me to the solution. :)

      Glad to hear that.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11149612]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-26 04:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found