Re: 1 480 MIP IFL CPU = ?

2007-01-30 Thread Post, Mark K
A number of Oracle workloads have been good a fit for mainframe Linux. In particular development and test machines, for just the license cost reduction you're seeking. Having said that, nothing beats trying it and measuring it to see what happens. Make sure you have good measurement tools.

Re: Lost an LVM under SLES9 64-bit ...

2007-01-25 Thread Post, Mark K
Jim, If your system is back to where it was before, why can't you start your network and come in via SSH? Not that learning to use ed or sed isn't a good idea, but still... Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Jim Moling Sent:

Re: install RHEL4 into z/VM guest on VPN

2007-01-25 Thread Post, Mark K
Warren, I'm really not sure what you're trying to show us here. Are you saying that your installation server is a RHEL4 system (running under VMWare on a Windows XP system), and that it is connected to your company's network via VPN? If you're able to telnet/SSH into the guest, once there can

Re: JBoss? WebSphere?

2007-01-25 Thread Post, Mark K
You're right, it is a J2EE web app server. Someone may be getting confused about real requirements versus what I heard was... Note that running JBoss in place of WAS may give you all the functionality you need and save a bunch of money, but IBM's sales guys won't like me saying that. Mark Post

Re: install RHEL4 into z/VM guest on VPN

2007-01-25 Thread Post, Mark K
Ok. It sounds to me as though your company firewalls are blocking FTP traffic going to systems on the VPN. You might try firing up Apache and see if you can telnet to port 80. If that doesn't work, then you're going to need to find some system within the firewalls that you can access from the

Re: Lost an LVM under SLES9 64-bit ...

2007-01-25 Thread Post, Mark K
Try doing an rcnetwork start command. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Jim Moling Sent: Thursday, January 25, 2007 3:33 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Lost an LVM under SLES9 64-bit ... That's easy - I didn't

Re: Lost an LVM under SLES9 64-bit ...

2007-01-25 Thread Post, Mark K
Next try doing an ifup eth0 if using QDIO. ifup hsi0 for HiperSockets. ctc0 for CTCs, etc. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Jim Moling Sent: Thursday, January 25, 2007 4:23 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Lost an

Re: Lost an LVM under SLES9 64-bit ...

2007-01-24 Thread Post, Mark K
If the system is up, and you're able to enter maintenance mode (by entering the root password), I would do a cat /proc/dasd/devices to see if, as Ed mentioned, your kernel knows about all your DASD. If not, and a #cp q dasd command shows them, then there's a major disconnect between Linux and

Re: Trying to Debug IMAP Support in PHP

2007-01-21 Thread Post, Mark K
PHP is statically linking in the c-client.a library from Pine, which is what provides the IMAP support. But, within that library a routine that does a stat which goes against /lib64/libc.so. While I could try to force that routine to statically link against libc, I really would prefer to figure

Re: VM test platforms

2007-01-19 Thread Post, Mark K
I would say that almost all long-term VM shops run their test VM second level, as you're considering. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Moeur Tim C Sent: Friday, January 19, 2007 11:03 AM To: LINUX-390@VM.MARIST.EDU Subject: VM

Re: [PATCH 50/59] sysctl: Move utsname sysctls to their own file

2007-01-18 Thread Post, Mark K
Christian, I question the usefulness of having this mailing list in the MAINTAINERS file at all. Perhaps we could create another list that people could subscribe to that really are interested in this level of discussion. I know I was thinking about re-purposing linux390-dev anyway. Mark

Re: [PATCH 50/59] sysctl: Move utsname sysctls to their own file

2007-01-18 Thread Post, Mark K
, Mark K wrote: Christian, I question the usefulness of having this mailing list in the MAINTAINERS file at all. Perhaps we could create another list that people could subscribe to that really are interested in this level of discussion. I know I was thinking about re-purposing linux390-dev

Re: New HOWTO: Cloning Red Hat Linux Running in an LPAR

