Re: Unknown HZ value! (2000) Assume 1024.

2001-05-02 Thread Tom Holroyd
On Wed, 2 May 2001, Albert D. Cahalan wrote: > This is pretty bogus. The idle time can run _backwards_ on an SMP > system. True, but it's failing for single CPU systems (like mine), too. >> I notice also that since kstat.per_cpu_nice is an unsigned int, it's >> going to overflow in another 3.6

Re: Unknown HZ value! (2000) Assume 1024.

2001-05-02 Thread Tom Holroyd
On Wed, 2 May 2001, Albert D. Cahalan wrote: This is pretty bogus. The idle time can run _backwards_ on an SMP system. True, but it's failing for single CPU systems (like mine), too. I notice also that since kstat.per_cpu_nice is an unsigned int, it's going to overflow in another 3.6 days

Unknown HZ value! (2000) Assume 1024.

2001-05-01 Thread Tom Holroyd
Alpha. 2.4.1. Hz = 1024. Uptime > 48.54518 days (low idle). (Subject message from ps and friends.) /proc/uptime: 4400586.27 150439.36 /proc/stat: cpu 371049158 3972370867 8752820 4448994822 (user,nice, system, idle) In .../fs/proc/proc_misc.c:kstat_read_proc(), the cpu line

Unknown HZ value! (2000) Assume 1024.

2001-05-01 Thread Tom Holroyd
Alpha. 2.4.1. Hz = 1024. Uptime 48.54518 days (low idle). (Subject message from ps and friends.) /proc/uptime: 4400586.27 150439.36 /proc/stat: cpu 371049158 3972370867 8752820 4448994822 (user,nice, system, idle) In .../fs/proc/proc_misc.c:kstat_read_proc(), the cpu line is

2.4.0prerelease -- lack of IO error on bad swap IO

2001-01-11 Thread Tom Holroyd
into the D state, and then vmstat, ps, top, et al. would go D. Now, of course the problem was that the swap partition was bigger than the physical media, but there was no error message at all, just procs stuck in D. Probably there should be an error message, or something. Dr. Tom Holroyd "I am,

2.4.0prerelease -- lack of IO error on bad swap IO

2001-01-11 Thread Tom Holroyd
into the D state, and then vmstat, ps, top, et al. would go D. Now, of course the problem was that the swap partition was bigger than the physical media, but there was no error message at all, just procs stuck in D. Probably there should be an error message, or something. Dr. Tom Holroyd "I am,

Re: VM: do_try_to_free_pages failed

2000-12-28 Thread Tom Holroyd
do_try_to_free_pages failed for init... > > last message repeated 15 times > > kernel: VM: do_try_to_free_pages failed for vmstat... > > Known problem; should be fixed in 2.2.19pre2 or higher (that include > Andrea Arcangeli's vm-global-7 patch). Yup, I can't make it ha

Re: VM: do_try_to_free_pages failed

2000-12-28 Thread Tom Holroyd
message repeated 15 times kernel: VM: do_try_to_free_pages failed for vmstat... Known problem; should be fixed in 2.2.19pre2 or higher (that include Andrea Arcangeli's vm-global-7 patch). Yup, I can't make it happen on pre3. Dr. Tom Holroyd "I am, as I said, inspired by the biological phen

VM: do_try_to_free_pages failed

2000-12-27 Thread Tom Holroyd
l? Do I need to configure some out-of-memory thing? Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _Ther

VM: do_try_to_free_pages failed

2000-12-27 Thread Tom Holroyd
need to configure some out-of-memory thing? Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _There's Plen

Oops in pdev_sort_resources

2000-12-03 Thread Tom Holroyd
list->next = tmp; break; } } So, presumably, near the end of the loop list->next is NULL and the line struct resource_list *ln = list->next; causes the oops. Dr. Tom Holroyd "I am,

Re: test12-pre4

2000-12-03 Thread Tom Holroyd
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mno-fp-regs -ffixed-8 -mcpu=ev6 -Wa,-mev6-DEXPORT_SYMTAB -c pci.c pci.c: In function `pci_read_bases': pci.c:576: `tmp' undeclared (first use in this function) pci.c:576:

Re: test12-pre4

2000-12-03 Thread Tom Holroyd
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mno-fp-regs -ffixed-8 -mcpu=ev6 -Wa,-mev6-DEXPORT_SYMTAB -c pci.c pci.c: In function `pci_read_bases': pci.c:576: `tmp' undeclared (first use in this function) pci.c:576:

Oops in pdev_sort_resources

2000-12-03 Thread Tom Holroyd
; break; } } So, presumably, near the end of the loop list-next is NULL and the line struct resource_list *ln = list-next; causes the oops. Dr. Tom Holroyd "I am, as I said, inspired by the biological phen

memory.c:83: bad pmd 0000000000000001

2000-11-12 Thread Tom Holroyd
got it (and various test1-9 before that), so it has to be something in one of the later test10pre versions. It's coming from mm/memory.c:free_one_pmd(). Compiled with gcc 2.95.2 19991024 (release). Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical f

memory.c:83: bad pmd 0000000000000001

2000-11-12 Thread Tom Holroyd
got it (and various test1-9 before that), so it has to be something in one of the later test10pre versions. It's coming from mm/memory.c:free_one_pmd(). Compiled with gcc 2.95.2 19991024 (release). Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical f

memory.c:83: bad pmd 0000000000000001.

2000-11-09 Thread Tom Holroyd
Alpha, 2.4.0-test10. kernel: memory.c:83: bad pmd 0001. Happened right when I ^Ced a vmstat that had been running all day, but that could be coincidence. It must be Florida's fault. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

memory.c:83: bad pmd 0000000000000001.

2000-11-09 Thread Tom Holroyd
Alpha, 2.4.0-test10. kernel: memory.c:83: bad pmd 0001. Happened right when I ^Ced a vmstat that had been running all day, but that could be coincidence. It must be Florida's fault. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

test10 compile fails on alpha

2000-10-31 Thread Tom Holroyd
at which times() counts */ +#endif #endif /* _ASM_ALPHA_PARAM_H */ Also CONFIG_ALPHA_LARGE_VMALLOC is not recognized by "make xconfig". Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all

test10 compile fails on alpha

2000-10-31 Thread Tom Holroyd
at which times() counts */ +#endif #endif /* _ASM_ALPHA_PARAM_H */ Also CONFIG_ALPHA_LARGE_VMALLOC is not recognized by "make xconfig". Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all

test10-pre5 ten sec freeze

2000-10-24 Thread Tom Holroyd
39032 0 0 012 1122 372 96 4 0 The 100% sys cpu line is the one (this one only lasted about 6 seconds). Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effect

test10-pre5 ten sec freeze

2000-10-24 Thread Tom Holroyd
39032 0 0 012 1122 372 96 4 0 The 100% sys cpu line is the one (this one only lasted about 6 seconds). Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effect

Re: floppy on alpha

2000-10-12 Thread Tom Holroyd
.2. You might try that. I have floppy.o configured as a module, also. Try that, too. Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author).

Re: floppy on alpha

2000-10-12 Thread Tom Holroyd
that, too. Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _There's Plenty of Room at the Bottom_ - To unsubscribe from

test9 not using buffers

2000-10-11 Thread Tom Holroyd
0 0 4568 444984 38008 141744 0 0 4109... and it won't grow much bigger than that no matter what I do. What's up with buffers? Confused, Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fa

test9 not using buffers

2000-10-11 Thread Tom Holroyd
0 0 4568 444984 38008 141744 0 0 4109... and it won't grow much bigger than that no matter what I do. What's up with buffers? Confused, Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fa

Re: test9-pre9

2000-10-02 Thread Tom Holroyd
): undefined reference to `barrier' serial.c(.text+0x10244): undefined reference to `barrier' drivers/char/char.o(.text+0x10248):serial.c: more undefined references to `barrier' follow config attached. This error existed in -pre8, too, but I sent the message to rutgers... Dr. Tom Holroyd "I am,

Re: test9-pre9

2000-10-02 Thread Tom Holroyd
): undefined reference to `barrier' serial.c(.text+0x10244): undefined reference to `barrier' drivers/char/char.o(.text+0x10248):serial.c: more undefined references to `barrier' follow config attached. This error existed in -pre8, too, but I sent the message to rutgers... Dr. Tom Holroyd "I am,