Re: Terminal Emulation with PuTTY

2007-12-11 Thread McKown, John
> -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On > Behalf Of Anton Britz > Sent: Tuesday, December 11, 2007 2:25 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Fwd: Terminal Emulation with PuTTY > > > Can anybody help Bev here ? > > -- Forwarded message -

Re: mknod script for more than 26 /dev/dasd entries

2007-12-11 Thread Lee Stewart
My mistake... (Sorry!) You're right. 2.6 does it for you. I was used to having to do it on 2.4 and when faced with a very large LVM on 2.6 I "assumed" I'd still have to... Delighted that I don't have to... (But slightly red faced.) (And thanks also to those others who responded...) Lee

Re: Terminal Emulation with PuTTY

2007-12-11 Thread Fargusson.Alan
Does doing an "stty -onlcr" make it work the way they want? In order to have everything else work right they will probably want to create a shell script to do something like this: stty -onlcr run the application stty onlcr They could also modify the application to use ioctl to turn off onlcr.

Re: Terminal Emulation with PuTTY

2007-12-11 Thread John Campbell
> Not sure if this is the place to ask this question, but I am stumped about a > keyboard redefinition request a client has sent me. > > When we ported a MF application over to Unix recently, the system owner > began tor receive complaints from the user community about how the > key now works. Ra

Fwd: Terminal Emulation with PuTTY

2007-12-11 Thread Anton Britz
Can anybody help Bev here ? -- Forwarded message -- From: Bev Keddy <[EMAIL PROTECTED]> Date: Dec 11, 2007 1:06 PM Subject: Terminal Emulation with PuTTY To: [EMAIL PROTECTED] Not sure if this is the place to ask this question, but I am stumped about a keyboard redefinition reque

Re: mknod script for more than 26 /dev/dasd entries

2007-12-11 Thread Aristarc Diez Redorta
Hi, Hope this script helps you: Here's a small script that creates devices nodes up to dasdbl3: #! /usr/bin/perl my $maj=94; for (my $min=104; $min < 256; $min++) { $b=$min/4; if ($b >= 26) { $a = $b / 26; $b = $b % 26; } my $p =

Re: mknod script for more than 26 /dev/dasd entries

2007-12-11 Thread Mark Post
>>> On Tue, Dec 11, 2007 at 9:36 AM, in message <[EMAIL PROTECTED]>, Lee Stewart <[EMAIL PROTECTED]> wrote: > Wasn't there a script posted somewhere that would help create all the > /dev/dasd... nodes for more than 26 devices? I can find mention of it > in the list archives, but can't find eith

mknod script for more than 26 /dev/dasd entries

2007-12-11 Thread Lee Stewart
Wasn't there a script posted somewhere that would help create all the /dev/dasd... nodes for more than 26 devices? I can find mention of it in the list archives, but can't find either of the two scripts mentioned.. Thanks, Lee -- Lee Stewart, Senior SE Sirius Computer Solutions Phone: (303) 79