Peter, You also need to install the km_cpint.rpm. That's the one that has the actual cpint.o module. (km=kernel module). I didn't realize it was broken up into two RPMs until just now. Once you have that installed, then the other pieces should start working better.
Mark Post -----Original Message----- From: Bishop, Peter G [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 07, 2002 6:58 PM To: [EMAIL PROTECTED] Subject: Re: cpint install question Hi Dougie and Rob, thanks - that was some of the mucking around I did earlier, and did again today with no luck, but it's good to know the order in which to use the various bits and pieces. Here's a snapshot, done just after a reboot - vmsles1:~ # /sbin/cpint_load insmod: cpint: no module by that name found vmsles1:~ # /sbin/cpint-post-insmod mknod: wrong number of arguments Try `mknod --help' for more information. mknod: wrong number of arguments Try `mknod --help' for more information. mknod: wrong number of arguments Try `mknod --help' for more information. chgrp: getting attributes of `/dev/cpint*': No such file or directory chmod: getting attributes of `/dev/cpint*': No such file or directory Obviously no module being found is the "root cause", but it must have another name than cpint* vmsles1:~ # find / -name cpint* find: /proc/241/fd: No such file or directory /sbin/cpint-post-insmod /sbin/cpint-post-rmmod /sbin/cpint-tool /sbin/cpint_load /sbin/cpint_unload vmsles1:~ # How do I reinstall this thing? Or better, what do I do with the cpint-1.1.2.tar.tgz I found a reference to on the linuxvm.org page? I've untarred it, but I can't get make to understand the Makefile that results... thanks again for everyone's time, Peter Bishop CSS Mainframe Service Line EDS Asia Pacific phone +61 2 9378 0113 email [EMAIL PROTECTED] ------------------------------ Date: Fri, 5 Jul 2002 09:42:37 +0100 From: Dougie Lawson <[EMAIL PROTECTED]> Subject: cpint install question Peter, Have you run /sbin/cpint-post-insmod to install the module in the kernel and create the devices in /dev? Regards, Dougie Lawson -- ITS Technical Support SupportLine for IMS, DB2 & Linux Date: Fri, 5 Jul 2002 08:33:12 +0200 From: Rob van der Heij <[EMAIL PROTECTED]> Subject: Re: cpint install question It is there, but well hidden. You need to run cpint_load cpint-post-insmod to complete the stuff (swap dash and underscores when needed). You could stick them into the init scripts in /etc/init.d/... Rob
