Is anybody using CA's Advantage EDBC?

2003-02-07 Thread Rengasamy, Samy
Is anybody using CA's Advantage EDBC, to access the MVS data sources from Linux/390? If so, how good is it? Thanks, Samy Rengasamy.

Intel PC + Hercules + VM + Linux

2002-10-17 Thread Rengasamy, Samy
We have been running Linux on a native LPAR for quiet some time. We would like to experiment running few instances of Linux under VM. But we do not have any budget allocation for this experiment. I would like to do it with Intel PC + Hercules + VM + Linux. Is it possible? If so where do I start?

Re: Block Mode Terminal and Terminal Server Programs

2002-10-15 Thread Rengasamy, Samy
, 2002 8:50 PM To: Rengasamy, Samy; 'Linux on 390 Port' Subject: Re: Block Mode Terminal and Terminal Server Programs Could you explain that a little more please? If I understand you, you are serving 3270 data streams to a PC using a PERL program? -Paul - Original Message - From: Rengasamy

Re: Block Mode Terminal and Terminal Server Programs

2002-09-24 Thread Rengasamy, Samy
I did use the s3270 piece of x3270 package to write a server application on Linux/390, serving 3270 screens as Perl/Tk screens on my PC. Currently I am working on to see if I could get a pretty formatted HTML, so I could get the client piece on a browser. I did use perl and perl/expect to write

PHP 4 and postgresql

2002-08-02 Thread Rengasamy, Samy
PROTECTED]] Sent: Wednesday, July 31, 2002 8:56 AM To: [EMAIL PROTECTED] Subject: Re: PHP 4 module loading problem On Tuesday 30 July 2002 02:08 pm, Rengasamy, Samy wrote: That never worked on SuSE 2.2.16. There seems to be some sort of problem with the PHP library. At one point I believe I compiled

Re: PHP 4 module loading problem

2002-07-30 Thread Rengasamy, Samy
, That never worked on SuSE 2.2.16. There seems to be some sort of problem with the PHP library. At one point I believe I compiled PHP4 from source, and it worked, but I can't be sure of that now. Mark Post -Original Message- From: Rengasamy, Samy [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29

PHP 4 module loading problem

2002-07-29 Thread Rengasamy, Samy
I am having a problem loading php4 module to work with apache. It just fails to load. I have SuSe 7.0 with 2.2.16 kernel. Any suggestions, Please. Samy Rengasamy.

More Info on Palladium

2002-06-27 Thread Rengasamy, Samy
TCPA / Palladium Frequently Asked Questions http://www.cl.cam.ac.uk/users/rja14/tcpa-faq.html Interview with Palladium's Mario Juarez http://www.didw.com/modules.php?op=modloadname=Newsfile=articlesid=74mod e=order=0

MS to eradicate GPL, hence Linux

2002-06-26 Thread Rengasamy, Samy
Following is a scoop from Slashdot, Thomas C. Green at The Register seems to think Microsoft is after far more than the 'ubiquitous security' they're pitching to the mainstream press. In this lengthy article, he contends that Microsoft's latest plans are in many ways an attempt to kill Linux by

Re: IBM's Dev Kit for Linux 31-bit zSeries (S/390) version 1.3.1. .. where's javax.*?

2002-06-14 Thread Rengasamy, Samy
Try to locate 'servlet.jar' and you can copy it into '$JAVA_HOME/lib' directory. Then you could add $JAVA_HOME/lib/servlet.jar to your classpath, provided you have defined JAVA_HOME variable. export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/servlet.jar Samy Rengasamy. -Original Message-

Re: IBM's Dev Kit for Linux 31-bit zSeries (S/390) version 1.3.1. .. where's javax.*?

2002-06-14 Thread Rengasamy, Samy
To import 'javax.servlet.*' packages, you got to have 'servlet.jar' in your classpath. 'servlet.jar' does not come with a JDK by default. Under tomcat, it is located at '$TOMCAT_HOME/common/lib' directory. Whenever tomcat starts up, it builds its own classpath and hence all the servlets have

Strange cygwin problem

2002-06-11 Thread Rengasamy, Samy
I had been using cygwin to start 'xinit' and running xterms over that until yesterday. There was a power fluctuation in our floor and since then 'xinit' is not starting successfully. Would my video card be messed up? Have any of you had faced this problem before...? Samy Rengasamy.

Re: SLES7 for S/390 and Tomcat 4.03 Automating Startup Problem

