Re: PPP module for SuSE

2001-12-14 Thread Willem Konynenberg

Adam Thornton wrote:
> On Fri, Dec 14, 2001 at 06:30:27PM -0500, Post, Mark K wrote:
> > Do you really have a modem attached to your S/390 box?
> >
> > Mark Post
>
> Maybe he's trying to do the poor man's VPN.
>
> SSH over a PPP link.  Works beautifully in Intel environments.  In fact,
> I'm composing this message now over one.

Why use a poor man's VPN when you can get a real one at the same price?  ;-)

Layering TCP over a TCP link has all sorts of nasty implications
with respect to network error handling, which is why proper VPN
protocols do not use a TCP connection.

The two main options for a proper VPN solution on Linux are
IPsec, through FreeS/WAN, and CIPE.  Since IPsec is a proper
IETF Internet Draft Standard, and CIPE is not, FreeS/WAN is
probably the preferred solution, but CIPE certainly does work
as well.


Back to the original question:
Although I would also be interested to hear why one would
want to have a PPP connection on an S/390 system, the fact
that it cannot be configured with the current s390/config.in
seems incorrect.  All other architectures support it, either
implicitly by sourcing drivers/net/Config.in, or explicitly.

--
 Willem Konynenberg <[EMAIL PROTECTED]>
I am not able rightly to apprehend the kind of confusion of ideas
that could provoke such a question  --  Charles Babbage



Re: PPP module for SuSE

2001-12-14 Thread Adam Thornton

On Fri, Dec 14, 2001 at 06:30:27PM -0500, Post, Mark K wrote:
> Do you really have a modem attached to your S/390 box?
>
> Mark Post

Maybe he's trying to do the poor man's VPN.

SSH over a PPP link.  Works beautifully in Intel environments.  In fact,
I'm composing this message now over one.

Adam



Re: Maximum use of ip addresses

2001-12-14 Thread Alan Altmark

On Thursday, 12/13/2001 at 04:48 EST, Terrance Smith
<[EMAIL PROTECTED]> wrote:
> I'm building several Linux Guests under VM/ESA 240 and wish to make
maximum
> use of my allocated ip addresses. I wish to use:
>  169.163.69.210 on the VM cip adapter as a Gateway I also have a
token ring adapter
>  169.163.69.224-254 as my allocation for linux guest under vm
>
> Does any one have notes with example tcpip profile, ect gateway to allow
me
> to get the max usage out of my ip allocation and allow me to route out
using the cip or
> claw.
>
> By the way which routing procol is the best to handle this?

You don't mention the subnet mask, but I'm going to assume that all of
those IP addresses are in the same subnet.  The CIP interface must have an
IP address that is in the LAN subnet.  The Linux machines need to have IP
addresses that are in a different subnet unless you can persuade the CIP to
forward packets for specific IP addresses across the claw interface.  (A
forwarding proxy.)

Regards,
Alan

Senior Software Engineer
z/VM, TCP/IP, VIF, and Linux for zSeries Development, Endicott, NY
Phone  607.752.6027fax 607.752.1497 t/l 852



Re: PPP module for SuSE

2001-12-14 Thread Post, Mark K

Do you really have a modem attached to your S/390 box?

Mark Post

-Original Message-
From: Christopher W Gibson [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 14, 2001 5:39 PM
To: [EMAIL PROTECTED]
Subject: PPP module for SuSE


I am currently looking for the module for pppd for SuSE.  Tried to
recompile the kernel
with the ppp option, but kernel doesn't offer option.  When running

# modprobe -v ppp
modprobe: Can't locate module ppp

Does anyone know where to get this module?

Thanx



Re: [Redhat-s390-list] building the kernel

2001-12-14 Thread Post, Mark K

But now we're back to one of Todd's previous questions about what value
SMP_CACHE_BYTES should have in logger.c when he's not running with SMP
support.  Sigh.  I'm not sure, but it looks like if there is not an
architecture-specific override, include/linux/cache.h defaults that value to
match L1_CACHE_BYTES:
#ifndef SMP_CACHE_BYTES
#define SMP_CACHE_BYTES L1_CACHE_BYTES
#endif

include/asm-s390/cache.h does _not_ define SMP_CACHE_BYTES, and it sets
L1_CACHE_BYTES thus:
#define L1_CACHE_BYTES 256

So I would have to guess that SMP_CACHE_BYTES would be set to 256 on
Linux/390 when SMP support is enabled.

Again, I hope this helps, Todd.

Mark Post

-Original Message-
From: Post, Mark K
Sent: Friday, December 14, 2001 4:33 PM
To: 'Todd Blevins'; [EMAIL PROTECTED]; 'Linux390'
Subject: RE: [Redhat-s390-list] building the kernel


Todd,

Well, the kernel SRPM is in better shape than the kernel-source RPM, but
there is still a problem.  It looks like it's in the S/390 support for TUX,
though.  In the include/linux/smp.h header file is this:
#ifdef CONFIG_SMP
#include 

For the other architectures, there is an include/asm-archtype/smp.h file
that defines cpu_online_map.  There isn't one for S/390.

If CONFIG_SMP is _not_ defined, then this define happens:
#define cpu_online_map   1

So, you could fudge it if you want to try that, or turn off SMP support.
But, you'll need SMP support if you use the IBM OCO drivers.  (Can't imagine
Cisco doing that, but you never know... :)  )

Hope this helps.

Mark Post



PPP module for SuSE

2001-12-14 Thread Christopher W Gibson

I am currently looking for the module for pppd for SuSE.  Tried to
recompile the kernel
with the ppp option, but kernel doesn't offer option.  When running

# modprobe -v ppp
modprobe: Can't locate module ppp

Does anyone know where to get this module?

Thanx



Re: iPlanet Message Server on z ?

2001-12-14 Thread Jon R. Doyle

I looked on the IBM site for ports and the Sun site and do not see that
iPlanet is ported. We have ours on zed series of course. We just did Korean
Air and Llbean.

Regards,

Jon



On 12/14/01 9:48 AM, "Gelbard, Sandy" <[EMAIL PROTECTED]> wrote:

> Hi,
>
> Does anyone happen to know if iPlanet's Message Server runs on z/Linux.
>
> Thanks,
> SG
>



Re: Apachee Newbie question

2001-12-14 Thread Post, Mark K

Craig,

Good question.  When I copy that page to my /home/userid/public_html
directory as index.html, _some_ of the dynamic commands work, and others do
not.  I don't know a lot about that kind of embedded scripting, but I would
imagine it's got something to do with various security settings in
/etc/httpd/httpd.conf.  Certain directories are probably "trusted" while
others are not.

Mark Post

-Original Message-
From: Kittendorf, Craig [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 14, 2001 3:57 PM
To: [EMAIL PROTECTED]
Subject: Apachee Newbie question


On SuSE installation of Linux for S/390, I copied index.html to index2.html
in same directory.  When I open index.html in a browser (MS IE) it looks
fine.  When opening index2.html, some of the 

What's breaking?

Thanks,
 Craig Kittendorf
 Systems Programmer



Re: [Redhat-s390-list] building the kernel

2001-12-14 Thread Post, Mark K

Todd,

Well, the kernel SRPM is in better shape than the kernel-source RPM, but
there is still a problem.  It looks like it's in the S/390 support for TUX,
though.  In the include/linux/smp.h header file is this:
#ifdef CONFIG_SMP
#include 

For the other architectures, there is an include/asm-archtype/smp.h file
that defines cpu_online_map.  There isn't one for S/390.

If CONFIG_SMP is _not_ defined, then this define happens:
#define cpu_online_map   1

So, you could fudge it if you want to try that, or turn off SMP support.
But, you'll need SMP support if you use the IBM OCO drivers.  (Can't imagine
Cisco doing that, but you never know... :)  )

Hope this helps.

Mark Post



Apachee Newbie question

2001-12-14 Thread Kittendorf, Craig

On SuSE installation of Linux for S/390, I copied index.html to index2.html
in same directory.  When I open index.html in a browser (MS IE) it looks
fine.  When opening index2.html, some of the 

What's breaking?

Thanks,
 Craig Kittendorf
 Systems Programmer



Samba 2.2.2 - Load Printer Drivers question

2001-12-14 Thread PERRY, GRAHAME (SBCSI)

I'll add my two cents to this. We're putting up 2.2.2 and I've been looking
at the print driver stuff.

To upload the drivers, 1st create the print$ share. I have the following:

[print$]
comment = Default Printer Driver location (2.2 config)
path = /var/lib/samba/printers
write list = ntadmin @smbsupport
create mask = 0775
directory mask = 0775

