Re: Linux 2.4.2-ac27

2001-03-28 Thread Martin Diehl
(Linus cc'ed - related thread: 243-pre[78]: mmap changes (breaks) /proc) On Wed, 28 Mar 2001, Alan Cox wrote: > 2.4.2-ac27 > o Revert mmap change that broke assumptions (and (Martin Diehl) > it seems SuS) the reason to suggest keeping the test was not due to len=0 behaviour of

Re: Disturbing news..

2001-03-28 Thread Helge Hafting
Ben Ford wrote: > > There are two problems I see here. First, there are several known ways > to elevate privileges. Fixable, except from guessing the root password which is hard. > If a virus can elevate privileges, then it owns > you. Second, this is a multi-OS virus. If you dual-boot

Re: Hangs under 2.4.2-ac{18,19,24} that do not happen under -ac12.

2001-03-28 Thread Leonid Mamtchenkov
Hello Paul Cassella, Once you wrote about "Hangs under 2.4.2-ac{18,19,24} that do not happen under -ac12.": PC> [1.] One line summary of the problem: PC> Hangs under 2.4.2-ac{18,19,24} that do not happen under -ac12. I have similar problem with 2.4.0, 2.4.1, 2.4.2. I tried running

Re: kernel panic in 2.4.2

2001-03-28 Thread John R Lenton
On Thu, Mar 29, 2001 at 12:55:50AM -0500, Alexander Viro wrote: > Check the memory - it _may_ be a hardware problem. damn. -- John Lenton ([EMAIL PROTECTED]) -- Random fortune: Experience is not what happens to you; it is what you do with what happens to you. -- Aldous Huxley -

Re: [patch] pae-2.4.3-C3

2001-03-28 Thread Albert D. Cahalan
Ingo Molnar writes: > the attached pae-2.4.3-C3 patch fixes the PAE code to work with SLAB > FORCED_DEBUG (which enables redzoning) too. > > the problem is that redzoning is enabled unconditionally, and SLAB has no > information about how crutial alignment is in the case of any particular >

Linux 2.4.2-ac28

2001-03-28 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ Intermediate diffs are available from http://www.bzimage.org (Note that the cmsfs port to 2.4 is a work in progress) 2.4.2-ac28 o Fix another modules race(me)

Re: kernel panic in 2.4.2

2001-03-28 Thread Alexander Viro
On Thu, 29 Mar 2001, John R Lenton wrote: > When I arrived at my machine tonight it was dead, with a nice > panic on the screen as a greeting. On rebooting I found something > in the logs, which is rare because it said "not syncing". So I'm > assuming this isn't the panic that killed the box,

Re: mouse problems in 2.4.2 -> lost byte

2001-03-28 Thread Vojtech Pavlik
On Wed, Mar 28, 2001 at 05:19:33PM -0600, [EMAIL PROTECTED] wrote: > It's been rumoured that Vojtech Pavlik said: > > On Wed, Mar 28, 2001 at 08:31:52PM +0200, Gunther Mayer wrote: > > > [EMAIL PROTECTED] wrote: > > > > It's been rumoured that Gunther Mayer said: > > > > > [EMAIL PROTECTED]

kernel panic in 2.4.2

2001-03-28 Thread John R Lenton
When I arrived at my machine tonight it was dead, with a nice panic on the screen as a greeting. On rebooting I found something in the logs, which is rare because it said "not syncing". So I'm assuming this isn't the panic that killed the box, but she probably knows (of) him, so let's interrogate

Re: Linux-2.4.2-ac27 - read on /proc/bus/pci/devices never finishes after rmmod aic7xxx

2001-03-28 Thread Jeffrey Hundstad
I don't mean to walk on folks but I did make a patch that brings the ac27 version from aic7xxx-6.1.5 to aic7xxx-6.1.8. I've compiled it and inserted it and removed it without any of the hanging problems I encountered before. But the tests stopped there, no guarantees from me, I wish I could ;-)

2.4.3-p8 pci_fixup_vt8363 + ASUS A7V "Optimal" = IDE disk corruption

2001-03-28 Thread Wayne Whitney
Hi, I'm running kernel 2.4.3-pre8 on an ASUS A7V (BIOS 1007) motherboard and recently noticed that it sometimes corrupts my hard disk, an IBM 75GXP on the onboard PDC20265 IDE controller. The corruption is detectable with a simple 'dd if=/dev/urandom of=test bs=16384 count=32768; cp test test2

kernel oops during kfree_skbmem

2001-03-28 Thread PuiFunLau
I posted the following to tcpdump-workers. They think I should ask here... I was almost certain the following kernel oops occurred during packet capture. The packet received was an arp request. Syslog indicated the kernel received the arp request. My pcap application captures arp packet as

Re: Linux-2.4.2-ac27 - read on /proc/bus/pci/devices never finishes after rmmod aic7xxx

2001-03-28 Thread Justin T. Gibbs
>> What version of the aic7xxx driver is embedded in 2.4.2-ac27? This >> particular issue was fixed just after 6.1.5 was released. > >The last patch you sent to me + small other fixups for aicdb.h. I dont have >time to chase after peoples drivers. If you want a newer aic7xxx in -ac just >mail me

Re: Hangs under 2.4.2-ac{18,19,24} that do not happen under -ac12.

2001-03-28 Thread Paul Cassella
On Thu, 29 Mar 2001, Alan Cox wrote: > Was anything between 12 and 18 stable ? I didn't actually try them; I jumped right from 12 to 18, and when that and 19 died, I went back to 12. But a quick look suggests that the entire patch I'd applied to 12 and got a hang with was in 13, including the

Re: mouse problems in 2.4.2 -> lost byte

2001-03-28 Thread James Simmons
>> The new input psmouse driver can resync when bytes are lost and also >> shouldn't lose any bytes if there are not transmission problems on the >> wire. But this is 2.5 stuff. > >umm linux kernel 2.5? Umm, given that a stable linux 2.6/3.0 might be >years away ... and this seems 'minor',

Re: Plans for 2.5

2001-03-28 Thread James Simmons
> I got some questions. When are we going to develop stuff for 2.5? What >is planed? My opinion for linux 2.5 should be performance. Since linux >already is stable or well done for nature, we could thing more on >performance to be a diferencial over others. What do you people thing? 2.5.X will

Re: Linux-2.4.2-ac27 - read on /proc/bus/pci/devices never finishes after rmmod aic7xxx

2001-03-28 Thread Alan Cox
> What version of the aic7xxx driver is embedded in 2.4.2-ac27? This > particular issue was fixed just after 6.1.5 was released. The last patch you sent to me + small other fixups for aicdb.h. I dont have time to chase after peoples drivers. If you want a newer aic7xxx in -ac just mail me a

Re: Hangs under 2.4.2-ac{18,19,24} that do not happen under -ac12.

2001-03-28 Thread Alan Cox
> I have had hangs under 2.4.2-ac18, -ac19, and -ac24, after uptimes of > 36 hours, 12 hours, and 10 hours, respectively. -ac12 has twice run > for a week without crashing. I didn't see anything in the later -ac > changelogs that looks responsible, but I haven't actually tried them. Was

Re: Incorrect mdelay() results on Power Managed Machines x86

2001-03-28 Thread Alan Cox
> I know on ACPI systems you are guaranteed a PM timer running at ~3.57 Mhz. > Could udelay use that, or are there other timers that are better (maybe > without the ACPI dependency)? We could use that if ACPI was present. It might be worth exploring. Is this PM timer well defined for accesses

Re: fbcon slowness [was NTP on 2.4.2?]

2001-03-28 Thread James Simmons
>Are you using fbcon? If so, and if it goes away after starting X, then it >is the "fbcon kills interrupt latency" problem. Ug!!! This is getting bad. Give me some time. I plan on releasing a new vesafb using MMX to help speed up the drawing routines. It will help alot with the latency issues.

Re: Linux-2.4.2-ac27 - read on /proc/bus/pci/devices never finishes after rmmod aic7xxx

2001-03-28 Thread Justin T. Gibbs
>aic7xxx_osm.h:#define AIC7XXX_DRIVER_VERSION "6.1.5" Pick up the latest from here: http://people.FreeBSD.org/~gibbs/linux/ -- Justin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: mouse problems in 2.4.2 -> lost byte

2001-03-28 Thread James Simmons
>So you recommend to connect the mouse to USB (instead of psaux) because >psaux+Xfree86 are losing bytes under circumstances (e.g. some load >pattern). > >This is a fine solution for users with dual protocol mice, but doesn't >resolve the problem for other poor ps/2 mouse owners ! You

Re: Larger dev_t

2001-03-28 Thread Alan Cox
> Why do you worry about installers? New distro - new kernel - new > installer Because the same code tends to be shared with post install configuration tools too. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: Linux-2.4.2-ac27 - read on /proc/bus/pci/devices never finishes after rmmod aic7xxx

2001-03-28 Thread Jeffrey Hundstad
aic7xxx_osm.h:#define AIC7XXX_DRIVER_VERSION "6.1.5" "Justin T. Gibbs" wrote: > >Hello, > > > >I'm using Linux-2.4.2-ac27 SMP compiled with gcc version 2.95.2 2220 > >(Debian GNU/Linux). > > What version of the aic7xxx driver is embedded in 2.4.2-ac27? This > particular issue was fixed

Re: Linux-2.4.2-ac27 - read on /proc/bus/pci/devices never finishes after rmmod aic7xxx

