Linux-Development-Sys Digest #332, Volume #6 Tue, 26 Jan 99 13:14:21 EST
Contents:
linux on an overclocked PII (Frank Hale)
What Am I Missing (Smitty)
Free Fortran90 + Parallel? (M Sweger)
Kernel 2.2.0-final, broadcasts, am I the only one? (Rainer Krienke)
Re: Can I run a DOS Device Driver in an emulator (Gerard van der Sel)
Re: 2.2.0-final <-> 2.2.0 can't compile new kernel!! (Michael Powe)
Re: How can I build a Linux system from scratch - NO distribution? (Stefan Monnier)
Re: Modest next goal for Linux (Donal K. Fellows)
Re: Modest next goal for Linux (David Fox)
Re: Kernel 2.2.0-final, broadcasts, am I the only one? (Frank Sweetser)
Re: Why I'm dumping Linux, going back to Windblows (Murray Spork)
Re: Kernel 2.2.0-final, broadcasts, am I the only one? (Nathan Myers)
Re: 2.2.0-final <-> 2.2.0 can't compile new kernel!! (Mark Tranchant)
Re: Kernel 2.2.0-final, broadcasts, am I the only one? (Rainer Krienke)
Help: Socket limits in Linux, Blackdown JDK 1.1.x ("Al Nios")
Re: 2.2.0-final <-> 2.2.0 can't compile new kernel!! (Eric Valette)
----------------------------------------------------------------------------
From: Frank Hale <[EMAIL PROTECTED]>
Subject: linux on an overclocked PII
Date: 26 Jan 1999 01:53:42 GMT
I overclocked my PII 266 to 300 and upped the bus speed to 75 mhz. Now
when I boot Linux turns off DMA on my hard drives. Is this bad? What
does DMA do anyway?
By the way I am on 2.2.0-final (aka 2.2.0-pre9)
Jan 25 20:12:06 FranksPC kernel: hdb: timeout waiting for DMA
Jan 25 20:12:06 FranksPC kernel: hdb: irq timeout: status=0x58 {
DriveReady SeekComplete DataRequest }
Jan 25 20:12:06 FranksPC kernel: hda: DMA disabled
Jan 25 20:12:06 FranksPC kernel: hdb: DMA disabled
Jan 25 20:12:06 FranksPC kernel: ide0: reset: success
Jan
--
From: Frank Hale
Email: [EMAIL PROTECTED]
ICQ: 7205161
Website: http://www.franksstuff.com/
"Microsoft - How many times do you want to reboot today?"
------------------------------
From: Smitty <[EMAIL PROTECTED]>
Subject: What Am I Missing
Date: Mon, 25 Jan 1999 22:00:31 +0000
I have been developing application for DOS and Windows for many years
now, and have gotten bored with it, so I switched to Linux.
I have installed Red Hat 5.2 and have managed to set up the AfterStep X
environment with WindowMaker ( I think ).
Why isn't there a decent IDE to go with this beautiful Front End !
------------------------------
From: [EMAIL PROTECTED] (M Sweger)
Crossposted-To: comp.os.linux.misc,comp.os.linux.development.apps
Subject: Free Fortran90 + Parallel?
Date: 26 Jan 1999 12:11:05 GMT
Reply-To: [EMAIL PROTECTED]
Hi all,
Just came across these sites that are useful for FOrtran90 and
Ratfor people. There are free Fortran to Java converters, Fortran90 and
Ratfor 90 compilers plus other stuff. Of interest is the free parallelization
Fortran library at www.linpac.ac.uk but this site must have moved since
the URL can't be found anymore; anybody know where it went?
Overall Fortran site stuff with links to the others mentioned below,
http://www.fortran.com/fortran and select free s/w
Free Fortran90 for x86 Linux and multiple parallelization fortran etc.
http://www.psrv.com
Ratfor
http://ww.sepwww.standford.edu/sep/prof
--
Mike,
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Rainer Krienke)
Subject: Kernel 2.2.0-final, broadcasts, am I the only one?
Date: 26 Jan 1999 09:33:11 GMT
hello,
since I run any of the existing 2.2 kernel, under my SuSE 6.0 Linux
system I have problems since no ethernet broadcast seems to reach any of
the other machines on our LAN. E.G ping <ip broadcast address> results
only in my machine answering. Snooping the network on another machine
shows no broadcasts coming from my linux box.
Everything else as far as networking is concerned runs just fine (e.g.
mounting NFS file systems, pinging a particular host, etc).
Booting a 2.0.36 kernel the answer to a ping <ip broadcast adress> is a
large list of all the machines on our LAN just as expected.
I posted this already some weeks ago, but received no reply. So am I
really the only one. Does anyone with a SuSE 6.0 system running a 2.2.x
kernel not have this problem ????
Thanks
Rainer
--
=====================================================================
Rainer Krienke [EMAIL PROTECTED]
Universitaet Koblenz, http://www.uni-koblenz.de/~krienke
Rechenzentrum, Voice: +49 261 287 - 1312
Rheinau 1, 56075 Koblenz, Germany Fax: +49 261 287 - 1355
=====================================================================
------------------------------
From: Gerard van der Sel <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development,comp.os.linux.hardware,comp.os.linux.misc
Subject: Re: Can I run a DOS Device Driver in an emulator
Date: Tue, 26 Jan 1999 10:09:10 +0100
Reply-To: [EMAIL PROTECTED]
"Norm Dresner" <[EMAIL PROTECTED]> writes:
>
> I have a special video card that needs to be initialized by a DOS device
> driver. There's nothing else available (unless you count windoze). (For
> the curious, it's a Targa+ overlay card.)
>
> Once the initialization is done, I could throw DOS away and run CP/M-86
> (only joking).
>
> I might be able to boot DOS, initialize the board, and then boot Linux, but
> that stinks, especially if I have to modify the settings.
>
> Is there any way that I can call (perhaps hack up a DOS-style
> load-device-driver-from-the-command-line program) the driver from a DOS
> emulator in Linux to do the job.
>
> All suggestions, hints, and even sympathy, gratefully accepted.
>
> Norm D.
>
See the Linux <-> Windows HOWTO.
You can initialise any card in Dos/Windows and then use a batch file to
start Linux.
In short:
Copy LoadLin.exe and the kernel "vmlinuz" to your DOS/Windows
enviroment.
Make a batch file with the following contents:
loadlin.exe vmlinuz root=<linux boot>
for my system it is:
e:\linux\loadlin.exe e:\linux\vmlinuz root=/dev/hdb8
(I am using Red Hat 5.2, kernel 2.0.37)
--
Met vriendelijke groet,
Gerard van der Sel
Mailto:[EMAIL PROTECTED]
"De dinosaurussen hadden hun komeet, wij hebben de computer" - me
------------------------------
Subject: Re: 2.2.0-final <-> 2.2.0 can't compile new kernel!!
From: Michael Powe <[EMAIL PROTECTED]>
Date: 26 Jan 1999 03:22:27 -0800
=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1
>>>>> "James" == A James Lewis <[EMAIL PROTECTED]> writes:
James> In 2.2.0-final, as with 2.2.0pre6 I had no problems and
James> when I downloaded 2.2.0 I expected no
James> problems....... BUT....
James> Having copied my config from 2.2.0-final to 2.2.0, and
James> doing a build... I get....
James> /usr/src/linux-2.2.0/arch/i386/lib/lib.a \ --end-group \ -o
James> vmlinux drivers/sound/sound.a(sb_ess.o): In function
James> `ess_init': sb_ess.o(.text+0xe12): undefined reference to
James> `esstype' sb_ess.o(.text+0xea7): undefined reference to
James> `esstype' make: *** [vmlinux] Error 1
I got exactly this error trying to build tonight. I compiled
2.2.0-pre8 w/o problem, but using the same config I tried the new
2.2.0 and I got the linker error at the same place.
However, I did not use the same config file, I remade mine from
scratch -- twice, to make sure that the first time wasn't a fluke.
AMD K6-233, using the "Pentium/K6" definition, if that matters.
mp
8<---------------how-easy-is-it-to-demunge-an-address?------------------->8
#! /usr/bin/perl # if you are [EMAIL PROTECTED] (Another Luser):
while ($line = <>){ if ($line =~ m/^\s*$/ ){ last; }
if ($line =~ m/^From: (\S+) \(([^()]*)\)/){ $from_address = $1; } }
if ($from_address =~ m/\S+NOSPAM\S+/){ $x = index($from_address, NOSPAM);
substr($from_address, $x, 6+1) = ""; printf("The real address is %s\n",
$from_address);}else { printf("No munge, just plain %s\n",$from_address);}
printf("\nBrought to you by the Truth In Mail Headers Foundation\n");
8<-----------------------here's-one-example------------------------------>8
- --
Michael Powe
[EMAIL PROTECTED] http://www.trollope.org
Portland, Oregon USA
=====BEGIN PGP SIGNATURE=====
Version: GnuPG v0.9.0 (GNU/Linux)
Comment: Encrypted with Mailcrypt 3.5.1 and GNU Privacy Guard
iD8DBQE2raT3755rgEMD+T8RAuW0AJ4kfnAY58OYn7lUq6BV5bJNIo9WYgCffzk1
h17qY8mTCVvdC75Fa8Re4Yk=
=DvDa
=====END PGP SIGNATURE=====
------------------------------
From: Stefan Monnier
<[EMAIL PROTECTED]>
Subject: Re: How can I build a Linux system from scratch - NO distribution?
Date: 26 Jan 1999 08:58:44 -0500
>>>>> "Richard" == Richard Jones <[EMAIL PROTECTED]> writes:
> The nameserver sees that there is no route to host, but doesn't send back a
> negative response. It (seems to) just forget about the request and log an
> error to syslog, so the clients still block endlessly.
Yuck !
Qualifies as a bug, AFAIC !
Stefan
------------------------------
From: [EMAIL PROTECTED] (Donal K. Fellows)
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Modest next goal for Linux
Date: 26 Jan 1999 13:10:10 GMT
In article <78fcr0$[EMAIL PROTECTED]>,
Navindra Umanee <[EMAIL PROTECTED]> wrote:
> Tim Smith <[EMAIL PROTECTED]> wrote:
>> A good way to get [pointer freezing] to happen is to go to slashdot,
>> find some story with a lot of comments, view it in flat mode, and
>> then ask Navigator to search on that page. The swapping light goes
>> on for anywhere from 10 seconds to a minute or so, and the system
>> becomes to all appearences (except for the disk light) dead.
>
> My system swaps plenty but the cursor doesn't freeze at all in this
> case (or while browsing). It *does* freeze for a second or two, at
> most, when I close Netscape.
>
> I seem to also recall that Microsoft reported this problem in one of
> the Halloween documents.
>
> What about 2.2?
Pointer freezing happens when the X server stops listening to what is
going on around it. This happens when the server gets swapped out, if
the server isn't getting any CPU time, if the server is loading
complex fonts, or if some application has a server-grab (that might
not affect pointer movement; it depends on the precise nature of the
implementation.) Kernel mods might have an effect on the first two
possibilities, but the last two are user/application-domain problems.
Swapping are my best bet for a cause of pointer-lockup.
If the pointer was a hardware-pointer it might be possible to do
something to alleviate the responsiveness problems (separate
thread/process that only handles cursor interactions, and that
communicates with the rest of the X server via shared memory in order
to prevent lockups over pipes... Or something like that.)
Donal.
--
Donal K. Fellows http://www.cs.man.ac.uk/~fellowsd/ [EMAIL PROTECTED]
Department of Computer Science, University of Manchester, U.K. +44-161-275-6137
--
"And remember, evidence is nothing." - Stacy Strock <[EMAIL PROTECTED]>
------------------------------
From: d s f o x @ c o g s c i . u c s d . e d u (David Fox)
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Modest next goal for Linux
Date: 26 Jan 1999 04:07:56 -0800
[EMAIL PROTECTED] (jedi) writes:
> On Tue, 26 Jan 1999 10:40:16 +0900, John De Hoog <[EMAIL PROTECTED]> wrote:
> >jedi <[EMAIL PROTECTED]> wrote
> >>>
> >>>You're lucky you could find a scanner that works under Linux. Mine is not
> >supported,
> >>
> >> If he didn't buy the first, cheapest, parallel port scanner
> >> he could find, that likely explains why he had so little
> >> trouble. Hardware that gets little respect within the
> >> community is always going to be problematic.
> >
> >Are you saying the Nikon LS-2000 film scanner gets little respect within the
> >community? I'd like to know what community you are talking about.
>
> The community of SANE backend driver writers apparently,
> if you're having any trouble running it under Linux.
That is a new and fancy film scanner. I haven't gotten up the time or
the guts to actually obtain the device. I got technical specs from
Nikon, but they don't seem to be LS-2000 specific. Are you sure it
can't be driven with the LS-1000 drivers?
--
David Fox http://hci.ucsd.edu/dsf xoF divaD
UCSD HCI Lab baL ICH DSCU
------------------------------
From: Frank Sweetser <[EMAIL PROTECTED]>
Subject: Re: Kernel 2.2.0-final, broadcasts, am I the only one?
Date: 26 Jan 1999 09:32:05 -0500
[EMAIL PROTECTED] (Rainer Krienke) writes:
> Booting a 2.0.36 kernel the answer to a ping <ip broadcast adress> is a
> large list of all the machines on our LAN just as expected.
trust me, it's a feature, not a bug =) having a collection of machines
that answer to a broadcast ping is an excellent way to run an attack (smurf
attack, specifically).
--
Frank Sweetser rasmusin at wpi.edu fsweetser at blee.net | PGP key available
paramount.ind.wpi.edu RedHat 5.2 kernel 2.2.0pre5ac1 i586 | at public servers
And don't tell me there isn't one bit of difference between null and space,
because that's exactly how much difference there is. :-)
-- Larry Wall in <[EMAIL PROTECTED]>
------------------------------
From: [EMAIL PROTECTED] (Murray Spork)
Crossposted-To: alt.os.linux,comp.os.linux.development.apps,comp.os.linux.setup
Subject: Re: Why I'm dumping Linux, going back to Windblows
Date: Tue, 26 Jan 1999 13:57:53 GMT
On 26 Jan 1999 00:14:40 -0800, [EMAIL PROTECTED] wrote:
>In article <[EMAIL PROTECTED]>, Andre says...
>>
>>Yeah but man pages already have a structure.
>>
>>Description on top, parameters in the middle and
>>examples and references at the end. If indexes are needed,
>>just pipe the man page to a viewer with string search
>>capabilities.
>>
>
>man pages have examples??
>
>this is the main problem of man pages. %99.9 of them have no examples.
>if people who write man pages would add examples, man pages will
>be more unsefull.
>
>mike.
Hah! Beat me too it. I have seen man pages with examples -- but it is
sadly a rare thing.
Murray
------------------------------
From: [EMAIL PROTECTED] (Nathan Myers)
Subject: Re: Kernel 2.2.0-final, broadcasts, am I the only one?
Date: 26 Jan 1999 04:05:02 -0800
Rainer Krienke<[EMAIL PROTECTED]> wrote:
>since I run any of the existing 2.2 kernel ...
>system I have problems since no ethernet broadcast seems to reach any of
>the other machines on our LAN.
Works fine on my boxes. Have you compared the broadcast address
you are using against the netmasks reported by ifconfig?
--
Nathan Myers
[EMAIL PROTECTED] http://www.cantrip.org/
------------------------------
From: Mark Tranchant <[EMAIL PROTECTED]>
Subject: Re: 2.2.0-final <-> 2.2.0 can't compile new kernel!!
Date: Tue, 26 Jan 1999 12:24:54 +0000
Reply-To: [EMAIL PROTECTED]
Look on www.linuxhq.com, 2.2 Kernel Patches for a patch. Alternatively,
compile your sound system as a module.
Mark.
Michael Powe wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> >>>>> "James" == A James Lewis <[EMAIL PROTECTED]> writes:
>
> James> In 2.2.0-final, as with 2.2.0pre6 I had no problems and
> James> when I downloaded 2.2.0 I expected no
> James> problems....... BUT....
>
> James> Having copied my config from 2.2.0-final to 2.2.0, and
> James> doing a build... I get....
>
> James> /usr/src/linux-2.2.0/arch/i386/lib/lib.a \ --end-group \ -o
> James> vmlinux drivers/sound/sound.a(sb_ess.o): In function
> James> `ess_init': sb_ess.o(.text+0xe12): undefined reference to
> James> `esstype' sb_ess.o(.text+0xea7): undefined reference to
> James> `esstype' make: *** [vmlinux] Error 1
>
> I got exactly this error trying to build tonight. I compiled
> 2.2.0-pre8 w/o problem, but using the same config I tried the new
> 2.2.0 and I got the linker error at the same place.
>
> However, I did not use the same config file, I remade mine from
> scratch -- twice, to make sure that the first time wasn't a fluke.
>
> AMD K6-233, using the "Pentium/K6" definition, if that matters.
>
> mp
>
> 8<---------------how-easy-is-it-to-demunge-an-address?------------------->8
> #! /usr/bin/perl # if you are [EMAIL PROTECTED] (Another Luser):
> while ($line = <>){ if ($line =~ m/^\s*$/ ){ last; }
> if ($line =~ m/^From: (\S+) \(([^()]*)\)/){ $from_address = $1; } }
> if ($from_address =~ m/\S+NOSPAM\S+/){ $x = index($from_address, NOSPAM);
> substr($from_address, $x, 6+1) = ""; printf("The real address is %s\n",
> $from_address);}else { printf("No munge, just plain %s\n",$from_address);}
> printf("\nBrought to you by the Truth In Mail Headers Foundation\n");
> 8<-----------------------here's-one-example------------------------------>8
>
> - --
> Michael Powe
> [EMAIL PROTECTED] http://www.trollope.org
> Portland, Oregon USA
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v0.9.0 (GNU/Linux)
> Comment: Encrypted with Mailcrypt 3.5.1 and GNU Privacy Guard
>
> iD8DBQE2raT3755rgEMD+T8RAuW0AJ4kfnAY58OYn7lUq6BV5bJNIo9WYgCffzk1
> h17qY8mTCVvdC75Fa8Re4Yk=
> =DvDa
> -----END PGP SIGNATURE-----
------------------------------
From: [EMAIL PROTECTED] (Rainer Krienke)
Subject: Re: Kernel 2.2.0-final, broadcasts, am I the only one?
Date: 26 Jan 1999 13:15:29 GMT
In article <78kb1e$7hu$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Nathan Myers) writes:
> Rainer Krienke<[EMAIL PROTECTED]> wrote:
>>since I run any of the existing 2.2 kernel ...
>>system I have problems since no ethernet broadcast seems to reach any of
>>the other machines on our LAN.
>
> Works fine on my boxes. Have you compared the broadcast address
> you are using against the netmasks reported by ifconfig?
>
Yes they are correct. The strange thing is, that exacly the same machine
with exacly the same network configuration does not show this problem
when simply booting a 2.0.36 kernel (which does not affect things like
netmask or broadcast adress).
I also tried two different network adapters (Intel Etherexpress 100 and
a DEC Tulip based card). Both work, but without broadcasts.
Did you do anything particular after the base installation? What network
card do you use ?
Thanks Rainer
--
=====================================================================
Rainer Krienke [EMAIL PROTECTED]
Universitaet Koblenz, http://www.uni-koblenz.de/~krienke
Rechenzentrum, Voice: +49 261 287 - 1312
Rheinau 1, 56075 Koblenz, Germany Fax: +49 261 287 - 1355
=====================================================================
------------------------------
From: "Al Nios" <[EMAIL PROTECTED]>
Crossposted-To:
comp.lang.java.programmer,comp.lang.java.api,comp.lang.java.help,comp.os.linux.networking
Subject: Help: Socket limits in Linux, Blackdown JDK 1.1.x
Date: Tue, 26 Jan 1999 11:19:42 -0500
I know this this has been discussed over and over but there seem to be no
real solution for this problem. Here's the problem:
I am developing a client/server chat application that requires at least 2048
simultaneous socket connections. The server portion is running on Linux
2.3.4 using blackdown's JDK 1.1.7. Somehow after reaching about 500
connections, the whole application fails.
I have attempted recompiling the kernel and updating OPEN_MAX, FD_SETSIZE
and NR_OPEN to 2048 - this causes a core dump when a 600 sockets connections
are established.
I've inserted the following in the rc.sysinit file and that did absolutely
nothing:
echo 16384 >/proc/sys/kernel/file-max
echo 32768 >/proc/sys/kernel/inode-max
What is the solution to this problem if any? Who do I need to contact to
resolve this issue? Is there a tested solution that someone can recommend.
Al Nios
[EMAIL PROTECTED]
------------------------------
From: Eric Valette <[EMAIL PROTECTED]>
Subject: Re: 2.2.0-final <-> 2.2.0 can't compile new kernel!!
Date: 26 Jan 1999 14:29:18 +0100
>>>>> "Michael" == Michael Powe <[EMAIL PROTECTED]> writes:
Michael> However, I did not use the same config file, I remade mine from
Michael> scratch -- twice, to make sure that the first time wasn't a fluke.
This patch fixes the problem
========================================
diff -u sb_card.c~ sb_card.c
--- sb_card.c~ Mon Jan 25 07:04:02 1999
+++ sb_card.c Tue Jan 26 11:05:55 1999
@@ -113,6 +113,7 @@
}
int sb_be_quiet=0;
+int esstype = 0; /* ESS chip type */
#ifdef MODULE
@@ -136,7 +137,6 @@
int pas2 = 0; /* Set pas2=1 to load this as support for pas2 */
int sm_games = 0; /* Mixer - see sb_mixer.c */
int acer = 0; /* Do acer notebook init */
-int esstype = 0; /* ESS chip type */
MODULE_PARM(io, "i");
MODULE_PARM(irq, "i");
==========================================
--
__
/ ` Eric Valette
/-- __ o _. Canon CRF
(___, / (_(_(__ Rue de la touche lambert
35517 Cesson-Sevigne Cedex
FRANCE
Tel: +33 (0)2 99 87 68 91 Fax: +33 (0)2 99 84 11 30
E-mail: [EMAIL PROTECTED]
------------------------------
** 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.development.system) 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-Development-System Digest
******************************