Routing question

2003-02-21 Thread James Johnson
We have Linux machine running a listserv that is unable to reach
a specific ip address. I can not ftp telnet or e-mail to this address
from Linux. This address is external to our network. I can reach other
addresses that are external to our network from Linux.

I can, however, reach this address from VM.

Any thoughts as to why this is happening?

We are running z/VM 4.2, SUSE 7.0 and using an OSA Express
Gigabit card.

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123


Re: Routing question

2003-02-21 Thread James Johnson
A traceroute to shows the following:

listsrv:~ # traceroute www.nwmissouri.edu
traceroute to info1.nwmissouri.edu (198.209.246.4), 30 hops max, 40 byte packets
 1  core4-mfr.cmsu.edu (153.91.24.157)  51 ms  2 ms  1 ms
 2  cmsufire-b.cmsu.edu (153.91.210.251)  1 ms  1 ms  1 ms
 3  morenet-gw.cmsu.edu (153.91.251.254)  2 ms  2 ms  2 ms
 4  kc-r10-01-atm3-0-3-102-aal5.mo.more.net (150.199.51.49)  33 ms  36 ms  37 ms
 5  nwmsu-atm2-0-101-aal5.gw.more.net (150.199.50.174)  99 ms  42 ms  59 ms
 6  info1.nwmissouri.edu (198.209.246.4)  482 ms !H  157 ms !H  71 ms !H

The ouput from tcpdump has the following:
 listsrv.cmsu.edu.1926  info1.nwmissouri.edu.http: S [ECN-Echo,CWR]

What does  S [ECN-Echo,CWR] mean?

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123
- Original Message -
From: Eddie Chen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 21, 2003 1:20 PM
Subject: Re: Routing question


 You can do  a traceroute  on that IP address or tcpdump.   Most  likely
 a filter is set on the router or firewall.

  tcpdump  -i  ctc0 -w /home/echen/tcpdump.trace--- run in
 background

  start you ftp /telnet

 do   ps  and kill the process(tcpdump)

   tcpdump -vvv -r /home/echen/tcpdump.trace  
 /home/echen/trace.listing

  You should found   ICMP type 03 in the  trace and from  there it will
 tell you which router



 James Johnson
 [EMAIL PROTECTED]To: [EMAIL PROTECTED]
 msu.edu   cc:
 Sent by: Linux Subject: Routing question
 on 390 Port
 [EMAIL PROTECTED]
 arist.edu


 02/21/2003
 06:18 PM
 Please respond
 to Linux on 390
 Port






 We have Linux machine running a listserv that is unable to reach
 a specific ip address. I can not ftp telnet or e-mail to this address
 from Linux. This address is external to our network. I can reach other
 addresses that are external to our network from Linux.

 I can, however, reach this address from VM.

 Any thoughts as to why this is happening?

 We are running z/VM 4.2, SUSE 7.0 and using an OSA Express
 Gigabit card.

 James Johnson Email:  [EMAIL PROTECTED]
 Systems Programmer Voice: 660-543-8065
 Central Missouri State University   Fax: 660-543-8123





 -
 This message and its attachments may contain  privileged and confidential
information.  If you are not the intended recipient(s), you are prohibited from
printing, forwarding, saving or copying this email.  If you have received this
e-mail in error, please immediately notify the sender and delete this e-mail and
its attachments from your computer.



Re: Routing question

2003-02-21 Thread James Johnson
I can not ping the address. According to the network guys that is
because they have the ICMP protocol blocked on there end.

The ping also fails from VM.

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123
- Original Message -
From: Eddie Chen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 21, 2003 2:23 PM
Subject: Re: Routing question