2007-01-17 Thread Post, Mark K
That's Red Hat putting the root file system on an LVM logical volume. Ugh. I hate when that is done. You might have a shot at getting something to mount if you do this for starters: pvscan vgscan lvscan If LVM finds the logical volume, and there aren't any conflicts, it might create a device

Re: New HOWTO: Cloning Red Hat Linux Running in an LPAR

2007-01-17 Thread Post, Mark K
So, it looks like you copied the disk from aplnx02 itself, and now you're trying to mount the copy on aplnx02. That's probably not going to work particularly well. The problem isn't the volume group name so much as the UUID that gets written to the physical volume (PV) during the pvcreate.

Re: manually adding eth0 connection

2007-01-16 Thread Post, Mark K
You probably need to bring it online by echoing a 1 into the /sys/blah/blah/0.0.0600/online file. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Tom Duerbusch Sent: Tuesday, January 16, 2007 2:10 PM To: LINUX-390@VM.MARIST.EDU Subject:

Re: New HOWTO: Cloning Red Hat Linux Running in an LPAR

2007-01-16 Thread Post, Mark K
Whatever the partition number on the source volume, will be the partition number on the target volume. So, if your root partition is /dev/dasda2 on the source, then in your case the root partition will be /dev/dasdb2 on the system where you are modifying it. If it was /dev/dasda3, then use

Re: Linux in an LPAR - recovery?

2007-01-12 Thread Post, Mark K
As others have found out to their dismay, no, it doesn't. Sounds like a good subject for an RFE to me. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Tim Hare Sent: Friday, January 12, 2007 11:00 AM To: LINUX-390@VM.MARIST.EDU Subject: Re:

Re: Migrate Linux to different LPAR

2007-01-12 Thread Post, Mark K
I would say give it a try on the new LPAR. When you think about it, the only DASD volume that zipl _can_ write to is the current one, 322B. It cannot access 322E. One way to simplify this, and feel better about the end results, would be to make the 322E volume accessible to your current system,

Re: Migrate Linux to different LPAR

2007-01-12 Thread Post, Mark K
Linux/390 doesn't use grub, unfortunately. That would simplify a lot of things if it could be made to work. This won't be the first time I've said this to someone from CentOS, but I'll say it again. If you want access to real mainframe hardware, you have two choices: IBM's Linux Community

Re: problem with DHCP in SLES10 again, this time with z/VM 5.2

2007-01-12 Thread Post, Mark K
According to http://www2.marist.edu/htbin/wlvtype?LINUX-VM.63649 you might try setting ARP=NO for a VSWITCH operating in layer 3 mode. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Stricklin, Raymond J Sent: Friday, January 12, 2007 5:44 PM

Re: Linux in an LPAR - recovery?

2007-01-11 Thread Post, Mark K
As Jeremy stated, we would need some more information. If the system is asking you to enter maintenance mode and run fsck (whether for ext2/ext3 or reiserfs), go ahead and try that first. If the file system(s) that is/are damaged is _not_ your root file system, you could try removing them from

Re: LVM filesystem definition / creation problem

2007-01-11 Thread Post, Mark K
Check /proc/dasd/devices to see if they're listed there. If they're not, then you'll probably need to look at your initrd to see if they're listed there, and fix it if they're not. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Jose Raul

Re: SLES10 Distro- where is tomcat?

2007-01-10 Thread Post, Mark K
He'll never find an s390x _or_ an s390 RPM for tomcat. It's a -noarch RPM: find . -name tomcat* ./noarch/tomcat5-admin-webapps-5.0.30-27.2.noarch.rpm ./noarch/tomcat5-5.0.30-27.2.noarch.rpm ./noarch/tomcat5-webapps-5.0.30-27.2.noarch.rpm ./src/tomcat5-5.0.30-27.2.src.rpm Mark Post

Re: How do I find ...

