doesn't work via ssh on my G1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| byobu |
Low
|
Unassigned |
Bug Description
byobu works fine on my computer (kubuntu 9.10), and it works fine when i ssh into my computer with ssh or putty. However, when I ssh into my computer via ConnectBot on my G1 (basically a putty for android) and try to start byobu I get the following message:
Exit the curent screen session to run byobu
I have no screen sessions going and starting screen via ConnectBot works fine.
Dustin Kirkland (kirkland) wrote : | #1 |
Changed in byobu: | |
status: | New → Incomplete |
importance: | Undecided → Low |
biggerben (biggerben) wrote : | #2 |
sure:
this is the ouput if i run env via ssh from my G1:
TERM=screen
SHELL=/bin/bash
XDG_SESSION_
SSH_CLIENT=***
SSH_TTY=/dev/pts/8
USER=***
LS_COLORS=
MAIL=/var/mail/***
PATH=/usr/
PWD=/home/***
LANG=en_US.UTF-8
SHLVL=1
HOME=/home/***
LOGNAME=***
SSH_CONNECTION=***
_=/usr/bin/env
the output when run from my computer:
KDE_MULTIHEAD=false
SSH_AGENT_PID=2959
DM_CONTROL=
GPG_AGENT_
TERM=xterm
DESKTOP_STARTUP_ID=
SHELL=/bin/bash
XDG_SESSION_
XDM_MANAGED=
KONSOLE_
GTK2_RC_
GTK_RC_
GS_LIB=
WINDOWID=37748763
KDE_FULL_
USER=***
LS_COLORS=
Changed in byobu: | |
status: | Fix Committed → Fix Released |
Hmm, works fine from my Treo 755p.
When you get that message, could you please paste the output of:
env
You might redirect it to file, and then attach it with:
env > /tmp/out
If that's not possible, what is the output of:
echo $TERM
:-Dustin