I setup the directories on Linux to have the "smbsupport" group which the
userid that load drivers belong to. I use Unix userid/groups so I've also
put the userid that will do this in smbpasswd and created a smbsupport
group. You might be able to user Window's userids and groups
but I haven't gotten into that yet.

To upload the drivers, I go into Network Neighborhood, Point to Domain,
Server. Then you get a list of shares that have been setup (printer and file
shares) along with a "Printer" folder icon. Double click the Printer icon.

Then you see all the printers that have been setup. Click on a printer that
you want to setup with a driver. You may get various messages about print
drivers and spoolers. Just click on OK. Go into Printer / Properties (you
may get some more message).

Click on New Driver - I usually click on HAVE DISK and select the INF file
for that printer. You will then be able to select a printer model (note:
I've omitted all the various Windows dialogue boxes you go through).

Note: I use "Have Disk" since I have access to drivers which are WinNT and
Win2000 compatible. Most of the drivers that comes with WinNT are not
Win2000 compatible. If this isn't a problem you probably don't need to
select "Have Disk".

You should now see the driver being copied to the Linux server (see the
"Coping to ... \\,linuxserver>\print$\W32X86"). If you go to the print$
share directory (in my case - /var/lib/samba/printers), you will see a
W32X86 (where WinNT and 2000 drivers are kept). During the copy the files
are stored in that directory. After all the files are copied they are moved
to a W32X86/2 or/3 subdirectory). If you get errors during the copy process
you may have to setup directory permissions (or userid/group owners) for
these directories.

It isn't the quickest process to do this so just be patient. Once it is
done, you can see the driver listed in the Printer Properties window. You
can close the window. That will setup the driver and associate it with the
printer. Note: once you have uploaded a printer driver, it can be used by
other printer queues.

Note: you can also upload Win95/98 drivers by using the Printer / Properties
/ Sharing tab. Select Shared and Alternate Drivers / Win95. Note Win9x
drivers are kept in a WIN40 directory under the print$ share.

To see the configuration info for server, I use "rpcclient // -U
" and the "enumdrivers" to see all of the drivers that have been
uploaded to Samba. "getprinter " to see if the driver has been
associated with that printer.

We were experiencing a problem with the driver configuration information
being lost after a shutdown/restart of Linux. We need to recompile Samba
2.2.2 (since we were installing from source, no RPM for Linux/390 yet) and
we hardcode all the directories where files are kept. Originally we were
using /var/printer/drivers but have moved it to /var/lib/printers. This
seemed to be a problem with the various .tdb files (now kept in
/var/lib/samba directory) since the windows printer files were still in the
W32X86 directories. This may not be the case for others but it might be good
to try a few drivers and then see if the information is still around after a
restart (using rpcclient to verify the configuration information).

One real benefit of this is that this works with WinNT and Win2000 clients.
We're still rolling this out, so we might experience other problems.

I haven't looked at imprints but may if we move production usage of samba.
One other possibility if copying the various configuration files (smb.conf,
printcap, .tdb files, printer drivers, etc.) onto a new samba server. Not
sure how well this will work.

Also under the Network Neighborhood  Printer icons there is an "Add
Printer" icon. The documentation says that this can be used to start a shell
script that with add the information to /etc/printcap (and smb.conf??). I
have yet to try this and they only "add printer" script that I've found is
written to work with CUPS. This would be quite useful in handing support for
this over to Windows only support groups. This uses the "add printer
command" in smb.conf and has info in the smb.conf help file. I'm quite
curious as to how this will work. Our goal is to provide tools to the groups
doing Print Server support to have GUI tools that they can use rather than
having to understand Linux.


Grahame Perry


Date:Mon, 26 Nov 2001 15:36:29 EST
From:Dave Myers <[EMAIL PROTECTED]>
Subject: Samba 2.2.2 - Load Printer Drivers question

Why was the PRINTER_DRIVER.txt doc moved to

/usr/local/samba-2.2.2/docs/textdocs/outdated


Amanda run on S390 and INTEL

2001-12-14 Thread Eddie Chen

 Does anyone has the config for 3490/3590 tape definitions and   iomega
ZIP100.

 We  have   already try  the "dump -0 -u -f  /dev/sda   /"  "tar " and
"cpio"   on both  the  ZIP drive  and 3590s.



Re: Turbo 2.4.5 Beta and the Console is nolonger 3215

2001-12-14 Thread Post, Mark K

Chris,

