Re: [leaf-devel] invisible cursor in ae running under UML

2002-10-15 Thread Charles Steinkuehler

> As a side note:
>
> In the midst of my frustration at trying to get this to work I loaded
> David's vim.lrp just to see if it would have the same invisible cursor
> problem and it did not. In the process however I discovered that vim
is
> really cool! Is their a way to change the default editor used by
lrcfg? If
> so then I would like to play around with this.

lrcfg uses the command "edit" to launch the editor.  On Dachstein, this
script was modified to support selectable editors:

# cat `which edit`
#!/bin/sh

# Launch the desired editor:
eval ${EDITOR:-e3} "$@"

So, you can do something like "export EDITOR=vim" in your .profile or
startup scripts somewhere.  If you don't have an "edit" that lets you
pick your favorite editor, you can use the code snippit above, or
manually configure edit to call the editor of choice.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

___
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel



RE: [leaf-devel] invisible cursor in ae running under UML

2002-10-15 Thread Eric B Kiser

I submitted my question to [EMAIL PROTECTED] also
and just heard back from Jeff Dike. Apparently I am "Old and Busted" and
what I need is the "New Hotness" or more simply stated, they did not add the
xterm= kernel command line parameter until 2.4.18-41 and I am using
2.4.18-21. Which means that it is time for me to upgrade.

As a side note:

In the midst of my frustration at trying to get this to work I loaded
David's vim.lrp just to see if it would have the same invisible cursor
problem and it did not. In the process however I discovered that vim is
really cool! Is their a way to change the default editor used by lrcfg? If
so then I would like to play around with this.

Regards,
Eric Kiser


-Original Message-
From: Eric B Kiser [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 13, 2002 3:54 PM
To: Jacques Nilo; Eric B Kiser; [EMAIL PROTECTED]
Subject: RE: [leaf-devel] invisible cursor in ae running under UML


Hi Jacques, thanks for getting back to me.

I was missing /usr/local/bin from my path statement. Now I can run umlxterm
from the console command line or from the xterm command line and get the
window as specified. Unfortunately, though, when I run my start-up script it
stills comes up as the old white and black screen with the invisible cursor.

ls -la /usr/local/bin/umlxterm
-rwxr-xr-x  1 ebk   root58 Oct 12 15:54 /usr/local/bin/umlxterm

Here is a copy of my umlxterm script. Maybe someone will see something that
I have missed.

#!/bin/sh
exec xterm -bg blue -fg white -cr yellow "$@"

Here is a copy of my startuml script. Maybe someone will see something that
I have missed.

#!/bin/sh

./linuxuml-2.4.18-21\
xterm=umlxterm  \
ubd0=bering_fs  \
eth0=daemon \
initrd=initrd.lrp   \
root=/dev/ram0  \
init=/linuxrc   \
boot=/dev/ubd0:minix\
PKGPATH=/dev/ubd0   \
devfs=nomount   \
LRP=root,etc,local,log,modules,libm,libssl,(and so on...)

Regards,
Eric Kiser


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jacques Nilo
Sent: Sunday, October 13, 2002 3:44 AM
To: Eric B Kiser; [EMAIL PROTECTED]
Subject: Re: [leaf-devel] invisible cursor in ae running under UML


Le Dimanche 13 Octobre 2002 03:51, Eric B Kiser a écrit :
Hi Eric
What says ls -la /usr/local/bin/umlterm
is /usr/local/bin in the PATH statement ?
Jacques


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

___
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

___
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel



RE: [leaf-devel] invisible cursor in ae running under UML

2002-10-13 Thread Eric B Kiser

Hi Jacques, thanks for getting back to me.

I was missing /usr/local/bin from my path statement. Now I can run umlxterm
from the console command line or from the xterm command line and get the
window as specified. Unfortunately, though, when I run my start-up script it
stills comes up as the old white and black screen with the invisible cursor.

ls -la /usr/local/bin/umlxterm
-rwxr-xr-x  1 ebk   root58 Oct 12 15:54 /usr/local/bin/umlxterm

Here is a copy of my umlxterm script. Maybe someone will see something that
I have missed.

#!/bin/sh
exec xterm -bg blue -fg white -cr yellow "$@"

Here is a copy of my startuml script. Maybe someone will see something that
I have missed.

#!/bin/sh

./linuxuml-2.4.18-21\
xterm=umlxterm  \
ubd0=bering_fs  \
eth0=daemon \
initrd=initrd.lrp   \
root=/dev/ram0  \
init=/linuxrc   \
boot=/dev/ubd0:minix\
PKGPATH=/dev/ubd0   \
devfs=nomount   \
LRP=root,etc,local,log,modules,libm,libssl,(and so on...)

Regards,
Eric Kiser


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jacques Nilo
Sent: Sunday, October 13, 2002 3:44 AM
To: Eric B Kiser; [EMAIL PROTECTED]
Subject: Re: [leaf-devel] invisible cursor in ae running under UML


Le Dimanche 13 Octobre 2002 03:51, Eric B Kiser a écrit :
Hi Eric
What says ls -la /usr/local/bin/umlterm
is /usr/local/bin in the PATH statement ?
Jacques


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

___
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

___
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel



Re: [leaf-devel] invisible cursor in ae running under UML

2002-10-13 Thread Jacques Nilo
Le Dimanche 13 Octobre 2002 03:51, Eric B Kiser a écrit :
Hi Eric
What says ls -la /usr/local/bin/umlterm
is /usr/local/bin in the PATH statement ?
Jacques


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

___
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel



[leaf-devel] invisible cursor in ae running under UML

2002-10-12 Thread Eric B Kiser
All,

I followed these directions from "Using a Virtual LEAF/Bering Router"
section 4.2 Tips.

-
The cursor of the Bering ae aeditor does not show up without some tweaking.
In your host machine create a /usr/local/bin/umlxterm containing:

#!/bin/sh
exec xterm -bg blue -fg white -cr yellow "$@"


Make umlxterm executable (chmod 755 umlxterm). Then modify your startuml
script to include an "xterm=umlxterm" statement:

#!/bin/sh
./linuxuml-2.4.XX-YY xterm=umlxterm
-

Unfortunately it is not working for me. The directions are not complicated
and I have verified every letter, still with no success. However, I did have
to vary on one point which is probably where the problem is. I did not have
permission to write umlxterm to /usr/local/bin/ directory so I su'd to root
and then created the file. Since it belonged to root then I couldn't access
it with my dev account where I run the UML kernels. I used chown to gice the
file to my dev account.

Any help would be appreciated. Thanks in advance,
Eric Kiser



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

___
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel