Re: Linux 2.4.2ac12 (vt82c686 info)

2001-03-08 Thread Vojtech Pavlik
On Wed, Mar 07, 2001 at 01:23:49PM +, John Heil wrote: > > Also, the vt82c686 will work just fine with Linux, but will be limited > > to UDMA33, because UDMA66 on this chip does reliably fail. > > Based on following the lkml threads on Via chipsets, it seems that > the 686a at or above rev 2

Re: IDE bug in 2.4.2-ac12?

2001-03-08 Thread Vojtech Pavlik
On Thu, Mar 08, 2001 at 09:01:15AM +0100, [EMAIL PROTECTED] wrote: > Do you mean the Power Supply Unit? Or the Program Storage Unit? ;-) Power Supply Unit, yes. > To answer to your questions: > - I haven't tried to remove the CD-ROM because both devices shall work > together > - the ZIP does

Re: Mapping a piece of one process' addrspace to another?

2001-03-08 Thread Pavel Machek
Hi! > > You are reinventing the wheel. > > man ptrace (see PTRACE_{PEEK,POKE}{TEXT,DATA} and PTRACE_{ATTACH,CONT,DETACH}) > > With ptrace data will be copied twice. As far as I understood, Jeremy > wants to avoid that. mmap /proc/pid/memory?

Re: scsi vs ide performance on fsync's

2001-03-08 Thread Pavel Machek
Hi! > If not, then the drive could by all means optimise the access pattern > provided it acked the data or provided the results in the same order as the > instructions were given. This would probably shorten the time for a new > pathological set (distributed evenly across the disk surface, but

Re: IDE bug in 2.4.2-ac12?

2001-03-08 Thread Konrad Stopsack
Vojtech Pavlik wrote: > On Thu, Mar 08, 2001 at 09:01:15AM +0100, Konrad Stopsack wrote: > > > Do you mean the Power Supply Unit? Or the Program Storage Unit? ;-) > > Power Supply Unit, yes. > > > To answer to your questions: > > - I haven't tried to remove the CD-ROM because both devices shal

Re: IDE bug in 2.4.2-ac12?

2001-03-08 Thread Konrad Stopsack
Vojtech Pavlik wrote: > On Thu, Mar 08, 2001 at 09:51:43AM +0100, Konrad Stopsack wrote: > > > > I don't see any other way how the ZIP could have impact on the IDE HDD > > > on a different IDE interface. > > The 82c586b can be a chip with locked-together IDE controllers, can't > it? > > What do

Re: 2.4.3-pre2 aic7xxx crash on alpha

2001-03-08 Thread Metod Kozelj
Hello, On Wed, 7 Mar 2001, Justin T. Gibbs wrote: > >(scsi1:A:0:0): data overrun detected in Data-out phase. Tag == 0x36. > >(scsi1:A:0:0): Have seen Data Phase. Length = 0. NumSGs = 0. > > As I mentioned to you the last time you brought up this problem, I > don't believe that this is caused

Process memory DMA access from devices, kiobuf ?

2001-03-08 Thread Terry Barnaby
Hi, We are doing work with FPGA's and have a Linux driver for a particular board that has these devices. For performance reasons the driver has the ability to DMA directly to process (user) memory. We have made use of the kiobuf routines such as "map_user_kiobuf()" to map into physical memory the

Re: IDE bug in 2.4.2-ac12?

2001-03-08 Thread Konrad Stopsack
Vojtech Pavlik wrote: > On Thu, Mar 08, 2001 at 10:06:57AM +0100, Konrad Stopsack wrote: > > Vojtech Pavlik wrote: > > > On Thu, Mar 08, 2001 at 09:51:43AM +0100, Konrad Stopsack wrote: > > > > > > > > I don't see any other way how the ZIP could have impact on the IDE > > > HDD > > > > > on a d

Re: 64-bit capable block device layer

2001-03-08 Thread David Weinehall
On Wed, Mar 07, 2001 at 07:53:23PM +0100, Jens Axboe wrote: > On Wed, Mar 07 2001, Rik van Riel wrote: > > > > how would you feel about having the block device layer 64-bit > > > > capable, so Linux can have block devices of more than 2GB in > > > > size ? > > > > > > I already did this here, or s

Questions - Re: [PATCH] documentation for mm.h

