Re: Porting old application- numeric keypad

2011-12-15 Thread McKown, John
-Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Henry Schaffer Sent: Wednesday, December 14, 2011 9:19 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Porting old application- numeric keypad On Wed, Dec 14, 2011 at 10:06 PM, John McKown joa

Re: Porting old application- numeric keypad

2011-12-15 Thread Smith, Ann (ISD, IT)
application- numeric keypad -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Henry Schaffer Sent: Wednesday, December 14, 2011 9:19 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Porting old application- numeric keypad On Wed, Dec 14, 2011

Re: Porting old application- numeric keypad

2011-12-15 Thread Malcolm Beattie
Smith, Ann (ISD, IT) writes: They have tried diff. As John says, GNU diff, as available on any Linux, provides a lot of powerful functions include recursion support (specified explicitly via the -r option). I'd encourage anyone using diff to use the -u option to provide unidiff format output

Re: Porting old application- numeric keypad

2011-12-15 Thread David Boyes
I am not an expert in any way, shape, or form. But that's never stopped me from talking. grin Looking here: http://nixdoc.net/man-pages/hp- ux/man1/dircmp.1.html quote -d Compare the contents of files with the same name in both directories and output a list telling

Re: Porting old application- numeric keypad

2011-12-14 Thread Smith, Ann (ISD, IT)
, Ann (ISD, IT) Sent: Friday, November 18, 2011 9:49 AM To: 'Linux on 390 Port' Subject: RE: Porting old application- numeric keypad Yes HOD was used with HPUX and will be used with linux on z. Now they tell me they had on HPUX and stiil have on z a problem with processes left by users

Re: Porting old application- numeric keypad

2011-12-14 Thread Richard Troth
- no longer get hung processes chewing up cpu -Original Message- From: Smith, Ann (ISD, IT) Sent: Friday, November 18, 2011 9:49 AM To: 'Linux on 390 Port' Subject: RE: Porting old application- numeric keypad Yes HOD was used with HPUX and will be used with linux on z. Now they tell me

Re: Porting old application- numeric keypad

2011-12-14 Thread Smith, Ann (ISD, IT)
an equivalent for SLES10 -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Richard Troth Sent: Wednesday, December 14, 2011 4:39 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Porting old application- numeric keypad Wow ... thanks for sharing

Re: Porting old application- numeric keypad

2011-12-14 Thread John McKown
On Wed, 2011-12-14 at 18:34 -0500, Smith, Ann (ISD, IT) wrote: Took a while to figute out what they had done. Keep telling them to stop pulling everything over from HPUX server. I do have another question for folks They seemed to have used the dircmp command a lot - in particular 'dircmp -d'

Re: Porting old application- numeric keypad

2011-12-14 Thread Henry Schaffer
On Wed, Dec 14, 2011 at 10:06 PM, John McKown joa...@swbell.net wrote: On Wed, 2011-12-14 at 18:34 -0500, Smith, Ann (ISD, IT) wrote: Took a while to figute out what they had done. Keep telling them to stop pulling everything over from HPUX server. I do have another question for folks They

Re: Porting old application- numeric keypad

2011-12-14 Thread Shane
On Wed, 14 Dec 2011 18:34:45 -0500 Smith, Ann (ISD, IT) wrote: I do have another question for folks They seemed to have used the dircmp command a lot - in particular 'dircmp -d' It appears that linux distro does not have dircmp Trying to find an equivalent for SLES10 diff -r dir1 dir2 If you

Re: Porting old application- numeric keypad

2011-11-18 Thread Smith, Ann (ISD, IT)
usage hits a limit due to these leftover processes. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Richard Troth Sent: Wednesday, November 16, 2011 1:36 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Porting old application- numeric keypad You

Re: Porting old application- numeric keypad

2011-11-18 Thread Richard Troth
. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Richard Troth Sent: Wednesday, November 16, 2011 1:36 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Porting old application- numeric keypad You will want to find out if HOD was/is used when they run

Porting old application- numeric keypad

2011-11-16 Thread Smith, Ann (ISD, IT)
We have been porting some curses-based text-terminal applications from HP-UX that make heavy use of PFkeys and the numeric keypad, and the usual terminal emulation and TERM settings from HPUX don't work on SLES10. I think they have gotten over the hurdle of recoding PF keys since not same as had

Re: Porting old application- numeric keypad

2011-11-16 Thread David Boyes
But they are still having issues with getting the numeric keypad on right side of physical keyboard to work. And backspace key still not working. They are using TERM=VT420F Does anyone know of a way to get numeric keypad on keyboard to work with SLES? Apparently it is critical to customers

Re: Porting old application- numeric keypad

2011-11-16 Thread Mark Post
On 11/16/2011 at 10:56 AM, Smith, Ann (ISD, IT) ann.sm...@thehartford.com wrote: They are using TERM=VT420F Does anyone know of a way to get numeric keypad on keyboard to work with SLES? Apparently it is critical to customers using this application. Since I use it every day, I can say that

Re: Porting old application- numeric keypad

2011-11-16 Thread Mark Post
On 11/16/2011 at 11:34 AM, Smith, Ann (ISD, IT) ann.sm...@thehartford.com wrote: Do you have to turn Num Lock on to get keypad to work? Only if you want to type numbers. :) Mark Post -- For LINUX-390 subscribe / signoff

Re: Porting old application- numeric keypad

2011-11-16 Thread McKown, John
-Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of David Boyes Sent: Wednesday, November 16, 2011 10:14 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Porting old application- numeric keypad snip 'cat | od -h' is your friend. As an aside

Re: Porting old application- numeric keypad

2011-11-16 Thread Smith, Ann (ISD, IT)
: Wednesday, November 16, 2011 11:09 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Porting old application- numeric keypad On 11/16/2011 at 10:56 AM, Smith, Ann (ISD, IT) ann.sm...@thehartford.com wrote: They are using TERM=VT420F Does anyone know of a way to get numeric keypad on keyboard

Re: Porting old application- numeric keypad

2011-11-16 Thread Richard Troth
, November 16, 2011 11:09 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Porting old application- numeric keypad On 11/16/2011 at 10:56 AM, Smith, Ann (ISD, IT) ann.sm...@thehartford.com wrote: They are using TERM=VT420F Does anyone know of a way to get numeric keypad on keyboard to work with SLES

Re: Porting old application- numeric keypad

2011-11-16 Thread Smith, Ann (ISD, IT)
on 390 Port' Subject: RE: Porting old application- numeric keypad It is vt420f. My typo. They just told me they are using IBM Host On Demand. Trying to get more info on their keyboard mapping. Do you have to turn Num Lock on to get keypad to work? -Original Message- From: Linux on 390