2007-01-10 Thread Post, Mark K
This is usually caused by not installing the optional updates. One of the reasons why (prior to SLES10), I always ran online_update from the command line, and not via YaST. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of RPN01 Sent:

Re: Time Zone problem

2007-01-09 Thread Post, Mark K
One of the downsides of running an OS that's been out of support for 3 years. Since there's no executable code in the timezone RPMs, you could just take one from RHEL, or Fedora. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Stahr, Lea

Re: url question

2007-01-09 Thread Post, Mark K
It's very slow, but I was able to get to it. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Steve Gentry Sent: Tuesday, January 09, 2007 2:22 PM To: LINUX-390@VM.MARIST.EDU Subject: url question Is the following url still valid?

Re: Wiki on zLinux

2007-01-05 Thread Post, Mark K
When we first installed Mediawiki, it was on the Marist College z990 that had 800+ other z/VM guests on it. Even though overall CPU busy was only about 80%, performance was not good at all. Not sure if the issue was I/O contention or what. Web server performance, without going through the wiki,

Re: SuSE Linux Support

2007-01-05 Thread Post, Mark K
Off the top of my head, in alphabetical order (I have friends at all of them): IBM Novell/SUSE Sine Nomine Associates Sirius Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Stahr, Lea Sent: Friday, January 05, 2007 11:18 AM To:

Re: HCPIPN2833E During install of SUSE SLES9x

2007-01-05 Thread Post, Mark K
The z/VM Virtual Switch only accepts connections from virtual QDIO OSAs. If you've found manuals that state it can connect to a HiperSocket, you should file a bug report with the manual owner. Only HiperSocket Guest LANS and real hardware HiperSockets exercise the HiperSockets code. Mark Post

Re: Errors when trying to put root on LVM during SLES10 install

2007-01-04 Thread Post, Mark K
I personally recommend _not_ putting your root file system in an LV. However, since you want to do that, _exactly_ how is it failing? Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Bernard Wu Sent: Thursday, January 04, 2007 11:52 AM To:

Re: Errors when trying to put root on LVM during SLES10 install

2007-01-04 Thread Post, Mark K
PGP SIGNED MESSAGE- Hash: SHA1 Post, Mark K wrote: I personally recommend _not_ putting your root file system in an LV. - From curiosity, whyso? I've been doing so for some time, on intel and on z, and so far have no real cause for regret. On the other hand, it's saved our metaphorical bacon

Re: what's the free command telling me about linux swap space?

2007-01-04 Thread Post, Mark K
Yes, your swap space usage is increasing. If it is growing slowly, then your guess as to why vmstat isn't showing anything is probably correct. You still have about 34MB of usable real storage left, so you're not in any immediate danger of your system dying, but I would get some more swap space

Re: SLES10 minimal installation

2007-01-03 Thread Post, Mark K
Bernard, It would be worth the time and trouble to go through the detailed package selections during the install and unselect all the packages you don't think you need. The number of packages to exclude will be considerable. Then, when you are asked if you want to clone this installation, say

Re: XEN vs zVM

2007-01-03 Thread Post, Mark K
No, Xen assumes an Intel architecture. I (personally) don't think Xen will ever be extended to work on a mainframe. Given the very low cost of z/VM, I would suggest you just go that route. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of

Re: Best Practices for zSeries linux ISVs?

2006-12-03 Thread Post, Mark K
-snip- 1) RHEL 3.x is not LSB 3.0 compatible, whereas RHEL 4.2+ and SLE 9.3+ are. Would this affect a significant portion of the current zLinux installed population? As others have said, no. -snip- 2) For non-LSB3.0 environments, we would have instructions on how to do a source RPM install or

Re: newbie, looking for a community of mainframe,linux users

2006-12-03 Thread Post, Mark K
Actually, this is a mailing list for Linux running on the mainframe, not Linux clients talking to MVS-OS/390-z/OS systems. A bunch of us are long time MVS and VM systems programmers, though, so you have a good chance of getting reasonable answers. Just understand that it's not the primary focus