2001-03-08 Thread Anton Altaparmakov
At 22:33 07/03/2001, Rik van Riel wrote: [snip] > typedef struct page { >+ struct list_head list; /* ->mapping has some page lists. */ >+ struct address_space *mapping; /* The inode (or ...) we belong to. */ >+ unsigned long index;/* Our offset within mappi

2.4.1, 2.4.2 don't compile with new 'ld' interface on i386

2001-03-08 Thread Seth Arnold
Greetings! :) I was presented with the following error when attempting to compile kernel 2.4.2 and 2.4.1: [...] nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw] \)\|\(\.\.ng$\)\|\(LASH[RL]DI\)' | sort > System.map make[2]: Entering directory `/home/sarnold/Local/Linux.2.4.1/arch/i386/boot

Re: Questions - Re: [PATCH] documentation for mm.h

2001-03-08 Thread Ingo Oeser
On Thu, Mar 08, 2001 at 10:11:50AM +, Anton Altaparmakov wrote: > At 22:33 07/03/2001, Rik van Riel wrote: > [snip] > > typedef struct page { > >+ struct list_head list; /* ->mapping has some page lists. */ > >+ struct address_space *mapping; /* The inode (or ...) we bel

Ooops on 2.2.18...

2001-03-08 Thread Rogier Wolff
Hi, I misconfigured my Linux 2.2.18 kernel: forgot to include the network device, which is kind of essential for a machine with nfs-root. So it just sat there waiting for the root floppy... Then I recompiled my kernel, but when I came back to the console I saw: Floppy drive(s): fd0 is 1.44M

Re: scsi vs ide performance on fsync's

2001-03-08 Thread Stephen C. Tweedie
Hi, On Wed, Mar 07, 2001 at 10:36:38AM -0800, Linus Torvalds wrote: > On Wed, 7 Mar 2001, Jeremy Hansen wrote: > > > > So in the meantime as this gets worked out on a lower level, we've decided > > to take the fsync() out of berkeley db for mysql transaction logs and > > mount the filesystem -o

RE: spinlock help

2001-03-08 Thread Hen, Shmulik
OK guys, you were right. The bug was in our code - sorry for trouble. Turns out that while I was away, the problem was solved by someone else. The problem is probably related to the fact that when we did 'spin_lock_irqsave(c,d)', 'd' was a global variable. The fix was to wrap the call with another

Re: static scheduling - SCHED_IDLE?

2001-03-08 Thread Zdenek Kabelac
ludovic wrote: > > Oswald Buddenhagen wrote: > > > > > The problem with these things it that sometimes such a task may hold > > > a lock, which can prevent higher-priority tasks from running. > > > > > true ... three ideas: > > - a sort of temporary priority elevation (the opposite of SCHED_YIELD

Re: spinlock help

2001-03-08 Thread Andrew Morton
"Hen, Shmulik" wrote: > > OK guys, you were right. The bug was in our code - sorry for trouble. > Turns out that while I was away, the problem was solved by someone else. The > problem is probably related to the fact that when we did > 'spin_lock_irqsave(c,d)', 'd' was a global variable. The fix

Re: Questions - Re: [PATCH] documentation for mm.h

2001-03-08 Thread Anton Altaparmakov
At 10:51 08/03/01, Ingo Oeser wrote: >On Thu, Mar 08, 2001 at 10:11:50AM +, Anton Altaparmakov wrote: > > At 22:33 07/03/2001, Rik van Riel wrote: > > [snip] > > > typedef struct page { > > >+ struct list_head list; /* ->mapping has some page > lists. */ > > >+ struct ad

RE: pthreads related issues

2001-03-08 Thread Tony Gale
I think the following should explain the performance issue you are seeing. Quote from Kaz Kylheku <[EMAIL PROTECTED]>: --- When things run slower on SMP, there are usually these possible explanations. Firstly, there may be cache

SX driver patch.

2001-03-08 Thread Rogier Wolff
Hi Alan, A client noted that we forgot to implement breaks in the SX driver. Turns out to be easy. Moreover... I actually tested this patch! (Somehow the Makefile entry for SX got stomped on, that's fixed here too.) Roger. -- ** [EMAIL PROTECTED] ** http://ww

Re: 2.4.3-pre2 aic7xxx crash on alpha

2001-03-08 Thread Wakko Warner
> > >(scsi1:A:0:0): data overrun detected in Data-out phase. Tag == 0x36. > > >(scsi1:A:0:0): Have seen Data Phase. Length = 0. NumSGs = 0. > > > > As I mentioned to you the last time you brought up this problem, I > > don't believe that this is caused by the aic7xxx driver, but the > > aic7xx

Re: aic7xxx funcs without return values

2001-03-08 Thread Alan Cox
> They don't return a value because doing so is meaningless. You aren't > going to get past the panic. The compiler should know that assuming > panic is properly tagged as a function that cannot return. > > You may also want to check up on your C since having a break after > a return is, well,

Re: static scheduling - SCHED_IDLE?

2001-03-08 Thread Andrew Morton
Zdenek Kabelac wrote: > > > Since the linux kernel is not preemptive, the problem is a little > > bit more complicated; A low priority kernel thread won't lose the > > CPU while holding a lock except if it wants to. That simplifies the > > locking problem you mention but the idea of background lo

Re: Linux kernel - and regular sync'ing?

2001-03-08 Thread Alan Cox
> at irregular intervals of 10-30 seconds, most likely calls to sync, so > that the disk never gets to sleep for long. I've followed advice in the > various HOWTO's, e.g. modifying the line "ud::once:/sbin/update" in > /etc/inittab to only sync once an hour, to no avail. Watching "top", it That

Re: Linux 2.4.2ac14

2001-03-08 Thread Alan Cox
> >The next patch would create the file `include/linux/hdlc.h', > >which already exists! Assume -R? [n] n > >Apply anyway? [n] y > >patching file `include/linux/hdlc.h' > >Patch attempted to create file `include/linux/hdlc.h', which already exists. > >Hunk #1 FAILED at 1. > >1 out of 1 hunk FAILE

v0.92,Tulip, carrier errors

2001-03-08 Thread John Brosnan
Hi, using Donald Becker's tulip.c:v0.92 on Linux 2.2.16, if I bring down an interface using ifconfig and bring it back up again, when I transmit data on the interface I see lots of carrier errors and very bad performance. Is this a known problem ? Any workarounds/fixes ? thanks, John -

Re: 64-bit capable block device layer

2001-03-08 Thread Stephen C. Tweedie
Hi, On Wed, Mar 07, 2001 at 07:53:23PM +0100, Jens Axboe wrote: > > > > OTOH, I'm not sure what problems it could give to make this > > a compile-time option... > > Plus compile time options are nasty :-). It would probably make > bigger sense to completely skip all the merging etc for low end

Re: Questions - Re: [PATCH] documentation for mm.h

2001-03-08 Thread Rik van Riel
On Thu, 8 Mar 2001, Anton Altaparmakov wrote: > At 10:51 08/03/01, Ingo Oeser wrote: > >On Thu, Mar 08, 2001 at 10:11:50AM +, Anton Altaparmakov wrote: > > > At 22:33 07/03/2001, Rik van Riel wrote: > > * A page may belong to an inode's memory mapping. In this case, > > * page->mapping is t

Re: Questions - Re: [PATCH] documentation for mm.h

2001-03-08 Thread Rik van Riel
On Thu, 8 Mar 2001, Anton Altaparmakov wrote: > At 22:33 07/03/2001, Rik van Riel wrote: > [snip] > > typedef struct page { > >+ struct list_head list; /* ->mapping has some page lists. */ > >+ struct address_space *mapping; /* The inode (or ...) we belong to. */ > >+

scan directory content in kernel-level code

2001-03-08 Thread christophe barbe
I'm trying to scan the content of the /dev directory in a init_module function. I've not found example in the kernel source. So I try to reproduce the work of the system call. I open the directory, check if the readdir pointer is not null in the f_op structure and then use it with my filldir fun

Re: Questions - Re: [PATCH] documentation for mm.h

2001-03-08 Thread Ingo Oeser
Hi, On Thu, Mar 08, 2001 at 11:39:27AM +, Anton Altaparmakov wrote: > > > >+ unsigned long index;/* Our offset within mapping. */ > > > Assuming index is in bytes (it looks like it is): > >isn't. To get the byte offset, you have to multiply it by PAGE_{CACHE_,}SIZE. > > How

[Patch] Module Unloading using Read-Copy-Update

2001-03-08 Thread Maneesh Soni
Hello, In this post I would like to submit a patch providing a two phase cleanup logic for solving the module unloading races in linux. It uses the deferred update interface provided by the Read-Copy-Update mechanism. A patch with implementation of Read-Copy-Update on linux has been posted ear

quota on 32bit-uid patch

2001-03-08 Thread Keitaro Yosimura
Hi Marco van Wieringen, Linus, and any hackers. I've ported my quota patches for 2.4.2. based on ftp://atrey.karlin.mff.cuni.cz/pub/local/jack/quota/v2.4/quota-fix-2.4.0-test12-1.diff.gz ftp://atrey.karlin.mff.cuni.cz/pub/local/jack/quota/v2.4/quota-patch-2.4.0-test12-1.diff.gz You can dow

low-latency patches

2001-03-08 Thread Andrew Morton
These have been updated, retested and I'm now tracking the -ac kernels. http://www.uow.edu.au/~andrewm/linux/schedlat.html#downloads Changes since Jan 23: none. - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Mor

ACPI:system description tables not found.

2001-03-08 Thread Stephen Torri
I am using kernel-2.4.2-ac12 (will try ac14). The motherboard is a Supermicro P6DBU. (I will need to check the board when I get home to confirm). I get the messages below when the system starts: acpi: system description tables not found The manufacturer says that there is support for acpi. So I

Re: 64-bit capable block device layer

2001-03-08 Thread Ingo Oeser
On Wed, Mar 07, 2001 at 07:53:23PM +0100, Jens Axboe wrote: > Plus compile time options are nasty :-). It would probably make > bigger sense to completely skip all the merging etc for low end > machines. I think they already do this for embedded kernels (ie > removing ll_rw_blk.c and elevator.c).

Re: static scheduling - SCHED_IDLE?

2001-03-08 Thread Boris Dragovic
> did "these" apply only to the tasks, that actually hold a lock? > if not, then i don't like this idea, as it gives the processes > time for the only reason, that it _might_ hold a lock. this basically > undermines the idea of static classes. in this case, we could actually > just make the "nice

Re: Questions about Enterprise Storage with Linux

2001-03-08 Thread Jesse Pollard
james rich <[EMAIL PROTECTED]>: > On Wed, 7 Mar 2001, Tom Sightler wrote: > > > 2. Does linux have any problems with large (500GB+) NFS exports, how about > > large files over NFS? > > > > 3. What filesystem would be best for such large volumes? We currently use > > reirserfs on our internal

Re: ACPI:system description tables not found.

2001-03-08 Thread Stephen Torri
Motherboard is a P6DBE. IDE drives. Just found the site and confirmed it. Stephen On Thu, 8 Mar 2001, Stephen Torri wrote: > I am using kernel-2.4.2-ac12 (will try ac14). The motherboard is a > Supermicro P6DBU. (I will need to check the board when I get home to > confirm). I get the messages b

Re: static scheduling - SCHED_IDLE?

2001-03-08 Thread Rik van Riel
On Thu, 8 Mar 2001, Boris Dragovic wrote: > > did "these" apply only to the tasks, that actually hold a lock? > > if not, then i don't like this idea, as it gives the processes > > time for the only reason, that it _might_ hold a lock. this basically > > undermines the idea of static classes. in

2.4.2 kernel mount crash

2001-03-08 Thread Jie Zhou
Hi, Folks, I did an upgrade from kernel-2.2.16 to the latest version-2.4.2. During the "make bzImage"step, I got bunch of this warning: "pasting would not give a valid preprocessing token". then I just ignored it and after all done rebooted the linux and got into the new kernel successfully. How

Re: 2.4.2 kernel mount crash

2001-03-08 Thread Remco B. Brink
"Jie Zhou" <[EMAIL PROTECTED]> writes: > I did an upgrade from kernel-2.2.16 to the latest version-2.4.2. > During the "make bzImage"step, I got bunch of this warning: > "pasting would not give a valid preprocessing token". then I just ignored > it and after all done rebooted the linux and got in

Re: 2.4.2 kernel mount crash

2001-03-08 Thread Alan Cox
> > During the "make bzImage"step, I got bunch of this warning: > > "pasting would not give a valid preprocessing token". then I just ignored The pasting warning is harmless > The above message is related to the version of gcc that you get with > your copy of RedHat7. You might just want to use

Kernel crash - reboot or hang

2001-03-08 Thread Mircea Damian
Hello, I NEED TO TRACE THIS!!! I had two crashes with 2.4.2 and 2.4.2-pre2 on my local SMTP/POP3/SAMBA/WWW server (once under some load and the second one - with 2.4.2-pre2 - while it was almost idle). The machine is an HP Netserver LHII without the standard raid card that comes with it (see b

Re: 2.4.2 kernel mount crash

2001-03-08 Thread Remco B. Brink
Alan Cox <[EMAIL PROTECTED]> writes: > > I used kgcc to compile the kernel, did not get any of the RH7 gcc warning messages > > and still am left with a not-so-stable mount. > > Its certainly worth building with kgcc as well to make sure, and in this case > it looks like the problem is really in

2.2.18 corruption: IDE + PCMCIA ?

2001-03-08 Thread Magnus Damm
Hi all, I've experienced some disk corruption on my laptop. Scenario: I'm cross-compiling tons of sources and I felt the need to insert a CompactFlash card (via PCMCIA) in my laptop. So I did, no problem: mounted, touched a file, umounted, cardctl-ejected. Pretty soon my compilation stops: bas

Question: fs meta data, page cache and locking

2001-03-08 Thread Anton Altaparmakov
It was suggested to repost the below as a new thread and to cc: linux-fsdevel. Any comments would be appreciated. TIA, Anton So here goes: At 12:41 08/03/01, Ingo Oeser wrote: > > On Thu, Mar 08, 2001 at 11:39:27AM +, Anton Altaparmakov wrote: >[snip, attributions lost] > > > > >+

Can't use high IRQs on ISA ethernet card

2001-03-08 Thread Jules Bean
Hi, I just had a weird and frustrating experience trying to get an ethernet card to work. I think the problem lies in the kernel's IRQ handling, which is why I'm reporting it here. I'll try to think of al lthe relevenat details, but it's been one of those mornings consisting of much rebooting,

Microsoft begining to open source Windows 2000?

2001-03-08 Thread Venkatesh Ramamurthy
Please check out this article. Looks like microsoft know open source is the thing of the future. I would consider that it is a begining step for full blown GPL http://www.zdnet.com/enterprise/stories/main/0,10228,2692987,00.html - To unsubscribe from this list: send the line "unsubscribe linu

/dev/poll patch for 2.4

2001-03-08 Thread Mathieu Dube
Hi, Somebody asked me for that patch it might need some tweaking, adding #include somewhere -- Mathieu Dube Mondo-Live www.flipr.com diff -urP linux-2.4.0/drivers/char/Config.in linux-2.4.0-devpoll/drivers/char/Config.in --- linux-2.4.0/drivers/char/Config

Re: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Jesse Pollard
Venkatesh Ramamurthy <[EMAIL PROTECTED]>: > > Please check out this article. Looks like microsoft know open source is the > thing of the future. I would consider that it is a begining step for full > blown GPL > > http://www.zdnet.com/enterprise/stories/main/0,10228,2692987,00.html Not a ch

Re: Kernel crash - reboot or hang

2001-03-08 Thread Chris Mason
On Thursday, March 08, 2001 04:17:23 PM +0200 Mircea Damian <[EMAIL PROTECTED]> wrote: > > Hello, > > I NEED TO TRACE THIS!!! > > I had two crashes with 2.4.2 and 2.4.2-pre2 on my local > SMTP/POP3/SAMBA/WWW server (once under some load and the second one - > with 2.4.2-pre2 - while it was a

Re: 2.4.2-acX and reiserfs

2001-03-08 Thread Chris Mason
On Thursday, March 08, 2001 08:36:51 AM -0100 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > I'm 99.9% certain that those patches referred to have been merged with the > latest 2.4.2-acX, but just to make it 100% certain I'm asking this > question. At www.namesys.com, the reiserfs website,

Re: Linux 2.4.3

2001-03-08 Thread David Weinehall
On Mon, Mar 05, 2001 at 09:35:30PM -0500, Richard B. Johnson wrote: > > Attempts to run linux-2.4.3-pre2 on chaos.analogic.com results > in **MASSIVE** file-system destruction. I have (had) all SCSI > disks, using the BusLogic controller. > > There is something **MAJOR** going on BAD, BAD, BAD,

Re: scsi vs ide performance on fsync's

2001-03-08 Thread Chris Mason
On Wednesday, March 07, 2001 08:56:59 PM + "Stephen C. Tweedie" <[EMAIL PROTECTED]> wrote: > Hi, > > On Wed, Mar 07, 2001 at 09:15:36PM +0100, Jens Axboe wrote: >> On Wed, Mar 07 2001, Stephen C. Tweedie wrote: >> > >> > For most fs'es, that's not an issue. The fs won't start writeback o

[PATCH] remove CONFIG_NCR885E from Configure.help

2001-03-08 Thread Steven Cole
It appears that use of CONFIG_NCR885E was removed in 2.4.2-ac2, in Config.in and the Makefile in drivers/net. If it really is the case that CONFIG_NCR885E is history, then it should be history in Configure.help as well. This patch, against 2.4.2-ac14, removes CONFIG_NCR885E from Configure.help.

Re: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Mohammad A. Haque
On Thu, 8 Mar 2001, Venkatesh Ramamurthy wrote: > Please check out this article. Looks like microsoft know open source is the > thing of the future. I would consider that it is a begining step for full > blown GPL > > http://www.zdnet.com/enterprise/stories/main/0,10228,2692987,00.html > - F

opening files in /proc, and modules

2001-03-08 Thread Michael Rothwell
How can I detect that open() has been called on a file in procfs that a module provides? If I modprobe my module, open one or more if its proc entries, then rmmod the module while the proc files are still open, then the deletion of those entries is deferred. When I close the file(s), the kernel oo

Re: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Alan Cox
> Please check out this article. Looks like microsoft know open source is the > thing of the future. I would consider that it is a begining step for full > blown GPL Oh sure Maybe 1200 people "Users are prohibited from amending" Sorry but Linus had > 1200 people able to modify his code in

Re: Linux 2.4.3

2001-03-08 Thread Richard B. Johnson
On Thu, 8 Mar 2001, David Weinehall wrote: > On Mon, Mar 05, 2001 at 09:35:30PM -0500, Richard B. Johnson wrote: > > > > Attempts to run linux-2.4.3-pre2 on chaos.analogic.com results > > in **MASSIVE** file-system destruction. I have (had) all SCSI > > disks, using the BusLogic controller. > >

RE: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Venkatesh Ramamurthy
My initial thought after seeing this article was that microsoft was testing its waters on open sourcing. If i have 1500 licenses then i would get the source. If i find any bug in thier source , i would report to microsoft or send a patch and they would put it in thier next version. Is this not th

Re: [PATCH] remove CONFIG_NCR885E from Configure.help

2001-03-08 Thread Geert Uytterhoeven
On Thu, 8 Mar 2001, Steven Cole wrote: > It appears that use of CONFIG_NCR885E was removed in 2.4.2-ac2, > in Config.in and the Makefile in drivers/net. > > If it really is the case that CONFIG_NCR885E is history, then it > should be history in Configure.help as well. I'm still wondering whether

RE: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Mohammad A. Haque
On Thu, 8 Mar 2001, Venkatesh Ramamurthy wrote: > My initial thought after seeing this article was that microsoft was testing > its waters on open sourcing. If i have 1500 licenses then i would get the > source. If i find any bug in thier source , i would report to microsoft or > send a patch an

Re: opening files in /proc, and modules

2001-03-08 Thread Brian Gerst
Michael Rothwell wrote: > > How can I detect that open() has been called on a file in procfs that a > module provides? If I modprobe my module, open one or more if its proc > entries, then rmmod the module while the proc files are still open, then > the deletion of those entries is deferred. When

RE: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Anton Altaparmakov
At 16:04 08/03/01, Venkatesh Ramamurthy wrote: >My initial thought after seeing this article was that microsoft was testing >its waters on open sourcing. If i have 1500 licenses then i would get the >source. If i find any bug in thier source , i would report to microsoft or >send a patch and they

RE: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Rik van Riel
On Thu, 8 Mar 2001, Venkatesh Ramamurthy wrote: > Only thing microsoft does not want to immediately go full open > sourcing and get embarrased at the hands of linux people. They don't need to release their source code to achieve that. Rik -- Linux MM bugzilla: http://linux-mm.org/bugzilla.shtml

Re: opening files in /proc, and modules

2001-03-08 Thread Michael Rothwell
Figured it out -- I think. This appears to be the answer: In struct proc_dir_entry,set the fill_inode function pointer to a callback to handle refcounts. struct proc_dir_entry { ... void (*fill_inode)(struct inode *, int); ... }; void fill_inode_cb(struct inode *i, int v) { if (v==0) { MOD

Re: Questions about Enterprise Storage with Linux

2001-03-08 Thread james rich
On Thu, 8 Mar 2001, Jesse Pollard wrote: > james rich <[EMAIL PROTECTED]>: > > On Wed, 7 Mar 2001, Tom Sightler wrote: > > > > > 2. Does linux have any problems with large (500GB+) NFS exports, how about > > > large files over NFS? > > > > > > 3. What filesystem would be best for such large v

Re: opening files in /proc, and modules

2001-03-08 Thread Alexander Viro
On 8 Mar 2001, Michael Rothwell wrote: > Figured it out -- I think. This appears to be the answer: > > In struct proc_dir_entry,set the fill_inode function pointer to a > callback to handle refcounts. > > struct proc_dir_entry > { > ... > void (*fill_inode)(struct inode *, int); > ... > }; [s

Re: opening files in /proc, and modules

2001-03-08 Thread Michael Rothwell
Sweet! Thanks! I'm working on 2.2 for now, but the 2.4 API looks nicer... :) -M On 08 Mar 2001 11:43:24 -0500, Alexander Viro wrote: > > > On 8 Mar 2001, Michael Rothwell wrote: > > > Figured it out -- I think. This appears to be the answer: > > > > In struct proc_dir_entry,set the fill_ino

crashes if accassing FAT MO

2001-03-08 Thread Tino Keitel
Hi folks, I use kernel 2.4.2. If I try to access files on a 640 MB MO (2048 bytes hardware sector size) and the MO is using FAT fs I only got messages like these: Unable to handle kernel NULL pointer dereference at virtual address printing eip: *pde = Oops: CPU:

RE: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Wayne . Brown
No, the Linux way is to send the patch to everyone else who's developing or testing the kernel. Even if Linus doesn't accept it into the "official" kernel, there's nothing to stop you (or anyone else) from using it yourself or distributing it to others. The Microsoft agreement prevents you fro

Re: [PATCH] remove CONFIG_NCR885E from Configure.help

2001-03-08 Thread David Weinehall
On Thu, Mar 08, 2001 at 08:52:20AM -0700, Steven Cole wrote: > It appears that use of CONFIG_NCR885E was removed in 2.4.2-ac2, > in Config.in and the Makefile in drivers/net. > > If it really is the case that CONFIG_NCR885E is history, then it > should be history in Configure.help as well. > > T

nfs mount result in invalid operand:000 (on 386 only)

2001-03-08 Thread Mr. Jerome Corre
Hi, I have recently been given an old 386 PC, I haven't got a hard disk for it, just a floppy and a network card, so I decided to create a boot disk for it, and then using nfs connect to one of my two pentium (which run RedHat 6.2) and work like that. I made a boot disk and with the linux 6.2

[OT] Re: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Stuart MacDonald
From: "Venkatesh Ramamurthy" <[EMAIL PROTECTED]> > http://www.zdnet.com/enterprise/stories/main/0,10228,2692987,00.html "As such, clients will not be allowed to alter the code in any form and may not give any other party access to any aspect of that code." Does this preclude one reading the sour

Re: Can't use high IRQs on ISA ethernet card

2001-03-08 Thread john slee
On Thu, Mar 08, 2001 at 02:51:42PM +, Jules Bean wrote: > So, in summary, what seems to me to be happening is that the high IRQs > (9-13, say) appear to be unavailable for use by ISA cards on my > machine, at the moment. The kernel allows ISA cards to claim these > IRQs (and the cards then sh

RE: ACPI:system description tables not found.

2001-03-08 Thread David Christensen
Stephen, Is there a BIOS setup option for enabling ACPI? Make sure it is enabled. Also attach a copy of the E820 output from dmesg. David Christensen > I am using kernel-2.4.2-ac12 (will try ac14). The motherboard is a > Supermicro P6DBU. (I will need to check the board when I get home to > co

RE: Microsoft begining to open source Windows 2000?

2001-03-08 Thread James A. Sutherland
On Thu, 8 Mar 2001, Anton Altaparmakov wrote: > At 16:04 08/03/01, Venkatesh Ramamurthy wrote: > >My initial thought after seeing this article was that microsoft was testing > >its waters on open sourcing. If i have 1500 licenses then i would get the > >source. If i find any bug in thier source ,

Re: Linux 2.4.2ac12 (vt82c686 info)

2001-03-08 Thread Wayne Whitney
In mailing-lists.linux-kernel, you wrote: > Make sure you use the latest 2.4.2-acxx drivers. Most other versions of > my drivers have little bugs in the 686b support. Harmless but somewhat > annoying. Does this mean that the version 3.21 of your driver in the latest 2.4.2-acxx is newer than the

Re: [OT] Re: Microsoft begining to open source Windows 2000?

2001-03-08 Thread James A. Sutherland
On Thu, 8 Mar 2001, Stuart MacDonald wrote: > From: "Venkatesh Ramamurthy" <[EMAIL PROTECTED]> > > http://www.zdnet.com/enterprise/stories/main/0,10228,2692987,00.html > > "As such, clients will not be allowed to alter the code in any form and > may not give any other party access to any aspect o

Re: [PATCH] RFC: fix ethernet device initialization

2001-03-08 Thread Jes Sorensen
> "Jeff" == Jeff Garzik <[EMAIL PROTECTED]> writes: Jeff> People from time to time point out a wart in ethernet Jeff> initialization: The net_device is allocated and registered to Jeff> the system in init_etherdev, which is usually one of the first Jeff> things an ethernet driver probe functi

Re: [OT] Re: Microsoft begining to open source Windows 2000?

2001-03-08 Thread rjd
Stuart MacDonald wrote: > > It seems to me this might be an opportunity... Or a trap. I'm not about to go anywhere near this and won't even look at the licience but I bet the M$ argument will go something like: You've looked at the code. You now know things that are propriatary to M$.

Re: Q: explicit alignment control for the slab allocator

2001-03-08 Thread Jes Sorensen
> "Manfred" == Manfred Spraul <[EMAIL PROTECTED]> writes: Manfred> First of all HW_CACHEALIGN aligns to the L1 cache, not Manfred> SMP_CACHE_BYTES. Additionally you sometimes need a Manfred> guaranteed alignment for other problems, afaik ARM needs 1024 Manfred> bytes for some structures due

RE: ACPI:system description tables not found.

2001-03-08 Thread Grover, Andrew
> From: Stephen Torri [mailto:[EMAIL PROTECTED]] > I am using kernel-2.4.2-ac12 (will try ac14). The motherboard is a > Supermicro P6DBU. (I will need to check the board when I get home to > confirm). I get the messages below when the system starts: > > acpi: system description tables not found

RE: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Anton Altaparmakov
At 17:36 08/03/2001, James A. Sutherland wrote: >On Thu, 8 Mar 2001, Anton Altaparmakov wrote: > > At 16:04 08/03/01, Venkatesh Ramamurthy wrote: > > It is a "look but don't touch" license which is as far away from the ideas > > of the GPL as you can possibly get. > >Is it? Going from "totally clo

Re: Elevator algorithm parameters

2001-03-08 Thread LA Walsh
I hate when that happens... LA Walsh wrote: > If you ask for code from me, it'll be a while -- My read and write ...Q's are rather full right now with some higher priority I/O...:-) -l -- L A Walsh| Trust Technology, Core Linux, SGI [EMAIL PROTECTED]

Elevator algorithm parameters

2001-03-08 Thread LA Walsh
I have a few comments/questions on the elv. alg. as it is now. Some of them may be based on a flawed understanding, but please be patient anyway :-). 1) read-ahead is given the same 'latency' [max-wait priority] as 'read' I can see r-a as being less important than 'read' -- 'read' means so

Server tuning for maximum I/O performance...

2001-03-08 Thread Fons Rademakers
Hi Andrea, we are trying to build Linux disk servers. We have the following setup: - L440GX+ intel mobo, 133MHz PCI bus - 2 dual PIII 700 MHz, 512 MB ECC - 2 system disks 15 GB mirrored in hw - 20 data disks IBM 75 GB nominal datarate between 20 and 34 MB/s (seq accesses) used in 10 mirrore

RE: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Richard B. Johnson
On Thu, 8 Mar 2001, Mohammad A. Haque wrote: > On Thu, 8 Mar 2001, Venkatesh Ramamurthy wrote: > > > My initial thought after seeing this article was that microsoft was testing > > its waters on open sourcing. If i have 1500 licenses then i would get the > > source. If i find any bug in thier so

OOPS with 2.4.2-ac12

2001-03-08 Thread Gianluca Anzolin
Hello, I've been experiencing since 2.4.2-ac5 (I'm not sure about this) some oops on one of my PCs: it's a Pentium Classic 166, 84 MB of RAM, kernel 2.4.2-ac12. It works as a gateway (doing NAT) between my LAN and internet. I use a ISDN card (Hisax HFC-PCI) and a NE2000 compatible nic (ne.c). I

Re: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Jeff V. Merkey
On Thu, Mar 08, 2001 at 05:53:08PM +, Anton Altaparmakov wrote: > > > >They do already license the source to a few trusted companies (Executive > >Software used to ship modified NTFS drivers for NT 3.51 as part of > >Diskeeper, IIRC). They are inching ever so slowly towards letting human > >be

[PATCH] ramdisk/VM fix

2001-03-08 Thread Philipp Rumpf
With the current rd.c code, we can get into a situation where there is a buffer-only page for data which is also in a page cache page with page->buffers != NULL. The current vmscan.c code never frees the page cache page in this scenario, effectively doubling ramdisk memory requirements. Linus, I

Re: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Joseph Pingenot
>From Mohammad A. Haque on Thursday, 08 March, 2001: [snip] >Also notice that you're now paying MS so you can find their bugs. Very >nice. Indeed. They've been very successful so far in getting people to pony up (pay) for beta software (see W2K: The Beta, Whistler/XP: The Beta, and (I am pre

Re: [PATCH] Re: Can't compile 2.4.2-ac14

2001-03-08 Thread Hugh Dickins
On Thu, 8 Mar 2001, Andrew Morton wrote: > "J . A . Magallon" wrote: > > Try this: > This is the better fix. I'm interested in the thinking here (because I tend the other way). With J.A.M.'s patch blessed by Andrew, #ifdef CONFIG_DEBUG_BUGVERBOSE goes around do_BUG() in fault.c, around its exter

Re: Microsoft begining to open source Windows 2000?

2001-03-08 Thread Ian Stirling
> Not a chance. First your company must have at least 1500 licences and > you can't modify any code... which implies that you can't rebuild either... You can modify your compiler, so that it accepts patches (with no context) and completely rewrite anything that needs modified. The modified s

Re: Question: fs meta data, page cache and locking

2001-03-08 Thread Alexander Viro
On Thu, 8 Mar 2001, Anton Altaparmakov reposted: > >But user space will never see metadata pages anyway, so you > >should be the only one, who cares about them. Just be prepared to > >writepage() and readpage() and the like. ITYM ->prepare_write()/->commit_write(). See ftp.math.psu.edu/pub/vi

Re: Linux 2.4.2ac12 (vt82c686 info)

2001-03-08 Thread Harold Oga
On Thu, Mar 08, 2001 at 09:17:06AM +0100, Vojtech Pavlik wrote: >On Wed, Mar 07, 2001 at 01:23:49PM +, John Heil wrote: >Make sure you use the latest 2.4.2-acxx drivers. Most other versions of >my drivers have little bugs in the 686b support. Harmless but somewhat >annoying. Hi, Hmm, last I

Re: Linux 2.4.2ac12 (vt82c686 info)

2001-03-08 Thread Vojtech Pavlik
On Thu, Mar 08, 2001 at 09:30:23AM -0800, Wayne Whitney wrote: > In mailing-lists.linux-kernel, you wrote: > > > Make sure you use the latest 2.4.2-acxx drivers. Most other versions of > > my drivers have little bugs in the 686b support. Harmless but somewhat > > annoying. > > Does this mean th

Re: aic7xxx funcs without return values

2001-03-08 Thread Justin T. Gibbs
>The bigger problem with that driver for pedants is that it contains globals >with names like 'hard_error' which are asking for clashes . Bizarrely all >the static functions are carefully named ahc_* and the globals are called >things like 'restart_squencer' Such is the evolutionary nature of mos

  1   2   >