Re: SLES 9 in an LPAR

2005-08-17 Thread José Raúl Barón Rodríguez
I have done exactly so but I don't have any performance problems. Things you should consider might include: - LPAR Weight compared to other LPARs you might have defined. - RAM for that LPAR. I have 8 GB. 512 might become a bottleneck (not necessarily but still...) - Do you have any other things

IUCV device driver for Linux 2.6

2005-08-17 Thread Neale Ferguson
Just in time for SHARE... SNA has created an IUCV device driver that allows an application to use open/close/read/write semantics to manage IUCV connections. It's an early release, but we'd like feedback on utility and function of the package. You'll find the source for the package at:

Re: IUCV device driver for Linux 2.6

2005-08-17 Thread Thomas Kern
Sounds great. Now an SMSG handler for linux can be written to allow some set of authorized virtual machines to send SMSGs where the text of the message is a command to be executed in linux. With the help of CPINT, the output can be sent back to the originating user as MSG/MSGNOH. /Tom Kern ---

Re: IUCV device driver for Linux 2.6

2005-08-17 Thread Carsten Otte
Hi Neale, here's my feedback on the implementation: - open() should return -EBUSY in case the device is INUSE, not -EACCES - release() should probably contain BUG_ON(!dev-flag INUSE), it does only get called by VFS for open file descriptors - readv()/writev() don't look like it does the job

Re: IUCV device driver for Linux 2.6

2005-08-17 Thread Neale Ferguson
-Original Message- here's my feedback on the implementation: - open() should return -EBUSY in case the device is INUSE, not -EACCES Sounds reasonable - release() should probably contain BUG_ON(!dev-flag INUSE), it does only get called by VFS for open file descriptors Okay. -

PuTTY on SuSE 9

2005-08-17 Thread Bob
Anyone having trouble with PuTTY connection to SuSE 9. It connects but when I try to login as anyone, it asks for the password and after entering it, I get access denied. -- ___ Thanks, Bob

Re: PuTTY on SuSE 9

2005-08-17 Thread Livio Sousa
Hi, You should download a newer version of PuTTY to use SSH v2. Best Regards... On 8/17/05, Bob [EMAIL PROTECTED] wrote: Anyone having trouble with PuTTY connection to SuSE 9. It connects but when I try to login as anyone, it asks for the password and after entering it, I get access

Re: IUCV device driver for Linux 2.6

2005-08-17 Thread David Boyes
The code looks pretty good overall, except for the coding style which does not fit the Linux Kernel. I would prefer a socket family instead of a filesystem for iucv, given that the thing is more like networking instead of hard disk. The semantics are specifically like a serial port, not a

Re: IUCV device driver for Linux 2.6

2005-08-17 Thread Carsten Otte
Linux on 390 Port LINUX-390@VM.MARIST.EDU wrote on 08/17/2005 05:06:54 PM: The code looks pretty good overall, except for the coding style which does not fit the Linux Kernel. Any useful tools to convert? That does most of it (see /usr/src/linux/Documentation/CodingStyle, also see

Re: PuTTY on SuSE 9

2005-08-17 Thread Wolfe, Gordon W
Works just fine for me. All kinds of places you can check... Make sure the following lines are in /etc/hosts.allow sshd: ALL sshdfwd-cvspserver : ALL sshdfwd-X11 : ALL sshfwd-2080 : ALL Edit /etc/ssh/ssh_config Identity-file = id_dsa protocol=2,1

Re: IUCV device driver for Linux 2.6

2005-08-17 Thread Carsten Otte
Linux on 390 Port LINUX-390@VM.MARIST.EDU wrote on 08/17/2005 05:23:52 PM: The semantics are specifically like a serial port, not a network or disk. There are arguments for both semantics/approaches, but this one did the job for us. Yea, it does the very same job but as far as I can see most

Re: IUCV device driver for Linux 2.6

2005-08-17 Thread Neale Ferguson
Thanks for indent pointer. Works like a treat. -Original Message- That does most of it (see /usr/src/linux/Documentation/CodingStyle, also see /usr/src/linux/scripts/Lindent): indent -kr -i8 -ts8 -sob -l80 -ss -bs -psl files

Re: IUCV device driver for Linux 2.6

2005-08-17 Thread David Boyes
The semantics are specifically like a serial port, not a network or disk. There are arguments for both semantics/approaches, but this one did the job for us. Yea, it does the very same job but as far as I can see most of the ioctls sementically fit what you can do with a socket (bind

Re: PuTTY on SuSE 9

2005-08-17 Thread Steven . ADAMS
As an alternative to PuTTY you might consider the Cygwin suite. It will allow you to use OpenSSH as well a X11R6 and a whole host of other common *nix services on Windows. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Bob Sent: Wednesday, August 17,

Re: PuTTY on SuSE 9

2005-08-17 Thread Peter E. Abresch Jr. - at Pepco
I have this problem. I have a modified /etc/pam.d/sshd to authenticate against ACF2. The problem could be anything but you will never know because SSH will not display the ACF2 messages until after you logon successfully. Have you modified /etc/pam.d/sshd? Peter This Email message and any

Re: PuTTY on SuSE 9

2005-08-17 Thread Brandon Darbro
Peter E. Abresch Jr. - at Pepco wrote: This Email message and any attachment may contain information that is proprietary, legally privileged, confidential and/or subject to copyright belonging to Pepco Holdings, Inc. or its affiliates (PHI). This Email is intended solely for the use of the

Re: PuTTY on SuSE 9

2005-08-17 Thread Jon Brock
Two of my favorite lawyer jokes: Q: What do you have when you have 10,000 lawyers at the bottom of the sea? A: A good start. Q: What do you have when have 10,000 buried in the sand up to their necks? A: Not enough sand. snip I doubt he's allowed to. It's lawyer food. They get very nasty when

Re: PuTTY on SuSE 9

2005-08-17 Thread Kim Colwell
Jon Brock wrote: Two of my favorite lawyer jokes: or mine ... A lawyer, a doctor a priest were swimming in the ocean. A swarm of sharks suddenly swam up, circled the three and promptly ate the priest and the doctor, then swam away. Why didn't they bother the lawyer? Professional Courtesy.

Re: PuTTY on SuSE 9

2005-08-17 Thread Peter E. Abresch Jr. - at Pepco
The footer is not mine, it is the company's. Sorry. Peter This Email message and any attachment may contain information that is proprietary, legally privileged, confidential and/or subject to copyright belonging to Pepco Holdings, Inc. or its affiliates (PHI). This Email is intended solely for

Re: PuTTY on SuSE 9

2005-08-17 Thread Alan Cox
On Mer, 2005-08-17 at 15:49 -0400, Peter E. Abresch Jr. - at Pepco wrote: delivery of this Email to the intended recipient(s), you are hereby notified that any dissemination, distribution or copying of this Email is strictly prohibited. If you have received this message in error, please

Re: HCPIIO1250I message from z/VM V5.1 at z/VM IPL.

2005-08-17 Thread David Boyes
Next message is showned at z/VM V5.1 every IPL. HCPIIO1250I Device 1000 cannot be varied online because a time-out condition occurred. ・ ・ HCPIIO1250I Device 1F9F cannot be varied online because a time-out condition occurred. Either the device is not correctly configured in the control