2002-05-01 Thread Rengasamy, Samy
Thanks for all the help. Finally I am able to start tomcat as a daemon by using nohup. Samy Rengasamy. -Original Message- From: Jay van der Meer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 9:25 AM To: [EMAIL PROTECTED] Subject: Re: SLES7 for S/390 and Tomcat 4.03

Re: Converting TEXT file to pdf FORMAT

2002-05-01 Thread Rengasamy, Samy
Free options: http://www.lowagie.com/iText/ : This requires Java1.2 iText is a library that allows you to generate PDF files on the fly. The iText classes are very useful for people who need to generate read-only, platform independent documents containing text, lists, tables and images. The

Re: How to pre-allocate a 4GB File?

2002-04-19 Thread Rengasamy, Samy
and http://www.linuxdoc.org/HOWTO/Software-RAID-HOWTO.html Mark Post -Original Message- From: Rengasamy, Samy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 1:28 PM To: [EMAIL PROTECTED] Subject: Re: How to pre-allocate a 4GB File? Do I have to upgrade to 2.4 kernel to run LVM

Re: How to pre-allocate a 4GB File?

2002-04-19 Thread Rengasamy, Samy
to pre-allocate a 4GB File? Samy, The Distributions Redbook covers what you need to do in a step-by-step process in Chapter 17. Mark Post -Original Message- From: Rengasamy, Samy [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 3:46 PM To: [EMAIL PROTECTED] Subject: Re: How

Re: How to pre-allocate a 4GB File?

2002-04-17 Thread Rengasamy, Samy
, You'll need to be running a 2.4 kernel, and either LVM, or RAID to aggregate multiple 3390 volumes, or have some 3390-9 volumes available. Mark Post -Original Message- From: Rengasamy, Samy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 6:16 PM To: [EMAIL PROTECTED] Subject: How

Re: apr for mod_webapp make problem

2002-04-16 Thread Rengasamy, Samy
That mod_webapp.zip was built on a 2.2 kernel and probably that may have caused the segfault. It works on our system with Suse 7.0, 2.2 kernel. Samy Rengasamy. -Original Message- From: Vincent Gazzillo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 3:53 PM To: [EMAIL

General Linux Question

2002-04-15 Thread Rengasamy, Samy
How to access NTFS from Linux? Is there an easy way to access NTFS File system from SuSe Linux in a dual boot PC? Do I have to recompile the kernel to do this? Thanks, Samy Rengasamy.

Re: [LCDS] Disk space

2002-04-01 Thread Rengasamy, Samy
Thanks Mark for connecting two requirements across the mailing lists. I am subscribed to LCDS too but ignored the mail content after reading the subject. You are a gift to the open source world. Thanks again, Samy Rengasamy. -Original Message- From: Post, Mark K [mailto:[EMAIL

Re: Using VDISK for swap

2002-03-28 Thread Rengasamy, Samy
-Original Message- From: David Boyes [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 4:10 PM To: [EMAIL PROTECTED] Subject: Re: Using VDISK for swap There is no difference, really. All the DASD functions are rolled into one driver. Hmm. The mdisk driver does do a couple of

AutoReply messages

2002-03-28 Thread Rengasamy, Samy
Is not there a way these people can shut down their AutoReply messages if they get a message from a discussion list? Whenever I post a message to the discussion list I get a bunch of these messages. Thanks, Samy Rengasamy.

Re: REXX for Linux?

2002-03-25 Thread Rengasamy, Samy
How about Mod_Rexx!!!. It fits neatly with apache. You can even do your server side stuff with Rexx. David Ashley of IBM Global Services is the major architect of this piece. I attended one of his presentations at a LUG in Dallas. You could download the package from

Re: Tomcat

2002-03-22 Thread Rengasamy, Samy
What kind of troubles did you have with mod-webapp? -Original Message- From: Steve Guthrie [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 9:02 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat I have both Tomcat 4.01 and Apache 1.3.19-66 running on Linux for S390. I have complied

Zope on Linux/390

2002-03-22 Thread Rengasamy, Samy
Has anybody build Zope for Linux/390? Is there a place to get the binary from? Samy Rengasamy.

Re: Berkeley DB 4.0.1 Config Error

2002-03-15 Thread Rengasamy, Samy
I did get lot more information on this from Sleepycat support team: ** The problem is that Berkeley DB does not include assembly language mutexes for the s390 architecture, and Linux POSIX 1003.1 pthread mutexes aren't

Berkeley DB 4.0.1 Config Error

2002-03-14 Thread Rengasamy, Samy
I did a build and install of Berkeley DB 4.0.1 in our SuSE Linux 7.0 (s390) - Kernel 2.2.16. During the configure process, I did get the following warning: THREAD MUTEXES NOT AVAILABLE FOR THIS COMPILER/ARCHITECTURE I do believe Linux/390 does support multi-threading and hence mutexes towards

Re: Cobol and IMS for Linux

2002-02-26 Thread Rengasamy, Samy
What are the ISAM options on Linux/390 and Linux/86? Thanks, Samy Rengasamy. -Original Message- From: Rich Smrcina [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 3:58 PM To: [EMAIL PROTECTED] Subject: Re: Cobol and IMS for Linux I'm not sure about the IMS part, but there

Re: SSHD at boot

2002-02-26 Thread Rengasamy, Samy
Create a shell script 'sshd' with the following line /sbin/sshd or /actual-path-of-ssh-installed/sshd in directory /etc/rc.d Then create a link S10sshd to /etc/rc.d/sshd at directory /etc/rc.d/rc2.d Then on reboots, sshd will start running. This is specific to SuSe. Red Hat may have a

Cobol and IMS for Linux

2002-02-25 Thread Rengasamy, Samy
There is an application running on S390 written in COBOL using IMS Database. This application could handle several millions of records. I am looking around to see if this could be ported to a smaller platform to handle several thousands of records at a reduced cost. Is it doable if I chose to

Re: Cobol and IMS for Linux

2002-02-25 Thread Rengasamy, Samy
I found out that the IMS is of DEDB type. Thanks, Samy Rengsamy. -Original Message- From: Jim Elliott [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 4:16 PM To: [EMAIL PROTECTED] Subject: Re: Cobol and IMS for Linux Samy: What are all the COBOL compilers available for

Linux/390 Assembler

2002-02-22 Thread Rengasamy, Samy
Is there a link to read and use Linux/390 Assembly Language? Thanks, Samy Rengasamy. -Original Message- From: Michael Grundy [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 1:58 PM To: [EMAIL PROTECTED] Subject: DProbes S/390 port available Hi Everyone - Just wanted to

How to access MQ Server on OS/390 from MQ JMS Client on Linux/390 ?

2002-02-18 Thread Rengasamy, Samy
We have a MQ Server running successfully at OS/390. I would like to use MQ JMS Client from Linux/390 to access MQ Server. We do not have the LDAP Server setup on OS/390. Will I be able to use MQ JMS with File System Service Provider for JNDI Services and if so how could it be done? Thanks in

Re: Win32 xservers

2002-02-13 Thread Rengasamy, Samy
...Always. Obi-Wan Kenobi Use the Force, Luke.  Obi-Wan Kenobi (This company dedicates this E-Mail to General Obi-Wan Kenobi ) (This company dedicates this E-Mail to Master Yoda ) -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED]] On Behalf Of Rengasamy, Samy Sent

Re: Win32 xservers

2002-02-12 Thread Rengasamy, Samy
I am using a free beta version successfully to export X Windows from Linux/390. The only downside is I am not able to run any window manager as MI/X runs with its own. Samy Rengasamy. -Original Message- From: Gregg C Levine [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002

Re: Java problem

2002-01-18 Thread Rengasamy, Samy
I copied your code for testing and I did get the message: JVM started okay ... I am using blackdown's JDK1.2.2. I used the following commands to compile and run your program though: $ gcc -c -o jvm.o -I/usr/local/jdk1.2.2/include -I/usr/local/jdk1.2.2/include/linux jvm.c $ gcc -o jvm jvm.o

Re: How to access IMS Database from Linux/390

2002-01-16 Thread Rengasamy, Samy
Thanks for the information. Since I got your reply, I did read several IBM Redbooks/Presentations on IMS Connectivity. I did read the following limitation(s) in one of the IBM's Redbook: ODBA programs must execute on the same MVS image (LPAR) as the IMS system(s). Since GSAM databases are

Re: tk GUI Applications

2001-12-28 Thread Rengasamy, Samy
/HOWTO/mini/FDU/. Mark Post -Original Message- From: Rengasamy, Samy [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 7:36 PM To: [EMAIL PROTECTED] Subject: tk GUI Applications If I try to run any tk GUI application, the fonts do not appear clearly. What am I missing? Thanks

tk GUI Applications

2001-12-27 Thread Rengasamy, Samy
If I try to run any tk GUI application, the fonts do not appear clearly. What am I missing? Thanks, Samy Rengasamy. -Original Message- From: saparnis, carol [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 11:16 AM To: [EMAIL PROTECTED] Subject: Re: Help, copy_from_user_asm