[PATCH] xattr syscalls missing on s390/s390x

2003-02-12 Thread Christoph Hellwig
Fromn 2.4 s390/s390x doesn't implement the xattr syscalls yet. p.s. any chance s390 will at least be in a compilable shape when 2.4.21 is release? --- 1.14/arch/s390/kernel/entry.S Tue Jul 30 13:27:40 2002 +++ edited/arch/s390/kernel/entry.S Wed Feb 12 13:13:37 2003 @@ -558,18 +558,18

Re: Dasd Issue on Linux Guest.

2003-02-12 Thread Post, Mark K
The command to vary offline is echo set device range=[-] off /proc/dasd/devices The results are a little misleading, in that the unit still shows up when you cat /proc/dasd/devices, but with a status of unknown. Also, if you do another add device for the same device number, you

Re: Dasd Issue on Linux Guest.

2003-02-12 Thread Michael MacIsaac
So you can add the devices dynamically, but how do you then make them go away, set device range=range off echo'd to /proc/dasd/devices There's a real handy script, dasd, described in the Large Scale Deployment redbook: #!/bin/sh # dasd - simple utility for dynamic DASD management if [ $1 = add

Re: starting programs at ipl

2003-02-12 Thread Post, Mark K
How did you install Apache? From an RPM? What distribution are you running? Mark Post -Original Message- From: Noll, Ralph [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 12:15 PM To: [EMAIL PROTECTED] Subject: starting programs at ipl how do i go about starting

Where are dev addresses hiding?

2003-02-12 Thread Dennis Wicks
Greetings; I just cloned my debian penguin, changed the ip-addresses and host names and booted the clone. Neither my ctc0 link or the eth0 link came up. After much cursing and gnashing of teeth and scratching of head I had a hunch and changed the physical addresses of the links to be the same as

Re: Where are dev addresses hiding?

2003-02-12 Thread Bill Stermer
Dennis, Since your running under VM can't you leave the virtual addresses in Linux the same in all images and let VM take care of the physical side? In other words just attach different physical addresses to the same virtual address across all you Linux images in the profile exec? Just a

Re: Where are dev addresses hiding?

2003-02-12 Thread Post, Mark K
Dennis, Try looking at /etc/modutils/*.chandev, but I'm not sure those are the files that you should be editing. I'm not yet familiar enough with Debian to advise you on that, but I believe these are the source files that wind up building /etc/chandev.conf. Bill's right, though. There's really

Re: starting programs at ipl

2003-02-12 Thread Nix, Robert P.
Look in /etc/rc.d and/or /etc/init.d or /etc/rc.d/init.d (depending on what distribution). These are the scripts used to start and stop things (normally). Then look in /etc/rc.d/rc3.d (or 5.d or 4.d look in /etc/inittab to see what runlevel you normally come up to). You'll find a bunch of

Re: IBM stops Linux Itanium effort

2003-02-12 Thread K.S. Bhaskar
Interesting. Thanx. -- Bhaskar On Wednesday, February 12, 2003 at 08:54:49 (GMT+0100), Phil Payne wrote: Not /390, but interesting: http://www.theinquirer.net/?article=7735 -- Phil Payne http://www.isham-research.com +44 7785 302 803 +49 173 6242039

Re: Where are dev addresses hiding?

2003-02-12 Thread Dennis Wicks
Greetings; Good point, but all the directory entries and profile execs for a dozen or so penguins are already set up, from way back when the Marist distrib was the hot thing here. And, there was a pattern then. So, although there may not be a reason for the virtual addresses to be different,

Re: IBM stops Linux Itanium effort

2003-02-12 Thread Henry Schaffer
The article is negative about the iTanium, but my colleagues in high performance computing tell me that this is a *very* capable cpu which is going head to head with the Power4. --henry schaffer

Re: Where are dev addresses hiding?

2003-02-12 Thread Matt Zimmerman
On Wed, Feb 12, 2003 at 12:04:12PM -0600, Dennis Wicks wrote: My query is, where are these addresses hidden so I can change them in my next clone? Or, alternatively, how can I make linux re-sense and re-configure at boot time so I don't have to mess with it? It appears to do this for dasd.

Similar Command....

2003-02-12 Thread Ketchens, LeMarr T. (RyTull)
What's the equivalent to the chkconfig (under RedHat) on SuSe? __ Lemarr T. Ketchens Technical Services MVS Systems Programmer [EMAIL PROTECTED] --- Legal Disclaimer: The information contained in this communication may be confidential, is intended only for the use of

HCD Definition for Linux

2003-02-12 Thread Eric Bielefeld
I just started defining my Linux Lpar on our MP3000-H50. I went to the Add Operating System Configuration panel, and discovered the only two operating systems I can choose are MVS and VM. What do I choose? Does it make a difference? Or, do I need updates for HCD? I hope to install the new

Re: IBM stops Linux Itanium effort

2003-02-12 Thread David Boyes
Hmm. I'd say it's more a case of IBM focusing development dollars where there aren't likely to be investments from other sources than anything really negative about Itanium. HP and Intel care a lot more about Itanium than IBM does (IBM has Itanium machines, but they are a me too development more

Re: HCD Definition for Linux

2003-02-12 Thread Jean-Pierre Baril
Hi, You do not need an OS Config for Linux. You only need to change IOCP/IOCDS as/if needed. The parmline file lists useable devices. Jean-Pierre Baril Specialiste en technologies de l'information/IT Specialist Novipro Inc / 2055, rue Peel, bureau 701 Montreal (Quebec) H3A 1V4 Tel: (514)

Re: HCD Definition for Linux

2003-02-12 Thread Sanford H Gelbard
Eric, If you're running Linux in an LPAR (w/o VM) you do not need to add OS def in HCD (or OSCR). SG Eric Bielefeld EBIETo: [EMAIL PROTECTED] @phmining.com cc: Sent by:

Re: HCD Definition for Linux

2003-02-12 Thread Eric Bielefeld
So then I only need to add a partition in HCD. I assume I have to add the chpids to the partition name, and the devices I want to use. I want to make available 16 3390-3 volumes. Eric [EMAIL PROTECTED] 02/12/03 03:23PM Hi, You do not need an OS Config for Linux. You only need to change

Re: HCD Definition for Linux

2003-02-12 Thread Craig J. Yasuna
When you say Linux LPAR, do you also mean an IFL? Craig - Original Message - From: Eric Bielefeld [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 4:54 PM Subject: Re: HCD Definition for Linux So then I only need to add a partition in HCD. I assume I have to

Re: Where are dev addresses hiding?

2003-02-12 Thread Dennis Wicks
Thanks for all the assistance. I have it figured out now and I might even try making a script to automate the process a little. Everything I do with linux turns out to be a big learning exercise! Again, Thanks! Dennis

Re: HCD Definition for Linux

2003-02-12 Thread Eric Bielefeld
No. We don't have an IFL engine. [EMAIL PROTECTED] 02/12/03 04:11PM When you say Linux LPAR, do you also mean an IFL? Craig - Original Message - From: Eric Bielefeld [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 4:54 PM Subject: Re: HCD Definition for

Re: IBM stops Linux Itanium effort

2003-02-12 Thread Phil Payne
The article is negative about the iTanium, but my colleagues in high performance computing tell me that this is a *very* capable cpu which is going head to head with the Power4. I think Intel has stumbled: http://www.theregister.co.uk/content/61/28894.html POWER4 is clearly better positioned

Re: Where are dev addresses hiding?

2003-02-12 Thread Gregg C Levine
Hello again from Gregg C Levine You are right Dennis. I keep discovering that, every time I boot a system here. (Intel) Have you had a chance to try out the Debian set, that you were referring to in your earlier posts, under Hercules, on an Intel setup? From what I've seen its wearing the devfs

IBM and Oracle move towards Linux Certification

2003-02-12 Thread Phil Payne
http://www.eweek.com/article2/0,3959,886729,00.asp -- Phil Payne http://www.isham-research.com +44 7785 302 803 +49 173 6242039

Smallest Tux yet?

2003-02-12 Thread Phil Payne
http://micro.magnet.fsu.edu/creatures/pages/linuxpenguin.html -- Phil Payne http://www.isham-research.com +44 7785 302 803 +49 173 6242039

Re: Lost x3270 Thread

2003-02-12 Thread Steven A. Adams
On Tue, 2003-02-11 at 20:40, Peter J. Farley III wrote: Just out of curiosity, what *was* the thread you were looking for and found? It was http://www2.marist.edu/htbin/wlvtype?LINUX-VM.33367. It did provide some helpful information for is. It gave us enough insight to connect c3270 as a

Hercules 2.17.1 announcement

2003-02-12 Thread Jay Maynard
What's new in release 2.17.1 Release date: 12 February 2003 * Corrected RPM installed files permissions (John Summerfield) * Corrected dasdload verbosity level (Jay Maynard) * Corrected card reader eof/intrq option handling, added * to designate no file loaded (Jay

Re: Similar Command....

2003-02-12 Thread Ronald Van Der Laan
Lemarr T. Ketchens wrote: What's the equivalent to the chkconfig (under RedHat) on SuSe? Lemarr, try the insserv command. Ronald van der Laan