View Single Post
  #3   (View Single Post)  
Old 19th December 2015
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

I don't think I can help you. But which vi are you using? vi or Vim?
On the console or in X Window (which desktop environment)?

Don't know this is useful, bu with OpenBSD in X the output of $ stty -a :
Code:
speed 38400 baud; 38 rows; 92 columns;
lflags: icanon isig iexten echo echoe echok echoke -echonl echoctl
        -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
        -extproc -xcase
iflags: -istrip icrnl -inlcr -igncr -iuclc ixon -ixoff ixany imaxbel
        -ignbrk brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl -onocr -onlret -olcuc oxtabs -onoeot
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>; eol2 = ^@;
        erase = ^?; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\;
        reprint = ^R; start = ^Q; status = <undef>; stop = ^S; susp = ^Z;
        time = 0; werase = ^W;
Some quite old Linux sources that describe keyboard mapping:
http://www.tldp.org/HOWTO/Keyboard-a...OWTO.html#toc5
http://www.ibb.net/~anne/keyboard/keyboard.html

Could it be that you configured NetBSD to use a French keyboard layout, and that is causing these issues?
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote