Re: C7000

2002-04-29 Thread Moloko Monyepao
Mark! When I do the insmod command here is what I get from "dmesg | tail" c7000: c7000_init: base unit 0x4e0 is not the right type c7000: init_module: error -5 registering base unit 0x4e0 c7000: init_module: module loaded Thanx for your response Moloko > -O

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Gregg C Levine
Hello from Gregg C Levine Uh, pardon me Mark? If I remember correctly, /usr/src/linux is a symbolic link to the actual kernel source, which sits in /usr/src/linux, at least that's how things are set within my Red Hat 6.2 system. I ah, switched versions, and distributions, over the weekend. But you

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Post, Mark K
I'm saying: 1. cd /usr/src/linux (if that's where you keep your source). 2. make menuconfig 3. immediately exit menuconfig. 4. try to compile cpint. There are some symbolic links that get built by step 2 that anyone trying to compile things using kernel headers absolutely needs to have in place.

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Dennis G. Wicks
Are you saying to start to rebuild the kernel but don't do it? We are talking about building cpint. There is no menuconfig option. "Post, Mark K" cc: Sent by: LinuxSubject: Re: Is there a cpint for kern

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Post, Mark K
He probably needs to do a "make menuconfig" (and then exit without changing anything) to get the proper symbolic links set up for the include files. Mark Post -Original Message- From: Dennis G. Wicks [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 4:58 PM To: [EMAIL PROTECTED] Su

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Dennis G. Wicks
Hmmm ... I also have it in /usr/include/asm-s390/rwsem.h Could that be the critical one? I don't know. If you cp or ln it there and the make still fails you have exhausted my limited store of knowledge on this subject! ;-) Good Luck! Dennis "Kern, Thomas"

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Kern, Thomas
I have it in two places and diff doesn't say they are different. [root@xxx cpint-1.1.2]# find / -name rwsem\.h /usr/include/linux-glibc/rwsem.h /usr/src/linux-2.4.7/include/linux/rwsem.h /Thomas Kern /(301)903-2211 -Original Message- From: Dennis G. Wicks [mailto:[EMAIL PROTECTED]]

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Dennis G. Wicks
Thomas, Sergey also said that you have to have the kernel source installed. I already had it installed. Do you? Try find / -name rwsem\.h and see what turns up. I have it in three places! But they are all the same ie. no diff. Good Luck! Dennis "Kern, Thomas"

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Kern, Thomas
After updating the Makefile, I have this INCLUDEDIR statement: INCLUDEDIR = /lib/modules/2.4.7/build/include (I tried the /'uname -r'/ but got the same thing) and this is the result of a make; [root@xxx cpint-1.1.2]# make cc -D__KERNEL__ -DMODULE -Wall -O -g -DCPINT_DEBUG -I/lib/modules/2.4

HELP-2.4.18 Kernel upgrade

2002-04-29 Thread Konkol, Josh
Sorry if I'm sending this to the wrong list, if there's anyone who can point me in the right direction I'd appreciate it! We are running Suse 2.4.7 kernel on s/390 under z/VM. I need to update the kernel to level 2.4.18 to enable me to apply a patch to add ACL/EA support. For the meantime I'm ju

Re: Building the kernel... SUSE

2002-04-29 Thread Ken Dreger
here is what the parmfile looks like: SuSE Instsys ken:/root # mount /dev/dasdb1 /mnt SuSE Instsys ken:/root # cd /mnt/boot SuSE Instsys ken:/mnt/boot # ls parmfile parmfile.orig SuSE Instsys ken:/mnt/boot # cat parmfile dasd=0107,0108,0200 root=/dev/dasdb1 noinitrd SuSE Instsys ken:/mnt/boot #

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Dennis G. Wicks
Thomas; That is exactly the message(s) that I got. Check the message from Sergey and make that change to the INCLUDEDIR in Makefile and it should work. Good Luck! Dennis "Kern, Thomas" cc: Sent by: LinuxSubject

Re: Strange DASD errors on shared /usr

2002-04-29 Thread Robert J Brenneman
I believe there is also a read only switch to be placed in the parmfile for dasd which is mounted under VM as read only. Something like the following: dasd=7080,7081(ro) root=/dev/dasda1 ro noinitrd that will tell the dasd driver that 7081 is really really read only, It wont update acces times

Re: Red Hat 7.2 - install by tape?

2002-04-29 Thread Hall, Ken (ECSS)
So does Red Hat's replacement kernel break the driver? Unless the kernel version changes, it shouldn't. > -Original Message- > From: Michael MacIsaac [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 12:13 PM > To: [EMAIL PROTECTED] > Subject: Re: Red Hat 7.2 - install by tape?

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Kern, Thomas
This is what I get when I try a 'make' under a TurboLinux 2.4.7 system. Script started on Mon Apr 29 13:36:48 2002 [root@xx cpint-1.1.2]# make cc -D__KERNEL__ -DMODULE -Wall -O1 -I/usr/include -c -o main.o main.c In file included from /usr/include/asm/semaphore.h:17, from /

rawio on z/series

2002-04-29 Thread Jim Sibley
Has anyone tried RAWIO on z/Series Linux (either 2.2.16 or 2.4.7)? Any hints? Regards, Jim Linux S/390-zSeries Support, SEEL, IBM Silicon Valley Labs t/l 543-4021, 408-463-4021, [EMAIL PROTECTED] *** Grace Happens ***

Re: Red Hat 7.2 - install by tape?

2002-04-29 Thread Michael MacIsaac
Ken, >> You can insmod the IBM drivers with the new kernel. >> We're doing it, and it works fine. >> >> You have to use the '-f' option though, but only because SuSE I was talking Red Hat, not SuSE. -Mike MacIsaac, IBM

Re: Building the kernel... SUSE

2002-04-29 Thread Rich Smrcina
Make sure the parm file lists the device numbers in the right sequence. Linux assigns them in order. On Monday 29 April 2002 11:39 am, you wrote: > >Hello, I am in the process of trying to build the kernel for SUSE S390. > > It is the free download of Sles7 31-bit S390 beta. > I run on a pII 700m

Building the kernel... SUSE

2002-04-29 Thread Ken Dreger
>Hello, I am in the process of trying to build the kernel for SUSE S390. It is the free download of Sles7 31-bit S390 beta. I run on a pII 700mgz box under Hercules, with WAR-FTP as my FTP server under the Win 2000 PRO host. I have gone thru the download of all the required RPM's Saturday and Sa

Re: Intrusion Detection Software

2002-04-29 Thread Tim Pepper
On Thu 25 Apr at 16:31:14 -0400 [EMAIL PROTECTED] done said: > Anyone have any experience/recommendations with Intrusion Detection > Software, e.g. tripwire, snort, etc. You might want to look at demarc.com's PureSecure. I don't know that it's officially supported on the 390, but I know it runs

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Dennis G. Wicks
Greetings; Thanks for the help! I did not get those error messages, or anything like them. But, I made the change anyway, and that solved the problem. As for the script program I have heard of it but not used it. I run ttssh sessions with 1 line scroll buffers so I can generally just copy a

Re: Strange DASD errors on shared /usr

2002-04-29 Thread Wolfe, Gordon W
Thanks, Rob. I'll have to wait for the weekend to give this a try, but I think it will solve the problem. "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

Re: Red Hat 7.2 - install by tape?

2002-04-29 Thread Hall, Ken (ECSS)
You can insmod the IBM drivers with the new kernel. We're doing it, and it works fine. You have to use the '-f' option though, but only because SuSE changed the ID string for the kernel. The 'new' kernel is still 2.4.7, just with a few fixes. > -Original Message- > From: Michael MacIs

Re: Is there a cpint for kernel 2.4.7?

2002-04-29 Thread Sergey Korzhevsky
If you got error, like this #error "===" #error "You should not include /usr/include/{linux,asm}/ header" #error "files directly for the compilation of kernel modules." #error "" #error "glibc now uses kernel header files from a well-defined

Re: Red Hat 7.2 - install by tape?

2002-04-29 Thread Michael MacIsaac
> can someone tell me what > it means to not be "able to insmod the qdio/qeth driver"? As I understand it ... There are a number of ways to do networking on Linux on zSeries. Ususally the driver is a Linux module. Linux modules are often added to the Linux kernel via the insmod command. In orde

C7000

2002-04-29 Thread Moloko Monyepao
I have RedHat Linux 7.2 installed via CTC. I have put in the C7000 patch on my system. When I do insmod C7000 base0=0x04e0 uhost0=LINUX lhost0=ROUTERA the module gets loaded on my system but when I do ifconfig -a I can't see my ci0. I have checked the /etc/subchannel for my cisco device numbe

Re: Process to move to a jfs on an existing system

2002-04-29 Thread Post, Mark K
Sergey, Exactly what I said. At the time the book was being written, there were _unofficial_ patches to Reiserfs to allow it to work on big-endian systems, but nothing in the offical source tree that the author was maintaining. As a result, we did not test Reiserfs. We didn't want to get into

Re: Process to move to a jfs on an existing system

2002-04-29 Thread Philip J. Tully
Thanks for the responses. I am running the SuSE's SLES7 with Reiserfs support included. I read the book as well as the last year of discussion on Reiserfs from this list. Yet it became somewhat quiet in January and was wondering if anyone had more recent experience. I will start some Reiserfs t

Re: C7000

2002-04-29 Thread Post, Mark K
Moloko, What does "dmesg | tail" show you? Mark Post -Original Message- From: Moloko Monyepao [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 4:01 AM To: [EMAIL PROTECTED] Subject: C7000 I have RedHat Linux 7.2 installed via CTC. I have put in the C7000 patch on my system. Whe

Re: network problems during installation

2002-04-29 Thread Rob van der Heij
At 09:07 29-04-02 +0200, you wrote: >Hi Rob, > >how does the echo command have to look like? Something like: > > echo ??? >> /proc/chandev echo qeth0,0x35a0,0x35a1,0x3512 > /proc/chandev echo add_parms,0x10,0x35a0,0x35a2,portname:OSAE > /proc/chandev echo reprobe > /proc/chandev But again, rea

Re: Linux CLAW Woes

2002-04-29 Thread Peter E. Abresch Jr. - at Pepco
I downloaded WEBMIN and installed it late Friday night. It provided a nice interface for the, lets say less-experienced guys like me, to define network interfaces. It worked great. Upon receiving your email, I did verify that all was in order in /etc/rc.config. My CLAW interface is working pe

Antwort: Re: network problems during installation

2002-04-29 Thread Tim-Chr. Hanschen
Thank you, Rob, I found the redbook about z800 and the discription at the moment I have a problem with the HMC, but I will try it today or tomorrow... - Tim - Rob van der Heij <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 29.04.2002 11:57:11 Bitte antworten an Linux on 390 Port <[EMAIL PROTECT

Re: Process to move to a jfs on an existing system

2002-04-29 Thread Sergey Korzhevsky
26.04.2002 22:42:05 "Post, Mark K" wrote: >Things may have changed from when we wrote the Distributions Redbook, but at >that time, Reiserfs was not endian-safe. ^^ Mark, could you explain me that? I have Reiserfs on my Soft. RAID-0 (2*3390-3

Re: Apache APXS executables to re-compile

2002-04-29 Thread Sergey Korzhevsky
Mark, I suggest it, because I had this problem some time ago. Now I know, that apache's rpm from SLES7 _does not contain_ this file. WBR, Sergey "Post, Mark K" cc: Sent by: Linux Subject: Re: Apache APX

Antwort: Re: Antwort: AW: network problems during installation

2002-04-29 Thread Tim-Chr. Hanschen
Hi Rob, how does the echo command have to look like? Something like: echo ??? >> /proc/chandev Is ??? the whole qeth_options command like below? - Tim - Rob van der Heij <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 26.04.2002 18:53:24 Bitte antworten an Linux on 390 Port <[EMAIL PROTECTE