Re: No sound (es1371) after test7

2000-09-23 Thread Linus Torvalds
In article <[EMAIL PROTECTED]>, Jon Evans <[EMAIL PROTECTED]> wrote: >On Fri, Sep 22, 2000 at 09:14:23AM -0400, Kernel Related Emails wrote: > >> Well everythings working fine in test9-pre5 except for the fact that sound >> has stopped functioning on my es1371 card. I had no problems with it at

Re: 2.4.0-test9-pre6 shmem problems revisited

2000-09-23 Thread Mohammad A. Haque
I think there's problem in both the kernel and in X. Why? Work machine: * test9-pre2 w/ X 4.0d ... uptime 5 days nothing reporting shm errors like my other boxes. This machine gets hit pretty hard when I'm on it. Co-worker's machine: * 2.2.16 w/ X 4.0.1c ...

Re: 2.4.0-test9-pre6 shmem problems revisited

2000-09-23 Thread Daniel Stone
> On Sun, 24 Sep 2000, Daniel Stone wrote: > > The problem is most definitely NOT X as I experienced the exact same > > problems and reported it to l-k yesterday; and my box has no trace of X on > > it. gcc and grep take it down though. > > I have been running 2.4.0-test9-pre2 for some time now

2.4.0-test9-pre6 shmem problems revisited

2000-09-23 Thread Byron Stanoszek
On Sun, 24 Sep 2000, Daniel Stone wrote: > > Somehow i cant help but think this is somehow linked to an OOM problem > > that has yet to be fixed with the 2.4.0-testX series. It seems > > suspiciously like the kernel is killing init when X decides it would be > > peachy to gobble up all the

Re: BTTV Driver under 2.2.18preX bug

2000-09-23 Thread mlist
Hello Mark! I wrote Alan about it a while ago, and I got no response.. Do you maybe have an idea who made this change in the code ? As far as I see, Alan is responsible for the video4linux thing, so maybe it's him. I'll re-write him soon if I'll get no response.. btw, a weird thing.. In wmtv it

Current CVS version of X does indeed break wrt SHM

2000-09-23 Thread David Ford
(cc: to [EMAIL PROTECTED] and to [EMAIL PROTECTED] - this should be the last post to LKML for this subject) Known historical items: -All shm segments get used up in very fast order. -Everyone noticing it maintains it is 4.01c versioned -It happens on multiple versions of Linux kernels, 2.2 and

ip forwarding/tunneling for WIN PPTP broken in 2.2.18pre9?

2000-09-23 Thread Stephen E. Clark
Linux kernel, I had been using 2.2.14pre16 to forward Win PPTP from my winblows machine to our Corp Business network. I upgraded to 2.2.18pre9 and used make oldconfig using my .config file from my 2.2.14 directory. I can no longer log into our Corp network using my Linux system as ip-forwarder

Re: how interesting are data->bss patches?

2000-09-23 Thread Keith Owens
On Sat, 23 Sep 2000 20:59:59 -0500 (CDT), Peter Samuelson <[EMAIL PROTECTED]> wrote: >(A related question: __initdata *does* have to be initialized, right?) If __initdata is not initialized then it ends up in the global .bss. This would defeat the purpose of using __initdata. - To unsubscribe

how interesting are data->bss patches?

2000-09-23 Thread Peter Samuelson
Not that any of us who don't do embedded projects ought to care very much, but I was curious. I grepped test9pre6 for globals initialized to 0 or NULL and came up with 2495 lines, first iteration. At 4-byte alignment this works out to something over 9k of .data that should be .bss (not that

Re: Problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread Daniel Stone
> safemode wrote: > > > Mark Hahn wrote: > > > >> this has nothing to do with the linux kernel. > >> X itself does not use shm for anything. apps may use > >> an X extension (XSHM) which uses shm segments to exchange > >> image data without copying through a socket, but that's > >> an

Re: (Fwd) CD-ROM (SCSI and IDE) not mounting disk

2000-09-23 Thread Glenn C. Hofmann
Another interesting thing that I just noticed, I can still play music CD's in either drive. On 23 Sep 2000, at 20:10 Glenn C. Hofmann wrote: > I will try to recompile some older kernels and see where it breaks, but here is the >output in the > logs when I try to mount the CD. I enabled

reserve= specifies ..... iomem or ioport?