Re: CMSDDR-format Linux files. Was: SLES10 Install kernelpanic

2006-11-29 Thread Post, Mark K
200 cylinders is about 140MB. For a one-time per-site-per-version download, that's a nit. I see little reason why that couldn't be made available online for subscribers. Most people download the .iso images anyway, since that is how Novell prefers it, so there's no extra network usage there

Re: you server configuration

2006-11-27 Thread Post, Mark K
I don't understand why you would even have a separate entry for a particular service pack. The SUSE-SLES, SUSE-CORE, and SLES-SDK trees are all updated with the most current maintenance, regardless of what service pack it might be a part of. Mark Post -Original Message- From: Linux

Re: OpenSolaris

2006-11-16 Thread Post, Mark K
I don't think that would have been possible, given the differences in licensing. If Sun follows through on some comments they've made in the last few days and adds GPL to the list of licenses for Solaris, then I'm sure someone will make the effort to create a Linux version of it. Mark Post

Re: Strangeness with Apache2

2006-11-15 Thread Post, Mark K
I was going to recommend doing an rpm -V libapr command before you did the re-install. It would have given you an idea of what file(s) had been changed since the original install. That might have given you an opportunity to figure out when the corruption happened, and perhaps who was on the

Re: Strangeness with Apache2

2006-11-15 Thread Post, Mark K
Yes, it is. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of James Melin Sent: Wednesday, November 15, 2006 3:12 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Strangeness with Apache2 -snip- is it withn the realm of possibility that the

Re: Strangeness with Apache2

2006-11-15 Thread Post, Mark K
How did you try to start it via a shell? And what does this have to do with Jim's problem? Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Ranga Nathan Sent: Wednesday, November 15, 2006 5:40 PM To: LINUX-390@VM.MARIST.EDU Subject: Re:

Re: Strangeness with Apache2

2006-11-14 Thread Post, Mark K
There are also indications that libapr, or glibc may be at fault. What specific versions are apache and those packages at? Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of James Melin Sent: Tuesday, November 14, 2006 3:50 PM To:

Re: SLES 10 No catalog found at ftp:

2006-11-14 Thread Post, Mark K
I don't think this is going to work for you. You probably going to need either a Linux or UNIX FTP server. You can temporarily create one by booting your system from a Knoppix CD or something similar. It won't modify your hard drive at all, and should let you get on with the install. Mark

Re: SLES10 Install kernel panic

2006-11-13 Thread Post, Mark K
Robert, I don't know. I looked at /boot/initrd, and it says the file size is 8261468 bytes. 103269*80 is only 52 more than 826148, so the size looks very reasonable. Not to say it wasn't corrupted during transfer, somehow, though. I am concerned about this message: checking if image is

Re: Sun makes Java open source....

2006-11-13 Thread Post, Mark K
In case anyone else gets to thinking about building Java from source, know that you should be using the 1.5.0 (IBM calls it 5.0) version of the SDK. You can't use a 1.4.2 javac. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Dave Jones

Re: mksles9root on s390x

2006-11-08 Thread Post, Mark K
Please send any updates to Mike MacIsaac, as it's his tool, not mine. I just host it for him. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Kelly Sent: Tuesday, November 07, 2006 7:45 PM To: LINUX-390@VM.MARIST.EDU Subject: Fw:

Re: SLES 9 Install Assistance - Missing DASD

2006-11-07 Thread Post, Mark K
It's been quite a while since I did an actual SLES9 installation. But, I seem to recall that you need to run dasdfmt and fdasd outside of YaST before trying to get it to use the DASD on a system. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf

Re: Process Monitor

2006-11-02 Thread Post, Mark K
Does Nagios report on individual processes running (or not) on the monitored system? From the about page at nagios.org, that's not clear. It talks about monitoring network services such as HTTP, SMTP, etc., and host resources such as processor load, and disk utilization. Nothing about process