2001-03-28 Thread Justin T. Gibbs
>Hello, > >I'm using Linux-2.4.2-ac27 SMP compiled with gcc version 2.95.2 2220 >(Debian GNU/Linux). What version of the aic7xxx driver is embedded in 2.4.2-ac27? This particular issue was fixed just after 6.1.5 was released. -- Justin - To unsubscribe from this list: send the line

Re: via-rhine driver: wicked 2005 problem

2001-03-28 Thread wing tung Leung
On Mon, Mar 26, 2001 at 11:51:02AM -0500, Jeff Garzik wrote: > > If the problem is still not solved, could you download via-diag.c and > libmii.c from ftp://www.scyld.com/pub/diag/ Compile instructions are > at the bottom of via-diag.c. I'm interested in seeing two via-diag > register

Re: Linux Kernel IRC Room?

2001-03-28 Thread Andre Hedrick
On Wed, 28 Mar 2001, David Lang wrote: > how do you hold a real-time chat with people around the world? the fact > that the key people would seldom be on at the same time severly limits > it's usefullness. the mailing list does a pretty good job as is. > > David Lang /me asks 'Dude you assume

Re: Linux Kernel IRC Room?

2001-03-28 Thread David Lang
how do you hold a real-time chat with people around the world? the fact that the key people would seldom be on at the same time severly limits it's usefullness. the mailing list does a pretty good job as is. David Lang On Wed, 28 Mar 2001, Alexander Valys wrote: > Date: Wed, 28 Mar 2001

Re: Linux Kernel IRC Room?

2001-03-28 Thread Gerhard Mack
On Wed, 28 Mar 2001, Alexander Valys wrote: > Is there a kernel development irc room anywhere? If not, does anyone think > it might be useful? #kernelnewbies on irc.openprojects.net. -- Gerhard Mack [EMAIL PROTECTED] <>< As a computer I find your faith in technology amusing. - To

Wireless Extension update...

2001-03-28 Thread Jean Tourrilhes
Hi, Now that I got away from IrDA, I've been taking care of my todo list on the Wireless side. The most critical feature is versionning. Since distributions started shipping separate kernel header in /usr/include/linux, drivers and tools can be out of sync (== core dump

Linux-2.4.2-ac27 - read on /proc/bus/pci/devices never finishes after rmmod aic7xxx

2001-03-28 Thread Jeffrey Hundstad
Hello, I'm using Linux-2.4.2-ac27 SMP compiled with gcc version 2.95.2 2220 (Debian GNU/Linux). After an "insmod aic7xxx" "cat /proc/bus/pci/devices" works just fine. After an "rmmod aic7xxx" "cat /proc/bus/pci/devices" fails to produce any output and never finishes. Top show the process

Linux Kernel IRC Room?

2001-03-28 Thread Alexander Valys
Is there a kernel development irc room anywhere? If not, does anyone think it might be useful? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: Hangs under 2.4.2-ac{18,19,24} that do not happen under -ac12.

2001-03-28 Thread Paul Cassella
Earlier today, I wrote > and no sysrq keys other than B worked; I didn't hear disk activity > after S, and the disks weren't unmounted. Nothing made it to the Of course, when I rebooted this time (after SysRQ S,U,B), all the filesystems were clean. Nothing in the logs this time either though.

Re: RFC: configuring net interfaces