2000-09-23 Thread Dag B
This may be obvious to a programmer, but...: ./Documentation/more kernel-parameters.txt : reserve=[KNL,BUGS] force the kernel to ignore some iomem area. http://cuip.uchicago.edu/doc/lilo-0.21/ : reserve=,,... reserves IO port regions. This can be used to prevent device

Re: (Fwd) CD-ROM (SCSI and IDE) not mounting disk

2000-09-23 Thread Glenn C. Hofmann
I will try to recompile some older kernels and see where it breaks, but here is the output in the logs when I try to mount the CD. I enabled debugging, as well. Found in debug logfile: Sep 23 19:58:05 hofmann1 kernel: VFS: Disk change detected on device ide1(22,64) Sep 23 19:58:05 hofmann1

Re: No sound (es1371) after test7

2000-09-23 Thread Jon Evans
On Fri, Sep 22, 2000 at 09:14:23AM -0400, Kernel Related Emails wrote: > Well everythings working fine in test9-pre5 except for the fact that sound > has stopped functioning on my es1371 card. I had no problems with it at > all in test7 but since then it doesn't work. On boot it detects

Re: (Fwd) CD-ROM (SCSI and IDE) not mounting disk

2000-09-23 Thread Jens Axboe
On Sat, Sep 23 2000, Glenn C. Hofmann wrote: > As of the more recent kernels (2.4.0-test8,7,6 for sure) both my IDE and > SCSI CD-ROM drives will not mount a disk. They fail and tell me that > there is no disk in the drive. I booted into an old 2.0.36 kernel just > to make sure it wasn't a

(Fwd) CD-ROM (SCSI and IDE) not mounting disk

2000-09-23 Thread Glenn C. Hofmann
Sorry, the files are attached this time... --- Forwarded message follows --- Date sent: Sun, 24 Sep 2000 00:35:57 + (GMT) From: "Glenn C. Hofmann" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date sent: Sat, 23 Sep 2000

CD-ROM (SCSI and IDE) not mounting disk

2000-09-23 Thread Glenn C. Hofmann
As of the more recent kernels (2.4.0-test8,7,6 for sure) both my IDE and SCSI CD-ROM drives will not mount a disk. They fail and tell me that there is no disk in the drive. I booted into an old 2.0.36 kernel just to make sure it wasn't a strange hardware failure and the CD mounted fine. I

Re: Given an image, how can show its config?

2000-09-23 Thread Horst von Brand
Keith Owens <[EMAIL PROTECTED]> said: [...] > I worry about anything that increases the on disk size of bzImage, even > if the extra data does not get loaded into kernel memory. > > 629590 2.2.16/arch/i386/boot/bzImage > 786273 2.4.0-test8/arch/i386/boot/bzImage > > cat .config System.map |

Re: FW: cdrecord and 'invalid field in parameter list' error

2000-09-23 Thread Nathan Neulinger
Joerg Schilling wrote: > > >From [EMAIL PROTECTED] Sun Sep 24 00:43:57 2000 > > >By the way, I looked like my message sent from a different host went through > >to this address. Can you please check and see if your admin has a > >blacklist/ip restriction against 208.18.12.x or 208.18.13.x? At

Re: kernel compiled with frame pointer

2000-09-23 Thread Keith Owens
On Sat, 23 Sep 2000 15:02:26 +0530 (IST), Sushil <[EMAIL PROTECTED]> wrote: >While writing kernel code what is the correct way to find out if the >kernel is being compiled with frame pointer? Sad to say, you cannot. This is an extract from the kdb patch

Re: [PATCH] Remove unneeded symbols from System.map

2000-09-23 Thread Keith Owens
On Sat, 23 Sep 2000 20:08:25 +0200, Daniel Phillips <[EMAIL PROTECTED]> wrote: >Keith Owens wrote: >> Please do not apply. The size of System.map is almost irrelevant. >> Having the __kstrtab_ and __ksymtab_ symbols in the map helps when >> debugging EXPORT_SYMBOL problems. I expect that other

1023rd thread crashes 2.4.0-test8 from non-root user