Re: SMART Card Problem mapping to our Linux Drives

2006-11-02 Thread Post, Mark K
I think your ultimate solution is going to be upgrading to SLES10. The reason I say this is that SLES10 has far better support for integrating with Windows AD, and I believe that you're going to need to set up Samba to authenticate users against AD to fix this. Mark Post -Original

Re: postfix

2006-11-02 Thread Post, Mark K
Obvious question, but did you stop and restart postfix after updating the file? Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of NoëL AntoniO Sent: Thursday, November 02, 2006 7:36 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: postfix Mark, I

Re: New DASD

2006-10-31 Thread Post, Mark K
Since you're running on z/VM, this won't be an issue unless you're planning on having both the current and the new DASD online to a guest at the same time. If the two sets of volumes do not need to be available at the same time, I would bring the guest down, DDR the volumes from old-new, update

Re: sles10 hostname

2006-10-29 Thread Post, Mark K
At this time, I can't. I'm waiting for some z/VM maintenance to go on so I can even IPL SLES10. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Marian Gasparovic Sent: Sunday, October 29, 2006 7:06 AM To: LINUX-390@VM.MARIST.EDU Subject: Re:

Re: sles10 hostname

2006-10-28 Thread Post, Mark K
Marian, Could you show your whole parmfile? I might be able to take a look at it. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Marian Gasparovic Sent: Friday, October 27, 2006 1:33 PM To: LINUX-390@VM.MARIST.EDU Subject: sles10 hostname

Re: Removing zfcp devices

2006-10-28 Thread Post, Mark K
Sue, When I've run into things like this in the past, I do this: find /etc -type f | xargs grep 500507640 and then wait and see. (That number I used appears to be common to both the WWNN and WWPN you're using.) Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL

Re: sles10 hostname

2006-10-28 Thread Post, Mark K
, system is rebooted, then rest of files are read and then it asks for hostname and domain. So I don't enter any of these parameters anywhere during install, only hostname --- Post, Mark K [EMAIL PROTECTED] wrote: Marian, Could you show your whole parmfile? I might be able to take a look

Re: Backing up zLinux

2006-10-26 Thread Post, Mark K
I think you just got yourself into trouble here. I would hardly characterize z/OS as having a primitive I/O stack or architecture. Lots of buffering and caching go on there, both in hardware and software. The _real_ difference is that z/OS, just like Linux or z/VM, _always_ has a consistent

Re: zLinux experience

2006-10-25 Thread Post, Mark K
Given the differences in licensing (GPL vs. CDDL) I would say that is very unlikely. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Perry Sent: Wednesday, October 25, 2006 5:31 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: zLinux

Re: Detection of DASD volume linked read only

2006-10-25 Thread Post, Mark K
I would use the hcp command (from the cpint package), or the vmcp command to query CP. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric Gaulin Sent: Wednesday, October 25, 2006 2:59 PM To: LINUX-390@VM.MARIST.EDU Subject: Detection of

Re: zLinux experience

2006-10-23 Thread Post, Mark K
The trick here is to: 1. Not run artificial benchmarks of any kind. 2. Run your real application on both platforms. 3. Run multiple instances of your real application on the zSeries system, not just one. 4. See if performance on the zSeries system is acceptable. If you try to compare one instance

Re: How to script chroot steps?

2006-10-23 Thread Post, Mark K
Yes, it is possible: chroot /mnt /boot/runzipl This says to chroot to /mnt, and execute a script named runzipl that is located at /boot (which really needs to be at /mnt/boot/runzipl). That script, when it exits, will return you to your non-chrooted environment. Any scripting language will

Re: zLinux experience

2006-10-23 Thread Post, Mark K
Without some sort of performance tool to actually measure what had been going on at the time, it's nearly impossible to say. Some applications will benefit greatly from being multi-threaded, others not. The issue may not have been multi-tasking related. It could have been simple single-thread