The tcpdump will tell you which router/firewall... it  tells you the
 offending packet.

 p.s. I am assuming that you can ping to this address and you are
 not getting network not reachable.




 James Johnson
 [EMAIL PROTECTED]To: [EMAIL PROTECTED]
 msu.edu   cc:
 Sent by: Linux Subject: Re: Routing question
 on 390 Port
 [EMAIL PROTECTED]
 arist.edu


 02/21/2003
 07:58 PM
 Please respond
 to Linux on 390
 Port






 The network guys say a firewall is not the problem and I can
 reach there web from VM and my pc but not from Linux.

 James Johnson Email:  [EMAIL PROTECTED]
 Systems Programmer Voice: 660-543-8065
 Central Missouri State University   Fax: 660-543-8123
 - Original Message -
 From: John Summerfield [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, February 21, 2003 1:02 PM
 Subject: Re: Routing question


   We have Linux machine running a listserv that is unable to reach
   a specific ip address. I can not ftp telnet or e-mail to this address
   from Linux. This address is external to our network. I can reach other
   addresses that are external to our network from Linux.
  
   I can, however, reach this address from VM.
  
   Any thoughts as to why this is happening?
 
  Firewall?
 
  
   We are running z/VM 4.2, SUSE 7.0 and using an OSA Express
   Gigabit card.
  
   James Johnson Email:
 [EMAIL PROTECTED]
   Systems Programmer Voice: 660-543-8065
   Central Missouri State University   Fax: 660-543-8123
  
 
  --
  Cheers
  John Summerfield
 
  Microsoft's most solid OS: http://www.geocities.com/rcwoolley/
 
  Note: mail delivered to me is deemed to be intended for me, for my
 disposition.
 
  ==
  If you don't like being told you're wrong,
  be right!
 





 -
 This message and its attachments may contain  privileged and confidential
information.  If you are not the intended recipient(s), you are prohibited from
printing, forwarding, saving or copying this email.  If you have received this
e-mail in error, please immediately notify the sender and delete this e-mail and
its attachments from your computer.



Re: Routing question

2003-02-21 Thread James Johnson
Thanks. That solved the problem.
I will turn this over to network support and let them figure out
where along the route the problem lies.

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123
- Original Message -
From: Post, Mark K [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 21, 2003 2:34 PM
Subject: Re: Routing question


 James,

 Sorry for the two replies, but I forgot one important point.  You should be
 able to turn off ECN via the /proc/sys/net/ipv4/tcp_ecn pseudo-file.  Most
 likely echoing a 0 into it will turn it off.  If you cat
 /proc/sys/net/ipv4/tcp_ecn, it will probably have a 1 in it right now.

 Mark Post

 -Original Message-
 From: James Johnson [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 21, 2003 3:28 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Routing question


 A traceroute to shows the following:

 listsrv:~ # traceroute www.nwmissouri.edu
 traceroute to info1.nwmissouri.edu (198.209.246.4), 30 hops max, 40 byte
 packets
  1  core4-mfr.cmsu.edu (153.91.24.157)  51 ms  2 ms  1 ms
  2  cmsufire-b.cmsu.edu (153.91.210.251)  1 ms  1 ms  1 ms
  3  morenet-gw.cmsu.edu (153.91.251.254)  2 ms  2 ms  2 ms
  4  kc-r10-01-atm3-0-3-102-aal5.mo.more.net (150.199.51.49)  33 ms  36 ms
 37 ms
  5  nwmsu-atm2-0-101-aal5.gw.more.net (150.199.50.174)  99 ms  42 ms  59 ms
  6  info1.nwmissouri.edu (198.209.246.4)  482 ms !H  157 ms !H  71 ms !H

 The ouput from tcpdump has the following:
  listsrv.cmsu.edu.1926  info1.nwmissouri.edu.http: S [ECN-Echo,CWR]

 What does  S [ECN-Echo,CWR] mean?

 James Johnson Email:  [EMAIL PROTECTED]
 Systems Programmer Voice: 660-543-8065
 Central Missouri State University   Fax: 660-543-8123
 - Original Message -
 From: Eddie Chen [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, February 21, 2003 1:20 PM
 Subject: Re: Routing question


  You can do  a traceroute  on that IP address or tcpdump.   Most
 likely
  a filter is set on the router or firewall.
 
   tcpdump  -i  ctc0 -w /home/echen/tcpdump.trace--- run in
  background
 
   start you ftp /telnet
 
  do   ps  and kill the process(tcpdump)
 
tcpdump -vvv -r /home/echen/tcpdump.trace  
  /home/echen/trace.listing
 
   You should found   ICMP type 03 in the  trace and from  there it will
  tell you which router
 
 
 
  James Johnson
  [EMAIL PROTECTED]To: [EMAIL PROTECTED]
  msu.edu   cc:
  Sent by: Linux Subject: Routing question
  on 390 Port
  [EMAIL PROTECTED]
  arist.edu
 
 
  02/21/2003
  06:18 PM
  Please respond
  to Linux on 390
  Port
 
 
 
 
 
 
  We have Linux machine running a listserv that is unable to reach
  a specific ip address. I can not ftp telnet or e-mail to this address
  from Linux. This address is external to our network. I can reach other
  addresses that are external to our network from Linux.
 
  I can, however, reach this address from VM.
 
  Any thoughts as to why this is happening?
 
  We are running z/VM 4.2, SUSE 7.0 and using an OSA Express
  Gigabit card.
 
  James Johnson Email:
 [EMAIL PROTECTED]
  Systems Programmer Voice: 660-543-8065
  Central Missouri State University   Fax: 660-543-8123
 
 
 
 
 
  -
  This message and its attachments may contain  privileged and confidential
 information.  If you are not the intended recipient(s), you are prohibited
 from
 printing, forwarding, saving or copying this email.  If you have received
 this
 e-mail in error, please immediately notify the sender and delete this e-mail
 and
 its attachments from your computer.
 



Re: Can I setup guestlan with zVM and the SUSE LINUX RAM system

2002-12-18 Thread James Johnson
Yes, this can be done. Just define the NIC and couple it to the lan
before you IPL.

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123
- Original Message -
From: Dave Myers [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 18, 2002 4:32 PM
Subject: Can I setup guestlan with zVM and the SUSE LINUX RAM system


 Is it possible to setup a GUESTLAN between zVM and the
 SuSE SLES7 RAM SYSTEM (i.e. initial starter system)?

 Or do I have to use CTC first, then install the SuSE 2.4.7 system
 and then implement the guestlan between Linux and VM ???

 Tia
 Dave




Re: Can I setup guestlan with zVM and the SUSE LINUX RAM system

2002-12-18 Thread James Johnson
I have done it. I use option 8, HIPERSOCKETS, on the network setup menu.

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123
- Original Message -
From: Dave Myers [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 18, 2002 4:56 PM
Subject: Re: Can I setup guestlan with zVM and the SUSE LINUX RAM system


 In a message dated 12/18/2002 3:51:15 PM Mountain Standard Time,
 [EMAIL PROTECTED] writes:

  Yes, this can be done. Just define the NIC and couple it to the lan
  before you IPL.
 
  James Johnson  Email:  [EMAIL PROTECTED]
  Systems Programmer  Voice: 660-543-8065
  Central Missouri State University Fax:660-543-8123
  - Original Message -
  From: Dave Myers [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, December 18, 2002 4:32 PM
  Subject: Can I setup guestlan with zVM and the SUSE LINUX RAM system
 
 

 you're sure that the SuSE RAM system will support this
 and you don't need the full SuSE system.

 I was wondering if the RAM system has the proper qdio qeth drivers for
 guestlan??




Amanda on Linux S390

2002-11-12 Thread James Johnson
Is anyone using Amanda to backup Linux dasd and would you mind sharing
your configuration files?

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123



Re: Qeth Problems

2002-10-29 Thread James Johnson
I had similar problems. The solution was to upgrade the micro code on the card.
You can check the current code level thru the HMC.

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123
- Original Message -
From: Michael Lambert [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 29, 2002 9:54 AM
Subject: Qeth Problems


 Hello, everyone.

 I've been trying to send this message for a couple of weeks now, with no
 success. Here we go again...

 I've been attempting to setup a eth0 device uisng a direct link to an
 OSA card. I've got 3 non-shared devices defined and dedicated, but the
 device will not come up. Whenever I 'ifup eth0', I get the following:



 SIOCSIFMTU: No such device
 SIOCGIFFLAGS: No such device
 Failed to bring up eth0.

 And this is in the kernel buffer:

 IPv6 v0.8 for NET4.0
 IPv6 over IPv4 tunneling driver
 qeth: loading qeth S/390 OSA-Express driver ($Revision: 1.260.2.10
 $/$Revision: 1.86.2.1 $/$Revision: 1.31 $:IPv6)
  qeth: allocated 0 spare buffers
 debug: qeth_setup: new level 3
 debug: qeth_misc: new level 2
 debug: qeth_data: new level 2
 debug: qeth_control: new level 2
 debug: qeth_sense: new level 2
 debug: qeth_qerr: new level 2
 debug: qeth_trace: new level 2
 qeth: Trying to use card with devnos 0x11F6/0x11F7/0x11F8
  qeth: sense data available on read channel.
  qeth: irb: 00 c2 40 17  00 a0 ff 58  02 00 00 22  00 80 00 00
  qeth: irb: 01 20 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  qeth: sense data: 80 00 00 00  00 00 00 01  00 00 01 00  00 00 00 00
  qeth: sense data: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 00
  qeth: unit check/exception in read_handler (irq 0x621, devstat 0x02,
 schstat 0x00, rqparam 0x1004)
  qeth: sense data available on read channel.
  qeth: irb: 00 c2 40 17  00 a0 ff 50  02 00 10 10  00 80 00 00
  qeth: irb: 01 20 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  qeth: sense data: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  qeth: sense data: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 00
  qeth: unit check/exception in read_handler (irq 0x621, devstat 0x02,
 schstat 0x00, rqparam 0x1003)
  qeth: IDX_ACTIVATE on read channel irq 0x621: negative reply
  qeth: There were problems in hard-setting up the card.
 qeth: loading qeth S/390 OSA-Express driver ($Revision: 1.260.2.10
 $/$Revision: 1.86.2.1 $/$Revision: 1.31 $:IPv6)
  qeth: allocated 0 spare buffers
 debug: qeth_setup: new level 3
 debug: qeth_misc: new level 2
 debug: qeth_data: new level 2
 debug: qeth_control: new level 2
 debug: qeth_sense: new level 2
 debug: qeth_qerr: new level 2
 debug: qeth_trace: new level 2
 qeth: Trying to use card with devnos 0x11F6/0x11F7/0x11F8
  qeth: sense data available on read channel.
  qeth: irb: 00 c2 40 17  00 a0 ff 58  02 00 00 22  00 80 00 00
  qeth: irb: 01 20 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  qeth: sense data: 80 00 00 00  00 00 00 01  00 00 01 00  00 00 00 00
  qeth: sense data: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 00
  qeth: unit check/exception in read_handler (irq 0x621, devstat 0x02,
 schstat 0x00, rqparam 0x1004)
  qeth: sense data available on read channel.
  qeth: irb: 00 c2 40 17  00 a0 ff 50  02 00 10 10  00 80 00 00
  qeth: irb: 01 20 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  qeth: sense data: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
  qeth: sense data: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 00
  qeth: unit check/exception in read_handler (irq 0x621, devstat 0x02,
 schstat 0x00, rqparam 0x1003)
  qeth: IDX_ACTIVATE on read channel irq 0x621: negative reply
  qeth: There were problems in hard-setting up the card.

 Here are the contents of my chandev.conf:


noauto;qeth0,0x11f6,0x11f7,0x11f8;add_parms,0x10,0x11f6,0x11f8,portname:OSDF9P0

 Anyone see any obvious problems?




Shell script error

2002-10-16 Thread James Johnson

We have this application that is shipped on CD. To get the code into Linux I
did the following as root
   1: created a mount point in the root directory
   drwxrwxrwx6 root   root 288 Oct 16 09:17
Disk1
2: add an entry to fstab
   /dev/lvg1/srcdsk1 /Disk1reiserfs
noauto,user 1   2

Then I logon as the as the application installer and FTP the CD into the
mounted directory
 drwxr-xr-x6 oracle   oinstall  208  Oct 15 13:41
doc
 -rw-r--r--   1 oracle   oinstall 5330 Oct 15 13:58
index.htm
 drwxr-xr-x3 oracle   oinstall  128  Oct 15 13:41
install
 drwxr-xr-x2 oracle   oinstall  408  Oct 15 13:42
response
 -rw-r--r--   1 oracle   oinstall 1157 Oct 15 15:56
runInstaller
 drwxr-xr-x7 oracle   oinstall  304  Oct 15 13:58
stage

Whenever I try to run a shell scrip fron the Disk1 directory I get the
following
oracle@istestdb:~  cd /Disk1
oracle@istestdb:/Disk1  ./runInstaller
bash: ./runInstaller: bad interpreter: Permission denied

I must have an invalid premission defined somewhere but I do not see it.

Any help would be appreciated.


James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123



Re: mirco code level of gigabit ethernet card

2002-08-29 Thread James Johnson

The following error occurs:

qeth: Trying to use card with devnos 0xE0C/0xE0D/0xE0E
 qeth: sense data available on write channel.
 qeth: irb: 00 c2 40 17  00 af ff 58  02 00 00 22  00 80 00 00
 qeth: irb: 01 20 00 00  00 00 00 00  00 00 00 00  00 00 00 00
 qeth: sense data: 80 00 00 00  00 00 00 01  00 00 01 00  00 00 00 00
 qeth: sense data: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 00
 qeth: unit check/exception in write_handler (irq 0x2, devstat 0x02, schstat
0x00, rqparam 0x1004)
 qeth: IDX_ACTIVATE(wr) on write channel irq 0x2: timeout
 qeth: There were problems in hard-setting up the card.

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123
- Original Message -
From: Post, Mark K [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 28, 2002 6:55 PM
Subject: Re: mirco code level of gigabit ethernet card


 What symptoms are you seeing with the card?

 Mark Post

 -Original Message-
 From: James Johnson [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 28, 2002 7:56 PM
 To: [EMAIL PROTECTED]
 Subject: mirco code level of gigabit ethernet card


 I can not get our gigabit ethernet card to work with Linux. I suspect the
 problem
 is with the micro code on the card. The cards works with VM TCPIP but not
 Linux.

 Our card is at level 0422. If you are using a gigabit card what is its
micro
 code level?

 Thanks.

 James Johnson Email:
[EMAIL PROTECTED]
 Systems Programmer Voice: 660-543-8065
 Central Missouri State University   Fax: 660-543-8123




mirco code level of gigabit ethernet card

2002-08-28 Thread James Johnson

I can not get our gigabit ethernet card to work with Linux. I suspect the
problem
is with the micro code on the card. The cards works with VM TCPIP but not
Linux.

Our card is at level 0422. If you are using a gigabit card what is its micro
code level?

Thanks.

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123



Error on OSA express gbit ethernet card

2002-08-11 Thread James Johnson

Can some one tell me what the following error means? I am trying to confiure
a
OSA express gigabit ethernet card in a SuSE SLES7 system under z/VM 4.2.

qeth: Trying to use card with devnos 0xE0C/0xE0D/0xE0E
 qeth: sense data available on write channel.
 qeth: irb: 00 c2 40 17  00 5b 0f 58  02 00 00 22  00 80 00 00
 qeth: irb: 01 20 00 00  00 00 00 00  00 00 00 00  00 00 00 00
 qeth: sense data: 80 00 00 00  00 00 00 01  00 00 01 00  00 00 00 00
 qeth: sense data: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 00
 qeth: unit check/exception in write_handler (irq 0x2, devstat 0x02, schstat
0x00, rqparam 0x1004)
 qeth: IDX_ACTIVATE(wr) on write channel irq 0x2: timeout
 qeth: There were problems in hard-setting up the card.

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123



Re: CPINT error

2002-05-03 Thread James Johnson

Been there, done that. Same results.

James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123
- Original Message -

 Do you have a file /sbin/cpint-post-insmod? If so, invoke it.




Re: CPINT error

2002-05-03 Thread James Johnson

- Original Message -

 Please try the following:
 - lsmod
This shows that cpint has been loaded.

 - ksyms -a | grep cp
This has several references to cpint.

 - uname -a
2.4.7-SuSE-SMP






Re: CPINT error

2002-05-01 Thread James Johnson

I use the cpint_load script to load it. The devices are created. The only
messge
from the load is a warning about the kernel ID.

I am running the Suse sles 7 beta. In order to get cpint-1.1.2 to compile I
had
to load the kernel source and run a make menuconfig. I did not apply the
S390
patches to the kernel source. Should that make a difference?


James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123
- Original Message -
From: Ferguson, Neale
To: [EMAIL PROTECTED]
Sent: Wednesday, May 01, 2002 7:27 AM
Subject: Re: CPINT error


How did you load cpint? The cpint_load script will create entries in /dev.

 -Original Message-
 I have CPINT installed but when I issue a command it comes back with
 OPEN: No such device. On the the Linux console the
 following error message
 is displayed:
 modprobe Can't locate module char-major-254

 Any guess as to what I am missing?



Re: CPINT error

2002-05-01 Thread James Johnson

I tried that an received an error saying that cpint was already loaded.
But will try that again.
 
James Johnson Email:  [EMAIL PROTECTED]
Systems Programmer Voice: 660-543-8065
Central Missouri State University   Fax: 660-543-8123
  - Original Message - 
  From: Dennis G. Wicks 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, May 01, 2002 8:45 AM
  Subject: Re: CPINT error


  Greetings;
   
  You need to put
   
   alias char-major-254 cpint
   
  in your  /etc/modules.conf   file.
   
  That step got left out of the 1.1.2 release.
   
  Good Luck!
  Dennis
   
   
   
   
   
  James Johnson
  [EMAIL PROTECTED]   To: [EMAIL PROTECTED]
  msu.edu  cc:
  Sent by: LinuxSubject: CPINT error
  on 390 Port
  [EMAIL PROTECTED]
  ARIST.EDU
   
   
  05/01/02 09:26
  AM
  Please respond
  to Linux on 390
  Port
   
   
   
   
   
   
  I have CPINT installed but when I issue a command it comes back with
  OPEN: No such device. On the the Linux console the following error
  message
  is displayed:
  modprobe Can't locate module char-major-254
   
  Any guess as to what I am missing?
   
  Thanks



Is one distribution better than another

2002-02-26 Thread James Johnson

Assuming installation and configuration is just a matter of learning
something new, is there any reason to favor one of the Linux/390
distributions over the others?

--
James JohnsonEmail: [EMAIL PROTECTED]
Systems Programmer   Voice: 660-543-8065
Central Missouri State UniversityFax:   660-543-8123