I checked RFC793, and AFAICS Solaris is the culprit:
it sends out invalid packets, Linux ignores them and thus Linux doesn't
receive acks.
Which Solaris version do you use?
* The last valid ack from the Solaris computer is for byte 1583721, win
8760 (line 2078)
* No packet after line 2078 from
I read through the tcpdump, and it seems that Linux completely ignores
packets with out-of-window sequence numbers:
* the solaris computers (dynamic...) sends further data although the
Linux box (static) says 'win 0'.
See lines 2067, 2069, 2076, ...
2066 16:31:43.108759 eth0 > static.8664 > dyn
On Thu, Jan 11, 2001 at 12:59:24AM +0100, Andrea Arcangeli wrote:
> What I said is that I can write this C code:
>
> int x[2], * p = (int *) (((char *) &x)+1);
> main()
> {
> *p = 0;
> }
>
> This is legal C code.
Err, no. This is not "legal" by any stretch
Hello,
On 22 Jan 2001, Pete Elton wrote:
> In the 2.2 kernel, I could do the following:
> echo 1 > /proc/sys/net/ipv4/conf/all/hidden
> echo 1 > /proc/sys/net/ipv4/conf/lo/hidden
>
> The 2.4 kernel does not have these sysctl files any more. Why was
> this functionality taken out? or w
Followup to: <[EMAIL PROTECTED]>
By author:[EMAIL PROTECTED]
In newsgroup: linux.dev.kernel
>
> That is what I was guessing. But insmod does not need all symbols
> present in the .o.
>
> I need to do this because when I release the driver to the customer,
> I don't want them to be aware of
Also, PCI (Cardbus at least) support should behave
again, thanks to Dan Zink.
For USB hotplug, make sure you have modutils 2.4.2
(kernel 2.4.0 and later).
- Dave
- Original Message -
From: Greg KH <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; <[
Paul Mackerras writes:
> Jo l'Indien writes:
>> I found a bug in the 2.4.1-pre10 version of ppp_async.c
>>
>> In fact, a lot of ioctl are not supported any more,
>> whih make the pppd start fail.
>
> I'll bet you're using an old pppd. You need version 2.4.0 of pppd,
> available from ftp://linuxc
John Kacur <[EMAIL PROTECTED]> writes:
> Does anyone know how to get at the struct sigcontext in a signal handler
> on Linux for powerpc? sigaction of course lets you create a signal
> handler as a function with the prototype void(*)(int, siginfo_t *, void
> *)
> where the last argument, a pointe
Hello,
I realise this may be a little off topic but I think the kernel is the
only
place I will be able to pull this stunt.
I need a block of memory that can notify me or even a flag set when
it has been written to. I was thinking of letting the user code generate
some sort of page fault... Any
[EMAIL PROTECTED] wrote:
>
> Yes, that code is still necessary. There's a new aic7xxx driver by Justin
> Gibbs at Adaptec which is now being beta tested which corrects this issue.
Justin's 6.0.9beta(latest release) hasn't corrected the problem yet.
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA
These are the only netfilter bug-fixes pending for 2.4.1:
o Rename enum to avoid IPv4/IPv6 clash
o Fix NAT overlap case.
o Fix obscure masquerade-breaks fwmark routing problem.
o Fix mangle align problem (for non-x86).
There are also some feature enhancements pendi
I've just packaged up the latest hotplug scripts into a release, and
they can be found at:
http://download.sourceforge.net/linux-hotplug/hotplug-2001_01_23.tar.gz
http://download.sourceforge.net/linux-hotplug/hotplug-2001_01_23-1.noarch.rpm
http://download.sourceforge.net/l
On Wednesday January 24, [EMAIL PROTECTED] wrote:
> (Please consider removing FreeBSD-stable from the recipient list when
> replying.)
freebsd-stable removed! reiserfs gone. Who goes next:-? Alan?
>
> Summary:
>
> The Linux 2.2.18 NFS v3 server returns bogus and as per RFC-1813 invalid
> NFS3ER
Apologies first...
Would someone send me a way to filter mail?
I REALLY DO NOT GIVE A RATS ARSE ABOUT THIS OT!!
Like it or Leave it but whinning about it SUX!
Regard,
Cheif Whinner!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL P
> Too bad we can't just do a "Prince" and invent unpronouncable symbols to
> use as function names... or perhaps just use something from the chinese
> fonts ;o)...
Sorry. You'll need to use Java if you want to use Unicode source.
Brent
-
To unsubscribe from this list: send the line "unsubsc
With a 2.4.1-pre10 kernel, I noticed that /dev/cpu/microcode
was created as a file, and note as a node in the devfs.
So, I made this very little patch to correct this:
--- microcode.c Thu Dec 28 06:28:29 2000
+++ microcode.c Wed Jan 24 04:47:08 2001
@@ -120,7 +120,7 @@
MICROCODE_MINOR)
On Tue, 23 Jan 2001, Linda Walsh wrote:
> Mine was actually out of a stock 2.2.17 -- I tried your patch in an attempt
> to fix a disk problem - but the disk was just going bad and the slow speeds were
> coming from the automatic sector remapping.
>
> pardon my ignorance, but where do you get U
Jo l'Indien writes:
> I found a bug in the 2.4.1-pre10 version of ppp_async.c
>
> In fact, a lot of ioctl are not supported any more,
> whih make the pppd start fail.
I'll bet you're using an old pppd. You need version 2.4.0 of pppd,
available from ftp://linuxcare.com.au/pub/ppp/, as documente
I have 600X and 2.2.1[6-8] work just fine.
the only silly thing is I have to switch to text console before sspending
the laptop, otherwise after resume the X looses keyboard and you can
only login from network :(
On Tue, 23 Jan 2001, Thomas Hood wrote:
> Hi.
>
> With recent kernels, my ThinkPad
On Tue, 23 Jan 2001 [EMAIL PROTECTED] wrote:
> Hi Tom. Thanks for writing.
>
> > Since this machine has Quantum drives I guess this is my
> > problem. Does anyone
> > know if this code is still actually necessary? It seems
> > it's been there a
> > while. It's disappointing to not get
Hi Tom. Thanks for writing.
> Since this machine has Quantum drives I guess this is my
> problem. Does anyone
> know if this code is still actually necessary? It seems
> it's been there a
> while. It's disappointing to not get full performance out of
> the hardware you
> have.
Yes, tha
On 2001.01.22 11:58:26 + Scaramanga wrote:
> I wonder, would there be any interest/point in my NETLINK module, which
> provides a backward compatible netlink interface. There are a good few
> apps out there which rely on it, and its nice not to have to run a daemon
> and install a new library
1- Cursos Técnicos Federal - Informática - Administração - Agroindústria -
Agropecuária
2- Requisitos para Ingresso
3- Por quê escolher um curso técnico na Escola Federal de Santa Maria
4- Como fazer a sua inscrição?
5- Cursos e concursos públicos - faça o seu cadastro.
Mine was actually out of a stock 2.2.17 -- I tried your patch in an attempt
to fix a disk problem - but the disk was just going bad and the slow speeds were
coming from the automatic sector remapping.
pardon my ignorance, but where do you get UDMA-100-66?
Here is the hdparm -i output on 2.4:
In article <[EMAIL PROTECTED]> you wrote:
> So in the setup I have, we have an ATM which gets all incoming requests
> for the web site. And then we have 7 other machines that get the
> requests passed onto them by the ATM.
You can hardwire the ARP entry of your redirector to your Router. In that
On Tue, 23 Jan 2001 22:01:41 -0500
[EMAIL PROTECTED] wrote:
upgrade the ppp to 2.4.0.
>I have successfully compiled and used 2.4.0 on pentium 133
>system. However because I wanted to try reiserfs I installed
>2.4.1-pre10. ppp is now broken. I get the following error
>
>-
>
>Jan 2
In article <[EMAIL PROTECTED]> you wrote:
> The snippet you posted doesn't describe what ClusterThingy exactly wants
> to do with ARPs.
Andi, it is simple. There are 3 machines on one net with the same IP Address.
Two of them run a web server and one of them a packet redirector. The packet
redir
Hi.
With recent kernels, my ThinkPad 600 won't resume for two minutes
after it is suspended. When the Fn key is pressed the machine
starts up, the CD-ROM scans, the screen backlight turns on,
and the APM light flashes. But then it just stays like that
instead of restarting the CPU; it is comple
I found a bug in the 2.4.1-pre10 version of ppp_async.c
In fact, a lot of ioctl are not supported any more,
whih make the pppd start fail.
The bad patch is:
diff -u --recursive --new-file v2.4.0/linux/drivers/net/ppp_async.c
linux/drivers/net/ppp_async.c
--- v2.4.0/linux/drivers/net/ppp_
(Please consider removing FreeBSD-stable from the recipient list when
replying.)
Summary:
The Linux 2.2.18 NFS v3 server returns bogus and as per RFC-1813 invalid
NFS3ERR_ROFS to ACCESS procedure calls when exporting a file system
read-only, when it should instead return "OK" along with the actu
On Tue, Jan 23, 2001 at 10:07:10AM -0500, Jonathan Earle wrote:
> > /*
> > * I tend to find standard C comments easier to read. They stand out,
> > * especially for multiple lines (although I always try to put the :end:
> > * on a separate line for clarity).
> > */
>
> I like this style for
On Tue, 23 Jan 2001 16:15:24 -0700,
[EMAIL PROTECTED] wrote:
>That is what I was guessing. But insmod does not need all symbols
>present in the .o.
>
>I need to do this because when I release the driver to the customer,
>I don't want them to be aware of some of the symbols. I understand
>that th
I have successfully compiled and used 2.4.0 on pentium 133
system. However because I wanted to try reiserfs I installed
2.4.1-pre10. ppp is now broken. I get the following error
-
Jan 23 21:24:55 a pppd[505]: Serial connection established.
Jan 23 21:24:55 a pppd[505]: ioctl(PPPIOC
Hi All,
While trying to determine why my SCSI Ultra 160 drives don't work on my Dell
PowerApp.Web 100 I noticed this section of code:
/*
* This is needed to work around a sequencer bug for now. Regardless
* of the controller in use, if we have a Quantum drive, we need to
On 24 Jan 2001, David Wragg wrote:
> [EMAIL PROTECTED] (Eric W. Biederman) writes:
> > Why do you need such a large buffer?
>
> ext2 doesn't guarantee sustained write bandwidth (in particular,
> writing a page to an ext2 file can have a high latency due to reading
> the block bitmap synchronous
David Weis wrote:
>
> what would be required to make the mac address of aliases changable,
> specifically for something like vrrp that shares a mac address among
> machines.
>
> dave
Not sure you can do that, but you could use an 802.1Q vlan patch
and set up two different VLANs. You can now ch
On Wed, Jan 24, 2001 at 01:43:26AM +0100, Sasi Peter wrote:
> (30+ high speed streams from 4 disks does really need some caching).
This isn't obvious. Your working may not fit in cache and so the kernel
understand it's worthless to swapout stuff to make space to a polluted cache.
> Can't say, of
Grr. Did not pass through due to DUL blacklist...
- Transcript of session follows -
... while talking to vger.kernel.org.:
>>> RCPT To:<[EMAIL PROTECTED]>
<<< 550 5.7.1 Policy analysis reported: See http://mail-abuse.org/dul/>
rcpt=<[EMAIL PROTECTED]>
550 5.1.1 [EMAIL PROTECTED] User unk
Unfortunately the C standards people don't seem to realise there are
languages other than English. C99 had perfect timing to introduce UTF8
Unicode as acceptable in C source. Alas they missed the boat. I have
been embedding Chinese in C source for years (mostly Big-5 - UTF8 is
more likely to be t
As per Russell King's suggestion, I ran memtest86 on my system for about 12
hours last night. I found no memory errors. Note that the tests did not
complete because I had to stop them this morning. I'll contiue them tonight.
They got through test 9 of 11.
As per David Ford's suggestion, I am loo
Timur Tabi <[EMAIL PROTECTED]> writes:
> ** Reply to message from Roman Zippel <[EMAIL PROTECTED]> on
> Tue, 23 Jan 2001 19:12:36 +0100 (MET)
> > ioremap creates a new mapping that shouldn't interfere with MTRR,
> >whereas you can map a MTRR mapped area into userspace. But I'm not
> >sure if it's
Check out the disk_io field in /proc/stat.
On Wed, Jan 24, 2001 at 11:52:36AM +1100, Michael McLeod wrote:
> Hello
>
> I am hoping someone can give me a little information or point me in the
> right direction. I would like to write an application that monitors I/O
> on a linux machine, but I ne
On 14 Jan 2001, Linus Torvalds wrote:
> The only obvious use for it is file serving, and as high-performance
> file serving tends to end up as a kernel module in the end anyway (the
> only hold-out is samba, and that's been discussed too), "sendfile()"
> really is more a proof of concept than any
Title: monitoring I/O
Hello
I am hoping someone can give me a little information or point me in the right direction. I would like to write an application that monitors I/O on a linux machine, but I need some help in determining where to get the information I'm looking for. What I would li
From: David Wragg <[EMAIL PROTECTED]>
Gcc: nnfolder:mail.sent
--text follows this line--
Roman Zippel <[EMAIL PROTECTED]> writes:
> On Tue, 23 Jan 2001, Mark Mokryn wrote:
> > ioremap_nocache does the following:
> > return __ioremap(offset, size, _PAGE_PCD);
You have a point.
It would be nic
> On Tue, Jan 23, 2001 at 04:27:21PM -0800, Pete Elton wrote:
> > Any ideas on how I can turn off the arping? I guess the thing that I
>
> I explained it in my last mail how to do it using arpfilter. I do not claim
> that it is an elegant solution.
> It's probably not worse a hack than hidden
On Wed, 24 Jan 2001, Andrea Arcangeli wrote:
> > 2.2.19preXaaX Virtually disabled I/O cache extention-by-swapout, working
> > on previous (semi)stock kernels (raid+ide patched) :(
> Can you measure a performance degradation because of that? Previous kernels was
> certainly not a good example beca
On Tue, Jan 23, 2001 at 04:27:21PM -0800, Pete Elton wrote:
> Any ideas on how I can turn off the arping? I guess the thing that I
I explained it in my last mail how to do it using arpfilter. I do not claim
that it is an elegant solution.
It's probably not worse a hack than hidden is in the f
[EMAIL PROTECTED] (Eric W. Biederman) writes:
> Why do you need such a large buffer?
ext2 doesn't guarantee sustained write bandwidth (in particular,
writing a page to an ext2 file can have a high latency due to reading
the block bitmap synchronously). To deal with this I need at least a
2MB bu
John Roll wrote:
>
> Hi,
>
> I read about some problems with my ethernet card (3c59x) but it was rumored
> that they were fixed in 2.4.1-pre8. I have 6 IDE drives raided together and
> was stress testing the disk IO. Suddenly there was no network!
>
>
> ...
> Linux image.harvard.edu 2.4.1-pre
> On Tue, Jan 23, 2001 at 03:50:36PM -0800, Pete Elton wrote:
> The snippet you posted doesn't describe what ClusterThingy exactly wants
> to do with ARPs.
Well I think the main difference in what you implemented and
what the cluster server thing is doing (I think) is it sounds
like you can arp
On Tue, 23 Jan 2001, Florin Andrei wrote:
> Linda Walsh wrote:
> >
> > The REAL problem was in disk performance. The apm made no difference:
>
> Same problem here. I had a huge HDD performance drop when upgrading
> from 2.2.18 to 2.4.0
> It's an Intel i815 motherboard, and the HDD
http://community.roxen.com/developers/idocs/drafts/draft-minshall-nagle-01.txt
There's also a paper on the specific issues:
http://www.cc.gatech.edu/fac/Ellen.Zegura/wisp99/papers/minshall.ps
You may also want to look up the ietf tcp-impl archive from '99 for discussions
on the draft.
cheers,
k
Linda Walsh wrote:
>
> The REAL problem was in disk performance. The apm made no difference:
Same problem here. I had a huge HDD performance drop when upgrading
from 2.2.18 to 2.4.0
It's an Intel i815 motherboard, and the HDD is Ultra-ATA.
--
Florin Andrei
"Saying everything i
On Tue, Jan 23, 2001 at 03:50:36PM -0800, Pete Elton wrote:
> Is there something that the arp_filter can do that will mirror this
> functionality? The modification that you made to the documentation
> was pretty straight forward in that the arp_filter was BOOLEAN, so
> I think I implemented it
On Wed, Jan 24, 2001 at 12:52:57AM +0100, Sasi Peter wrote:
> On Sun, 14 Jan 2001, Godfrey Livingstone wrote:
>
> > You MUST apply this patch before the two raid patches. The VM patch stablises
> > the 2.2.18 virtual memory system and if you don't apply my two repackaged
> > patches will fail. Th
At 10:47 AM 1/23/01 -0600, Jesse Pollard wrote:
>Code is written by the few.
>Code is read by the many, and having _ in there makes it MUCH easier to
>read. Visual comparison of "SomeFunctionName" and "some_function_name"
>is faster even for a coder where there may be a typo (try dropping a
>char
I think we're on to something. I did gen's of the kernel with
the following configs: 1) 2.2.17 (w/apm), 2) 2.4(w/apm), 3) 2.4(w/o apm).
The apm seems to be a red herring in terms of actual performance
hit. It seems to count apm time as 'system' time instead of 'idle'.
Kernel gen times were:
1)
> On Tue, Jan 23, 2001 at 01:50:27AM +0100, Bernd Eckenfels wrote:
> > Another option is to ifconfig -arp the eth0 interface. I browsed through t
> he
> > IPv4 code and did not find any other goto out which can be configured besi
> des
> > the input FIB, which messing with is a bad thing s
On Sun, 14 Jan 2001, Godfrey Livingstone wrote:
> You MUST apply this patch before the two raid patches. The VM patch stablises
> the 2.2.18 virtual memory system and if you don't apply my two repackaged
> patches will fail. The above VM patch has been accepted into 2.2.19pre3 and
> many people a
You need to install a recent version of modutils (at least 2.4.0) because
the directory structure changed as you noticed it and the new modutils are
able to deal with that.
[EMAIL PROTECTED] (C Sanjayan Rosenmund) writes:
> Please cc: me as well, as I'm on to many lists as is. . .
>
> Irecently
Does anyone know how to get at the struct sigcontext in a signal handler
on Linux for powerpc? sigaction of course lets you create a signal
handler as a function with the prototype void(*)(int, siginfo_t *, void
*)
where the last argument, a pointer to void, is the sigcontext. I believe
that the l
Please cc: me as well, as I'm on to many lists as is. . .
Irecently built 2.4.0 on two diferent x486 PCs and neither of them
recognised the new module directory structure found in the 2.4.x
kernels. I did not have this problem on the Pentium and better
machines that I built this same kernel on.
Hi Petr,
> Stop. Do you see right portion of screen in left, left portion in right,
> with black column in between, or is picture only shifted, without
> wraparound? I thought that you see wrapped display...
The display is shifted, WITH wraparound : the end of the line is at the
beginning of th
Yes, I'm using PGCC 2.95.3.
Thanks
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
That is what I was guessing. But insmod does not need all symbols
present in the .o.
I need to do this because when I release the driver to the customer,
I don't want them to be aware of some of the symbols. I understand
that this is against the open source policy. But that's how it is
and it is
I was planning on submitting a MAINTAINERS patch with my next tms380tr
patchset, but I've yet to get to doing that (!).
Thanks for the patch, Jeff!
---
Adam Fritzler
{ [EMAIL PROTECTED], [EMAIL PROTECTED] }
http://www.zigamorph.net/~mid/
On Tue, 23 Jan 2001, Bart Dorsey wrote:
> I'v
>From within a filesystem driver, how would I completely remove a page
cache mapping for an inode in 2.2.18?
-M
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
On Tue, 23 Jan 2001 17:34:15 -0500,
"MEHTA,HIREN (A-SanJose,ex1)" <[EMAIL PROTECTED]> wrote:
>Is there any way to strip symbols from modules .o files ?
Not safely. Some symbols must be kept to assist insmod and hot
plugging, strip does not know about these special symbols.
Why do you need to s
Carlo Scarfoglio wrote:
> Compilation ends with an error:
> init.main.o: In function 'check_fpu':
> init/main.o(.text.init+0x63): undefined reference to
> '__buggy_fxsr_alignment'
> make: *** vmlinux] Error 1
> Kernel 2.4.0 compiles OK.
>
I had this problem, If your using PGCC 2.95.2/3 or any ot
I'm sorry I didn't give you a more specific version number: the "X" in the
2.2.18preX kernel version we tried is 17.
- Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
Hi.
The following patch makes drivers/scsi/wd7000.c use request_region
instead of check_region+request_region. It also drops a panic() and
changes error paths to be forward gotos (in part necessary by the
request_region change).
It applies cleanly against ac10 and 241p9.
Comments?
--- linux-
Compilation ends with an error:
init.main.o: In function 'check_fpu':
init/main.o(.text.init+0x63): undefined reference to
'__buggy_fxsr_alignment'
make: *** vmlinux] Error 1
Kernel 2.4.0 compiles OK.
This is my .config:
#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
CO
(Too fast again and forgot to cc the lists. If anyone replies to this
mail, please cc [EMAIL PROTECTED] Thanks.)
- Forwarded message from Rasmus Andersen <[EMAIL PROTECTED]> -
Hi.
The following patch makes drivers/scsi/u14-35f.c drop check_region in
favour of checking the return code fr
(Forgot to cc lk. If anyone have comments please cc [EMAIL PROTECTED]
Thanks.)
- Forwarded message from Rasmus Andersen <[EMAIL PROTECTED]> -
Hi.
The following patch makes drives/scsi/tmscsim.c use request_region
instead of check_region+request_region. It applies cleanly against
ac10 an
Hi All,
Is there any way to strip symbols from modules .o files ?
for example, fat.o has many symbols and when you run `file' command
on fat.o - it says that is is not a stripped file.
I tried running `strip' command on fat.o and then tried to
run insmod on the stripped fat.o and then tried to
This is a patch against 2.4.1-pre8 implementing range support, persistent
connections and virtual hosts in khttpd. Two problems in my last patch
were fixed:
1. Range support: The Content-Range header did not give the correct value
for the endpoint of the range retrieved. It always added 1
Hi.
The following patch adds a check for scsi_register's return code to
drivers/scsi/qlogicisp.c. It applies cleanly against ac10 and 241p9.
Comments?
--- linux-ac10-clean/drivers/scsi/qlogicisp.c Sat Jan 20 15:17:13 2001
+++ linux-ac10/drivers/scsi/qlogicisp.c Sat Jan 20 23:05:47 2001
@@ -6
That's just nasty! Funny, but nasty. :)
Jon
> -Original Message-
> From: Stephen Satchell [mailto:[EMAIL PROTECTED]]
> It took a while to prepare the source for this jerk. Here is
> what I did to
> the source I gave the guy:
-
To unsubscribe from this list: send the line "unsubscri
Hi.
(I am guessing you as the maintainer of this code. If you are not,
I apologize for your inconvenience.)
The following patch makes drivers/scsi/qlogicfc.c check the
return code of scsi_register, adds a missing pci64_free_consistent on
an error path and makes it use request_region exclusively
Hi.
(I have not been able to find a probable maintainer for this code.)
The follow patch makes drivers/scsi/qlogicfas.c use the return code
from request_region instead of a call to check_region. It also
adds a missing free_irq on an error path and makes us check the
return from scsi_register.
I
On Tue, 23 Jan 2001, Linus Torvalds wrote:
>On Tue, 23 Jan 2001, Marcelo Tosatti wrote:
>> Any technical reason why the background page aging fix was not applied?
>Because I have not heard anybody claim that it makes a huge difference..
Linus,
Marcelo's changes make a difference here - enoug
Hi.
The following patch makes drivers/scsi/qla1280.c use the return code
of request_region instead of a call to check_region. It applies cleanly
against ac10 and 241p9.
Comments?
--- linux-ac10-clean/drivers/scsi/qla1280.c Wed Dec 6 21:06:18 2000
+++ linux-ac10/drivers/scsi/qla1280.c Sa
Sorry to bug this list but I hope that someone here can help me
pin-point a problem with a kernel panic. I am currently running
v2.4.0 on several tyan S1668 MB's. I went to migrate to the new
Tyan S2505 MB. I run the kernel monolithic, and have the built-in
video (ATI Rage) enabled, built-in P
Hi.
The following patch makes drivers/scsi/ips.c use the return code
of request_region instead of calling check_region. It also moves
some resource freeing to ips_free since that made my error path
cleaner.
It applies cleanly against ac10 and 241p9.
Please comment.
--- linux-ac10-clean/driver
On Tue, Jan 23, 2001 at 12:42:42AM +0100, Rasmus Andersen wrote:
(This is another updated patch with the comments from my earlier mail
still valid.)
--- linux-ac10-clean/drivers/scsi/inia100.c Sun Nov 12 04:01:11 2000
+++ linux-ac10/drivers/scsi/inia100.c Tue Jan 23 21:23:47 2001
@@ -119
Hello all,
Using recent libpcap/tcpdump versions and packet socket mode in
promiscuous mode.
The kernel doesn't set IFF_PROMISC flag on the interfaces in promiscuous
mode when PACKET_MR_PROMISC is used to put them there. This happens
with both 2.2 and 2.4. The traditional 2.0 kernel approach wo
On Tue, Jan 23, 2001 at 12:40:26AM +0100, Rasmus Andersen wrote:
(This is another updated patch with the comments from the earlier mail
still valid.)
--- linux-ac10-clean/drivers/scsi/g_NCR5380.c Sat Jan 20 15:17:13 2001
+++ linux-ac10/drivers/scsi/g_NCR5380.c Tue Jan 23 21:05:44 2001
@@ -361
On Tue, Jan 23, 2001 at 12:37:18AM +0100, Rasmus Andersen wrote:
Hi.
This is an updated patch since I messed the one from yesterday up. The
comments still apply, though. Apologies for the extra mails.
--- linux-ac10-clean/drivers/scsi/fastlane.cMon Oct 16 21:51:16 2000
+++ linux-ac10/drive
On Tue, Jan 23, 2001 at 12:45:20AM +0100, Rasmus Andersen wrote:
(This is another updated patch with the comments from the earlier mail
still valid.)
--- linux-ac10-clean/drivers/scsi/megaraid.cSat Jan 20 15:17:13 2001
+++ linux-ac10/drivers/scsi/megaraid.c Tue Jan 23 23:06:14 2001
@@ -1491
Andrew Clausen wrote:
>
> Bryan Henderson wrote:
> > Incidentally, I just realized that the common name "partition ID"
> > for this value is quite a misnomer. As far as I know, it has
> > never identified the partition, but rather described its contents.
>
> Yes, "partition type ID" is better.
On Tue, Jan 23, 2001 at 12:29:54AM +0100, Rasmus Andersen wrote:
(This is another updated patch with the comments from the earlier mail
still valid.)
--- linux-ac10-clean/drivers/scsi/NCR53c406a.c Mon Sep 18 22:36:24 2000
+++ linux-ac10/drivers/scsi/NCR53c406a.cTue Jan 23 21:09:09 2001
On Tue, Jan 23, 2001 at 12:27:36AM +0100, Rasmus Andersen wrote:
Hi again.
I completely messed up a large part of the patches posted yesterday due
to lack of sleep and being clinically braindead (the compile test was
run in the wrong tree...).
So I'll be posting some new patches that actually c
On 23 Jan 01 at 21:34, f5ibh wrote:
>
> After booting and having the display shifted to the middle of the screen, I've
Stop. Do you see right portion of screen in left, left portion in right,
with black column in between, or is picture only shifted, without
wraparound? I thought that you see wra
Linus, please consider this patch for 2.4.1. It makes sure the VIA IDE
driver does not enable DMA automatically, unless the user has requested it
using "make whateverconfig".
/Tobias
--- via82cxxx.c.origTue Jan 23 22:26:25 2001
+++ via82cxxx.c Tue Jan 23 22:27:05 2001
@@ -602,7 +602,9 @@
#
Ok, folks, it's time for a summary. Since my last post, I've had time to
experiment a bit more, and I've also had some private communication with
Vojtech.
First, I would like to say that you do need quite a bit of bad luck (or
hardware) to have the same problems I did. Linux 2.4, VIA and IDE wo
LA Walsh wrote:
[snip]
> So the kapm thing could be a "display" / accounting problem, but the
> slowdown in vmware/X was real. I ran a WIN Norton "Benchmark" -- comes
> up reliably over "300" -- usually around 320-350 under 2.2.17. Under
> 2.4, it came up reliably *under* 300 with typical being
Hello. I recently upgraded my workstation from an EPoX MPV3-G to a
Gigabyte 7-VX-1. In XFree 3.3.6 the mouse cursor will randomly jump to the
upper-right hand corner of the screen and remain there until I scroll the
mousewheel. This used to happen on the old workstation when switching
b
{Sorry... This time I actually attached the .config}
2.4.0 Kernel problem...
Alpha version only..
This seems to be purely a source problem...
attached is my .config, and here is the problem:
when using the attached .config and running a 'make dep ; make boot' I get
the following:
{previous s
2.4.0 Kernel problem...
Alpha version only..
This seems to be purely a source problem...
attached is my .config, and here is the problem:
when using the attached .config and running a 'make dep ; make boot' I get
the following:
{previous stuff is all normal}
make[2]: Entering directory `/usr
1 - 100 of 245 matches
Mail list logo