Re: final php question?

2002-04-05 Thread Post, Mark K

You have to query the real package names, not the name of the software:
rpm -q mod_php4
rpm -q mod_php4-core
rpm -q phplib

If you want to see them all: rpm -qa | grep php

Mark Post

-Original Message-
From: Holly, Jason [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 5:12 PM
To: [EMAIL PROTECTED]
Subject: final php question?


thanks to much help across the list, i've successfully met all the
dependencies...

mod_php4-core, successfully installed
mod_php4, successfully installed
phplib, successfully installed...

rpm -q php show "package php not installed"

when i search for php in the index of the suse distro cds, the only one i
haven't installed is phpdoc...

?

Jason A. Holly
CSC Mid-Range Systems Support
email: [EMAIL PROTECTED]
desk: 256.544.7308  page: 256.551.3401



Re: GCC file not recognized : file format not recogni zed

2002-04-05 Thread Ulrich Weigand

John Summerfield wrote:

>> There was a significant change to a value in the ELF header that makes "new"
>> programs unable to run on "old" kernels (the opposite is possible though).
>
>I thought about that, but a dot-o file?

These are also in ELF format, and contain the ELF
architecture flag.  A new kernel won't help here though,
you'll need a new linker (binutils).

The ELF architecture flag is generated by:
 - the assembler (for object files)
 - the linker (for object files, shared object, and executables)

It is read / verified by:
 - the linker (for object files)
 - the dynamic loader (for shared libraries)
 - the kernel (for executables)
 - the insmod and modprobe tools (for kernel modules)

So, if you want to upgrade your system so that it can cope
with the new ELF architecture flag for S/390, you'll need
 - binutils (assembler, linker)
 - glibc (dynamic loader)
 - modutils (insmod, modprobe)
 - kernel

However, even this might not be enough to use binary
applications built on SLES 7 (or similar) with SuSE 7.0
(or similar):  the compiler has changed from gcc 2.95.2
to 2.95.3, which means the C++ ABI and C++ standard
libraries have changed in an incompatible way.  So if
the app in question uses C++, you'll also need the
new compiler and its libraries.

As this means to replace basically *all* of the core
components of the distribution, I'd say it would probably
be simpler to just upgrade to the new distribution ...

Bye,
Ulrich

--
  Dr. Ulrich Weigand
  [EMAIL PROTECTED]



final php question?

2002-04-05 Thread Holly, Jason

thanks to much help across the list, i've successfully met all the
dependencies...

mod_php4-core, successfully installed
mod_php4, successfully installed
phplib, successfully installed...

rpm -q php show "package php not installed"

when i search for php in the index of the suse distro cds, the only one i
haven't installed is phpdoc...

?

Jason A. Holly
CSC Mid-Range Systems Support
email: [EMAIL PROTECTED]
desk: 256.544.7308  page: 256.551.3401



Re: lib*

2002-04-05 Thread Post, Mark K

libmcrypt, not crypt, t1lib, not t1.  libtools to get libltdl.so.

Mark Post

-Original Message-
From: Rob van der Heij [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 4:13 PM
To: [EMAIL PROTECTED]
Subject: Re: lib*


>
>i've installed flex.rpm and when starting the mod_php-core.rpm install i
get
>numerous failed dependencies:
>libexpat.so.1
>libltdl.so.0
>libmcrypt.so.4
>libsablot.so.0
>libt1.so.1

sablot, crypt, expat, t1, try http://rpmfind.net or run rpm2html



Re: lib*

2002-04-05 Thread Patterson, Ross

> i'm still working the php install on sles2.4.7 on s390 (mark
> i'm using the
> rpm's off of the suse distro cd set)...

Good! :-)

> i've installed flex.rpm and when starting the
> mod_php-core.rpm install i get
> numerous failed dependencies:
> libexpat.so.1

expat-1.2-33.s390.rpm on cd 1

> libltdl.so.0

No idea.

> libmcrypt.so.4

libmcrypt-2.4.10-28.s390.rpm  on cd 1

> libsablot.so.0

sablot-0.51-22.s390.rpm on cd 1

> libt1.so.1

No idea.

"How'd he do that?"  Easy - everytime someone hands me a
set of Linux CD-ROMs or .iso files, make an index file:

mkdir cd1 cd2 cd3 /* ... ad nauseum */
... insert cd 1 ...
mount /mnt/cdrom cd1
find cd1 -ls >>~/cdindex/suse-sles7-supported-2002-03-25.cdindex
umount /mnt/cdrom
... insert cd 2 ...
mount /mnt/cdrom cd2
find cd2 -ls >>~/cdindex/suse-sles7-supported-2002-03-25.cdindex
umount /mnt/cdrom
... etc ...

which leaves me with a file that looks like:

 593924 dr-xr-xr-x   5 root root 4096 Oct 31 08:14 cd1
 59630 1357 -r--r--r--   2 root root  1384614 Oct 31 08:11
cd1/ARCHIVES.gz
 597602 -r--r--r--   1 root root 2048 Oct 31 08:14
cd1/boot.catalog
 59888  902 -r--r--r--   1 root root   919921 Oct 31 08:09
cd1/ChangeLog
 60014   19 -r--r--r--   1 root root17992 Jan  8  2001
cd1/COPYING
 60138   22 -r--r--r--   1 root root21452 Jan  8  2001
cd1/COPYING.tex
 602682 -r--r--r--   1 root root 1265 Nov 12  1998
cd1/COPYRIGHT
 60394   21 -r--r--r--   1 root root19932 Nov 12  1998
cd1/COPYRIGHT.yast
 605284 dr-xr-xr-x  18 root root 4096 Oct 31 08:08
cd1/dosutils
...
 625764 -r--r--r--   1 root root 3815 Oct 19 10:50
cd1/WHATSNEW
 627004 -r--r--r--   1 root root 3910 Oct 22 03:35
cd1/WHATSNEW.DOS
 62832 2887 -r--r--r--   2 root root  2949120 Aug 31  2000 cd1/.boot

 629521 -r--r--r--   1 root root   31 Oct 31 08:08
cd1/.S.u.S.E-disk-001.2001103114
 573442 dr-xr-xr-x   4 root root 2048 Oct 31 08:12 cd2
 575822 dr-xr-xr-x   3 root root 2048 Oct 31 08:08
cd2/full-names
135372   83 dr-xr-xr-x   2 root root83968 Oct 31 08:08
cd2/full-names/src
1374201 lr-xr-xr-x   1 root root   50 Oct 31 08:08
cd2/full-names/src/3ddiag-0.248-19.src.rpm ->
/machcd/CDs/suse-sles-s390/CD2/suse/zq1/3ddiag.spm
1376301 lr-xr-xr-x   1 root root   48 Oct 31 08:08
cd2/full-names/src/a2ps-4.13-37.src.rpm ->
/machcd/CDs/suse-sles-s390/CD2/suse/zq1/a2ps.spm
1378341 lr-xr-xr-x   1 root root   52 Oct 31 08:08
cd2/full-names/src/aaa_base-2001.10.19-4.src.rpm ->
/machcd/CDs/suse-sles-s390/CD2/suse/zq1/aaa_base.spm
1380521 lr-xr-xr-x   1 root root   55 Oct 31 08:08
cd2/full-names/src/aaa_version-2001.10.25-2.src.rpm ->
/machcd/CDs/suse-sles-s390/CD2/suse/zq1/aaa_version.spm
1382761 lr-xr-xr-x   1 root root   48 Oct 31 08:08
cd2/full-names/src/acct-6.3.5-152.src.rpm ->
/machcd/CDs/suse-sles-s390/CD2/suse/zq1/acct.spm
1384821 lr-xr-xr-x   1 root root   49 Oct 31 08:08
cd2/full-names/src/alice-0.9.2-29.src.rpm ->
/machcd/CDs/suse-sles-s390/CD2/suse/zq1/alice.spm ...
109644  104 -r--r--r--   5 root root   105043 Oct 30 19:41
cd2/suse/zq1/zimg.spm
109768  600 -r--r--r--   5 root root   610798 Oct 30 16:18
cd2/suse/zq1/zip.spm
109890  177 -r--r--r--   5 root root   180040 Oct 30 16:56
cd2/suse/zq1/zoo.spm
110012 1569 -r--r--r--   5 root root  1601248 Oct 30 19:16
cd2/suse/zq1/zsh.spm
 580681 -r--r--r--   1 root root  268 Oct 31 08:16
cd2/TRANS.TBL
 581941 -r--r--r--   1 root root   31 Oct 31 08:12
cd2/.S.u.S.E-disk-002.2001103114

and then "grep" does most of the rest of the job.

Ross Patterson
Computer Associates
P.S. Yes, "anal-retentive" DOES have a hyphen, but only when used
 as an adjective.  RAP



Re: lib*

2002-04-05 Thread Rob van der Heij

>
>i've installed flex.rpm and when starting the mod_php-core.rpm install i get
>numerous failed dependencies:
>libexpat.so.1
>libltdl.so.0
>libmcrypt.so.4
>libsablot.so.0
>libt1.so.1

sablot, crypt, expat, t1, try http://rpmfind.net or run rpm2html



Performance Workshop Announcement

2002-04-05 Thread Barton Robinson

Cross Posted.

Announcing Velocity Software's new "z/VM and Linux Performance
Workshop." This intense 3 and 1/2 day class will be held June
18th, 2002 in Mountain View, California.

This one of a kind, world class workshop, taught by 3 of the
most well known performance experts will educate you in z/VM
performance, Linux under VM performance, I/O performance, and in
the use of ESALPS, Velocity Software's VM and Linux Performance
Suite.

Speakers:

Author of the books "VM and CMS:  Performance and Fine Tuning"
and "VM/CMS Concep5ts and Facilities" published by Mcgraw Hill,
and well known speaker on many VM subjects, Jeff Savit.  Those of
you that have heard Jeff speak will remember him as a dynamic
and extremely knowledgable presenter in VM performance and many
other performance and platform topics.

Tom Beretvas, "Mr.  DASD", previously of IBM, author of many
performance papers and presentations on DASD performance.  Tom is
bringing his world class DASD performance background to the
Linux and VM environment to help us all better understand how to
make full use of the s/390 features to improve your Linux on
z/VM DASD Performance.

And "If you can't measure it, I'm just not interested", author
of many performance manuals and presentations, Product design,
developer and CBW of Velocity Software, Barton Robinson.

Please join us June 18th in Mountain View, California.

See "http://velocitysoftware.com/workshop.html"; for details.






"If you can't measure it, I'm Just NOT interested!"(tm)

//
Barton Robinson - CBW Internet: [EMAIL PROTECTED]
Velocity Software, IncMailing Address:
 196-D Castro Street   P.O. Box 390640
 Mountain View, CA 94041   Mountain View, CA 94039-0640

VM Performance Hotline:   650-964-8867
Fax: 650-964-9012 Web Page:  WWW.VELOCITY-SOFTWARE.COM
//



Re: GCC file not recognized : file format not recogni zed

2002-04-05 Thread John Summerfield

> There was a significant change to a value in the ELF header that makes "new"
> programs unable to run on "old" kernels (the opposite is possible though).

I thought about that, but a dot-o file?



> You're going to have to upgrade the kernel.
>
> > /oracle/ora901/rdbms/lib/opimai.o: file not recognized : File
> > format not
> > recognized
>

--
Cheers
John Summerfield

Microsoft's most solid OS: http://www.geocities.com/rcwoolley/

Note: mail delivered to me is deemed to be intended for me, for my
disposition.

==
If you don't like being told you're wrong,
be right!



lib*

2002-04-05 Thread Holly, Jason

i'm still working the php install on sles2.4.7 on s390 (mark i'm using the
rpm's off of the suse distro cd set)...

i've installed flex.rpm and when starting the mod_php-core.rpm install i get
numerous failed dependencies:
libexpat.so.1
libltdl.so.0
libmcrypt.so.4
libsablot.so.0
libt1.so.1

what rpm provides these (i've tried gnorpm, "what provides this?" without
luck) and i've searched each cd with no joy...

Jason A. Holly
CSC Mid-Range Systems Support
email: [EMAIL PROTECTED]
desk: 256.544.7308  page: 256.551.3401



Re: tripwire and sles2.4.7 on s390?

2002-04-05 Thread Ferguson, Neale

Sounds ideal!!!

> -Original Message-
> I would recommend installing it and trying it out.  SuSE
> ships it, and I'd
> like to hear about someone's experiences with it.  Would make
> a good SHARE
> session, don't you think, Neale?
>
> Mark Post
>



Re: tripwire and sles2.4.7 on s390?

2002-04-05 Thread Holly, Jason

i'll keep the list updated on how things go...

-Original Message-
From: Post, Mark K [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 2:13 PM
To: [EMAIL PROTECTED]
Subject: Re: tripwire and sles2.4.7 on s390?


I would recommend installing it and trying it out.  SuSE ships it, and I'd
like to hear about someone's experiences with it.  Would make a good SHARE
session, don't you think, Neale?

Mark Post

-Original Message-
From: Holly, Jason [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 2:46 PM
To: [EMAIL PROTECTED]
Subject: tripwire and sles2.4.7 on s390?


...any advice, comments, etc?

Jason A. Holly
CSC Mid-Range Systems Support
email: [EMAIL PROTECTED]
desk: 256.544.7308  page: 256.551.3401



Re: tripwire and sles2.4.7 on s390?

2002-04-05 Thread Holly, Jason

using tripwire to monitor critical files, intrusion detection, etc.

-Original Message-
From: Patriquin, Norm [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 2:09 PM
To: [EMAIL PROTECTED]
Subject: Re: tripwire and sles2.4.7 on s390?


What are your intentions /thoughts?

-Original Message-
From: Holly, Jason [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 11:46 AM
To: [EMAIL PROTECTED]
Subject: tripwire and sles2.4.7 on s390?

...any advice, comments, etc?

Jason A. Holly
CSC Mid-Range Systems Support
email: [EMAIL PROTECTED]
desk: 256.544.7308  page: 256.551.3401



Re: tripwire and sles2.4.7 on s390?

2002-04-05 Thread Post, Mark K

I would recommend installing it and trying it out.  SuSE ships it, and I'd
like to hear about someone's experiences with it.  Would make a good SHARE
session, don't you think, Neale?

Mark Post

-Original Message-
From: Holly, Jason [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 2:46 PM
To: [EMAIL PROTECTED]
Subject: tripwire and sles2.4.7 on s390?


...any advice, comments, etc?

Jason A. Holly
CSC Mid-Range Systems Support
email: [EMAIL PROTECTED]
desk: 256.544.7308  page: 256.551.3401



Re: tripwire and sles2.4.7 on s390?

2002-04-05 Thread Patriquin, Norm

What are your intentions /thoughts?

-Original Message-
From: Holly, Jason [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 11:46 AM
To: [EMAIL PROTECTED]
Subject: tripwire and sles2.4.7 on s390?

...any advice, comments, etc?

Jason A. Holly
CSC Mid-Range Systems Support
email: [EMAIL PROTECTED]
desk: 256.544.7308  page: 256.551.3401



tripwire and sles2.4.7 on s390?

2002-04-05 Thread Holly, Jason

...any advice, comments, etc?

Jason A. Holly
CSC Mid-Range Systems Support
email: [EMAIL PROTECTED]
desk: 256.544.7308  page: 256.551.3401



Re: Linux and Daylight Savings time

2002-04-05 Thread Alan Cox

> Using SuSE 2.4.7.  I have
> GMT="-u"and
> TIMEZONE="PST8PDT"
> set in /etc/rc.config
>
> Are we going to have to shut down and restart all of our Linux servers to
> get daylight savings?

The base Linux clock is in UTC as seconds since Midnight 1/1/1970. The
kernel itself has no notion of "time zone" or "daylight savings". Instead
the time you see depends on home your time zone variables are said

eg try

TZ=GMT date
TZ=Europe/London date

This recongizes that multiple users may be in different time zones (and
likewise the locale handling allows different languages, sorting etc per
user)



Linux and Daylight Savings time

2002-04-05 Thread Wolfe, Gordon W

Does anyone know if Linux running under VM automatically changes time from
standard to daylight?  I presume Linux reads the system clock directly (GMT)
and ignores a "CP SET TIMEZONE".

Using SuSE 2.4.7.  I have
GMT="-u"and
TIMEZONE="PST8PDT"
set in /etc/rc.config

Are we going to have to shut down and restart all of our Linux servers to
get daylight savings?

"You do not need a parachute to skydive.  You only need a parachute to
skydive twice."  -Motto of the Darwin Society
Gordon W. Wolfe, Ph.D.  (425) 865-5940
VM Technical Services, The Boeing Company



xdm and kde on sles

2002-04-05 Thread Lionel Dyck

Following chapter 12 in the SLES  System and Reference manual isn't
helping much.  I've got a few questions:

1. there is no step in this chapter on how to get xdm to start at boot
time
2. there is no doc on how to configure it to use kdm/kde

when I connect I get a screen with XDMCP Host Menu ... and in the box the
word list.  below the box are three click boxes for cancel, accept, and
ping.  ???

Any suggestions?

thanks


Lionel B. Dyck, Systems Software Lead
Kaiser Permanente Information Technology
25 N. Via Monte Ave
Walnut Creek, Ca 94598

Phone:   (925) 926-5332 (tie line 8/473-5332)
E-Mail:[EMAIL PROTECTED]
Sametime: (use Lotus Notes address)
AIM:lbdyck



Re: Imprints - worth the effort?

2002-04-05 Thread Post, Mark K

Mike,

I haven't used imprints at all.  Based on what I see at the project page, I
understand your concern.  There hasn't been any documented project activity
for about 7 months or so.  Interestingly enough, though, there have been
nearly 100 downloads in the last week alone, and over 5,000 total.  Only 6
problems reported over the life of the project.  So, the code may very well
be pretty good, but it doesn't look like any active development or support
is happening.

Mark Post

P.S. Note that the 'signing' is not of the drivers themselves, but of the
packages containing the drivers.  The project isn't guaranteeing anything
about the content of the drivers, only that the packages you download are
the ones the project put out there in the first place.

-Original Message-
From: Michael MacIsaac [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 10:26 AM
To: [EMAIL PROTECTED]
Subject: Imprints - worth the effort?


Hi list,

Has anyone used imprints successfully on Linux on zSeries
(imprints.sourceforge.net)? It sounds like a great concept of being able to
download signed Windows printer drivers to a Samba machine for simple
printer adds, but I'm not sure how mainstream/solid this project is.
Thanks.

  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061



Re: php, suse sles 2.4.7 and s390

2002-04-05 Thread Post, Mark K

There will always be some lag.  If you look at
ftp://ftp.suse.com/pub/suse/s390/update/7.0 you'll see various updates.
Many of them are security related.  I don't see a PHP update there, however,
and that was a fairly serious exposure.

Mark Post

-Original Message-
From: Holly, Jason [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 9:53 AM
To: [EMAIL PROTECTED]
Subject: Re: php, suse sles 2.4.7 and s390


i think someone mentioned "patch regression" earlier this week as a pitfall
of ./configure-make-make install...

sot: has anyone noticed a pattern to suse patch availablity?  how often are
patches being announced?  is there a lag between sec-bulletins and
availability?

-Original Message-
From: Patterson, Ross [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 12:22 PM
To: [EMAIL PROTECTED]
Subject: Re: php, suse sles 2.4.7 and s390


Dennis G. Wicks <[EMAIL PROTECTED]> writes:
> I checked Apache, gcc, Perl, PHP, proftp(d) and samba on three vendors
> sites.

Taking the easy route out (since this is really a theolgical
discussion), I checked the Red Hat 7.2 source RPMs for Apache,
GCC (2.96 and 3.0), Perl, PHP, and Samba (couldn't easily locate
proftp). There were many differences from the stock downloads,
none of which would be clear without examining the spec files
in the source RPMs:

1) The Apache source RPM contains 9 patches beyond the
   1.3.20 level, changes the default config files during
   setup, specifies 8 interesting-looking configuration
   options, and wires Apache into the /etc/rc.d facility.

2) The GCC 2.96 source RPM contains 4 additional source
   components (including two tar files) and an astonishing
   334 patches beyond the 2.96 level, and specifies 9
   interesting-looking configuration options.

3) The GCC 3.0 source RPM contains 16 patches beyond the 3.0.2
   level, and specifies 3 interesting-looking configuration
   options.

4) The Perl source RPM contains 10 patches beyond the 5.6.0
   level, specifies 11 interesting-looking configuration options,
   and generates a bunch of header and doc files during
   installation.

5) The PHP source RPM contains 7 patches beyond the 4.0.6
   level, and specifies 35 interesting-looking configuration
   options.

6) The Samba source RPM contains 14 patches beyond the 2.2.1a
   level, and specifies 8 interesting-looking configuration
   options.

Red Hat isn't alone in this, I've seen it time and again with all
the major distributions.  And it's a good thing - many of these
patches are important, and the source RPM mechanism makes it
patently obvious that you're receiving post-shipment maintenance
in them.

I stand by my statement that you need to go to your distribution
for replacement packages.  You run the risk of losing function or
unfixing bugs during "upgrades" if you don't.

Ross Patterson
Computer Associates



Re: I would like to relocate my IPL pack!

2002-04-05 Thread Post, Mark K

Gerald,

"Dumping and Restoring Linux/390 DASD Volumes from Another Operating System"
http://linuxvm.org/Info/HOWTOs/dumprest.html

Mark Post

-Original Message-
From: Benton, Gerald [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 10:37 AM
To: [EMAIL PROTECTED]
Subject: I would like to relocate my IPL pack!


I need to relocate my swap, and '/' pack to 2 new volumes.

What do I need to do?

Thanks

Gerald Benton
904-633-5621



Re: SuSE 7.0 Question

2002-04-05 Thread Dougie G Lawson

> I hope not to be repetitive!
>
> I've got SuSE 7.0 running in a LPAR that I need to add some volumes to.
> It currectly has only dasda & dasdb, and I need to add 8 new volumes.
>
> I've attepted the echo "add" regiment, and I get no new dasd?
assignments.
>
> Is there another option I'm missing. I would like to add
cuaddr=09CC-09D3.
>
> I would appricate a little assistance.
>
> Thanks
>
> Gerald Benton
> 904-633-5621

That support isn't in SuSE 7.0 with a 2.2.16 kernel. You need to upgrade
to a 2.4.? kernel or SuSE SLES7 (which includes a 2.4.7 kernel).

Regards, Dougie Lawson

--
ITS Technical Support
SupportLine for IMS, DB2 & Linux



I would like to relocate my IPL pack!

2002-04-05 Thread Benton, Gerald

I need to relocate my swap, and '/' pack to 2 new volumes.

What do I need to do?

Thanks

Gerald Benton
904-633-5621



Re: I would like to relocate my IPL pack!

2002-04-05 Thread Dougie G Lawson

Complete instructions are at
   http://www.linuxvm.org/Info/HOWTOs/dumprest.html

Regards, Dougie



Re: SuSE 7.0 Question

2002-04-05 Thread Post, Mark K

Gerald,

That's because you're running a 2.2 kernel.  You need to update your
parmfile, re-run silo, and reboot your system.

Mark Post

-Original Message-
From: Benton, Gerald [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 10:34 AM
To: [EMAIL PROTECTED]
Subject: SuSE 7.0 Question


I hope not to be repetitive!

I've got SuSE 7.0 running in a LPAR that I need to add some volumes to.
It currectly has only dasda & dasdb, and I need to add 8 new volumes.

I've attepted the echo "add" regiment, and I get no new dasd? assignments.

Is there another option I'm missing. I would like to add cuaddr=09CC-09D3.

I would appricate a little assistance.

Thanks

Gerald Benton
904-633-5621



Re: I would like to relocate my IPL pack!

2002-04-05 Thread Gustavson, John (ECSS)

You need to add 2 more mini disks to the VM machine.  You need to edit zipl.conf with 
the new addresses.  Then you need to run zipl to update your boot text, and parm 
files.  Then you need to re-boot
with the 2 new mini disks.  Then you need to format one of these disks in yast.  Then 
mount this disk, and copy / to it.  To avoid more work then necessary, I would change 
the VM machine to reflect
the new mini disk at the old root's mini disk's virtual address.  This way you will 
not have to change zipl.conf's root parm, and your /etc/fstab.  Make sure you get the 
VM machine's virtual address's
right or you will not be able to boot and I would re-addressing the new swap mini disk 
also.  Then when you re-boot for the first time you can format the new swap disk.

Regards

John Gustavson
Enterprise Central Software Services (ECSS)
570 Washington Street - 2nd floor
New York, New York, 10080-6802

Telephone: 1-212-647-3793
Fax: 1-212-647-3321
Email: [EMAIL PROTECTED] 




-Original Message-
From:   Benton, Gerald [mailto:[EMAIL PROTECTED]]
Sent:   Friday, April 05, 2002 10:37 AM
To: [EMAIL PROTECTED]
Subject:I would like to relocate my IPL pack!

I need to relocate my swap, and '/' pack to 2 new volumes.

What do I need to do?

Thanks

Gerald Benton
904-633-5621



Re: WebSphere 4

2002-04-05 Thread Steve Guthrie

Yes.

1. When installing DB2 don't use the examples.  Use common sense and make
sure you read the instructions carefully.
2. Make sure the installation medium you use is consistent with you
operating system.  Watch for mistakes in upper and lower case.
3. Make sure the installation has an X-Windows environment.  I used VNC and
it saved the day.  You do not need KDE or Gnome.
4. Call IBM Support.  These guys are the best.

If you have any questions about any aspect of this, call me or write me.  I
think that WebSphere on L390 is great.  I'll let you know if it is better
than Apache/Tomcat next.

Thanks,

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Post, Mark K
Sent: Friday, April 05, 2002 9:43 AM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere 4


Any lessons learned that you can share with the mailing list?

Mark Post

-Original Message-
From: Steve Guthrie [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 10:05 AM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere 4


I figured it out.  It is working like a champ now.

Thanks,

Steve

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Post, Mark K
Sent: Thursday, April 04, 2002 10:36 PM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere 4


Steve,

We have an example of getting WebSphere 3.5 AE installed and running on
SuSE's 2.2.16 system in the Distributions Redbook.  Chapter 25, page 491.

Mark Post

-Original Message-
From: Steve Guthrie [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 5:43 PM
To: [EMAIL PROTECTED]
Subject: WebSphere 4


Has anyone managed to get WebSphere running on Suse 2.2.16?  I have
everything running but I can't get the IBM HTTP server to talk to WAS 4.
DB2 is up and going but no WAS.

Help!!!

Thanks,

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: WebSphere 4

2002-04-05 Thread Post, Mark K

Any lessons learned that you can share with the mailing list?

Mark Post

-Original Message-
From: Steve Guthrie [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 10:05 AM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere 4


I figured it out.  It is working like a champ now.

Thanks,

Steve

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Post, Mark K
Sent: Thursday, April 04, 2002 10:36 PM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere 4


Steve,

We have an example of getting WebSphere 3.5 AE installed and running on
SuSE's 2.2.16 system in the Distributions Redbook.  Chapter 25, page 491.

Mark Post

-Original Message-
From: Steve Guthrie [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 5:43 PM
To: [EMAIL PROTECTED]
Subject: WebSphere 4


Has anyone managed to get WebSphere running on Suse 2.2.16?  I have
everything running but I can't get the IBM HTTP server to talk to WAS 4.
DB2 is up and going but no WAS.

Help!!!

Thanks,

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



SuSE 7.0 Question

2002-04-05 Thread Benton, Gerald

I hope not to be repetitive!

I've got SuSE 7.0 running in a LPAR that I need to add some volumes to.
It currectly has only dasda & dasdb, and I need to add 8 new volumes.

I've attepted the echo "add" regiment, and I get no new dasd? assignments.

Is there another option I'm missing. I would like to add cuaddr=09CC-09D3.

I would appricate a little assistance.

Thanks

Gerald Benton
904-633-5621



Imprints - worth the effort?

2002-04-05 Thread Michael MacIsaac

Hi list,

Has anyone used imprints successfully on Linux on zSeries
(imprints.sourceforge.net)? It sounds like a great concept of being able to
download signed Windows printer drivers to a Samba machine for simple
printer adds, but I'm not sure how mainstream/solid this project is.
Thanks.

  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061



Re: WebSphere 4

2002-04-05 Thread Steve Guthrie

I figured it out.  It is working like a champ now.

Thanks,

Steve

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of
Post, Mark K
Sent: Thursday, April 04, 2002 10:36 PM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere 4


Steve,

We have an example of getting WebSphere 3.5 AE installed and running on
SuSE's 2.2.16 system in the Distributions Redbook.  Chapter 25, page 491.

Mark Post

-Original Message-
From: Steve Guthrie [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 5:43 PM
To: [EMAIL PROTECTED]
Subject: WebSphere 4


Has anyone managed to get WebSphere running on Suse 2.2.16?  I have
everything running but I can't get the IBM HTTP server to talk to WAS 4.
DB2 is up and going but no WAS.

Help!!!

Thanks,

Stephen J. Guthrie
Regional Sales Manager
Mantissa Corporation
2200 Valleydale Road
Birmingham, AL 35244
(800) 438-7367



Re: php, suse sles 2.4.7 and s390

2002-04-05 Thread Holly, Jason

...been my experience as well.  tks dennis.

-Original Message-
From: Dennis G. Wicks [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 10:38 AM
To: [EMAIL PROTECTED]
Subject: Re: php, suse sles 2.4.7 and s390


Greetings;

If you are updating your software there must be a reason. Probably the new
version has a feature or a fix that you want or really need. That is you
aren't
doing it just for giggles.

In which case there are no "good things" as have been supposed.

A quick survey of the major distribution sites this morning reveals that in
most cases
the vendors do not have current binary or source rpms. According to the
dates on many
of the files I would guess that it is the version that was jused in the
last distribution and
is not likely to change until the next distribution is built. Or there
happens to be a need
to fix a serious security problem.

I checked Apache, gcc, Perl, PHP, proftp(d) and samba on three vendors
sites. That is
a 6x3 matrix, 18 points. In only one case was the vendor current with the
packages home
site.

So, always check the distribution vendor site first. But if you absoultely,
positively have to
have the current version, be prepared for the familiar  ./configure && make
&& make install
sequence.

Good Luck!
Dennis




"Patterson,
Ross" To: [EMAIL PROTECTED]
  Subject: Re: php, suse sles
2.4.7 and s390
Sent by: Linux
on 390 Port
<[EMAIL PROTECTED]
ARIST.EDU>


04/04/02 08:31
AM
Please respond
to Linux on 390
Port







Post, Mark K <[EMAIL PROTECTED]> writes:
> That's fine, but if you're going to do that, use the SRPM from the
> distribution creator.

In addition to all the good things Mark mentions, you'll also avoid
one of the Dark Sides of Linux: accidental patch-regression.  Each
distribution vendor adds patches to the "standard" packages that they
feel are appropriate.  So if you rebuild from a source RPM (SRPM) that
came from the same vendor, you won't lose those patches.

Ross Patterson
Computer Associates



Re: Guest lan problems on RedHat 2.4.9-17

2002-04-05 Thread Post, Mark K

My first guess would be that you need to inform the chandev interface of
your devices.  Last month, Carlos Ordonez gave a pointer to an IBM Redbook
that talks about this
(http://www.redbooks.ibm.com/pubs/pdfs/redbooks/sg246515.pdf), and excerpted
the instructions pertinent to the problem.  Substitute the device numbers
appropriate to your system.
echo 'noauto ' >>/proc/chandev
echo 'qeth0,0x0e30,0x0e31,0x0e32,0,0 '>/proc/chandev
echo 'add_parms,0x10,0x0e30,0x0e32,portname:RPTRFET1 ' >>/proc/chandev
insmod qdio
insmod qeth
ifconfig eth0 10.0.0.1 netmask 255.255.255.0 broadcast 10.0.0.255 up

Mark Post

-Original Message-
From: Sivey,Lonny [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 8:49 AM
To: [EMAIL PROTECTED]
Subject: Guest lan problems on RedHat 2.4.9-17


I have been trying to get a guest lan connection going between my RedHat
2.4.9-17 system and z/VM 4.2 TCPIP by following the instructions in the how
to at http://linuxvm.org/Info/HOWTOs/guestlan.html

The qeth driver refuses to load with the error message "no such device"
however, the devices are there.

root@ibml02 root# insmod qdio
Using /lib/modules/2.4.9-17/kernel/drivers/s390/qdio.o
Warning: loading /lib/modules/2.4.9-17/kernel/drivers/s390/qdio.o will taint
the  kernel: no license

root@ibml02 root# insmod qeth
Using /lib/modules/2.4.9-17/kernel/drivers/s390/net/qeth.o
Warning: loading /lib/modules/2.4.9-17/kernel/drivers/s390/net/qeth.o will
taint  the kernel: no license
/lib/modules/2.4.9-17/kernel/drivers/s390/net/qeth.o: init_module: No such
device
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
root@ibml02 root#

CP Q V 1D00-1D02
OSA  1D00 ON NIC  1D00  UNIT 000 SUBCHANNEL = 0001
 1D00 QDIO-ELIGIBLE
OSA  1D01 ON NIC  1D00  UNIT 001 SUBCHANNEL = 0002
 1D01 QDIO-ELIGIBLE
OSA  1D02 ON NIC  1D00  UNIT 002 SUBCHANNEL = 0003
 1D02 QDIO-ELIGIBLE

Anyone know what the problem might be?

Thanks, Lonny
_
Lonny Sivey
System Support Division
OCLC Online Computer Library Center, Inc.
6565 Frantz Rd, Dublin, OH 43017
(614) 764-6013  FAX (614) 718-7200
mailto:[EMAIL PROTECTED]
_



Re: Guest lan problems on RedHat 2.4.9-17

2002-04-05 Thread David Boyes

> I have been trying to get a guest lan connection going between my RedHat
> 2.4.9-17 system and z/VM 4.2 TCPIP by following the instructions in the
how
> to at http://linuxvm.org/Info/HOWTOs/guestlan.html
> The qeth driver refuses to load with the error message "no such device"
> however, the devices are there.

Make sure you have the most recent QDIO drivers AND most recent z/VM service
applied.  Apparently, the virtual hipersockets stuff was a moving target for
a while, and some versions of the driver were looking for a different device
id than was supplied by the early code in VM. This is exactly the symptom
for this problem.



Re: your mail

2002-04-05 Thread Ulrich Weigand

Stephen Dennis wrote:

>Two setups:
>
>- Hercules setups: SuSE 7.0 GA
>  (ftp://ftp.suse.com/pub/suse/s390/suse-us-s390)
>- http://www.zSeriesPenguins.ihost.com with the SuSE option.
>
>In both cases, the compiler comes with the distribution.

OK, I've found the bug; it is a known problem which we fixed
in an alpha patch on developerWorks 02/2001:

In some cases, in leaf functions that use call-saved floating
point registers would not correctly restore the original value
before returning.  The caller would then find its registers
clobbered ...

The fix has been integrated into the SuSE gcc updates with
rpm level gcc-2.95.2-161.  You can find gcc rpms suitable
for updating a SuSE 7.0 GA system at
  ftp://ftp.suse.com/pub/suse/s390/update/7.0/

(You'll want d1/gcc* and d1/gpp* at least.)


Mit freundlichen Gruessen / Best Regards

Ulrich Weigand

--
  Dr. Ulrich Weigand
  Linux for S/390 Design & Development
  IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032 Boeblingen
  Phone: +49-7031/16-3727   ---   Email: [EMAIL PROTECTED]



Guest lan problems on RedHat 2.4.9-17

2002-04-05 Thread Sivey,Lonny

I have been trying to get a guest lan connection going between my RedHat
2.4.9-17 system and z/VM 4.2 TCPIP by following the instructions in the how
to at http://linuxvm.org/Info/HOWTOs/guestlan.html

The qeth driver refuses to load with the error message "no such device"
however, the devices are there.

root@ibml02 root# insmod qdio
Using /lib/modules/2.4.9-17/kernel/drivers/s390/qdio.o
Warning: loading /lib/modules/2.4.9-17/kernel/drivers/s390/qdio.o will taint
the  kernel: no license

root@ibml02 root# insmod qeth
Using /lib/modules/2.4.9-17/kernel/drivers/s390/net/qeth.o
Warning: loading /lib/modules/2.4.9-17/kernel/drivers/s390/net/qeth.o will
taint  the kernel: no license
/lib/modules/2.4.9-17/kernel/drivers/s390/net/qeth.o: init_module: No such
device
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
root@ibml02 root#

CP Q V 1D00-1D02
OSA  1D00 ON NIC  1D00  UNIT 000 SUBCHANNEL = 0001
 1D00 QDIO-ELIGIBLE
OSA  1D01 ON NIC  1D00  UNIT 001 SUBCHANNEL = 0002
 1D01 QDIO-ELIGIBLE
OSA  1D02 ON NIC  1D00  UNIT 002 SUBCHANNEL = 0003
 1D02 QDIO-ELIGIBLE

Anyone know what the problem might be?

Thanks, Lonny
_
Lonny Sivey
System Support Division
OCLC Online Computer Library Center, Inc.
6565 Frantz Rd, Dublin, OH 43017
(614) 764-6013  FAX (614) 718-7200
mailto:[EMAIL PROTECTED]
_



Re: Adding partition to existing server

2002-04-05 Thread Lionel Dyck

I thought I had answered in another note.  I want to add an extra
partition to an existing 2.4 linux image and have done the necessary vm
work.

thanks

Lionel B. Dyck, Systems Software Lead
Kaiser Permanente Information Technology
25 N. Via Monte Ave
Walnut Creek, Ca 94598

Phone:   (925) 926-5332 (tie line 8/473-5332)
E-Mail:[EMAIL PROTECTED]
Sametime: (use Lotus Notes address)
AIM:lbdyck




"Post, Mark K" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
04/04/2002 08:30 PM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Adding partition to existing server



Lionel,

You didn't answer my question, you just repeated the same statement that
generated my question.  :(

If you want to add a DASD volume to a 2.2 system, you need to update your
parmfile by adding the device number to _the end_ of the "dasd="
parameter,
re-run silo, and reboot your system.

If you want to add a DASD volume to a 2.4 system, you can either do the
above, or to do it dynamically:
echo "add device range=devno-range ">>/proc/dasd/devices
echo "set device range=devno-range on ">>/proc/dasd/devices
cat /proc/dasd/devices to see what device names got assigned (/dev/dasd?)
dasdfmt them
fdasd them if cdl format was specified (or defaulted)
mke2fs them
mount them
update your parmfile and re-run silo to make the changes permanent.  If
you
don't do this, the volumes will "go away" at the next system reboot.

Note the trailing blanks on the "echo" commands.  These are necessary due
to
a bug in the interface.
Note also that on a 2.4 system, if you run dasdfmt on a device, and do
_not_
specify the disk layout, you will get the "cdl" layout, which means you
will
have to run fdasd before mke2fs.

This information can be found at
http://linuxvm.org/present/SHARE98/S5554mp.pdf (slide 22).

Mark Post

-Original Message-
From: Lionel Dyck [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 1:39 PM
To: [EMAIL PROTECTED]
Subject: Re: Adding partition to existing server


I want to add a new partition to an existing linux server under z/vm.  I
know how to assign it to the server via z/vm but not add it to the linux
server.

thx

btw. I looked on the linuxvm.org and didn't see a howto and looking in the
archives wasn't easy.


Lionel B. Dyck, Systems Software Lead
Kaiser Permanente Information Technology
25 N. Via Monte Ave
Walnut Creek, Ca 94598

Phone:   (925) 926-5332 (tie line 8/473-5332)
E-Mail:[EMAIL PROTECTED]
Sametime: (use Lotus Notes address)
AIM:lbdyck

Linux on 390 Port <[EMAIL PROTECTED]> wrote on 04/04/2002 09:14:26
AM:

> I'm afraid I don't understand the question.  Do you mean you want to add
an
> additional DASD volume to an existing Linux/390 system?  Or do you mean
that
> you have an existing volume under a 2.4 kernel in cdl format with less
than
> three partitions defined, and you want to add a second or third
partition to
> it?
>
> Mark Post
>
> -Original Message-
> From: Lionel Dyck [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 04, 2002 10:43 AM
> To: [EMAIL PROTECTED]
> Subject: Adding partition to existing server
>
>
> What does one need to do to add additional space via a new partition to
an
> existing linux server?
>
> 
> Lionel B. Dyck, Systems Software Lead
> Kaiser Permanente Information Technology
> 25 N. Via Monte Ave
> Walnut Creek, Ca 94598
>
> Phone:   (925) 926-5332 (tie line 8/473-5332)
> E-Mail:[EMAIL PROTECTED]
> Sametime: (use Lotus Notes address)
> AIM:lbdyck



Re: GCC file not recognized : file format not recogni zed

2002-04-05 Thread Ferguson, Neale

There was a significant change to a value in the ELF header that makes "new"
programs unable to run on "old" kernels (the opposite is possible though).
You're going to have to upgrade the kernel.

> /oracle/ora901/rdbms/lib/opimai.o: file not recognized : File
> format not
> recognized



Re: Suse on 390 install problem

2002-04-05 Thread Maciej Księżycki

Not quite true. I tried a couple of FTP servers on my Win2K box for installing SuSE on 
S/390 and they failed, indeed. Finally I used War FTP Daemon on my Win2K box  and it 
worked perfectly. It's freeware so you might want just look it up on the net. Or I 
might send it to you, if you want.

The problem is that some SuSE install files' names begin with a dot (like ".boot" for 
instance) and most FTP-servers for Windows are not able to interpret such filenames 
correctly. However, War FTP Daemon has no problems with it.

Also, be very careful when stating paths to your FTP archive. Are you sure you should 
use drive letters ?
Have you defined an anonymous user and granted it privileges ? 

Maciek
--
Maciej Ksiezycki
Systems Programmer
Unizeto - Computing Centre
http://www.unizeto.pl

 -Original Message-

Don't use a windows box as your FTP server as it won't support the
"Rockridge" extensions that are needed to access all files on the CD (or =
CD
image). (This is not addressing your original problem but will save your
arse down the line. Usually for FTP servers under windows - at least the
one's I've used - you specify a "root" for the server when configuring. =
For
example, the one my machine equates c:\work\download to /, so when a user
comes in they start at that point.)

>
> Trying to install via FTP SUSE for 390 !!  have got past the
> yast portion
> of disk formats, and then onto the FTP installation...
> I have the SUSE disks on another system on the LAN, and am running a
> ftpserver to serve these files there and have a PASV port 22
> setup to serve
> it.
> However I cannot figure out the directory path to use ???
> I have tried C:/suse/cd1/suse
> and the orig cd drive: G:/
> and they all fail to get me into the saved setup' phase
> I have also tried the ftp.suse.com with the suse directories
> for the s390
> installation, but these also FAIL...
> Someone has done this, can somebody point me to my mistake please ??
> Im going more NUTS !!!