Cleversafe Dispersed Storage

2006-10-22 Thread Post, Mark K
Something interesting came my way. I'm not sure just how it might be used with Linux/390 in the mix, but it seems to me that it should be useful to large companies with significant regulatory requirements for recoverability and security. To quote from the beginning of the web page: Cleversafe

Re: CP commands through a Web interface

2006-10-20 Thread Post, Mark K
That would mean that lstape (or at least the options you're giving it) doesn't require root access. Not everything in /sbin or /usr/sbin requires root access. For example, anyone can execute /sbin/ifconfig, if all they do is display information. Putting entries into /etc/sudoers doesn't grant

Re: CP commands through a Web interface

2006-10-20 Thread Post, Mark K
Schwidefsky Sent: Friday, October 20, 2006 4:45 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: CP commands through a Web interface On Thu, 2006-10-19 at 16:57 -0400, Post, Mark K wrote: What are the permissions on /dev/vmcp? Even if you set the permission of /dev/vmcp to allow normal users to access

Re: CP commands through a Web interface

2006-10-20 Thread Post, Mark K
Mike, I agree, in theory. But, with various security holes in Apache, particularly around CGI, I would still be cautious. Certainly I wouldn't assign anything other than a G priv. to the guest. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf

Re: PVCREATE Problem

2006-10-20 Thread Post, Mark K
The limit is 256 PVs, not partitions, per se. There is also a limit of 256 LVs in a single VG. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, October 20, 2006 2:33 PM To: LINUX-390@VM.MARIST.EDU Subject: Re:

Re: PVCREATE Problem

2006-10-20 Thread Post, Mark K
You are correct. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Dominic Coulombe Sent: Friday, October 20, 2006 2:54 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: PVCREATE Problem IIRC, there is a maximum of 3 partition on a single DASD. On

Re: PVCREATE Problem

2006-10-20 Thread Post, Mark K
I hate to say this, but if it is in /proc/dasd/devices, and /dev/dasdbm1 exists, and you are under 256 PVs for this VG, then I would look at installing some maintenance. SP3 is pretty old by now, and there was a ton of stuff that got fixed between GA and SP3. Mark Post -Original

Re: PVCREATE Problem

2006-10-20 Thread Post, Mark K
That's pretty old, and does not reflect the state of Linux as of SLES8, let alone SLES9. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, October 20, 2006 3:24 PM To: LINUX-390@VM.MARIST.EDU Subject: Re:

Re: CP commands through a Web interface

2006-10-19 Thread Post, Mark K
What are the permissions on /dev/vmcp? Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Spann, Elizebeth (Betsie) Sent: Thursday, October 19, 2006 4:27 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: CP commands through a Web interface I have an

Re: vgcfgrestore -o

2006-10-19 Thread Post, Mark K
Rob, You might need to use this: -o, --oldpath OldPhysicalVolumePath If the path to the physical volume has changed between backup time and restore time, this option enables you to choose the corresponding physical volume path in the backup file.

Re: help needed, can not ping itself during ipl

2006-10-18 Thread Post, Mark K
You can restart the install by re-executing /linuxrc. In the meantime, I'll create a new initrd that has a 5 second sleep command in it, to see if that helps. I'll let you know where you can download it from for testing. Another thing to try might be putting an ipldelay=3m in the kernel

Re: Linux zSeries Presentation

2006-10-18 Thread Post, Mark K
I can contact the guys from Nationwide to see if they can send you a PDF version of the slides. But, I don't know that this presentation will tell you anything that the ones from SHARE don't cover. http://linuxvm.org/Present/#share107 sessions 9212 and 9213. Mark Post -Original

More zSeries Expo Presentations

2006-10-18 Thread Post, Mark K
Jim Elliott and Ursula Braun of IBM have contributed their presentations: Jim Elliott Open Standards, Open Source, and Linux Ursula Braun Linux on System z: What to do when there is a problem Networking with Linux on System z - Part 1 Networking with Linux on System z - Part 2

Re: YOU strategy

2006-10-17 Thread Post, Mark K
We just make a complete copy of the repository on specific cut-off dates. They can be whatever makes sense for you. We then use that directory name when we want to have multiple people synch to the same set of maintenance: 20060930/ 20060930/i386 20060930/i386/SUSE-SLES

Re: z/VM maintenance recommendations

2006-10-17 Thread Post, Mark K
Of course you have a test z/VM LPAR. It's the same one you run your production z/VM in. :) You can IPL your test z/VM system as a guest of your production z/VM. This is called a second level z/VM and you can IPL it from your desk. It takes some setup work to accomplish, but not a huge amount,

Re: YOU strategy

2006-10-17 Thread Post, Mark K
is the repository located? Or is there a set of documents out there as a 'how to' on how to set this up so that one image pulls the maintenance and other images sync off of it, etc. Post, Mark K [EMAIL PROTECTED] Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU

zExpo Presentations on the Web Site

2006-10-17 Thread Post, Mark K
As a follow-up to my last note, I've put my 5 presentations up on the linuxvm.org web site. For those paying attention, two of them are new. I'm still hoping others will contribute theirs as well. Linux/390 System Management for the Mainframe Systems Programmer - Part 1 Linux/390 System

Re: xautologged user logged off by system

2006-10-16 Thread Post, Mark K
Have you spooled its console so that you can see what was happening (or not) at the time of the force? Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Morris, Kevin J. (LNG-DAY) Sent: Monday, October 16, 2006 12:46 PM To:

Call for System z9 and zSeries Expo Presentations

2006-10-16 Thread Post, Mark K
Now that the conference is over, I'm inviting anyone who presented a Linux or VM related session to contribute their presentations (or pointers to them) to the linuxvm.org web site. As always, off-list please. Thanks, Mark Post

Re: PuTTY Question

2006-10-12 Thread Post, Mark K
Check what TERM is set to on your client, versus what is set when you SSH from the other Linux system. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, October 12, 2006 2:21 PM To: LINUX-390@VM.MARIST.EDU

Re: cannot ping itself, ipl network setup stops

2006-10-11 Thread Post, Mark K
Yes, the install process stops at that point. If you start seeing the network setup scripts run, your IPL is already complete. You can restart the installer by re-executing /linuxrc. You will want to connect to the system via SSH, not TN3270, once the network is up and running. Trying to run

Re: Odd problem with SU command

2006-10-10 Thread Post, Mark K
Marcy, Your syntax is suspect to me. According to the man page, -c specifies a command to be executed, not a userid. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Marcy Cortes Sent: Tuesday, October 10, 2006 3:24 PM To:

Re: BUG: Soft Lockup detected on CPU#

2006-10-09 Thread Post, Mark K
Is the plan to make this work in the future? If not, it should not be a config option that can be set. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Heiko Carstens Sent: Saturday, October 07, 2006 6:18 AM To: LINUX-390@VM.MARIST.EDU

Re: Soft Lockup detected on CPU#

2006-10-06 Thread Post, Mark K
What distribution are you using? If it was SUSE or Red Hat, they have a fair amount of modifications that they make to the kernel source. A number of their other packages expect those modifications to be there. I don't know that having them missing could cause this sort of problem, but I

Re: Soft Lockup detected on CPU#

2006-10-06 Thread Post, Mark K
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Keuken Sent: Friday, October 06, 2006 3:44 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Soft Lockup detected on CPU# Using the SUSE distro! Original kernal was based on the 2.6.5 (SLES9) with SP3. Post, Mark K [EMAIL PROTECTED] Sent by: Linux on 390

Re: BBFTP on Linux/390

2006-10-05 Thread Post, Mark K
http://www.google.com/search?hl=enq=BBFTPbtnG=Google+Search Take the first hit on the page. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Alexandre Sent: Thursday, October 05, 2006 10:40 AM To: LINUX-390@VM.MARIST.EDU Subject: BBFTP

Re: Grub - only slightly off topic

2006-10-05 Thread Post, Mark K
According to the comments in the source, that capability has been around for almost 7 years: * Maximum number of loop devices now dynamic via max_loop module parameter. * Russell Kroll [EMAIL PROTECTED] 19990701 * * Maximum number of loop devices when compiled-in now selectable by passing *

Re: Interesting? SUSE 10.2 to not default to ReiserFS

2006-10-04 Thread Post, Mark K
If you don't read the whole thing, note that this is just a proposal at this point in time, and currently only for OpenSUSE. Reiserfs will still be one of the options, just not the default. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of

Re: Reading a z/OS flat file from Linux?

2006-10-04 Thread Post, Mark K
If you use the DASD driver recently talked about here, yes. (At least the first volume of it, I don't know about the rest. Perhaps the driver author could clarify that.) I would certainly not recommend it however. The auditors are likely to have a fit. 50GB is not too much to ship over an

Re: Best Swap Disk Strategy?

2006-09-29 Thread Post, Mark K
No, the first one is 2000 512-byte blocks. The second one is 4000 512-byte blocks, and so on. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Yu Safin Sent: Friday, September 29, 2006 3:36 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Best

Re: Suse S390 help?

2006-09-28 Thread Post, Mark K
What version of SUSE is this, by the way? That might be helpful. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Paul Dembry Sent: Thursday, September 28, 2006 1:46 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Suse S390 help? Maybe. Can't

Re: Suse S390 help?

2006-09-28 Thread Post, Mark K
Yes. Jay said that the -linux option for dasdinit should do the same thing for you, but I think it's worth trying. If that works, when -linux didn't then you can file a bug report with Jay. :) If not, then we're definitely into unknown territory here. Mark Post -Original Message-

Re: SLES10 and ZMD

2006-09-27 Thread Post, Mark K
I would agree with Kyle. Just chkconfig it to off and manually start it when you want to install maintenance. Note that zmd _seems_ to be required to be running when you want to install maintenance (assuming you're using the rug command or YOU). From what I can figure out, zmd is what actually

Re: zLinux User Passwords on console

2006-09-27 Thread Post, Mark K
Not really, because z/VM doesn't have anything to do with the login process at that point. I suppose you could put in an RFE to Red Hat to modify the terminal control code to do what you want. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of

Re: OpenSSL hit by forgery bug - Security - News - ZDNet Asia

2006-09-26 Thread Post, Mark K
SUSE, Red Hat, Slackware, Slack/390, and I'm sure CentOS, Debian and Debian/390 shipped updated packages that fixed this a couple of weeks ago. Perhaps a good time to reiterate the advice that everyone who manages Linux systems should subscribe to the security announcement mailing list(s) for the

Re: SLES9 problem with /bin/sh

2006-09-26 Thread Post, Mark K
Marcy, I don't have any good ideas what might have broken the link and/or replaced it with something else (except perhaps a system cracker or an fumbling SA). If rpm -V bash shows that /bin/sh is not valid, then I would: cd /bin mv sh sh.questionable ln -s bash sh rpm -V bash and see if it

Re: OpenSSH Oddity

2006-09-25 Thread Post, Mark K
after fixing the problem. Thanks to everyone that offered help. I appreciate it. Mark Post -Original Message- From: Post, Mark K Sent: Sunday, September 24, 2006 11:07 PM To: 'Linux on 390 Port' Subject: RE: OpenSSH Oddity All, I think I may have found the answer here: http

Re: OpenSSH Oddity

2006-09-25 Thread Post, Mark K
I'm using /etc/shadow to authenticate passwords, what else? Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of John Summerfield Sent: Sunday, September 24, 2006 7:19 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: OpenSSH Oddity -snip- If you're

  1   2   3   4   5   6   7   8   9   10   >