2000-09-23 Thread Ted Deppner
Greetings. I have already done some high level searchs of the linux-kernel mailing list, as well as linux24.sourceforge.net (tytso's 2.4 todo list) and haven't seen mention of a problem referencing this problem. The problem is large numbers of threads in 2.4.0-test8 can result in a hard crash

Re: Problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
safemode wrote: > Mark Hahn wrote: > >> this has nothing to do with the linux kernel. >> X itself does not use shm for anything. apps may use >> an X extension (XSHM) which uses shm segments to exchange >> image data without copying through a socket, but that's >> an extension, not inherent to

Re: cdrecord and 'invalid field in parameter list' error

2000-09-23 Thread Alan Cox
> Basically, when attempting to write a disk with any version of cdrecord, > I get this error. I am running 2.2.17 (also 2.2.16) on x86 with > hedrick's ide patch, and the reiserfs patch, and the replacement SG > driver from the cdrecord page. If you use their cdrecord and their patch why not

Re: Problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
Mark Hahn wrote: this has nothing to do with the linux kernel. X itself does not use shm for anything.  apps may use an X extension (XSHM) which uses shm segments to exchange image data without copying through a socket, but that's an extension, not inherent to X. > Ok, compiling using a cvs of X

Re: cdrecord and 'invalid field in parameter list' error

2000-09-23 Thread Jens Axboe
On Sat, Sep 23 2000, Nathan Neulinger wrote: > CDB: 55 10 00 00 00 00 00 00 3C 00 > status: 0x2 (CHECK CONDITION) > Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 26 00 00 8B > Sense Key: 0x5 Illegal Request, Segment 0 > Sense Code: 0x26 Qual 0x00 (invalid field in parameter list) Fru 0x0 >

Re: cdrecord and 'invalid field in parameter list' error

2000-09-23 Thread Nathan Neulinger
Thomas Molina wrote: > > On Sat, 23 Sep 2000, Nathan Neulinger wrote: > > > I've seen mentions of this problem before on linux-kernel and on > > numerous other lists, but have never seen a solution to it. > > > > Basically, when attempting to write a disk with any version of cdrecord, > > I get

RE [OT] Reply to headder..

2000-09-23 Thread Gerhard Mack
> Reply ALL also results in 2 mails being sent instead of one but of > course this is usually not a problem since one is going direct and the > other is going through vger, but still... it's kind of wasteful to > resources and i dont see any harm in Reply-to being sent in the > header. >

Re: Problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread David Ford
safemode wrote: > SHM segments are increasing (they only go away when X closes) .. swap seems > to be stable for nowhere is the ipcs -u output If they all go away when X closes, it seems that X is at fault. -d -- "The difference between 'involvement' and 'commitment' is like an

Re: Problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
Alan Cox wrote: > I have about 16 after 2 days. Thats a fairly typical desktop (gnome panel, > gfm and everything else is a terminal window) Whoa now?! 16 shm segments?if that's true something is terribly wrong with either X or the kernel's handling of shm that's scary. this is

Re: Problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread David Ford
19.5 day uptime on test8 and 4.01b, ~13 segments, ~350K all user 'david'. 4 day uptime on test8 and 4.01c, ~16 segments, 256 bytes used by user 'postgres'. test9 is very broken, we know it is :] There are a bunch of OOPSes and complaints about the VM. -d safemode wrote: > Ok, compiling

cdrecord and 'invalid field in parameter list' error

2000-09-23 Thread Nathan Neulinger
I've seen mentions of this problem before on linux-kernel and on numerous other lists, but have never seen a solution to it. Basically, when attempting to write a disk with any version of cdrecord, I get this error. I am running 2.2.17 (also 2.2.16) on x86 with hedrick's ide patch, and the

Re: Problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
safemode wrote: > Ok, compiling using a cvs of X i got a couple hours ago, I'm just > wondering what the average segment number is for SHM on an X session > that has been up for a while i'll get back with any sort of info > on if the SHM problem has been solved with this latest CVS or if

Re: BTTV Driver under 2.2.18preX bug

2000-09-23 Thread Mark Cooke
On Sun, 24 Sep 2000 [EMAIL PROTECTED] wrote: > Anybody else encountered a bug with the bttv driver under kernel > 2.2.18preX (All the Pre-releases) ? > Or the other thing- anybody got bttv driver to work under these kernels ? > > When I'm using this kernel with 2.2.17 bttv.o , it works great..

Re: kernel compiled with frame pointer

2000-09-23 Thread Russell King
Sushil writes: > #ifdef CONFIG_FRAME_POINTER > code assuming frame pointer > #else > code assuming no frame pointer You want #endif here. > Is CONFIG_FRAME_POINTER a part of some external patch? I think you've been looking at some of the ARM code. Yes, we do manipulate the

Re: Given an image, how can show its config?

