Re: Minimum memory size for zSeries Linux

2003-06-25 Thread Rob van der Heij
I did get the SuSE SLES 8, SP2 up at 12MB - Linux saw 8424 KB, so about 4M was LPAR overhead. And yes, it was slow during boot and trying to enter commands. But the swap size was 3044 KB, so it had to be doing a lot of swapping! If you're really talking about a 12 MB LPAR, then I suspect that

Re: Cron sending e-mail

2003-06-25 Thread Sergey Korzhevsky
My 2 cents MAILTO= 10 * * * * root /usr/sbin/ntpdate -u condor WBR, Sergey McKown, John [EMAIL PROTECTED] Sent by: Linux on 390 Port [EMAIL PROTECTED] 25.06.2003 02:36 Please respond to Linux on 390 Port To: [EMAIL PROTECTED] cc: Subject:

Re: Cron sending e-mail

2003-06-25 Thread John Summerfield
On Wed, 25 Jun 2003, Sergey Korzhevsky wrote: My 2 cents MAILTO= 10 * * * * root /usr/sbin/ntpdate -u condor If that works, and the netpdate fails, there's no evidence to help resolve the problems. i _hate_ it when an author goes to the trouble of providing sensible messages, and some

Re: Cron sending e-mail

2003-06-25 Thread Sergey Korzhevsky
It was the answer on I am getting e-mails every hour that this ran. How do I suppress e-mails to root about this? Nothing more. Actually, I had to write MAILTO=some_another_user Is this better? :) WBR, Sergey John Summerfield [EMAIL PROTECTED] Sent by: Linux on 390 Port [EMAIL

Re: Cron sending e-mail

2003-06-25 Thread John Summerfield
On Wed, 25 Jun 2003, Sergey Korzhevsky wrote: It was the answer on I am getting e-mails every hour that this ran. How do I suppress e-mails to root about this? Nothing more. Actually, I had to write MAILTO=some_another_user Is this better? :) I provided my answer a few hours ago.

Re: Glibc build error during make

2003-06-25 Thread Arnd Bergmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 24 June 2003 23:32, Aria Bamdad wrote: Hi, I am trying to follow instructions to setup a cross build environment and running into a problem at step 7 configure, compile and install glibc. My current system is RH kernel 2.4.9. I

Re: Minimum memory size for zSeries Linux

2003-06-25 Thread Carsten Otte
Linux does not round down memory size to multiple of 4M. Instead, Linux rounds down to a full page (4k). You can see how much memory Linux uses by looking at the output of dmesg: Memory 498036k/500468k available (1984k kernel code, 0k reserved, 396k data, 52k init) The important number is the

Re: Minimum memory size for zSeries Linux

2003-06-25 Thread Vic Cross
On Wed, 25 Jun 2003, Carsten Otte wrote: Linux does not round down memory size to multiple of 4M. I have seen the same effect that Rob describes, in two separate circumstances. One was when I was running Linux native on a P/390, where I had to tell Linux I had 124MB instead of 128MB in order

Re: Minimum memory size for zSeries Linux

2003-06-25 Thread Davis, Larry
I Thought HSA was shared between all LPAR's and taken out of Maint storage of LPAR 1 only. Larry Davis -Original Message- From: Rob van der Heij [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 02:13 To: [EMAIL PROTECTED] Subject: Re: Minimum memory size for zSeries Linux I

Re: Minimum memory size for zSeries Linux

2003-06-25 Thread Klaus Bergmann
I Thought HSA was shared between all LPAR's and taken out of Maint storage of LPAR 1 only. Yes, it is shared between all LPARs and not taken away from a particular LPAR. On z990 it physically resides in memory book 0. Klaus Bergmann

Routing Problem

2003-06-25 Thread Sebastian Korte
Hi, I've got a problem with my linux-routers. They route between the hipersocket-network-area and the rest of the net. The problem occurs after echo no_router eth0 /proc/qeth on the primary router, the secondary router stops routing and I don't know why. Both eth0-devices of the primary and

db2 8.1

2003-06-25 Thread Noll, Ralph
we are loading db2 data from VSE to Linux db2 under linux db2 i can create indexes how do i create primary and foreign keys.. i assume all is supported.. thanks for input and comments Ralph Noll Systems Programmer City of Little Rock Phone (501) 371-4884 Fax (501) 371-4712

Re: esql/c

2003-06-25 Thread Jim Elliott
im looking for the Informix ESQL/C, its part of the Informix Client SDK but i cant find it for linux390, i found it for intel linux, aix, sco, etc, but not for linux zseries. Alex: I think what you are saying is that you can't find the SDK on the public Informix download site, and that is

Re: Cron sending e-mail

2003-06-25 Thread Matt Zimmerman
On Wed, Jun 25, 2003 at 02:55:56AM +0800, John Summerfield wrote: On Tue, 24 Jun 2003, Fargusson.Alan wrote: Try something like this: 10 * * * * root /usr/sbin/ntpdate -u condor /tmp/Log 21 No. 1. Logs in linux belong in /var/log 2. Each run clobbers the previous report.