Re: [vox-tech] Linux and exceed
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vox-tech] Linux and exceed
> Changing that "start method" fixes that problem, only to let me see two others:
Good...
>
> again my connect string:
> /usr/X11R6/bin/xterm -fn 6x13 -bg black -bd white -fg lightblue -sb -ls -sl
> 9999 -display @a@:@# -T `uname -n`
>
> 1) bash: ulimit: cannot modify limit: Operation not permitted
> where am I even monkeying with ulimits (whatever they are)
Try trimming out some of your options on the command line. Here is the
command line I issue for a simple xterm window (also sets the $DISPLAY
variable and gives the window a title): /usr/X11R6/bin/xterm -display @d -T
"Crash.mrdoug.com"
>
> 2) my backspace and delete keys don't work. My machine beeps when I hit those
> keys. I tried doing "stty erase ^H" but it doesn't have any effect.
You will want to check two things. 1) check the keyboard emulation of
exceed. I use us.kbf with my 104 (keyboard with the windows keys) key
keyboard. Next check the termcap definitions on the linux host you are
connecting to. I know that these two areas define how keys are used
however I am not sure as to what settings would directly effect your
problem. I have similar problems with linux hosts (but not with SUN and AIX)
so I'm sure that it's somewhere in the termcap file (located in /etc I'm sure).
>
> 3) I can't login as root, once I have a xterm going I can "su -" fine, but I
> can't initiate my xterm as root
This problem is due to a setting on the host, stating that UID's less than
100 (root = UID 0) cannot login remotely. I am not sure where that setting
is, but this is a security feature that is implemented by default with most
linux distros...
>
> Thanks
> Jay
>
>
> Jay Strauss
> jstrauss@bazillion.com
> (h) 773.935.5326
> (c) 312.617.0264
>
> ----- Original Message -----
> From: "Doug Huckaba" <mrdoug@2xtreme.net>
> To: <vox-tech@franz.mother.com>
> Sent: Tuesday, October 24, 2000 11:19 AM
> Subject: Re: [vox-tech] Linux and exceed
>
>
> > What kind of "start method" are you using? I use Exceed 6.1 every day to
> > connect to AIX, Sun and Linux. I use REXEC to connect to AIX and Sun,
> > but I use telnet to connect to Linux. The only reason is that the sysadmin
> > has disabled RLOGIN, RSH and REXEC (or at least they are not configured
> > correctly).
> >
> > What you specified below is the command string to issue once you
> > establish your connection. The error is due to how you establish your
> > connection.
> >
> > If you can establish a simple telnet session (using the crappy windows
> > telnet client), try to set your "start method" to TELNET.
> >
> > -Doug
> >
> > On 24 Oct 2000, at 9:10, Jay wrote:
> >
> > From: "Jay" <jstrauss@bazillion.com>
> > To: <vox-tech@franz.mother.com>
> > Subject: [vox-tech] Linux and exceed
> > Date sent: Tue, 24 Oct 2000 09:10:16 -0500
> > Send reply to: vox-tech@lists.mother.com
> >
> > > Anyone ever use exceed (hummingbird, on NT) with Linux? I want to start an
> > > xterm session on my NT box, but exceed complains with
> > > "Unable to connect to host using specified start method" when I:
> > >
> > > /usr/X11R6/bin/xterm -fn 6x13 -bg black -bd white -fg lightblue -sb -ls -sl
> > > 9999 -d @a@:@# -T `uname -n`
> > >
> > > This string works when I connect to my sun box at work. Any ideas?
> > >
> > > signed
> > > 192.168.0.1
> > >
> > > Jay Strauss
> > > jstrauss@bazillion.com
> > > (h) 773.935.5326
> > > (c) 312.617.0264
> > >
> > >
> > >
> >
> >
> >
>
>
|