2000-09-23 Thread Marcelo Tosatti
On Sat, 23 Sep 2000, David Ford wrote: > Keith Owens wrote: > > > That would take my 2.4.0 bzImage to 893864, it does not leave much room > > out of a 1.4Mb floppy for LILO files. We could have multiple make > > targets, with and without appended config/map but that just complicates > > the

Re: ISAPnP + Soundblaster doesn't work without 'multiple=0'

2000-09-23 Thread Harald Dunkel
Hi Paul, Thanx very much for your patch for sb_card.c. I have tested it with 2.4.0-test9-pre6. The Oops is gone. Have a nice weekend Harri -- Harald Dunkel | [EMAIL PROTECTED] | If your operating system seems to Synopsys GmbH | Kaiserstr. 100 | be made by Dr. Frankenstein, then 52134

Re: Given an image, how can show its config?

2000-09-23 Thread David Ford
Keith Owens wrote: > That would take my 2.4.0 bzImage to 893864, it does not leave much room > out of a 1.4Mb floppy for LILO files. We could have multiple make > targets, with and without appended config/map but that just complicates > the build environment. I normally occupy over a meg with

BTTV Driver under 2.2.18preX bug

2000-09-23 Thread mlist
Hello Everyone! Anybody else encountered a bug with the bttv driver under kernel 2.2.18preX (All the Pre-releases) ? Or the other thing- anybody got bttv driver to work under these kernels ? When I'm using this kernel with 2.2.17 bttv.o , it works great.. Cya, Oren. - To unsubscribe from

Re: Problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
Ok, compiling using a cvs of X i got a couple hours ago, I'm just wondering what the average segment number is for SHM on an X session that has been up for a while i'll get back with any sort of info on if the SHM problem has been solved with this latest CVS or if it continues to look like

Re: Given an image, how can show its config?

2000-09-23 Thread Andrzej Krzysztofowicz
> On Sat, 23 Sep 2000 11:33:31 +0200, > Daniel Phillips <[EMAIL PROTECTED]> wrote: > >I'd just like to remind you of Alan Cox's suggestion about appending > >.config.gz to bzImage so that it doesn't get loaded into memory, and > >my suggestion to put System.map.gz there as well. > > I worry

2.2.16/2.2.17 + Reiserfs + NFS patches?

2000-09-23 Thread Mike A. Harris
Are there any known problems with using a reiserfs patched 2.2.16 or 2.2.17 with the NFS patches? If not, does the patch order matter? Also, what is the URL to get the NFS patches for the above kernels? TIA -- Mike A. Harris - Linux advocate - Open source advocate

[PATCH] mkdep mishandles apostrophes in // comments

2000-09-23 Thread Mike Klar
Hi, I ran into a problem with my own kernel source files in the Linux VR project where 'make dep' was missing CONFIG_* dependencies for some files with C++ style comments. It turns out that mkdep doesn't check for // at all, so it will misinterpret apostrophes in those comments as single quotes

[patch] net/ipv4/arp.c #20000923

2000-09-23 Thread David Ford
Attached is the most recent version of arp.c patch, it incorporates the following: - fixes the IP and hardware type collision - removes the %s, "*" as the arp mask won't ever be incorporated here -d -- "The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast:

Re: [DOC] Debugging early kernel hangs

2000-09-23 Thread Daniel Phillips
Benjamin Herrenschmidt wrote: > > >Hmm, good idea, but how does this work on, say, non-x86 architectures > >which don't have a VGA text frame buffer, or whose VGA text frame buffer > >is not mapped in, or whose VGA text frame buffer is not initialised. > > > >You will still end up with those

kernel compiled with frame pointer

2000-09-23 Thread Sushil
Hi, While writing kernel code what is the correct way to find out if the kernel is being compiled with frame pointer? Is the following code correct? #ifdef CONFIG_FRAME_POINTER code assuming frame pointer #else code assuming no frame pointer The top level Makefile that

[OT] lkml reply-to header (was: Re: problem with 2.4.0-test9-pre6 seems to be SHM)

2000-09-23 Thread David Ford
safemode wrote: > Reply ALL also results in 2 mails being sent instead of one but of course this is >usually not a problem since one is going direct and the other is going through vger, >but still... it's kind of wasteful to > resources and i dont see any harm in Reply-to being sent in the

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
David Ford wrote: > safemode wrote: > > > i'll get back about the latest xfree86 in about 2 hours .. but if anyone has any >other ideas > > or info i can give ...it's not problem. test8 seems stable enough to keep itself >up until > > i'm ready to reboot. > > I should hope, I have a 20 day

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, safemode <[EMAIL PROTECTED]> wrote: >One more little complaint.. why doesn't vger replace the FROM to >[EMAIL PROTECTED] like any other sane mailing list ... i >keep going to Reply and not sending to the list. At least add a >reply-to tag like the proftpd