You'll have to build a new kernel to change that.  Unload the appropriate
source, make sure all the patches are applied that Turbolinux uses.  Copy
what ever configuration file they use into the top-level kernel source
directory as ".config".  Do a "make menuconfig" and select "Character device
drivers".  Un-select support for console on 3270.  Exit and save your new
config.  Do a "make dep" "make image" copy the new kernel and System map
file to /boot, adjust your silo/zilo/zipl parameters accordingly, and
reboot.

Mark Post

-Original Message-
From: Christopher Lowry [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 14, 2001 1:02 PM
To: [EMAIL PROTECTED]
Subject: Turbo 2.4.5 Beta and the Console is nolonger 3215


In the process of testing Turbo 2.4.5 Beta and find the console is a 3270
not a 3215.   Can this be changed ?  With the 3270, I can not autolog the
guest or send commands via secuser.

Thanks in advance for your help.

Chris



Turbo 2.4.5 Beta and the Console is nolonger 3215

2001-12-14 Thread Christopher Lowry

In the process of testing Turbo 2.4.5 Beta and find the console is a 3270
not a 3215.   Can this be changed ?  With the 3270, I can not autolog the
guest or send commands via secuser.

Thanks in advance for your help.

Chris



iPlanet Message Server on z ?

2001-12-14 Thread Gelbard, Sandy

Hi,

Does anyone happen to know if iPlanet's Message Server runs on z/Linux.

Thanks,
SG



FW: THE INFOWORLD SCOOP A.M. EDITION, Friday, December 14, 2001

2001-12-14 Thread Post, Mark K

The bottom line of this article is:
1. Un-install SSH1
2. Install SSH2 (in that order)
3. Make sure you have all security patches for SSH2 installed.

Mark Post

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Friday, December 14, 2001 9:30 AM
To: [EMAIL PROTECTED]
Subject: THE INFOWORLD SCOOP A.M. EDITION, Friday, December 14, 2001



THE INFOWORLD SCOOP A.M. EDITION


Friday, December 14, 2001

- - - - - - - - - - - - - - - - - - - - - - - - - - - -

CERT: PLUG SECURE SHELL HOLES BEFORE THE HOLIDAYS

Posted December 14, 2001 04:35 Pacific Time

AMSTERDAM -- ADMINISTRATORS of Unix systems running
Secure Shell (SSH) should check all security holes are
plugged before going home for the holidays because of
increased hacker activity, security experts said on Thursday.

"We are seeing a high amount of scanning for SSH
daemons, and we are receiving reports of
exploitation," the Computer Emergency Response
Team/Coordination Center (CERT/CC) said in an advisory.


For the full story:
http://www.infoworld.com/articles/hn/xml/01/12/14/011214hnsecureshell.xml?12
14fram



Re: ISP/ASP redpiece->redbook, Redbook plans for 2002

2001-12-14 Thread Bob Richards

Mike,

This will definitely be ITSO's loss. You've done a great job. Good luck
on your new position.

Bob

--- Michael MacIsaac <[EMAIL PROTECTED]> wrote:
> > Do we have any idea when this is going to be available?  It is
> On a personal note, it looks like I'll be moving out of the ITSO on
> to another job at IBM POK. It's been a "wild ride" here and I've
> enjoyed meeting and working with many of you on this list

=
+-+-+
| Bob Richards| OS/390 Consultant - Chicago |
| Internet: [EMAIL PROTECTED]  | 3D Business Solutions   |
+-+-+

__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com



Re: ISP/ASP redpiece->redbook, Redbook plans for 2002

2001-12-14 Thread Rich Smrcina

Thanks for the update, Mike.  Best of luck in your new gig.  I hope we'll
still be hearing from you...

Rich Smrcina
Sytek Services, Inc.
Milwaukee, WI
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Catch the WAVV!  Stay for Requirements and the Free for All!
Update your S/390 skills in 4 days for a very reasonable price.
WAVV 2002 in Cincinnati (Fort Mitchell, KY).
April 12-16, 2002
For details see http://www.wavv.org

One nation, under God, indivisible, with liberty and justice for all.
- Original Message -
From: Michael MacIsaac <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 14, 2001 7:52 AM
Subject: ISP/ASP redpiece->redbook, Redbook plans for 2002


> > Do we have any idea when this is going to be available?  It is still
> listed
> > as a redpiece.
>
> "This year", the editors promised me.  It was ready to go Nov 1, and I
> could
> gripe about why it was held up, but that's just IBM's dirty laundry.
> Though
> it hasn't been updated on the Web since Oct 26th, the changes will be
quite
> minor. I apologize for the delay, but I chose not to take this battle on.
>



ISP/ASP redpiece->redbook, Redbook plans for 2002

2001-12-14 Thread Michael MacIsaac

> Do we have any idea when this is going to be available?  It is still
listed
> as a redpiece.

"This year", the editors promised me.  It was ready to go Nov 1, and I
could
gripe about why it was held up, but that's just IBM's dirty laundry.
Though
it hasn't been updated on the Web since Oct 26th, the changes will be quite
minor. I apologize for the delay, but I chose not to take this battle on.

While I'm here, let me mention next year's plans for Linux redbooks.  Those
*proposed* to be funded are:

Linux on zSeries and S/390: Application Development
Linux on zSeries and S/390: Systems Management
Linux on zSeries and S/390: HOWTO Anthology
Use of Virtual Servers for Large Scale Linux on zSeries Deployment

So watch for residencies to be announced.  The HOWTO anthology is somewhat
of
a new concept - it will be a compendium of (8-10?) papers release during
the
year and published as a redbook at the end of the year.  This is designed
to enable timely publishing of specific topics.  So if you can't get away
for a residency but still would like to contribute to the community through
IBM and the ITSO, consider writing and contributing a paper (topic and
quality
appropriate, of course).

On a personal note, it looks like I'll be moving out of the ITSO on to
another job at IBM POK. It's been a "wild ride" here and I've enjoyed
meeting and working with many of you on this list.  At least for the first
three months of 2002, I'm hoping to button up the code associated with
the redbook "Open Source Software on z/OS and OS/390 UNIX", SG24-5944
(remember OS/390 UNIX? :).  I'm not sure who will be leading the
projects next year, but I will still be involved with them.  So if you
want to volunteer a paper, let me know for now.


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



rexx scripts migration

2001-12-14 Thread olivier fleurigeon

Hello ,

We've got a large amount of scripts writtent in rexx under CMS, that we would
want to migrate to linux/390.

These scripts contains of course calls to CMS, CP, CMS/PIpelines.

Is there any tool out there that would avoid us the complete rewritting of
all this stuff ?

Thanks for all possible suggestions, ideas, products...

Salutations,

OF

--
mailto:[EMAIL PROTECTED]
work=0149092200:2782



Linux for S/390 - recommended, and experimental updates for linux-2.4.7 & linux-2.4.16 on DeveloperWorks

2001-12-14 Thread Axel Wirbser

Linux for S/390 & zSeries:

Please check out the DeveloperWorks page at:

http://www10.software.ibm.com/developerworks/opensource/linux390/whatsnew.shtml

On the Recommended level 2.4.7 page at:

http://www10.software.ibm.com/developerworks/opensource/linux390/current2_4.shtml

you will find:
- kernel 2.4.7 recommended bug-fix for fdasd in s390 tools
- kernel 2.4.7 recommended OCO-modules lcs, qdio, qeth with bug-fixes -
esp. HiperSockets support - each for 31-/64-bit,
  with/without on-demand-timer patch

On the Experimental 2.4.7 page at:

http://www10.software.ibm.com/developerworks/opensource/linux390/exp-2_4_7.shtml

you will find:
- kernel 2.4 7 experimental order-2-allocation-relief patch, even tougher
than the first one and no longer requiring special 64-bit OCOs.

 On the Experimental 2.4.16 page at:

http://www10.software.ibm.com/developerworks/opensource/linux390/exp-2_4_16.shtml

you will find:
- kernel 2.4.16 experimental (currency work) with matching on-demand-timer
and order-2-allocation-relief patches, as well as
  matching lcs, qdio, qeth OCOs (only rudimentary tests by development)

Happy downloading !

Mit freundlichen Gruessen / Kind regards,
Axel Wirbser
_
IBM Deutschland Entwicklung GmbH, Schönaicher Str. 220 D-71032 Böblingen
eServer Software Management, D4357, Intern: 71032-06, Tel. 902-2088
Tel. ++49-(0)7031-16-2088, Fax. 07031-16-3456, OV/VM: IBMDE(WIRBSER)
Internet: [EMAIL PROTECTED]


John Mattson/Epson is out of the office.

2001-12-14 Thread John Mattson

I will be out of the office starting  12/13/2001 and will not return until
12/19/2001.

I will respond to your message when I return. on Wed 19 Dec 2001