WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: terminal server button from cpanel does not work  (Read 2695 times)

Offline nick65go

  • Hero Member
  • *****
  • Posts: 800
terminal server button from cpanel does not work
« on: September 07, 2014, 08:47:23 AM »
using original core32 ver 5.3, terminal server button in Control Panel does not work
when staring "cpanel" from aterm, then touch terminal server button, it does nothing;
but I see in aterm the errors:
aterm: bad option "Server"
aterm: bad option "Setup"

but I can directly use "sudo tc-terminal server", which starts the program.
in corepure64 5.3 or 5.4rc1 it starts OK from cpanel.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: terminal server button from cpanel does not work
« Reply #1 on: September 07, 2014, 01:08:41 PM »
aterm bug it seems, when called as xterm it doesn't accept spaces in -T, even when quoted. pure64 works because it has an out-of-date cpanel that calls aterm instead of xterm.

Actual xterm is just fine with
Code: [Select]
xterm -T "space test"
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: terminal server button from cpanel does not work
« Reply #2 on: September 07, 2014, 01:12:49 PM »
Will take a look on aterm.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: terminal server button from cpanel does not work
« Reply #3 on: September 07, 2014, 01:21:43 PM »
Checking further, it's the fault of the xterm wrapper script, not aterm.

Changing
Code: [Select]
$* to
Code: [Select]
"$@" fixes it. bmarkus, would you update the wrapper? I see it was written by you.
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: terminal server button from cpanel does not work
« Reply #4 on: September 07, 2014, 01:24:47 PM »
Sure, I will do.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: terminal server button from cpanel does not work
« Reply #5 on: November 04, 2014, 05:42:28 AM »
The 5.x and 6.x aterm extensions still don't have this?
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: terminal server button from cpanel does not work
« Reply #6 on: November 04, 2014, 06:20:13 AM »
The 5.x and 6.x aterm extensions still don't have this?

Huhh... Not. Will fix today evening
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: terminal server button from cpanel does not work
« Reply #7 on: November 04, 2014, 09:55:56 AM »
aterm.tcz fixed, please try.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: terminal server button from cpanel does not work
« Reply #8 on: November 04, 2014, 10:07:40 AM »
Confirming fixed, thanks.
The only barriers that can stop you are the ones you create yourself.