Re: interrupt magic

2000-09-23 Thread Daniel Phillips
Anton Altaparmakov wrote: > > I can't remember anything about protected mode interrupt handlers nor have > I ever looked at Linux interrupt handling but at least in real mode from my > good old PC/DOS programming days I seem to remember that if you are hooking > a hardware interrupt vector then

Munging reply-to headers etc. (was: Re: problem with 2.4.0-test9-pre6 seems to be SHM)

2000-09-23 Thread Henrik Størner
In <[EMAIL PROTECTED]> safemode <[EMAIL PROTECTED]> writes: [mega snip] See http://www.unicom.com/pw/reply-to-harmful.html for all of the good reasons why the vger lists behave just the way they should. -- Henrik Storner | "Crackers thrive on code secrecy. Cockcroaches breed <[EMAIL

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread David Ford
safemode wrote: > i'll get back about the latest xfree86 in about 2 hours .. but if anyone has any >other ideas > or info i can give ...it's not problem. test8 seems stable enough to keep itself up >until > i'm ready to reboot. I should hope, I have a 20 day uptime so far. -d --

Linux 2.2.18pre10

2000-09-23 Thread Alan Cox
More USB synchronziation. Other fixes of stuff that crept in from the big changes before and a few longer term bug fixes 2.2.18pre10 o Add printk level to partition printk messages (me) o Fix bluesmoke address report/serialize (Andrea Arcangeli) o Add 2.4pre

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
David Ford wrote: > safemode wrote: > > > One more little complaint.. why doesn't vger replace the FROM to > > [EMAIL PROTECTED] like any other sane mailing list ... i > > keep going to Reply and not sending to the list. At least add a > > reply-to tag like the proftpd mailing list has if you

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
2.4.0-test8-vm3 seems quite stable with this CVS of X After running xawtv and gqmpeg ...which would quickly die due to shm being maxed .. it still works and shows ~ 839 segments ..not really moving from it And after 20 min with all the apps i had open before, still not in swap. Which on test9,

Re: alloc_skb called nonatomically from interrupt

2000-09-23 Thread Marcelo Tosatti
On Sat, 23 Sep 2000, Jesper Juhl wrote: > Hello people, > > This is probably nothing important, but I thought I'd post it anyway in > case it's of use to somebody. Actually its important. > I just checked my syslog and noticed these strange messages: > > Aug 29 19:05:19 dustpuppy kernel:

Re: lvm in 2.4.0-test9pre5

2000-09-23 Thread Andrea Arcangeli
On Sat, Sep 23, 2000 at 01:34:33PM -0500, Peter Samuelson wrote: > common association. It's a documentation issue as much as anything, Agreed. > and you've basically taken care of that in -pre6. Looks fine to me too. Andrea - To unsubscribe from this list: send the line "unsubscribe

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
David Ford wrote: > safemode wrote: > > > It seems to me that test8-vm3 handles this fine. in test9 upon loading X i was > > already using swap and down to 10MB ... here i have netscape loaded and some other > > stuff along with gaim and i've got 36MB free still. I'm not so sure you can

Re: lvm in 2.4.0-test9pre5

2000-09-23 Thread Peter Samuelson
[Peter Samuelson] > > "md", on the other hand, is well-established as referring to Linux > > RAID, but if you add lvm the label is too narrow. [Linus] > Yes, we have all thes _historical_ reasons why people think "md" > refers to the particular RAID code in question. But so what? LVM is >

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread David Ford
safemode wrote: > It seems to me that test8-vm3 handles this fine. in test9 upon loading X i was > already using swap and down to 10MB ... here i have netscape loaded and some other > stuff along with gaim and i've got 36MB free still. I'm not so sure you can chalk > this up totally to X

Re: [PATCH] Remove unneeded symbols from System.map

