Linux-Networking Digest #142, Volume #11 Thu, 13 May 99 15:13:50 EDT
Contents:
Re: Translate (i)pppd hex output to ascii ("Kjoe")
Re: mgetty blocks dialout (Bill Unruh)
Default ppp route keeps messing up. (Captain Panic)
ulimit question (Partha Sri)
Re: PCI modems in linux? (Andrew Comech)
Re: pap authentication failure Help.. (Bill Unruh)
What's the difference between 3C905 and 3C905B, please? ("XaosSlaad")
root login denied over telnet in RH6.0 (Corus)
Fetchmail and Netscape (Chris Walsh)
Re: pap authentication failure Help.. (Bill Unruh)
FTP server config question (Liam)
webramp or alternative? ([EMAIL PROTECTED])
Re: fdisk /MBR ??? ("Christopher R. Thompson")
NFS causes synflood ("Dieter Stueken")
Re: Reboot linux 5.2 box from telnet connection ("William R. Mattil")
Re: ypbind takes too long at boot and therefore autofs fails (Larry Williamson)
Re: mounting remote cdrom (Jacob Gladish)
Re: Getting a dial-up ppp going (Clifford Kite)
Re: DNS / WINS integration in Linux (Bernd Eckenfels)
Re: Ethernet VERY slow from Linux to Windows? (Massimo Piccinetti)
PPP-COMPRESSION and NET-PF ("Tamas Rudnai")
Re: General.NFS.Questions ("Christopher R. Thompson")
Re: Where can I find driver for NE2000 PCI (Malware)
----------------------------------------------------------------------------
From: "Kjoe" <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.ppp,xs4all.isdn,nl.comp.isdn,de.alt.comm.isdn4linux
Subject: Re: Translate (i)pppd hex output to ascii
Date: Tue, 11 May 1999 14:04:45 +0200
>
> >>>>>My program is written as a filter, i.e. it accepts characters from
stdin and
> >>>>>writes them to stdout. You can start it with: "cat | hex", and then
copy
> >>>>>and paste the hexadecimal numbers into standard in.
>
> >>>> Why the cat?
>
> >>>for sending keyboard input to stdin; you could also use "echo
<whatever> |
> >>>hex" to start it. It is not designed to pipe the entire debug file
through
> >>>it; if you do then normal text will become unreadable... it's not
highly
> >>>sophisticated.
>
> >> "cat |" is nearly a no-op.
>
> >er
>
> >you could also write just "./hex", can't you ;)
>
> >I hadn't thought of that before. I know, I must be very ashamed.
> >Sometimes things are even more simple than they seem.
>
> >I'll go read the Beginners' Guide into Linux now.
>
> Years ago there used to be a "Useless use of cat"-of-the-week award
> in the comp.os.unix group. I don't know if it still exists.
>
> It was awarded to that week's person who posted some shell script (usually
> to have it debugged by newsgroup readers) that contained things
> like:
>
> cat filename | sed -e "s/x/y"
>
> But also "cat |", of course.
>
> Rob
> --
i'm sure somebody finds cat useful for something
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: mgetty blocks dialout
Date: 13 May 1999 18:05:00 GMT
In <[EMAIL PROTECTED]> Zeljko Cvrkotic <[EMAIL PROTECTED]> writes:
]Darren McClelland wrote:
B
]> that the long distance charges live at the remote box. I can dial in
]> just fine and get a terminal and login, and I can dial out and establish
]> a PPP connection, _but_ not both. When mgetty is running the dialout
]> chat script never seems to talk to the modem and just hangs. Here's the
You must use
lock
in the /etc/ppp/options file.
mgetty sits there listening to the line. When it hears something (eg you trying to
dial out) it grabs the line and tries to answer-- Unless there is a lock file for
the same line it is listening on.
]> mgetty.config:
]> speed 38400
Why such a low speed???
]> debug 8
I hope you use the same port for mgetty as you do for pppd (ie /dev/modem apparently)
This should tell you what is happening!
]>
]> Chat:
]> /usr/sbin/pppd connect '/usr/sbin/chat -v -f /usr/local/etc/ppplogin'
]> debug crtscts modem defaultroute /dev/ttyS2 19200 asyncmap 0
All on one line I hope!
You need, must have, the lock option as well.
]Try to using /dev/cua instead /dev/tty in chat script.
NONONONONO. The cua ports are dead. They will not work at all under the
2.2 kernels. Do not use the cua ports for anything.
------------------------------
From: Captain Panic <[EMAIL PROTECTED]>
Subject: Default ppp route keeps messing up.
Date: Thu, 13 May 1999 10:43:05 -0400
I use Xisp to connect to the internet, the only problem is everytime
I connect my default route is screwed up. And I have to do "route del
default", "route add default dev ppp0" How can I fix it to do this
automatically.
Thanks,
Bri
------------------------------
From: Partha Sri <[EMAIL PROTECTED]>
Subject: ulimit question
Date: Thu, 13 May 1999 09:44:15 -0500
Reply-To: [EMAIL PROTECTED]
Hi all:
when i telnet to my box i get this message:
bash: ulimit: cannot modify limit: Operation not permitted
I know that this is related to quota checking on my box.. but can anyone
tell me what seems to be causing this problem. i think i have quota
turned on in my kernel.. I use 2.2.1 on RH5.2. I remeber reading a
post about this a while ago but i forget the resolution :).
thanx
Partha
------------------------------
From: [EMAIL PROTECTED] (Andrew Comech)
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: PCI modems in linux?
Reply-To: [EMAIL PROTECTED]
Date: 13 May 1999 13:39:28 -0500
Hi,
You got it kind-of wrong...
On 12 May 1999 19:56:55 PDT, [EMAIL PROTECTED] wrote:
>Let me add my two cents worth here. I have been
>shopping out a new Linux system (see thread "Newbi vs Linux:
>Comment on this system"). What i have found is that there
>are at least three kinds of modems out there (not two).
>THere is the usual "Real modem" This modem looks
>like a UART (or serial port) to the system. This type of
>modem need _NOTHING_ to work with any system. It
>doesn't matter every OS knows how to send charecters
>out (and get them in) to a serial port. Windows may
>install an INI file for these modems, but in most case
>it is just an ASCII text file containing the init string for
>the modem. A veryation of this type is the Plug and Play
>modem. Plug and play simply sets the hardware parameters,
>such as IO address and interupt.
...somewhere on the software level... it is not that you could
live without special software (which is ISAPNP tools).
And running ISAPNP tools is what you do _before_ you can specify
modem's address and irq to the kernel, using setserial.
>After PnP has done it's
>thing, the modem acts like any other real modem.
>
>The second type of modem is the well known and dispised
>Win-Modem or HSP (Host Signal Processing) Modem. THese
>modems are pretty well useless since they require that
>the CPU do a lot of the processing work done by the
>controler chip on a real modem. There is also no standard
>(that I could discover) for the hardware interface to these
>modems.
Let me make this more precise... There are two _different_ things:
the first thing (formerly known as a winmodem) is a controllerless
modem, aka HCF (host-controlled family) modem.
The other thing (which is much less of a modem) is a softmodem,
aka HSP (Host Signal Processing) modem.
The link to read is
http://www.aopenusa.com/tech/faq/modem/general.htm#Controllerless Modem
This is common to call both families `winmodems', but manufactures
and dealers do not usually use this term.
("Is is a winmodem?" "No, it's a brand new HSP modem!" ;-)
>A third type of modem is the cause of much confusion.
>It appears to be a real modem because it has a controler,
>but it only seems to work with windows. I call this a
>DSP based modem. Althought I realize that is bad choice
>of terms. What we have here is a modem that has a
>controler, but it is based on a generic DSP chip.
>THe DSP handles many of the tasks that the driver of
>a HSP (or Win-modem) would have to handle. But
>the hardware interface to the system is not standard,
>in other words, it doesn't look like a UART. The
>keyword to look for here is "Virtual UART" or
>"Virtual 16550". Now what does that mean? I'll try
>to tell you. I'm a bit hazy on the programing aspects.
>What happens is that a vertual device driver is written
>for windows that places protection on certian IO addresses,
>specificly, the IO addresses for the chosen com port
>for the modem. Now, normaly a UART would live at those
>addresses, But this type of modem has no UART. Now
>when a program attempts to access the non-existing
>UART at the protected IO addresses, it causes a trap
>to accoure. The trap causes the virtual device driver
>to kick in. The function of the UART is then emulated
>in software. As far as an application is concerned,
>there is a UART at that address (except that the
>responce time may be a bit off), but in reality there
>is none. Thus the "Virtual UART". This modem
>isn't a winmodem or HSP modem per-se, but it
>won't work in Linux either.
I do not know anything about DSP modems, but this is
what other people write (in particular, there is no controller):
====================================================================
>From http://www.analog.com/industry/ras/tech_info/faq.html#4
Q. What software is provided with the ADSP-21mod870?
A. The ADSP-21mod870 is bundled with K56flex/V.34 software. This software
implements both the data pump and controller functions. Included is a
software interface which describes how the systems host processor talks
to the modem. There is also an example of some host code written in C.
That is, there is no hardware-based controller...
====================================================================
>From http://metalab.unc.edu/LDP/HOWTO/Modem-HOWTO-4.html#ss4.5
MWave and DSP Modems
Such modems use DSP's (Digital Signal Processors) which are programmed
by algorithms which must be
downloaded from the hard disk to the DSP's memory just before using the
modem. Unfortunately, the
downloading is done by Dos/Windows programs so one can't do it from Linux.
Ordinary modems that work
with Linux often have a DSP too (and may mention this on the packaging),
but the program that runs
it is stored inside the modem. This is not "DSP modem" in the sense of this
section and should work
OK under Linux.
If a DSP modem modem simulates a serial port, then it is usable with Linux
which communicates with
modems via the serial port. If you also have Dos/Windows on the same PC
you may be able to use the
modem: First start Dos/Windows (make sure the modem gets initialized) and
then without turning off
the computer, go into Linux. One way to do this is to press CTRL-ALT-DEL.
An example of a DSP modem
is IBM's Aptiva MWAVE.
Best,
a.
--
Looking for a Linux-compatible V.90 modem? See
http://www.math.sunysb.edu/~comech/tools/CheapBox.html#modem
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: pap authentication failure Help..
Date: 13 May 1999 18:09:17 GMT
In <[EMAIL PROTECTED]> "Gene Heskett" <[EMAIL PROTECTED]> writes:
>It appears that having the 'asyncmap 0x000a0000' option set is a basic
>requirement, at least in the USA. Now it logs in, IF the lines not
No Only for badly coded NT ISPs. Some of them have a bug in which they appear
to negotiate asyncmap, but unless you insist on oxa0000 they crash.
>busy, but can somebody tell me why an 8 meg dload takes 3.5 hours?
It sounds to me like you have IRQ problems or that you are running your modem
at the default speed of 9600 bd. If you have no, or an unsupported speed in
your configuration, it will not tell y ou, it will simply use 9600 BD.
------------------------------
From: "XaosSlaad" <[EMAIL PROTECTED]>
Subject: What's the difference between 3C905 and 3C905B, please?
Date: Tue, 11 May 1999 08:19:24 -0400
Hi,
Not that it necessarily means there is a problem with the hardware, (it may
have just been my own ineptitude as I find is usually the case when people
bitch about hardware) but I've had trouble getting 3c905B's to work under
Linux.
(It may also be that like the 3c509B it just doesn't work right under
Linux/again it may just be my imagination.)
I think as far as 10 Mbps cards are concerned the 3c509 (not 3c509B) takes
the cake and for 10/100 I've never had a problem with the 3c905 (again not
3c905B) and for 10 Mbps PCMCIA I'll take a 3c589D any day. Anyone know a
good 10/100 PCMCIA card for Linux????
--XaosSlaad
509 905 589 562 HUT HUT
------------------------------
From: Corus <[EMAIL PROTECTED]>
Subject: root login denied over telnet in RH6.0
Date: Thu, 13 May 1999 17:26:32 GMT
Hello.
I recently installed RH6.0, but when I tried to login
as root via a telnet session I got refused access.
Same old story I thought...
I edited /etc/securetty and added a few ttyp
lines.
Tried login in again, but no cigar.
I saw a posting that said that as of RH60.0 remote
root logins can be enabled by commenting out an
auth line from /etc/pam.d/login, and it works, but
I find this too drastic, as the posting also
mentioned this action would unsecure all
terminals.
Now, I don't know exactly what that means but when
I see the words "unsecure" and "all" next to each
other I get a bit twitchy.
Why has RedHat chosen to make it so difficult for
root to login remotely?
I've seen postings recommending people should
initially login as an ordinary user and then su to
root but how does that make things any safer???
Anyone with a packet sniffer that was planning on
stealing your root password, can achieve the same
by capturing the ordinary user's password when you
login, as well as the password that you gave when
you su'd to root.
ssh is the only secure answer although to be honest I would be skeptical
about using even that over a public network like the internet.
I looked in the directory /etc/security which has
several interesting files in it.
In particular, there is a file in there whose name
I now forget, where you are given the option to
specify who is allowed to login locally and remotely. I added a line
like:
+:root:ALL
but that didn't seem to work either.
Anyway, does anyone have any alternative
suggestions as to how to enable root to login?
(Tips or pointers to docs appreciated)
Thanks for any responses
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: Chris Walsh <[EMAIL PROTECTED]>
Subject: Fetchmail and Netscape
Date: Thu, 13 May 1999 17:44:09 GMT
I currently have my email setup so that fetchmail retrieves my email
from my POP3 server and I then retrieve it in Netscape using "MoveMail"
for reading and filing. The problem is that if I read my email through
any other client, such as mail or pine, Netscape will no longer retrieve
it. Since I'd like to be able to check and read my mail remotely with
telnet, is there any way I can solve this problem? Any help would be
appreciated.
Chris.
--
Chris Walsh
[EMAIL PROTECTED]
http://members.home.com/cfwalsh/home.html
ICQ: 8519570
"It's tough to make predictions - especially about the future."
- Yogi Berra
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: pap authentication failure Help..
Date: 13 May 1999 18:12:01 GMT
In <7hesrp$9ri$[EMAIL PROTECTED]> "Burton" <[EMAIL PROTECTED]> writes:
>How do I go about changing asyncmap ??
asyncmap 0xa0000
as an option to pppd (read man pppd)
>and i have debug and kdebug 1
>options turned on. all messages of that nautuer get logged to
>/var/log/messages
But you do not have the logging turned on in syslog.conf.
daemon.* /var/log/messages
killall -1 syslogd
However the kdebug option is almost certainly not needed.
------------------------------
From: [EMAIL PROTECTED] (Liam)
Subject: FTP server config question
Date: Thu, 13 May 1999 15:13:04 GMT
Reply-To: [EMAIL PROTECTED]
Hi everybody !!!
I'm setting up a ftp server under Linux
I'm trying to manage where to put the ftp welcome message and how to configure
it under /etc/ftpaccess, can you help ?
Also, Is it possible to link a directory in /home/ftp ? It can't be accessed
from the ftp client.
Where can I find a detailed information on this subject ? There are no HOWTO
on FTP and the man page on ftpaccess is not very clear
Thanks in advance
Gaetan
------------------------------
From: [EMAIL PROTECTED]
Subject: webramp or alternative?
Date: Thu, 13 May 1999 14:27:38 GMT
Hello I am trying to create a network at home. I
have 3 machines, 3 ethernet cards, 1 hub, and 1
56K modem. I am trying to figure out the most
efficient way to network all these machines. They
all need to flow through the 56K. I have three
machines: a p100 32MB RAM that is a Linux server,
a p200 64MB RAM that is win95, and a PII 350MHz
128MB RAM that is running NT. I have been told
about webramps but don't know much about them.
Will they solve my problem? What is the cost
associated with a web ramp? I heard that they
were pricey! Is there a place to purcahse a used
web ramp? I am looking into putting the 56k into
my linux server and running IP Masqurade. Does
anyone have any experience with this? How would
I go about doing this? Are there any sites or
publications that can help you understand
masquerading? I have never worked with IP Mas
before so please treat any answers like you are
talking to a novice :)I appreciate any and all
help that is given my way.
Thanks,
Mike B.
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: "Christopher R. Thompson" <[EMAIL PROTECTED]>
Crossposted-To:
comp.protocols.nfs,comp.os.linux.help,alt.linux,alt.os.linux,comp.os.linux.misc,comp.os.linux.questions
Subject: Re: fdisk /MBR ???
Date: Thu, 13 May 1999 11:15:26 -0700
Mikael Wetterstrand wrote:
> Hello
> Well, I just wanna know what the command /mbr does?
> I know u can use it with fdisk to "get ridd of" Lilo , but what does it
> really do?
It builds a new MS-Dos "M"aster "B"oot "R"ecord. This is the nifty
little program that usually reside at sector zero of a bootable partition
and it goes out and looks for "Dos" or "Windows95" or "Ntldr" or "LILO"
or whatever and loads it into memory and passes control of the program
register to the entry point of the program that it loads.
FDisk as a version of Dos it will look for a dos file "msdos.sys?" and
knows nothing about file systems other than "DOS".
------------------------------
From: "Dieter Stueken" <[EMAIL PROTECTED]>
Subject: NFS causes synflood
Date: Thu, 13 May 1999 17:09:38 +0200
When trying to mount a disk via NFS, the NFS Server reports
possible SYN flood from 192.168.2.1 on 192.168.2.4:735. Sending
cookies.
while the NFS client gets a timeout. Both systems run 2.0.36.
Although I can't find any network problen (ping, even -f works well)
I suspect any cabeling problem, like reflections or inpropper
terminatin (it's a 10baseT). Some idea?
Dieter.
--
Dieter St�ken, con terra GmbH, M�nster
[EMAIL PROTECTED] [EMAIL PROTECTED]
http://www.conterra.de/ http://qgp.uni-muenster.de/~stueken
(0)251-980-2027 (0)251-83-334974
------------------------------
From: "William R. Mattil" <[EMAIL PROTECTED]>
Subject: Re: Reboot linux 5.2 box from telnet connection
Date: Thu, 13 May 1999 13:47:34 -0500
Richard Miller wrote:
>
> Is there anyway to reboot a redhat 5.2 linux box from a telnet connection?
> Actually, I would like to log on as root and do all maintenance from my
> client. This is just a small home network with two win98 clients and the
> linux server so security and control is not an issue. I want to put the
> server in the basement but don't want to go down there just to reboot or do
> system maintenance (since I'm new to linux I'm doing a lot of both right
> now<g>). I can su to root but still don't have full privileges from the
> telnet connection (can't write some .conf files, etc). Thanks. Richard
When you su try the following:
su - root
this will read in the root users profile etc and set paths correctly.
Regards
Bill
--
William R. Mattil | If Con is the opposite of Pro .............
SSCFI System Admin | Then is Congress the opposite of Progress ?
(972) 399-4106 | - Gallagher
------------------------------
From: Larry Williamson <[EMAIL PROTECTED]>
Subject: Re: ypbind takes too long at boot and therefore autofs fails
Date: 13 May 1999 14:37:30 -0400
Ha! So, I am not far off. I see RH6.0 has this fixed. They use a
similiar, although somewhat more complicated algorithm.
I discovered this as I was NISifiying a colleague's machine that is
running 6.0
Larry Williamson <[EMAIL PROTECTED]> writes:
> RH 5.2 (with 2.2.2 kernel installed) PIII 500Mhz NIS client
> Solaris 7, E3K NIS+ server
>
> During boot, /etc/rc.d/init.d/ypbind run as rc5.d/S12ypbind. This
> happens well before /etc/rc.d/rc5.d/S61autofs. Yet, still ypbind has
> not found our NIS server by the time autofs tries to start. Therefore
> autofs gets only the files based maps in /etc.
>
> I get around this by adding this loop in ...rc5.d/ypbind
>
> start)
> echo -n "Binding to the NIS domain... "
> daemon ypbind
> echo
> touch /var/lock/subsys/ypbind
>
> # add this looop to wait for ypbind to complete before autofs is
> # run. Otherwise autofs gets only /etc/auto.master.
> ypwhich
> while [ $? -ne 0 ]
> do
> sleep 1
> ypwhich
> done
>
>
> I find this loops runs about 3-6 times normally.
>
> I have set an entry in /etc/yp.conf
>
> domain mitra.com server nisserver.mitra.com
>
> But this has not effect on the timing.
>
> Any suggestions? I can live with my loop, but it is tedious to have
> to add this to every new machine I install :-(
>
------------------------------
From: Jacob Gladish <[EMAIL PROTECTED]>
Subject: Re: mounting remote cdrom
Date: Thu, 13 May 1999 14:50:20 -0400
Robert van der Meulen wrote:
>
> Jacob Gladish <[EMAIL PROTECTED]> wrote:
> > Is it possible under Linux to mount a cdrom across a network from one
> > machine to another without mounting the cd on the local machine and then
> > mounting an nfs directory. the cdrom in one of my machines went bad, and
> > I want to mount a cdrom from another machine to this machine to avoid
> > buying a new one.
>
> Without nfs mounts/samba mounts/mounting it locally, no.
>
> > thanks
> > jake.
>
> Robert
does what I explained make any sense? I'm not real familiar with VMS,
but I am pretty sure I saw someone mount a cd that was physically
located on a remote machine to a machine that was sitting on his desk.
------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: Getting a dial-up ppp going
Date: 12 May 1999 16:29:50 -0500
J Knight ([EMAIL PROTECTED]) wrote:
: I'm trying to get a tcp/ip ppp dial-up connection going. I've got my
: scripts working, but whenever I run them I first get a starting
: message and then I get this:
: pppd[281]: tcgetattr: Input/output error(5)
: pppd[281]: Exit
tcgetattr almost always means that there is another process besides
pppd that is contending for the modem IRQ. Some examples are (1) an
ethernet card that used the same IRQ as the modem, (2) a misconfigured
ppp script that launched pppd twice, and (3) a mingetty that somehow
had been configured for call-in.
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
/* I gave up on politics when no matter who I voted for, I regretted it.
* -- Pepper...and Salt, WSJ */
------------------------------
From: Bernd Eckenfels <[EMAIL PROTECTED]>
Subject: Re: DNS / WINS integration in Linux
Date: 12 May 1999 22:04:58 GMT
[EMAIL PROTECTED] wrote:
> Is there any sort of WINS support under Linux? I'm not expecting
> anything along the lines of pure DNS/WINS integration (although it'd be
> nice!!) but if I can at least do WINS lookups from the Linux box it's a
> start and I may be able to somehow kludge things.... :)
samba includes a full blown wins server and client. smbclient can query wins
server or browse lists.
Greetings
Bernd
------------------------------
From: Massimo Piccinetti <[EMAIL PROTECTED]>
Subject: Re: Ethernet VERY slow from Linux to Windows?
Date: Thu, 13 May 1999 20:52:02 +0200
I have found the solution to the problem (thanks to [EMAIL PROTECTED])
i have changed the MTU on ETH0 from the default 1500 to 576: now it works well!
Massimo Piccinetti wrote:
> ==================================================================
> Massimo Piccinetti
> via del Ponte, 109
> 61032 Fano (Pesaro)
> ITALY
> Tel. casa: +39 721 825.826
> Tel. uff.: +39 71 73.01.116
> E-mail: [EMAIL PROTECTED]
> GPS: UTM 33T 342.663
> 4.854.802
------------------------------
From: "Tamas Rudnai" <[EMAIL PROTECTED]>
Subject: PPP-COMPRESSION and NET-PF
Date: Tue, 11 May 1999 14:30:17 +0100
HI,
I could not connect to my ISP because PPP said that ppp-comression and
net-pf modules are missing (in /var/log/messages). What should I have to
select in the kernel configuration to get it work?
Please Cc the replys to [EMAIL PROTECTED], thanks.
Tamas
------------------------------
From: "Christopher R. Thompson" <[EMAIL PROTECTED]>
Crossposted-To:
comp.protocols.nfs,comp.os.linux.help,alt.linux,alt.os.linux,comp.os.linux.misc,comp.os.linux.questions
Subject: Re: General.NFS.Questions
Date: Thu, 13 May 1999 12:08:22 -0700
Christopher R. Thompson wrote:
> Christopher wrote:
>
> > In article <[EMAIL PROTECTED]>,
> > Christopher <[EMAIL PROTECTED]> wrote:
> >
> > > I have recently been attempting to build a Linux Beowulf type cluster
> > using
> > > the Red Hat distibution Linux-Pro 5.4. The Linux kernel version is
> > 2.0.33 using
> > > rpc.nfsd Universal NFS Server Version 2.2beta16 and rpc.mountd
> > Universal NFS
> > > Server Version 2.2beta37.
> > >
> >
> > Questions:
> >
> 3. Is there a way to override a programs file I/O in Linux and NSF?
In MVS we have a "DD" statement, in DOS we have "DLBL", and in MPE we have
"FILE:=" these are able to override the programs open statement ie: if a
program is written to create a file and then write to it sequentially, you
can usually override it and tell it to use a different file name and append
to it. How is this done with Linux and NFS ie: the program writes to a file
and not stdout or stderr ? Is this done in the shell with &2>>&1? How do I
know which number a "filename" has?
>
>
> They still call me Curious George... and I still don't know why?
------------------------------
From: Malware <[EMAIL PROTECTED]>
Subject: Re: Where can I find driver for NE2000 PCI
Date: Thu, 13 May 1999 19:03:54 +0200
Hi John,
you wrote:
> I would like to know if there is a module for an NE2000 PCI card
> If there is one, where can I find it?
It should be included within the kernel. If it is not installed in
/lib/modules/`uname -r`/net you have to compile your own kernel. In
earlier versions(*) there was no special module for the PCI cards but
they where supported by the driver for ISA cards.
Malware
(*) I am not sure with which version the seperated ne2k-pci driver was
introduced but in was somewhere in the range of 2.0.32-2.0.36
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.networking) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Networking Digest
******************************