2001-03-28 Thread Paul Fulghum
From: "Krzysztof Halasa" <[EMAIL PROTECTED]> > +struct hdlc_physical /* 10 bytes */ > +{ > + unsigned int interface; > + unsigned int clock_rate; > + unsigned short clock_type; > +}; What about encoding (NRZ/NRZI)? Plus I think the CRC type would be a good idea for raw HDLC mode. (CRC-16,

Re: RFC: configuring net interfaces

2001-03-28 Thread Ivan Passos
On Wed, 28 Mar 2001, Jeff Garzik wrote: > Ivan Passos wrote: > > Maybe it's a better idea to have just two ioctl's here (GET and SET), and > > have "subioctl's" inside the structure passed to the HDLC layer (and > > defined by the HDLC layer). This would allow changes in the HDLC layer > >

Re: RFC: configuring net interfaces

2001-03-28 Thread Jeff Garzik
Ivan Passos wrote: > Maybe it's a better idea to have just two ioctl's here (GET and SET), and > have "subioctl's" inside the structure passed to the HDLC layer (and > defined by the HDLC layer). This would allow changes in the HDLC layer > without having to change sockios.h (you'd still have to

Re: Not MTRR !? was: ISSUE: very slow (factor 100) 4-way 16GByte server, with 2.4.2

2001-03-28 Thread David Wragg
Rik van Riel <[EMAIL PROTECTED]> writes: > On Wed, 28 Mar 2001, Robert Suetterlin wrote: > > reg00: base=0xfb00 (4016MB), size= 16MB: uncachable, count=1 > > reg01: base=0xfc00 (4032MB), size= 64MB: uncachable, count=1 > > reg02: base=0x ( 0MB), size=8192MB: write-back,

Re: Ideas for the oom problem

2001-03-28 Thread Hacksaw
> On Wed, Mar 28, 2001 at 06:33:04PM -0500, Hacksaw wrote: > Why are they logged in as root in the first place? Is there something they > can't do over sudo? I have the "Gnome workstation" version of rawhide (7.0.xxx) on my new laptop. I don't see sudo. Of course, it's rawhide, but you'd

Re: RFC: configuring net interfaces

2001-03-28 Thread Ivan Passos
On 28 Mar 2001, Krzysztof Halasa wrote: > > What about a patch like this: > That would move interface configuration out of private ioctl range, > making it universal for all types of interfaces (now, we have different > configuration mechanisms even between different HDLC cards). Yes! This

Re: FWD: 3 NIC cards problem

2001-03-28 Thread Lee Chin
Hi, Thanks!!! That worked. Now I have one more problem... I am using non blcking sockets (set via fcntl). And I am using select (with a 20 second timeout) to see when data is available on the socket. I have 600 clients hitting my web server. Quite frequently, what happens is that some of the

Re: [linux-usb-devel] Repeatable lockup on SMP w/usbprocfs

2001-03-28 Thread johan verrept
Tony Hoyle wrote: > > If an application calls the USBDEVFS_SUBMITURB ioctl to submit a read, > when the async completion routine is called, the kernel goes into a hard > deadlock (no response to ping, etc.). I've narrowed it down to the > async_completed routine in usb.c. That's the only place

Re: Plans for 2.5

2001-03-28 Thread José Luis Domingo López
On Wednesday, 28 March 2001, at 19:44:52 -0300, Bruno Avila wrote: > Hello people, > > I got some questions. When are we going to develop stuff for 2.5? What is > planed? My opinion for linux 2.5 should be performance. Since linux already > is stable or well done for nature, we could

Re: Repeatable lockup on SMP w/usbprocfs

2001-03-28 Thread Tony Hoyle
I've enabled spinlock debugging, and generated a nice oops... The USB system is definately doing something wrong somewhere. Tony -- Don't click on this sig - a cyberwoozle will eat your underwear. [EMAIL PROTECTED]http://www.nothing-on.tv ksymoops 2.3.7 on i686 2.4.2-ac26.

Re: Ideas for the oom problem

2001-03-28 Thread Tim Haynes
On Wed, Mar 28, 2001 at 06:33:04PM -0500, Hacksaw wrote: > > Anyone working as root is (sorry) an idiot! root's processes are normally > > quite system-relevant and so they should never be killed, if we can avoid > > it. > > The real world intrudes. Root sometimes needs to look at

Re: PROBLEM: 2.2.18 oops leaves umount hung in disk sleep

2001-03-28 Thread Camm Maguire
OK, some new information. Apparently, the ethernet traffic is getting corrupted by heavy disk access to the second disk on my primary ALI 5229 controller. I suspect this is related to the oops, as the kernel log messages reporting the errors tend to come roughly at the same time as the oopses.

2.4.3-pre8 fails with IPX module

2001-03-28 Thread Allan Duncan
I have tried a compile of the latest test release, and it breaks on the IPX bits. Pre7 was OK. I've got modutils 2.4.2, so it isn't that. Here is the compile log: make -C ipx modules make[2]: Entering directory `/usr/src/lx-2.4.3p8/net/ipx' gcc -D__KERNEL__ -I/usr/src/lx-2.4.3p8/include -Wall

Re: Ideas for the oom problem

2001-03-28 Thread Hacksaw
> --On Wednesday, March 28, 2001 09:38:04 -0500 Hacksaw <[EMAIL PROTECTED]> > wrote: > > > > Deciding what not to kill based on who started it seems like a bad idea. > > Root can start netscape just as easily as any user, but if the choice of > > processes to kill is root's netscape or a

[horrors] Re: 2.4.2 Patch for missing "proc_get_inode" symbol incomx driver

2001-03-28 Thread Alexander Viro
On Wed, 28 Mar 2001, Jeff Golds wrote: > Folks, > > Sorry if this has been addressed before, but I didn't see this in the > release notes for the latest ac drivers. > > I tried to build the comx driver in the 2.4.2 kernel, but got unresolved > external "proc_get_inode" when I attempted to

Hangs under 2.4.2-ac{18,19,24} that do not happen under -ac12.

2001-03-28 Thread Paul Cassella
[1.] One line summary of the problem: Hangs under 2.4.2-ac{18,19,24} that do not happen under -ac12. [2.] Full description of the problem/report: I have had hangs under 2.4.2-ac18, -ac19, and -ac24, after uptimes of 36 hours, 12 hours, and 10 hours, respectively. -ac12 has twice run for a

Re: mouse problems in 2.4.2 -> lost byte

2001-03-28 Thread linas
It's been rumoured that Vojtech Pavlik said: > On Wed, Mar 28, 2001 at 08:31:52PM +0200, Gunther Mayer wrote: > > [EMAIL PROTECTED] wrote: > > > It's been rumoured that Gunther Mayer said: > > > > [EMAIL PROTECTED] wrote: > > > > > > > > > > I am experiencing debilitating intermittent mouse

RE: Incorrect mdelay() results on Power Managed Machines x86

2001-03-28 Thread Grover, Andrew
Sounds like the TSC makes a lousy calibration method ;-) I know on ACPI systems you are guaranteed a PM timer running at ~3.57 Mhz. Could udelay use that, or are there other timers that are better (maybe without the ACPI dependency)? Regards -- Andy > -Original Message- > From: Pavel

Re: IDE and APM (standby) incompatibility on thinkpad T21?

2001-03-28 Thread dsen
Nope, thats not itmy kernel already has that set. Here are the relevant lines from /usr/src/linux/.config: CONFIG_APM=y # CONFIG_APM_IGNORE_USER_SUSPEND is not set CONFIG_APM_DO_ENABLE=y # CONFIG_APM_CPU_IDLE is not set CONFIG_APM_DISPLAY_BLANK=y # CONFIG_APM_RTC_IS_GMT is not set

Re: RFC: configuring net interfaces

2001-03-28 Thread Krzysztof Halasa
Francois Romieu <[EMAIL PROTECTED]> writes: > > +struct hdlc_physical /* 10 bytes */ > > +{ > > + unsigned int interface; > > + unsigned int clock_rate; > > + unsigned short clock_type; > > +}; > > What do you mean with 'interface' ? That's a physical interface like V.35 or

2.4.2 Patch for missing "proc_get_inode" symbol in comx driver

2001-03-28 Thread Jeff Golds
Folks, Sorry if this has been addressed before, but I didn't see this in the release notes for the latest ac drivers. I tried to build the comx driver in the 2.4.2 kernel, but got unresolved external "proc_get_inode" when I attempted to load the module. Looks like all that is missing is an

Plans for 2.5

2001-03-28 Thread Bruno Avila
Hello people, I got some questions. When are we going to develop stuff for 2.5? What is planed? My opinion for linux 2.5 should be performance. Since linux already is stable or well done for nature, we could thing more on performance to be a diferencial over others. What do you people

Re: menuconfig snafu?

2001-03-28 Thread Steve VanDevender
Dennis writes: > I KNOW this..my point is that menuconfig is not intuitive in providing the > choices. Linux kernel configuration isn't intuitive. menuconfig isn't there to handhold newbies through the process. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: New gigabit cards

2001-03-28 Thread Dennis
At 04:20 PM 03/28/2001, Jeff Garzik wrote: >Scott Laird wrote: > > According to the drivers, the 1000TPC uses the NS DP83820. According to > > the DP83820's datasheet, it has a 8k Tx buffer and a 32k Rx buffer. > > That's a bit shy of the 512k-1M that older cards use :-(. At wire speed, > >

Re: menuconfig snafu?

2001-03-28 Thread Dennis
At 03:36 PM 03/28/2001, you wrote: >On Wednesday 28 March 2001 22:17, Dennis wrote: > > its seems that "make menuconfig" only allows you to select 1 processor > > type. it seems impossible that you cant build a generic kernel that > > supports different processors. Its this just a menuconfig bug?

Re: FWD: 3 NIC cards problem

2001-03-28 Thread William T Wilson
On Wed, 28 Mar 2001, Lee Chin wrote: > I have a program listening for socket connections on 192.168.1.1, port 80. > > What I want to do is have incomming connection requets for IP 192.168.2.1 > and 192.168.3.1 on port 80 also be handled by my server running on > 192.168.1.1:80 > > How do I do

Re: Larger dev_t

2001-03-28 Thread Martin Dalecki
Alan Cox wrote: > > > Exactly. It's just that for historical reasons, I think the major for > > "disk" should be either the old IDE or SCSI one, which just can show more > > devices. That way old installers etc work without having to suddenly start > > knowing about /dev/disk0. > > They will

Re: mouse problems in 2.4.2 -> lost byte

2001-03-28 Thread Vojtech Pavlik
On Wed, Mar 28, 2001 at 08:31:52PM +0200, Gunther Mayer wrote: > [EMAIL PROTECTED] wrote: > > > > It's been rumoured that Gunther Mayer said: > > > > > > > I am experiencing debilitating intermittent mouse problems & was about > > > ... > > > > Symptoms: > > > > After a long time of flawless

Re: menuconfig snafu?

2001-03-28 Thread Joel Jaeggli
note also smp is enabled by default... While that's won't break most boxes it will prevent some other things like apm from working... You sorta got to pick your battles... no default kernel config is gonna work for everyone. joelja On Wed, 28 Mar 2001, Brad Johnson wrote: > On Wed, Mar 28,

Re: Larger dev_t

2001-03-28 Thread Alexander Viro
On Wed, 28 Mar 2001, H. Peter Anvin wrote: > Martin Dalecki wrote: > > > > > > devfs -- in the abstract -- really isn't that bad of an idea; after all, > > > > Devfs is from a desing point of view the duplication for the bad /proc > > design for devices. If you need a good design for general

Re: menuconfig snafu?

2001-03-28 Thread Dennis
At 04:07 PM 03/28/2001, Doug McNaught wrote: >Dennis <[EMAIL PROTECTED]> writes: > > > I also find it interesting that the default at kernel.org wont boot on a > > Pentium...generic should be the default. > >The default config is what boots on Linus' machine. Once you realise >that your life get

Re: Larger dev_t

2001-03-28 Thread Andre Hedrick
On Wed, 28 Mar 2001, Martin Dalecki wrote: > Then please please please demangle other cases as well! > IDE is the one which is badging my head most. SCSI as well... > > Granted I wouldn't mind a rebot with new /dev/* once! diff -urN linux-2.4.3-p8-pristine/include/linux/major.h

Re: Larger dev_t

2001-03-28 Thread H. Peter Anvin
Martin Dalecki wrote: > > Then please please please demangle other cases as well! > IDE is the one which is badging my head most. SCSI as well... > > Granted I wouldn't mind a rebot with new /dev/* once! > This seems to me to really be the kind of thing devfs does better than trying to play

Re: Larger dev_t

2001-03-28 Thread Martin Dalecki
> what do other vaguely unix-like systems do? does, say, plan9 have a > better way of dealing with all this? Yes. Normal UNIX has as well. For reffernece see: block ver raw devices on docs.sun.com :-). - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: New gigabit cards

2001-03-28 Thread Dan Hollis
On Wed, 28 Mar 2001, Gregory Maxwell wrote: > Some of the products seem so new that their manufactuors have little to no > information available about them on their webpage. One that I found, had > conflicting specs and claimed to only have a 32kbyte recieve buffer. Thats the hardware FIFO size.

Re: menuconfig snafu?

2001-03-28 Thread Brad Johnson
On Wed, Mar 28, 2001 at 04:07:23PM -0500, Doug McNaught wrote: > Dennis <[EMAIL PROTECTED]> writes: > > > I also find it interesting that the default at kernel.org wont boot on a > > Pentium...generic should be the default. > > The default config is what boots on Linus' machine. Once you

Re: Larger dev_t

2001-03-28 Thread Martin Dalecki
Alan Cox wrote: > > > high-end-disks. Rather the reverse. I'm advocating the SCSI layer not > > hogging a major number, but letting low-level drivers get at _their_ > > requests directly. > > A major for 'disk' generically makes total sense. Classing raid controllers > as 'scsi' isnt

Re: Larger dev_t

2001-03-28 Thread Martin Dalecki
Linus Torvalds wrote: > > On Tue, 27 Mar 2001, Andre Hedrick wrote: > > > > Am I hearing you state you want dynamic device points and dynamic majors? > > Yes and no. > > We need static structures for user space - from a user perspective it > makes a ton more sense to say "I want to see all

Re: OOM killer???

2001-03-28 Thread Andreas Dilger
Szaka writes: > On Tue, 27 Mar 2001, Andreas Dilger wrote: > > Every time this subject comes up, I point to AIX and SIGDANGER - a signal > > sent to processes when the system gets OOM. > > And every time the SIGDANGER comes up, the issue that AIX provides > *both* early and late allocation

Re: Can't find modules after moving to 2.4.2

2001-03-28 Thread Doug McNaught
Marcus Ramos <[EMAIL PROTECTED]> writes: > Hello, > > I've moved from kernel 2.2.16 to 2.4.2 (RH7) and its boots OK, except > for the fact that none of the modules in "/etc/modules.conf" are loaded > anymore (although modules were enabled in kernel config). In > "/lib/modules" I see two

Re: Can't find modules after moving to 2.4.2

2001-03-28 Thread J Sloan
Make sure you have up to date modutils package. Current version is 2.4.5 - later, jjs Marcus Ramos wrote: > Hello, > > I've moved from kernel 2.2.16 to 2.4.2 (RH7) and its boots OK, except > for the fact that none of the modules in "/etc/modules.conf" are loaded > anymore (although modules

slow video since 2.4.2-ac21

2001-03-28 Thread Jacek Popławski
After compiling 2.4.2-ac21 I noticed, that aviplay works much slower than before. "benchmark" from avifile shows that video output is about 3 times slower. I tested -ac22, -ac23, ..., -ac27, then 2.4.1, 2.4.2 and few other versions earlier than -ac21. 2.4.2-ac20 x11perf -putimage100 8000 reps @

Re: porting lmbench test-suit from intel to mips platform.

2001-03-28 Thread Ralf Baechle
On Wed, Mar 28, 2001 at 10:22:22AM -0800, Vikash Kumar wrote: > linux kernel- 2.2.12 > processor - pentirum III, 64 MB RAM, 667MHz. Yeah, that's the latest MIPS processor ... > lmbench test suit - used to test the memory bandwidth and latency > measurement for a system. downloaded from :

Re: Larger dev_t

2001-03-28 Thread H. Peter Anvin
Martin Dalecki wrote: > > > > devfs -- in the abstract -- really isn't that bad of an idea; after all, > > Devfs is from a desing point of view the duplication for the bad /proc > design for devices. If you need a good design for general device > handling with names - network interfaces are the

Re: Larger dev_t

2001-03-28 Thread Martin Dalecki
"H. Peter Anvin" wrote: > > Alan Cox wrote: > > > > > Another example: all the stupid pseudo-SCSI drivers that got their own > > > major numbers, and wanted their very own names in /dev. They are BAD for > > > the user. Install-scripts etc used to be able to just test /dev/hd[a-d] > > > and

Re: Disturbing news..

2001-03-28 Thread Gerhard Mack
On Wed, 28 Mar 2001 [EMAIL PROTECTED] wrote: > Jesse Pollard writes: > > Absolutely true. The only help the checksumming etc stuff is good for is > > detecting the fact afterward by external comparison. > > Don't we already have that to some extent? rpm -ya or rpm -y > on a RedHat system?

Ethernet driver tweak for error correction codes

2001-03-28 Thread Karel Kulhavy
Is it possible to use up the src, dest MAC addresses (12B) and the CRC field (4B?) on a point-to-point full duplex Ethernet link for my own data? I would like to implement an error correction on this, because I'm gonna build a freespace laser link which would run just this way. And i want to use

Re: New gigabit cards

2001-03-28 Thread Jeff Garzik
Scott Laird wrote: > According to the drivers, the 1000TPC uses the NS DP83820. According to > the DP83820's datasheet, it has a 8k Tx buffer and a 32k Rx buffer. > That's a bit shy of the 512k-1M that older cards use :-(. At wire speed, > that means that you'll have to service the NIC's

53c400a datasheet

2001-03-28 Thread clock
Hello does anybody here have the datasheet for the 53c400a SCSI bus interface cotroller? I tried to find it on the Net but did not succeed. -- Karel Kulhavy http://atrey.karlin.mff.cuni.cz/~clock - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: Promise RAID controller howto?

2001-03-28 Thread Wilfried Weissmann
Andre Hedrick wrote: > > On Tue, 27 Mar 2001, Henning P. Schmiedehausen wrote: > > I know, that "input high == UltraATA core, input low = RAID core" > > according to Andre Hedrick but I really don't care about the RAID > > core. I want to use this controller to drive JBOD. > > Wrong, if Promise

Re: menuconfig snafu?

2001-03-28 Thread Doug McNaught
Dennis <[EMAIL PROTECTED]> writes: > I also find it interesting that the default at kernel.org wont boot on a > Pentium...generic should be the default. The default config is what boots on Linus' machine. Once you realise that your life get a lot easier. ;) -Doug - To unsubscribe from this

Re: Larger dev_t

2001-03-28 Thread Martin Dalecki
"H. Peter Anvin" wrote: > > This is my opinion on the issue. Short summary: "I'm sick of the > administrative burden associated with keeping dev_t dense." > > Linus Torvalds wrote: > > > > And let's take a look at /dev. Do a "ls -l /dev" and think about it. Every > > device needs a unique

Re: Can't find modules after moving to 2.4.2

2001-03-28 Thread John Jasen
On Wed, 28 Mar 2001, Marcus Ramos wrote: > I've moved from kernel 2.2.16 to 2.4.2 (RH7) and its boots OK, except > for the fact that none of the modules in "/etc/modules.conf" are loaded > anymore (although modules were enabled in kernel config). In upgrade modutils. current is 2.4.5 -- --

Re: New gigabit cards

2001-03-28 Thread Scott Laird
On Wed, 28 Mar 2001, Gregory Maxwell wrote: > > Asante: > FriendlyNet GigaNIX 1000TPC (Cu) $149.99 > Interesting -- this seems to be the only card of the set that actually has drivers available for download, although the D-Link card has drivers for an older GigE card listed. According to

Re: Incorrect mdelay() results on Power Managed Machines x86

2001-03-28 Thread Pavel Machek
Hi! > > During resume the IBM thinkpad with the cs46xx driver needs > > to delay 700 > > milleseconds, so if the machine is booted up on battery power, then to > > ensure that the delay is long enough, then a value of 3000 > > milleseconds is > > must be programmed into the driver (3

Re: Incorrect mdelay() results on Power Managed Machines x86

2001-03-28 Thread Pavel Machek
Hi! > > On the ThinkPad 600E (at least), we get a Power Status Change APM event. > > Any reason we couldn't recalibrate the bogomips on a power status change, > at least for laptops we know appear to need it (I can make the DMI code look > for matches there..) Notice that this is not 100%

FWD: 3 NIC cards problem

2001-03-28 Thread Lee Chin
I am posting this mail here because I have tried posting on many news groups, but no one seems to know how. Also, I did read documentation but could not figure out how to do this in Linux 2.4 kernel --Original Message-- From: Lee Chin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: 3

Re: [PATCH for 2.5] preemptible kernel

2001-03-28 Thread george anzinger
Dipankar Sarma wrote: > > Nigel Gamble wrote: > > > > On Wed, 21 Mar 2001, Keith Owens wrote: > > > I misread the code, but the idea is still correct. Add a preemption > > > depth counter to each cpu, when you schedule and the depth is zero then > > > you know that the cpu is no longer holding

Possible patch for Dell keyboard lockup

2001-03-28 Thread Pete Zaitcev
Hello, All: I have a situation where a Dell laptop would loose its keyboard after resume (thanks to Ben LaHaise for diagnosing this probelm). BIOS enables touchpad when resumed and if a user touches touchpad, "hardware" delivers IRQ 12 and will not deliver IRQ 1 until we process the mouse event.

Re: NTP on 2.4.2?

2001-03-28 Thread Pavel Machek
Hi! > I'm having problems getting my 2.4.2 kernel to synchronise properly. For > some reason, NTP is insisting on making time offset adjustments. Are you using fbcon? If so, and if it goes away after starting X, then it is the "fbcon kills interrupt latency" problem.

Re: Serial port latency

2001-03-28 Thread Pavel Machek
Hi! > Is the computer otherwise idle? > I've seen one unexplainable report with atm problems that disappeared > (!) if a kernel compile was running. I've seen similar bugs. If you hook something on schedule_tq and forget to set current->need_resched, this is exactly what you get. -- Philips

Repeatable lockup on SMP w/usbprocfs

2001-03-28 Thread Tony Hoyle
If an application calls the USBDEVFS_SUBMITURB ioctl to submit a read, when the async completion routine is called, the kernel goes into a hard deadlock (no response to ping, etc.). I've narrowed it down to the async_completed routine in usb.c. That's the only place where spinlocks are

Can't find modules after moving to 2.4.2

2001-03-28 Thread Marcus Ramos
Hello, I've moved from kernel 2.2.16 to 2.4.2 (RH7) and its boots OK, except for the fact that none of the modules in "/etc/modules.conf" are loaded anymore (although modules were enabled in kernel config). In "/lib/modules" I see two directories: 2.2.16 and 2.4.2 (which I assume is the default

Re: menuconfig snafu?

2001-03-28 Thread Dennis Noordsij
On Wednesday 28 March 2001 22:17, Dennis wrote: > its seems that "make menuconfig" only allows you to select 1 processor > type. it seems impossible that you cant build a generic kernel that > supports different processors. Its this just a menuconfig bug? > > Dennis You pick the lowest common

Re: 53c400a status

2001-03-28 Thread Alan Cox
> I got a HP Scanjet 3p with a SCSI card that got a 53c400a SCSI interface chip with >only > one jumper without a label. The card was shipped with the scanner. I tried to insert > the module and it does the same that was written in this archive earlier: complaint >about > business of the bus

Re: IDE and APM (standby) incompatibility on thinkpad T21?

2001-03-28 Thread Tim Wright
Rebuild your kernel and make sure CONFIG_APM_ALLOW_INTS is set to "Y". Tim On Wed, Mar 28, 2001 at 12:52:05PM -0500, D. Sen wrote: > Attempting to 'standby' the machine generates the following > syslog messages: > > Mar 27 23:58:56 localhost kernel: ide_dmaproc: chipset supported >

Re: [patch] Re: 2.4.3-pre8: IPX not building

2001-03-28 Thread Robert-Velisav MICIOVICI
Sorry to bother but it seems that the patchlet is still not good enough... problems at linkage or something: O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=athlon -c -o iodebug.o iodebug.c gcc -D__KERNEL__ -I/usr/src/linux-2.4.3-pre8/include -Wall

  1   2   3   4   5   >