2000-09-23 Thread Daniel Phillips
Keith Owens wrote: > > Brian Gerst <[EMAIL PROTECTED]> wrote: > >Currently, System.map contains a significant number of automatically > >generated symbols. These symbols are unnecessary for debugging since > >they represent individual elements of the exported symbol and PCI device > >tables, yet

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
David Ford wrote: > XFree86 Version 4.0.1b / X Window System > (protocol Version 11, revision 0, vendor release 6400) > Release Date: 11 August 2000 > > =) > > Are you by chance using cvs X from after september 10th? If so, hop on the > [EMAIL PROTECTED] mailing list and post your comments

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread David Ford
safemode wrote: > One more little complaint.. why doesn't vger replace the FROM to > [EMAIL PROTECTED] like any other sane mailing list ... i > keep going to Reply and not sending to the list. At least add a > reply-to tag like the proftpd mailing list has if you want to keep the > FROM tag

Re: lvm in 2.4.0-test9pre5

2000-09-23 Thread Linus Torvalds
On Fri, 22 Sep 2000, Peter Samuelson wrote: > > But most if not all block drivers, and some char drivers for that > matter, could be considered part of "storage management". So the label > is too broad. "md", on the other hand, is well-established as > referring to Linux RAID, but if you add

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread David Ford
Shaw Starr repored on [EMAIL PROTECTED] that a fresh checkout of 4.01d and fresh build of X resulted in a fixed/working shm w/ X. -d safemode wrote: > When in doubt. . Blame it on the biggest piece of crap around .. X.One can > say using a cvs of X is the cause of this by somehow i doubt

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread Mohammad A. Haque
Use your client Reply all function. that'll get itint here. I personally think the list is fine the way it is because I dont need to worry about whether or not the person who sent the message is on the list or not by default. But that's just me. safemode wrote: > > One more little complaint..

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread David Ford
XFree86 Version 4.0.1b / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date: 11 August 2000 =) Are you by chance using cvs X from after september 10th? If so, hop on the [EMAIL PROTECTED] mailing list and post your comments there. There is another gentlemen

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
One more little complaint.. why doesn't vger replace the FROM to [EMAIL PROTECTED] like any other sane mailing list ... i keep going to Reply and not sending to the list. At least add a reply-to tag like the proftpd mailing list has if you want to keep the FROM tag as the original sender.

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread David Ford
I think it's time to get Christoph on the line and see what he has to say. The 4096 number is a limit to the system, you can have a max of 4096 shared memory segments systemwide. Do you know offhand which programs are using(abusing) shm? -d safemode wrote: > David Ford wrote: > > > No, those

Re: alloc_skb called nonatomically from interrupt

2000-09-23 Thread juhl
> > This is probably nothing important, but I thought I'd post it anyway in > > case it's of use to somebody. > > it is important, but unless you are unable to provide a System.map from > exactly the kernel image you were running at that time, it is useless. > > -- > Live long and prosper > -

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
David Ford wrote: > No, those two are often empty. Does the total of the first group's bytes > column match the used column of df? > > -d The sum of the Bytes used in the 4096 entries ipcs shows is WAY off from the bytes used in df if that's what you wanted to know.df shows 109K in use...

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
David Ford wrote: > safemode wrote: > > > xawtv will still work but gqmpeg cannot run. shget returns no memory > > available on any app trying to access it. Well, hope that tells > > someone something because i'm stumped .. something in shm seems > > broken.. or the vm is. > > what

Re: problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
David Ford wrote: > safemode wrote: > > > xawtv will still work but gqmpeg cannot run. shget returns no memory > > available on any app trying to access it. Well, hope that tells > > someone something because i'm stumped .. something in shm seems > > broken.. or the vm is. > > what

Re: Tailmerging for Ext2 - release 0.0

2000-09-23 Thread Daniel Phillips
Daniel Phillips wrote: > I see that Ingo Molnar has been working on a btree directory extension for Ext2... Oops, I mispoke, Ted Ts'o is actually doing that work, sorry Ted. Um, did it work? -- Daniel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Tone of the Race to 2.4....

2000-09-23 Thread Michael Peddemors
Seems a little like people are racing to get this kernel out.. and getting frustrated with the little things that keep cropping up.. Sounds so much like our business where it was starting to seem like we were racing from one fire to another, and wondering how come we got to that point.. The

Re: Given an image, how can show its config?

2000-09-23 Thread Daniel Phillips
Andreas Haumer wrote: > > Keith Owens wrote: > > > > I worry about anything that increases the on disk size of bzImage, even > > if the extra data does not get loaded into kernel memory. > > > You also have to consider filesize restrictions with some > network bootproms loading the kernel image

Re: test9-pre6 and GFP_BUFFER allocations

2000-09-23 Thread Ingo Molnar
On Sat, 23 Sep 2000, Roger Larsson wrote: > One approach could be: only goto try_again if GFP_IO is set. > And alloc one page from the critical memory pool. > I will try this. i'll try this too. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: Given an image, how can show its config?

2000-09-23 Thread Daniel Phillips
Keith Owens wrote: > Daniel Phillips <[EMAIL PROTECTED]> wrote: > > I'd just like to remind you of Alan Cox's suggestion about appending > > .config.gz to bzImage so that it doesn't get loaded into memory, and > > my suggestion to put System.map.gz there as well. > > I worry about anything that

Re: test9-pre6 and GFP_BUFFER allocations

2000-09-23 Thread Ingo Molnar
On Sat, 23 Sep 2000, Roger Larsson wrote: > * Won't we end up in an infinite loop? FYI, i still see a rare deadlock, even under test9-pre6. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ

Problem with 2.4.0-test9-pre6 seems to be SHM

2000-09-23 Thread safemode
In running xawtv i stumbled upon a very interesting message shmget: No space left on device yet df -m shows shm 8192 108 8084 2% /var/shm I'm not sure what's going on here, /var/shm shows a BUNCH of files in it.. and none of my partitions are even close to

test9-pre6 and GFP_BUFFER allocations

2000-09-23 Thread Roger Larsson
Hi, What will happen in this scenario: a process * grabs a fs semaphore * needs some buffers to do IO, calls __alloc_pages(GFP_BUFFER) Suppose the system is MIN on free mem, has no inactive_clean pages. We will end up around line 446 in pages_alloc.c and issue a try_to_free_pages(...). Then goto

Re: [PATCH] ISAPNP using an invalid IO_APIC IRQ

2000-09-23 Thread M.H.VanLeeuwen
Alan Cox wrote: > > IRQ 5 may well have gone to an onboard device. > > There are two things to note here: > > 1. By default if you boot with non PnP OS the BIOS will assign IRQ's > to PnP devices and we would be best to try and keep the existing value when > possible (so the PCI/ISA

Re: Given an image, how can show its config?

2000-09-23 Thread Chris Ricker
On Sat, 23 Sep 2000, Keith Owens wrote: > I worry about anything that increases the on disk size of bzImage, even > if the extra data does not get loaded into kernel memory. > > 629590 2.2.16/arch/i386/boot/bzImage > 786273 2.4.0-test8/arch/i386/boot/bzImage > > cat .config System.map | gzip |

Re: problem with kmalloc

2000-09-23 Thread Tigran Aivazian
you didn't use GFP_KERNEL priority in the interrupt handler, did you? GFP_KERNEL allocations can sleep so cannot be used in the interrupt handler. Use GFP_ATOMIC instead. On Sat, 23 Sep 2000 [EMAIL PROTECTED] wrote: > hi! > this is related to previous problem, > when i tried to allocate 64k of

Re: No sound (es1371) after test7

2000-09-23 Thread Steven Cole
On 2000-9-23 06:26:27 "H. Peter Anvin" wrote: >With 2.4.0-test9-pre6, I don't get anything (writers on /dev/dsp block >indefinitely) using the es1371 driver, with the following specs: > >es1371: version v0.26 time 21:30:39 Sep 22 2000 >es1371: found chip, vendor id 0x1274 device id 0x1371

weird mem crap in test9-pre6

2000-09-23 Thread safemode
I'd like to start out by saying Rik's latest patch to test8 was working GREAT except that deadlock problem which after 7 days of uptime in X finally occurred. So, I thought, updating to the latest normal kernel should have that and it fixed. Obviously I was wrong. The kernel is displaying

problem with kmalloc

2000-09-23 Thread aprasad
hi! this is related to previous problem, when i tried to allocate 64k of physical memory by calling kmalloc(64*1024-1, GFP_KERNEL), it allocated the memory, also wrote the memory, but when i read it, it gave Ayeei message, saying interrupt handlers has been killed..and computer hanged, its

Re: [PATCH] abuse of macros in swab.h

2000-09-23 Thread Giuliano Pochini
> +static inline __u64 ___swab16(__u64 x) > +{ > + return (__u64)((x & (__u64)0x00ffULL) << 56) | > + (__u64)((x & (__u64)0xff00ULL) << 40) | > + (__u64)((x & (__u64)0x00ffULL) << 24) | > + (__u64)((x &

2.4 foreign modules - proc_register() gone ?

2000-09-23 Thread Robert Redelmeier
I'm in the process of migrating my foreign modules to 2.4, and it now appears that proc_register() and proc_unregister() are no longer exported from the kernel. Bug or feature? I know that Linus reserves the right to change interfaces, but I couldn't find any mention in the archives of deleting

Re: [DOC] Debugging early kernel hangs

2000-09-23 Thread Thorsten Kranzkowski
On Sat, Sep 23, 2000 at 09:57:38PM +1100, Keith Owens wrote: > On Sat, 23 Sep 2000 12:42:13 +0200, > Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > >However, there's still a huge gap between the last progress() message and > >availability of the frame buffer device. The simple console has

Re: PROBLEM: Is remap_page_range() working properly?

2000-09-23 Thread Andrea Santoro
Thanx for the answer. > You can only remap reserved or I/O space > Read drivers/sound a bit - it has code that allocates, reserves and remaps > memory Oh, now I see why I found so many references to remap_page_range() in sound cards code. But there is still something that seems odd to me: 1)

[BUG] test9-pre6: semi-deadlocks

2000-09-23 Thread Daniel Stone
In test9-pre6, when going to compile something - just hit make, gcc kicked in - and grepping, my system came to a semi-deadlock both times. By this I mean that you can switch between vconsoles pretty snappily (this system has no X), but you cannot type at all on those consoles (I think 5 minutes

kmalloc and get_free_pages failure

2000-09-23 Thread aprasad
i tried to allocate physical memory of 128k by calling kmalloc function, passing parameter of (128k-1)bytes, but the computer hanged. when i made it to 32k , the computer rebooted, i am using 2.2.14-5.0 kernel. same was the case with get_free_pages() service.. note:please cc the answer - To

Re: [DOC] Debugging early kernel hangs

2000-09-23 Thread Keith Owens
On Sat, 23 Sep 2000 13:02:38 +, Thorsten Kranzkowski <[EMAIL PROTECTED]> wrote: >How about the possibility to use architecture specific backends? E.g. my >little Alpha machine has an 8-bit debugging LED port that would be very suited >for this. You can define VIDEO_CHAR() to do whatever

Re: Given an image, how can show its config?

2000-09-23 Thread Andreas Haumer
Hi! Keith Owens wrote: > > On Sat, 23 Sep 2000 11:33:31 +0200, > Daniel Phillips <[EMAIL PROTECTED]> wrote: > >I'd just like to remind you of Alan Cox's suggestion about appending > >.config.gz to bzImage so that it doesn't get loaded into memory, and > >my suggestion to put System.map.gz there

Re: Is now possible to mount the same filesystem at multiple mountpoints?

2000-09-23 Thread Peter Samuelson
[Alvaro Lopes] > So, I have now the same filesystem mounted in two mountpoints. > > Is this OK ? It used not to be. Yes. Part of Al Viro's vfs overhaul a couple months back. Peter - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: interrupt magic

2000-09-23 Thread Anton Altaparmakov
I can't remember anything about protected mode interrupt handlers nor have I ever looked at Linux interrupt handling but at least in real mode from my good old PC/DOS programming days I seem to remember that if you are hooking a hardware interrupt vector then you have to issue a end of

alloc_skb called nonatomically from interrupt

2000-09-23 Thread Jesper Juhl
Hello people, This is probably nothing important, but I thought I'd post it anyway in case it's of use to somebody. I just checked my syslog and noticed these strange messages: Aug 29 19:05:19 dustpuppy kernel: Unable to handle kernel paging request at virtual address f006f004 Aug 29 19:05:19

Re: Tailmerging for Ext2 - release 0.0

2000-09-23 Thread Daniel Phillips
Marc Lehmann wrote: > > On Sat, Sep 16, 2000 at 10:59:54PM +0200, Daniel Phillips ><[EMAIL PROTECTED]> wrote: > > Here we are, finally: code. I do not make any claim that this code is > > elegant, correct, complete, esthetically pleasing or that it will > > refrain from eating your hard disk.

Re: 3c59x NIC overruns with multicast makes networking freeze

2000-09-23 Thread Arnaud Installe
The description of the NICs in question as found in /etc/sysconfig/hwconf are: 3Com Corporation|3c900B-TPO [Etherlink XL TPO] 3Com Corporation|3c905C-TX [Fast Etherlink] In one machine it's the first which is getting lots of overruns; in the other it's the second. Depends on which one is

  1   2   3   >