Re: ln -s broken on 2.4.5

2001-05-30 Thread Sergey Kubushin

On Wed, 30 May 2001, Marcus Meissner wrote:

> On Wed, May 30, 2001 at 09:08:56PM +0100, Alan Cox wrote:
> > > > What file system. Its find on my 2.4.5-ac with ext2
> > >
> > > 100% reproducible on NFS and EXT2 here, with following:
> >
> >
> > > $ ls -la bar
> > > lrwxrwxrwx   1 marcus   users   3 May 30 20:30 bar -> bar
> >
> > bash-2.04$ uname -a
> > Linux irongate.swansea.linux.org.uk 2.4.5-ac2 #163 Mon May 28
> 22:56:38 BST 2001 i686 unknown
> > bash-2.04$ ln -s frobnitz flop
> > bash-2.04$ ls -l f*
> > lrwxrwxrwx1 alan users   8 May 30 20:50 flop ->
> frobnitz
> >
> > bash-2.04$ gcc -v
> > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
> > gcc version 2.96 2731 (Red Hat Linux 7.1 2.96-81
>
> The problem is only there if you specify a directory for the linked to
> component.
>
> [marcus@wine /tmp]$ strace -f ln -s fupp/berk xxx
> execve("/bin/ln", ["ln", "-s", "fupp/berk", "xxx"], [/* 39 vars */]) =
> 0
> ... ld stuff ... locale stuff ...
> lstat64("xxx", 0xb47c)  = -1 ENOENT (No such file or
> directory)
> lstat64("xxx", 0xb47c)  = -1 ENOENT (No such file or
> directory)
> symlink("fupp/berk", "xxx") = 0
> _exit(0)= ?
> [marcus@wine /tmp]$ ll xxx
> lrwxrwxrwx   1 marcus   users   3 May 30 22:36 xxx -> xxx
> [marcus@wine /tmp]$ uname -a
> Linux wine.lst.de 2.4.5-ac4 #3 SMP Tue May 29 18:24:07 CEST 2001 i686
> unknown
> [marcus@wine /tmp]$
>
> It works just wonderful with previous kernels.

Works here:

=== Cut ===
[root@nomad tmp]# uname -a
Linux nomad.cyberbills.com 2.4.5ac4 #1 SMP Wed May 30 11:55:15 PDT 2001 i686
unknown
[root@nomad tmp]# touch 2/dummy
[root@nomad tmp]# ln -s 2/dummy very_dummy
[root@nomad tmp]# ls -l very_dummy
lrwxrwxrwx1 root root7 May 30 14:37 very_dummy -> 2/dummy
=== Cut ===

EXT2, loaded as module.

There are other problems (may be caused by R.Gooch's latest patch,
devfs-177) - no module autoloading complaining about "/dev//floppy/0" etc.
(there are 2 slashes after /dev, it's not a mistake). Recompiling ac5
without that patch, may be it'll help.

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: ln -s broken on 2.4.5

2001-05-30 Thread Sergey Kubushin

On Wed, 30 May 2001, Marcus Meissner wrote:

 On Wed, May 30, 2001 at 09:08:56PM +0100, Alan Cox wrote:
What file system. Its find on my 2.4.5-ac with ext2
  
   100% reproducible on NFS and EXT2 here, with following:
 
 
   $ ls -la bar
   lrwxrwxrwx   1 marcus   users   3 May 30 20:30 bar - bar
 
  bash-2.04$ uname -a
  Linux irongate.swansea.linux.org.uk 2.4.5-ac2 #163 Mon May 28
 22:56:38 BST 2001 i686 unknown
  bash-2.04$ ln -s frobnitz flop
  bash-2.04$ ls -l f*
  lrwxrwxrwx1 alan users   8 May 30 20:50 flop -
 frobnitz
 
  bash-2.04$ gcc -v
  Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
  gcc version 2.96 2731 (Red Hat Linux 7.1 2.96-81

 The problem is only there if you specify a directory for the linked to
 component.

 [marcus@wine /tmp]$ strace -f ln -s fupp/berk xxx
 execve(/bin/ln, [ln, -s, fupp/berk, xxx], [/* 39 vars */]) =
 0
 ... ld stuff ... locale stuff ...
 lstat64(xxx, 0xb47c)  = -1 ENOENT (No such file or
 directory)
 lstat64(xxx, 0xb47c)  = -1 ENOENT (No such file or
 directory)
 symlink(fupp/berk, xxx) = 0
 _exit(0)= ?
 [marcus@wine /tmp]$ ll xxx
 lrwxrwxrwx   1 marcus   users   3 May 30 22:36 xxx - xxx
 [marcus@wine /tmp]$ uname -a
 Linux wine.lst.de 2.4.5-ac4 #3 SMP Tue May 29 18:24:07 CEST 2001 i686
 unknown
 [marcus@wine /tmp]$

 It works just wonderful with previous kernels.

Works here:

=== Cut ===
[root@nomad tmp]# uname -a
Linux nomad.cyberbills.com 2.4.5ac4 #1 SMP Wed May 30 11:55:15 PDT 2001 i686
unknown
[root@nomad tmp]# touch 2/dummy
[root@nomad tmp]# ln -s 2/dummy very_dummy
[root@nomad tmp]# ls -l very_dummy
lrwxrwxrwx1 root root7 May 30 14:37 very_dummy - 2/dummy
=== Cut ===

EXT2, loaded as module.

There are other problems (may be caused by R.Gooch's latest patch,
devfs-177) - no module autoloading complaining about /dev//floppy/0 etc.
(there are 2 slashes after /dev, it's not a mistake). Recompiling ac5
without that patch, may be it'll help.

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



mm: critical shortage of bounce buffers

2001-05-07 Thread Sergey Kubushin

Can anybody explain what does "mm: critical shortage of bounce buffers"
mean?

I have a 2xP-III/850 system with 2Gbyte of RAM. I'm trying to run
ImageMagick on this system with quite big files (convert consumes 1+ Gbyte
of RAM). The system crushes immediately with that message in log file and a
whole screen of constantly scrolling allocation failure messages.

Should I change some kernel define to be able to use those 2 Gbytes?

It does crush even when given "mem=960M" boot option. Both 4 and 64 Gbytes
RAM configurations do crush. Work like a charm with high memory disabled.

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



mm: critical shortage of bounce buffers

2001-05-07 Thread Sergey Kubushin

Can anybody explain what does mm: critical shortage of bounce buffers
mean?

I have a 2xP-III/850 system with 2Gbyte of RAM. I'm trying to run
ImageMagick on this system with quite big files (convert consumes 1+ Gbyte
of RAM). The system crushes immediately with that message in log file and a
whole screen of constantly scrolling allocation failure messages.

Should I change some kernel define to be able to use those 2 Gbytes?

It does crush even when given mem=960M boot option. Both 4 and 64 Gbytes
RAM configurations do crush. Work like a charm with high memory disabled.

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.3ac13

2001-04-24 Thread Sergey Kubushin


=== Cut ===
[root@nomad /root]# depmod -ae
depmod: *** Unresolved symbols in
/lib/modules/2.4.3ac13/kernel/drivers/net/aironet4500_card.o
depmod: __bad_udelay
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.3-ac9

2001-04-17 Thread Sergey Kubushin

On Wed, 18 Apr 2001, Alan Cox wrote:

>   ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/

There is no ac9 patch on ftp.kernel.org. Did you put it there?

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Your response is requested (fwd)

2001-04-17 Thread Sergey Kubushin

Sorry guys, it's a fake sent via something called bellnexxia.net. Usual abuse
complaint is sent to them.

It does NOT anything in common with our company, CyberBills, Inc.

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Your response is requested (fwd)

2001-04-17 Thread Sergey Kubushin

Sorry guys, it's a fake sent via something called bellnexxia.net. Usual abuse
complaint is sent to them.

It does NOT anything in common with our company, CyberBills, Inc.

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.3-ac9

2001-04-17 Thread Sergey Kubushin

On Wed, 18 Apr 2001, Alan Cox wrote:

   ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/

There is no ac9 patch on ftp.kernel.org. Did you put it there?

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.3-ac7

2001-04-16 Thread Sergey Kubushin

On Mon, 16 Apr 2001, Alan Cox wrote:

> > gcc -D__KERNEL__ -I/tmp/build-kernel/usr/src/linux-2.4.3ac7/include
> -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing
> -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS
> -include
> /tmp/build-kernel/usr/src/linux-2.4.3ac7/include/linux/modversions.h
> -c -o cycx_x25.o cycx_x25.c
> > cycx_x25.c: In function `new_if':
> > cycx_x25.c:364: structure has no member named `port'
>
> Fixed in my working tree. The Sangoma patch Linus merged accidentally
> backed out
> support for a competing product.

So we're waiting for ac8 to be out really soon or what?

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.3-ac7

2001-04-16 Thread Sergey Kubushin

=== Cut ===
make[3]: Entering directory `/tmp/build-kernel/usr/src/linux-2.4.3ac7/drivers/net/wan'
ld -m elf_i386 -r -o wanpipe.o sdlamain.o sdla_ft1.o sdla_x25.o sdla_fr.o sdla_chdlc.o 
sdla_ppp.o wanpipe_multppp.o
gcc -D__KERNEL__ -I/tmp/build-kernel/usr/src/linux-2.4.3ac7/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe 
-mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include 
/tmp/build-kernel/usr/src/linux-2.4.3ac7/include/linux/modversions.h   -c -o 
cycx_x25.o cycx_x25.c
cycx_x25.c: In function `new_if':
cycx_x25.c:364: structure has no member named `port'
cycx_x25.c:365: structure has no member named `protocol'
cycx_x25.c:371: structure has no member named `local_addr'
cycx_x25.c:388: structure has no member named `local_addr'
make[3]: *** [cycx_x25.o] Error 1
make[3]: Leaving directory `/tmp/build-kernel/usr/src/linux-2.4.3ac7/drivers/net/wan'
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.3-ac7

2001-04-16 Thread Sergey Kubushin

=== Cut ===
make[3]: Entering directory `/tmp/build-kernel/usr/src/linux-2.4.3ac7/drivers/net/wan'
ld -m elf_i386 -r -o wanpipe.o sdlamain.o sdla_ft1.o sdla_x25.o sdla_fr.o sdla_chdlc.o 
sdla_ppp.o wanpipe_multppp.o
gcc -D__KERNEL__ -I/tmp/build-kernel/usr/src/linux-2.4.3ac7/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe 
-mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include 
/tmp/build-kernel/usr/src/linux-2.4.3ac7/include/linux/modversions.h   -c -o 
cycx_x25.o cycx_x25.c
cycx_x25.c: In function `new_if':
cycx_x25.c:364: structure has no member named `port'
cycx_x25.c:365: structure has no member named `protocol'
cycx_x25.c:371: structure has no member named `local_addr'
cycx_x25.c:388: structure has no member named `local_addr'
make[3]: *** [cycx_x25.o] Error 1
make[3]: Leaving directory `/tmp/build-kernel/usr/src/linux-2.4.3ac7/drivers/net/wan'
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.3-ac7

2001-04-16 Thread Sergey Kubushin

On Mon, 16 Apr 2001, Alan Cox wrote:

  gcc -D__KERNEL__ -I/tmp/build-kernel/usr/src/linux-2.4.3ac7/include
 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing
 -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS
 -include
 /tmp/build-kernel/usr/src/linux-2.4.3ac7/include/linux/modversions.h
 -c -o cycx_x25.o cycx_x25.c
  cycx_x25.c: In function `new_if':
  cycx_x25.c:364: structure has no member named `port'

 Fixed in my working tree. The Sangoma patch Linus merged accidentally
 backed out
 support for a competing product.

So we're waiting for ac8 to be out really soon or what?

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2-ac21

2001-03-22 Thread Sergey Kubushin

On Thu, 22 Mar 2001, Alan Cox wrote:

OK.

> > On Thu, 22 Mar 2001, Alan Cox wrote:
> >
> > Does not build for PPro/P-II. i586 is OK.
>
> You need to avoid enabling 64G support. The PAE stuff (as Linus said
> with
> 2.4.3pre6) is currently broken. Once Linus and co fix it I'll merge the
> fixed
> one

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2-ac21

2001-03-22 Thread Sergey Kubushin

On Thu, 22 Mar 2001, Alan Cox wrote:

Does not build for PPro/P-II. i586 is OK.

=== Cut ===
ld -m elf_i386 -T /tmp/build-kernel/usr/src/linux-2.4.2ac21/arch/i386/vmlinux.lds -e 
stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o 
ipc/ipc.o \
drivers/block/block.o drivers/char/char.o drivers/misc/misc.o 
drivers/net/net.o drivers/media/media.o  drivers/char/drm/drm.o drivers/net/fc/fc.o 
drivers/net/appletalk/appletalk.o drivers/net/tokenring/tr.o drivers/net/wan/wan.o 
drivers/atm/atm.o drivers/cdrom/driver.o drivers/pci/driver.o drivers/video/video.o 
drivers/net/hamradio/hamradio.o drivers/md/mddev.o \
net/network.o \
/tmp/build-kernel/usr/src/linux-2.4.2ac21/arch/i386/lib/lib.a 
/tmp/build-kernel/usr/src/linux-2.4.2ac21/lib/lib.a 
/tmp/build-kernel/usr/src/linux-2.4.2ac21/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
arch/i386/mm/mm.o: In function `do_check_pgt_cache':
arch/i386/mm/mm.o(.text+0x201): undefined reference to `get_pmd_slow'
mm/mm.o: In function `clear_page_tables':
mm/mm.o(.text+0x150): undefined reference to `pmd_free'
mm/mm.o: In function `__pmd_alloc':
mm/mm.o(.text+0x1fe4): undefined reference to `get_pmd_slow'
mm/mm.o(.text+0x207a): undefined reference to `pmd_free'
mm/mm.o(.text+0x208a): undefined reference to `pgd_populate'
make: *** [vmlinux] Error 1
=== Cut ===

Here is the config (processor part). Full config is available on request.
Everything's modular except romfs and initrd.

=== Cut ===
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_TOSHIBA=m
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
# CONFIG_NOHIGHMEM is not set
# CONFIG_HIGHMEM4G is not set
CONFIG_HIGHMEM64G=y
CONFIG_HIGHMEM=y
CONFIG_X86_PAE=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_SMP=y
CONFIG_HAVE_DEC_LOCK=y
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2-ac21

2001-03-22 Thread Sergey Kubushin

On Thu, 22 Mar 2001, Alan Cox wrote:

Does not build for PPro/P-II. i586 is OK.

=== Cut ===
ld -m elf_i386 -T /tmp/build-kernel/usr/src/linux-2.4.2ac21/arch/i386/vmlinux.lds -e 
stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o 
ipc/ipc.o \
drivers/block/block.o drivers/char/char.o drivers/misc/misc.o 
drivers/net/net.o drivers/media/media.o  drivers/char/drm/drm.o drivers/net/fc/fc.o 
drivers/net/appletalk/appletalk.o drivers/net/tokenring/tr.o drivers/net/wan/wan.o 
drivers/atm/atm.o drivers/cdrom/driver.o drivers/pci/driver.o drivers/video/video.o 
drivers/net/hamradio/hamradio.o drivers/md/mddev.o \
net/network.o \
/tmp/build-kernel/usr/src/linux-2.4.2ac21/arch/i386/lib/lib.a 
/tmp/build-kernel/usr/src/linux-2.4.2ac21/lib/lib.a 
/tmp/build-kernel/usr/src/linux-2.4.2ac21/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
arch/i386/mm/mm.o: In function `do_check_pgt_cache':
arch/i386/mm/mm.o(.text+0x201): undefined reference to `get_pmd_slow'
mm/mm.o: In function `clear_page_tables':
mm/mm.o(.text+0x150): undefined reference to `pmd_free'
mm/mm.o: In function `__pmd_alloc':
mm/mm.o(.text+0x1fe4): undefined reference to `get_pmd_slow'
mm/mm.o(.text+0x207a): undefined reference to `pmd_free'
mm/mm.o(.text+0x208a): undefined reference to `pgd_populate'
make: *** [vmlinux] Error 1
=== Cut ===

Here is the config (processor part). Full config is available on request.
Everything's modular except romfs and initrd.

=== Cut ===
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_TOSHIBA=m
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
# CONFIG_NOHIGHMEM is not set
# CONFIG_HIGHMEM4G is not set
CONFIG_HIGHMEM64G=y
CONFIG_HIGHMEM=y
CONFIG_X86_PAE=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_SMP=y
CONFIG_HAVE_DEC_LOCK=y
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2-ac21

2001-03-22 Thread Sergey Kubushin

On Thu, 22 Mar 2001, Alan Cox wrote:

OK.

  On Thu, 22 Mar 2001, Alan Cox wrote:
 
  Does not build for PPro/P-II. i586 is OK.

 You need to avoid enabling 64G support. The PAE stuff (as Linus said
 with
 2.4.3pre6) is currently broken. Once Linus and co fix it I'll merge the
 fixed
 one

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac13

2001-03-06 Thread Sergey Kubushin

Against vanilla 2.4.2:

=== Cut ===
Patch #0 (patch-2.4.2-ac13.bz2):
+ /usr/bin/bzip2 -d
+ patch -p1 -s
The next patch would create the file drivers/video/sis/Makefile,
which already exists!  Assume -R? [n]
Apply anyway? [n]
1 out of 1 hunk ignored -- saving rejects to file
drivers/video/sis/Makefile.rej
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac13

2001-03-06 Thread Sergey Kubushin

Against vanilla 2.4.2:

=== Cut ===
Patch #0 (patch-2.4.2-ac13.bz2):
+ /usr/bin/bzip2 -d
+ patch -p1 -s
The next patch would create the file drivers/video/sis/Makefile,
which already exists!  Assume -R? [n]
Apply anyway? [n]
1 out of 1 hunk ignored -- saving rejects to file
drivers/video/sis/Makefile.rej
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac12

2001-03-05 Thread Sergey Kubushin

On Tue, 6 Mar 2001, Alan Cox wrote:

> > On Mon, 5 Mar 2001, Alexander Viro wrote:
> >
> > New Adaptec driver does not build. It won't. People, can anyone
> enlighten me
> > why do we use a user space library for a kernel driver at all?
>
> aicasm is an assembler for the aic7xxx risc instruction code, not part
> of
> the driver

May be. But it's not a reason to use the _OBSOLETE_ library. At least the
current one should be used...

Here comes the patch to use current libdb-3...

=== Cut ===
diff -urN linux-2.4.2ac12.orig/drivers/scsi/aic7xxx/aicasm/Makefile 
linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm/Makefile
--- linux-2.4.2ac12.orig/drivers/scsi/aic7xxx/aicasm/Makefile   Mon Mar  5 18:05:06 
2001
+++ linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm/MakefileMon Mar  5 18:06:46 
+2001
@@ -8,7 +8,7 @@
 SRCS=  ${GENSRCS} ${CSRCS}
 CLEANFILES= ${GENSRCS} ${GENHDRS} y.output
 # Override default kernel CFLAGS.  This is a userland app.
-AICASM_CFLAGS:= -I/usr/include -ldb1
+AICASM_CFLAGS:= -I/usr/include -ldb
 YFLAGS= -d

 NOMAN= noman
diff -urN linux-2.4.2ac12.orig/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 
linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
--- linux-2.4.2ac12.orig/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.cMon Mar  5 
18:05:06 2001
+++ linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c Mon Mar  5 18:06:32 
+2001
@@ -36,7 +36,7 @@
 #include 

 #ifdef __linux__
-#include 
+#include 
 #else
 #include 
 #endif
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac12

2001-03-05 Thread Sergey Kubushin

On Mon, 5 Mar 2001, Jeff Garzik wrote:

> Amazingly you've hit one of the few problems caused by something
> outside
> the kernel tree.  db v1.85 has been superceded by db2 and db3.  db1 is
> where the "original" Berkeley db stuff now lives.  Apparently aicasm
> needs db 1.
>
> So, update your packages, or create the proper symlinks if you've
> already got db1 installed in some other location.

I _DO_ know what db1 stands for. And we do _NOT_ have db1 in our
distribution, KSI Linux. And we are _NOT_ going to build the obsolete
library with all the accompanied development stuff just to be able to make
some tool required to build exactly ONE kernel driver. It was a nightmare to
get rid of TREE incompatible libdbs so it doesn't make any sence to get that
mess back in. It's just plain braindead to do something like this. Occam was
right and this is plain stupid.

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac12

2001-03-05 Thread Sergey Kubushin

On Mon, 5 Mar 2001, J . A . Magallon wrote:

> What that line does is to build a tool (aicasm) to generate the ucode
> that
> is built into the kernel (afaik, it is a kind of assembler from a
> language
> to AIC sequencer code). That is, the tool uses db1 (as mkdep.c uses
> glibc)
> but once you have generated the sequencer instructions, that is what is
> built
> into the kernel, not the tool (aicasm).

It's very nice... Now one should have not only special kgcc to build the
kernel, but also the obsolete library with all the development stuff
installed... Is it sane?

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac12

2001-03-05 Thread Sergey Kubushin

On Mon, 5 Mar 2001, Alexander Viro wrote:

New Adaptec driver does not build. It won't. People, can anyone enlighten me
why do we use a user space library for a kernel driver at all?

=== Cut ===
make -C aic7xxx modules
make[3]: Entering directory 
`/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers/scsi/aic7xxx'
make -C aicasm
make[4]: Entering directory 
`/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm'
gcc -I/usr/include -ldb1 aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c -o aicasm
aicasm_symbol.c:39: db1/db.h: No such file or directory
make[4]: *** [aicasm] Error 1
make[4]: Leaving directory 
`/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm'
make[3]: *** [aicasm/aicasm] Error 2
make[3]: Leaving directory 
`/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers/scsi/aic7xxx'
make[2]: *** [_modsubdir_aic7xxx] Error 2
make[2]: Leaving directory `/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers/scsi'
make[1]: *** [_modsubdir_scsi] Error 2
make[1]: Leaving directory `/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers'
make: *** [_mod_drivers] Error 2
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Loop stuck in -D state

2001-03-05 Thread Sergey Kubushin

On Mon, 5 Mar 2001, Richard B. Johnson wrote:

> The initial RAM disk image is created using the loop device. You
> can create a RAM disk image for initrd by using the ram device.
> However, that doesn't work once the system has been booted off
> it (try it, be ready for a complete hang).

So don't use ext2fs for the initial RAM disk image :)) We use romfs in KSI
Linux instead for a very long time and we're quite happy with it. As a
matter of fact, we have all filesystems (including ext2fs) and all block
devises (including IDE) in modules. The only things built-in are initial RAM
disk and romfs...

One don't need a loopback device to create a romfs image...

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Loop stuck in -D state

2001-03-05 Thread Sergey Kubushin

On Mon, 5 Mar 2001, Richard B. Johnson wrote:

 The initial RAM disk image is created using the loop device. You
 can create a RAM disk image for initrd by using the ram device.
 However, that doesn't work once the system has been booted off
 it (try it, be ready for a complete hang).

So don't use ext2fs for the initial RAM disk image :)) We use romfs in KSI
Linux instead for a very long time and we're quite happy with it. As a
matter of fact, we have all filesystems (including ext2fs) and all block
devises (including IDE) in modules. The only things built-in are initial RAM
disk and romfs...

One don't need a loopback device to create a romfs image...

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac12

2001-03-05 Thread Sergey Kubushin

On Mon, 5 Mar 2001, Alexander Viro wrote:

New Adaptec driver does not build. It won't. People, can anyone enlighten me
why do we use a user space library for a kernel driver at all?

=== Cut ===
make -C aic7xxx modules
make[3]: Entering directory 
`/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers/scsi/aic7xxx'
make -C aicasm
make[4]: Entering directory 
`/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm'
gcc -I/usr/include -ldb1 aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c -o aicasm
aicasm_symbol.c:39: db1/db.h: No such file or directory
make[4]: *** [aicasm] Error 1
make[4]: Leaving directory 
`/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm'
make[3]: *** [aicasm/aicasm] Error 2
make[3]: Leaving directory 
`/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers/scsi/aic7xxx'
make[2]: *** [_modsubdir_aic7xxx] Error 2
make[2]: Leaving directory `/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers/scsi'
make[1]: *** [_modsubdir_scsi] Error 2
make[1]: Leaving directory `/tmp/build-kernel/usr/src/linux-2.4.2ac12/drivers'
make: *** [_mod_drivers] Error 2
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac12

2001-03-05 Thread Sergey Kubushin

On Mon, 5 Mar 2001, J . A . Magallon wrote:

 What that line does is to build a tool (aicasm) to generate the ucode
 that
 is built into the kernel (afaik, it is a kind of assembler from a
 language
 to AIC sequencer code). That is, the tool uses db1 (as mkdep.c uses
 glibc)
 but once you have generated the sequencer instructions, that is what is
 built
 into the kernel, not the tool (aicasm).

It's very nice... Now one should have not only special kgcc to build the
kernel, but also the obsolete library with all the development stuff
installed... Is it sane?

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac12

2001-03-05 Thread Sergey Kubushin

On Mon, 5 Mar 2001, Jeff Garzik wrote:

 Amazingly you've hit one of the few problems caused by something
 outside
 the kernel tree.  db v1.85 has been superceded by db2 and db3.  db1 is
 where the "original" Berkeley db stuff now lives.  Apparently aicasm
 needs db 1.

 So, update your packages, or create the proper symlinks if you've
 already got db1 installed in some other location.

I _DO_ know what db1 stands for. And we do _NOT_ have db1 in our
distribution, KSI Linux. And we are _NOT_ going to build the obsolete
library with all the accompanied development stuff just to be able to make
some tool required to build exactly ONE kernel driver. It was a nightmare to
get rid of TREE incompatible libdbs so it doesn't make any sence to get that
mess back in. It's just plain braindead to do something like this. Occam was
right and this is plain stupid.

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac12

2001-03-05 Thread Sergey Kubushin

On Tue, 6 Mar 2001, Alan Cox wrote:

  On Mon, 5 Mar 2001, Alexander Viro wrote:
 
  New Adaptec driver does not build. It won't. People, can anyone
 enlighten me
  why do we use a user space library for a kernel driver at all?

 aicasm is an assembler for the aic7xxx risc instruction code, not part
 of
 the driver

May be. But it's not a reason to use the _OBSOLETE_ library. At least the
current one should be used...

Here comes the patch to use current libdb-3...

=== Cut ===
diff -urN linux-2.4.2ac12.orig/drivers/scsi/aic7xxx/aicasm/Makefile 
linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm/Makefile
--- linux-2.4.2ac12.orig/drivers/scsi/aic7xxx/aicasm/Makefile   Mon Mar  5 18:05:06 
2001
+++ linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm/MakefileMon Mar  5 18:06:46 
+2001
@@ -8,7 +8,7 @@
 SRCS=  ${GENSRCS} ${CSRCS}
 CLEANFILES= ${GENSRCS} ${GENHDRS} y.output
 # Override default kernel CFLAGS.  This is a userland app.
-AICASM_CFLAGS:= -I/usr/include -ldb1
+AICASM_CFLAGS:= -I/usr/include -ldb
 YFLAGS= -d

 NOMAN= noman
diff -urN linux-2.4.2ac12.orig/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 
linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
--- linux-2.4.2ac12.orig/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.cMon Mar  5 
18:05:06 2001
+++ linux-2.4.2ac12/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c Mon Mar  5 18:06:32 
+2001
@@ -36,7 +36,7 @@
 #include sys/types.h

 #ifdef __linux__
-#include db1/db.h
+#include db/db_185.h
 #else
 #include db.h
 #endif
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: -ac6 mis-reports cpu clock

2001-02-28 Thread Sergey Kubushin

On Tue, 27 Feb 2001, bradley mclain wrote:

Another oddity with ac6 (look for those 65+ GHz):

=== Cut ===
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 5
model name  : Pentium II (Deschutes) (65044Mhz/65413Mhz FSB)
stepping: 2
cpu MHz : 400.917
cache size  : 512 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 mmx fxsr
bogomips: 799.53

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 5
model name  : Pentium II (Deschutes) (65044Mhz/65413Mhz FSB)
stepping: 2
cpu MHz : 400.917
cache size  : 512 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 mmx fxsr
bogomips: 801.17
=== Cut ===

> here is an extract from dmesg from 2.4.2 and -ac6,
> showing a disparity in cpu clock speed..
>
> -ac6 has inserted a line claiming my clock is 400Mhz
> (it is actually 533 -- and i believe my fsb is 133).
>
> i don't think i compiled these two radically
> differently.  what could i have done wrong to cause
> this?  or has -ac6 introduced a bug of some sort?
>
> any suggestions for debugging or additional
> information?
>
> thanks,
> bradley mclain
>
> __
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: -ac6 mis-reports cpu clock

2001-02-28 Thread Sergey Kubushin

On Tue, 27 Feb 2001, bradley mclain wrote:

Another oddity with ac6 (look for those 65+ GHz):

=== Cut ===
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 5
model name  : Pentium II (Deschutes) (65044Mhz/65413Mhz FSB)
stepping: 2
cpu MHz : 400.917
cache size  : 512 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 mmx fxsr
bogomips: 799.53

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 5
model name  : Pentium II (Deschutes) (65044Mhz/65413Mhz FSB)
stepping: 2
cpu MHz : 400.917
cache size  : 512 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 mmx fxsr
bogomips: 801.17
=== Cut ===

 here is an extract from dmesg from 2.4.2 and -ac6,
 showing a disparity in cpu clock speed..

 -ac6 has inserted a line claiming my clock is 400Mhz
 (it is actually 533 -- and i believe my fsb is 133).

 i don't think i compiled these two radically
 differently.  what could i have done wrong to cause
 this?  or has -ac6 introduced a bug of some sort?

 any suggestions for debugging or additional
 information?

 thanks,
 bradley mclain

 __
 Do You Yahoo!?
 Get email at your own domain with Yahoo! Mail.
 http://personal.mail.yahoo.com/

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac6

2001-02-27 Thread Sergey Kubushin

Menuconfig doesn't work. Worked fine in 2.4.2-ac5.

Error message:

=== Cut ===
Menuconfig has encountered a possible error in one of the kernel's
configuration files and is unable to continue.  Here is the error
report:

 Q> scripts/Menuconfig: MCmenu0: command not found

Please report this to the maintainer <[EMAIL PROTECTED]>.  You may also
send a problem report to <[EMAIL PROTECTED]>.

Please indicate the kernel version you are trying to configure and
which menu you were trying to enter when this error occurred.
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac6

2001-02-27 Thread Sergey Kubushin

Menuconfig doesn't work. Worked fine in 2.4.2-ac5.

Error message:

=== Cut ===
Menuconfig has encountered a possible error in one of the kernel's
configuration files and is unable to continue.  Here is the error
report:

 Q scripts/Menuconfig: MCmenu0: command not found

Please report this to the maintainer [EMAIL PROTECTED].  You may also
send a problem report to [EMAIL PROTECTED].

Please indicate the kernel version you are trying to configure and
which menu you were trying to enter when this error occurred.
=== Cut ===

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8808
Henderson, NV, 89014

-
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 the FAQ at  http://www.tux.org/lkml/



Re: eepro100 - Linux vs. FreeBSD

2001-01-29 Thread Sergey Kubushin

On Mon, 29 Jan 2001, Richard B. Johnson wrote:

> Two of my Linux machines use the Intel Ethernet controller on the
> motherboard. These are both SMP machines. I have never, ever, had
> any problems with the eepro100 driver that handles these chips.
>
> I spite of the fact that the driver loops in the ISR, and does other
> things that show poor design, it works so I have not done anything
> to it. "If it ain't broke, don't fix it..."
>
> So, if you have problems with using on-board Intel chip, it's
> unlikely that it's a driver problem. If you have cards on the PCI
> bus, the driver doesn't "know" any difference (PCI is PCI even if
> it's not in a connector). You may find that the problem is caused
> by PCI (mis)configuration since recent kernels use internal PCI
> code. You may find that some bus master device does not have its
> latency set correctly so it's taking over the bus. This can cause
> problems with any high-activity device on the bus, such as a
> network device.

The older chips (e.g. 82557) work fine. The problem arises when you have the
newer 82559's. They do work, however, if the power management for eepro100
is enabled in kernel config. It definitely means that those chips are
underinitialized (or overinitialized :)) when it's not.

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8890
Henderson, NV, 89014

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: eepro100 - Linux vs. FreeBSD

2001-01-29 Thread Sergey Kubushin

On Mon, 29 Jan 2001, Richard B. Johnson wrote:

 Two of my Linux machines use the Intel Ethernet controller on the
 motherboard. These are both SMP machines. I have never, ever, had
 any problems with the eepro100 driver that handles these chips.

 I spite of the fact that the driver loops in the ISR, and does other
 things that show poor design, it works so I have not done anything
 to it. "If it ain't broke, don't fix it..."

 So, if you have problems with using on-board Intel chip, it's
 unlikely that it's a driver problem. If you have cards on the PCI
 bus, the driver doesn't "know" any difference (PCI is PCI even if
 it's not in a connector). You may find that the problem is caused
 by PCI (mis)configuration since recent kernels use internal PCI
 code. You may find that some bus master device does not have its
 latency set correctly so it's taking over the bus. This can cause
 problems with any high-activity device on the bus, such as a
 network device.

The older chips (e.g. 82557) work fine. The problem arises when you have the
newer 82559's. They do work, however, if the power management for eepro100
is enabled in kernel config. It definitely means that those chips are
underinitialized (or overinitialized :)) when it's not.

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8890
Henderson, NV, 89014

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.4.0ac12

2001-01-26 Thread Sergey Kubushin

On Fri, 26 Jan 2001, Alan Cox wrote:

[skipped]

Modules still don't load:

=== Cut ===
ide-mod.o: Can't handle sections of type 32131
ide-probe-mod.o: Can't handle sections of type 256950710
ide-disk.o: Can't handle sections of type 688840897
ext2.o: Can't handle sections of type 69429248
=== Cut ===

Section types are exactly the same in ac9,10,11,12.

Is it supposed to be this way? Does anybody care? Or may be I'm the only one
who uses modules?

Any ideas? Can I help to debug it? Please let me know if I can be of any
help...

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8890
Henderson, NV, 89014

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.4.0ac12

2001-01-26 Thread Sergey Kubushin

On Fri, 26 Jan 2001, Alan Cox wrote:

[skipped]

Modules still don't load:

=== Cut ===
ide-mod.o: Can't handle sections of type 32131
ide-probe-mod.o: Can't handle sections of type 256950710
ide-disk.o: Can't handle sections of type 688840897
ext2.o: Can't handle sections of type 69429248
=== Cut ===

Section types are exactly the same in ac9,10,11,12.

Is it supposed to be this way? Does anybody care? Or may be I'm the only one
who uses modules?

Any ideas? Can I help to debug it? Please let me know if I can be of any
help...

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8890
Henderson, NV, 89014

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: eepro100 problems in 2.4.0

2001-01-25 Thread Sergey Kubushin

On Thu, 25 Jan 2001, Micah Gorrell wrote:

I do have such a problem with the machines that have only one eepro100 nic.

> Because of the problems we where having we are no longer using the
> machine
> with 3 nics.  We are now using a machine with just one and it is going
> live
> next week.  We do need kernel 2.4 because of the process limits in 2.2.
> Does the 'Enable Power Management (EXPERIMENTAL)' option fix the no
> resources problems?
>
> Micah
> ___
> The irony is that Bill Gates claims to be making a stable operating
> system
> and Linus Torvalds claims to be trying to take over the world
> -Original Message-
> From: "Tom Sightler" <[EMAIL PROTECTED]>
> To: "Micah Gorrell" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Date: Thursday, January 25, 2001 1:48 PM
> Subject: Re: eepro100 problems in 2.4.0
>
>
> > > I have doing some testing with kernel 2.4 and I have had constant
> >problems
> >> with the eepro100 driver.  Under 2.2 it works perfectly but under
> 2.4 I
> am
> >> unable to use more than one card in a server and when I do use one
> card I
> >> get errors stating that eth0 reports no recources.  Has anyone else
> seen
> >> this kind of problem?
> >
> >I had a similar problem with a server that had dual embedded eepro100
> >adapters however selecting the 'Enable Power Management
> (EXPERIMENTAL)'
> >option for the eepro100 seemed to make the problem go away.  I don't
> really
> >know why but it might be worth trying if it wasn't already selected.
> >
> >Later,
> >Tom
> >
> >
> >
> >-
> >To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in
> >the body of a message to [EMAIL PROTECTED]
> >Please read the FAQ at http://www.tux.org/lkml/
> >
> >
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.tux.org/lkml/
>
>

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8890
Henderson, NV, 89014

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: eepro100 problems in 2.4.0

2001-01-25 Thread Sergey Kubushin

On Thu, 25 Jan 2001, Micah Gorrell wrote:

I have it too. Kernel spits a lot of "eepro100: wait_for_cmd_done timeout!"
and network doesn't work. 2.2 is fine. This behaviour is not persistent,
sometimes the eepro100 module is loaded without such an error and works fine
then.

The eepro100 in question is the built-in one based on 82559 chip.


> I have doing some testing with kernel 2.4 and I have had constant
> problems
> with the eepro100 driver.  Under 2.2 it works perfectly but under 2.4 I
> am
> unable to use more than one card in a server and when I do use one card
> I
> get errors stating that eth0 reports no recources.  Has anyone else
> seen
> this kind of problem?
>
> Micah
> ___
> The irony is that Bill Gates claims to be making a stable operating
> system
> and Linus Torvalds claims to be trying to take over the world
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.tux.org/lkml/
>
>

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8890
Henderson, NV, 89014

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.4.0ac11

2001-01-25 Thread Sergey Kubushin

On Wed, 24 Jan 2001, Andre Hedrick wrote:

Thank you for a reply, but I don't think it's just the ide stuff which
broken. ext2fs is also broken and I suspect that all the rest is broken too.
It looks like there was a single change which affected all the modules...

> Working to clean all the modular natures of ATA/IDE now
>
> On Wed, 24 Jan 2001, Sergey Kubushin wrote:
>
> > On Wed, 24 Jan 2001, Alan Cox wrote:
> >
> > Modules don't load. I do usually compile heavily modular kernels,
> with ide
> > and ext2fs being also modular. When trying to load them from initrd,
> I have
> > the following output:
> >
> > === Cut ===
> > ide-mod.o: Can't handle sections of type 32131
> > ide-probe-mod.o: Can't handle sections of type 256950710
> > ext2.o: Can't handle sections of type 688840897
> > === Cut ===
> >
> > I suspect that all modules are affected, but can't check it because
> kernel
> > is unable to mount root filesystem.
> >
> > All of ac9-ac11 behave the same. ac4, vanilla 2.4.0 and a whole bunch
> of
> > pre's are fine, so it looks like something was broken between ac4 and
> ac9 (I
> > didn't compile anything inbetween).
> >
> > I use gcc-2.95.2, binutils-2.10.1.0.4, modutils-2.4.2, glibc-2.2.1.
> The
> > initrd image is romfs. I don't think something was broken in romfs,
> 'coz
> > all the programs run just fine outta the image (static ash, static
> insmod).
> >
> > Config is available and can be sent on request. Please let me know if
> I can
> > help to find out what causes such a bug.
> >
> > >
> > >   ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/
> > >
> > > Slightly delayed because I had take some time out to fall off a
> horse..
> > >
> > >
> > > 2.4.0-ac11
> > > o Raid5 corruption fix(Neil Brown)
> > > o Add Etrax 'cris' architecture support   (Axis)
> > > o APIC crash fixes(Ingo Molnar)
> > > o Jochen Hein moved   (Jochen Hein)
> > > o Fix mm/slab.c doc   (Matthew
> > > Wilcox)
> > > o Major NTFS updates  (Anton
> > > Altaparmakov)
> > > o Make de4x5 driver work  (Nathan Hand)
> > > o Fix vfb driver line length reporting(Geert
> > > Uytterhoeven)
> > > o Allow xirc2 config on kernel command line   (David Luyer)
> > > o via audio mmap support, ioctl fixes (Rui Sousa)
> > > o Fix ncpfs limits(Petr
> > > Vandrovec)
> > > o Fix bios reading in i91xx scsi driver   (Trevor
> > > Hemsley)
> > > o S/390 updates   (Holger
> > > Smolinski)
> > > o Add pci dma mapping to epic100  (Francois
> > > Romieu)
> > > o Resync with Linus 2.4.1pre9
> > >   - Fix DRM bugs in pre9  (Linus
> > > Torvalds)
> > >   - Fix HPFS tests in pre9(me)
> > > o Remove dead dsp56k/qpmouse inits(Hans Grobler)
> > > o uart401 module locking fixes(Chris Rankin)
> > > o Fix cs46xx build error in non module(Hans Grobler)
> > > o Update hdparm url   (Andre
> > > Dahlqvist)
> > > o ibmmca updates  (Michael Lang)
> > > o Fix smctr build problems(Hans Grobler)
> > > o Typo fixes  (Ulrich Kunitz)
> > > o Fix depca to new style module stuff (Hans Grobler)
> > >   | more love and attention still needed
> > > o New kmalloc checks in buz.c (Hans Grobler)
> > > o mct_u232 had wrong device id data   (Adam J
> > > Richter)
> > > o aty128fb error path fixes   (Hans Grobler)
> > > o Add radeon config help  (Andre
> > > Dahlqvist)
> > > o Fix acpi header (Adam J
> > > Richter)
> > > o Add missing externs to bttv header  (Hans Grobler)
> > > o Add missing externs to bridge   (Hans Grobler)
> > > o Fix include/linux/rtc.h typo(John Fremlin)
> > > o Remove unreachable code from atm proc   (Hans Grobler)
> > > o wanrouter proc fixes(Arnaldo
> > > Carvalho
>

Re: eepro100 problems in 2.4.0

2001-01-25 Thread Sergey Kubushin

On Thu, 25 Jan 2001, Micah Gorrell wrote:

I have it too. Kernel spits a lot of "eepro100: wait_for_cmd_done timeout!"
and network doesn't work. 2.2 is fine. This behaviour is not persistent,
sometimes the eepro100 module is loaded without such an error and works fine
then.

The eepro100 in question is the built-in one based on 82559 chip.


 I have doing some testing with kernel 2.4 and I have had constant
 problems
 with the eepro100 driver.  Under 2.2 it works perfectly but under 2.4 I
 am
 unable to use more than one card in a server and when I do use one card
 I
 get errors stating that eth0 reports no recources.  Has anyone else
 seen
 this kind of problem?

 Micah
 ___
 The irony is that Bill Gates claims to be making a stable operating
 system
 and Linus Torvalds claims to be trying to take over the world

 -
 To unsubscribe from this list: send the line "unsubscribe linux-kernel"
 in
 the body of a message to [EMAIL PROTECTED]
 Please read the FAQ at http://www.tux.org/lkml/



---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8890
Henderson, NV, 89014

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: eepro100 problems in 2.4.0

2001-01-25 Thread Sergey Kubushin

On Thu, 25 Jan 2001, Micah Gorrell wrote:

I do have such a problem with the machines that have only one eepro100 nic.

 Because of the problems we where having we are no longer using the
 machine
 with 3 nics.  We are now using a machine with just one and it is going
 live
 next week.  We do need kernel 2.4 because of the process limits in 2.2.
 Does the 'Enable Power Management (EXPERIMENTAL)' option fix the no
 resources problems?

 Micah
 ___
 The irony is that Bill Gates claims to be making a stable operating
 system
 and Linus Torvalds claims to be trying to take over the world
 -Original Message-
 From: "Tom Sightler" [EMAIL PROTECTED]
 To: "Micah Gorrell" [EMAIL PROTECTED];
 [EMAIL PROTECTED]
 Date: Thursday, January 25, 2001 1:48 PM
 Subject: Re: eepro100 problems in 2.4.0


   I have doing some testing with kernel 2.4 and I have had constant
 problems
  with the eepro100 driver.  Under 2.2 it works perfectly but under
 2.4 I
 am
  unable to use more than one card in a server and when I do use one
 card I
  get errors stating that eth0 reports no recources.  Has anyone else
 seen
  this kind of problem?
 
 I had a similar problem with a server that had dual embedded eepro100
 adapters however selecting the 'Enable Power Management
 (EXPERIMENTAL)'
 option for the eepro100 seemed to make the problem go away.  I don't
 really
 know why but it might be worth trying if it wasn't already selected.
 
 Later,
 Tom
 
 
 
 -
 To unsubscribe from this list: send the line "unsubscribe
 linux-kernel" in
 the body of a message to [EMAIL PROTECTED]
 Please read the FAQ at http://www.tux.org/lkml/
 
 

 -
 To unsubscribe from this list: send the line "unsubscribe linux-kernel"
 in
 the body of a message to [EMAIL PROTECTED]
 Please read the FAQ at http://www.tux.org/lkml/



---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8890
Henderson, NV, 89014

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.4.0ac11

2001-01-24 Thread Sergey Kubushin

On Thu, 25 Jan 2001, Anton Altaparmakov wrote:

Don't be silly. I do not use RedHat (I do my own distribution, KSI Linux)
and their mkinitrd is just a script. Furthermore, I don't have ext2fs in the
kernel so their mkinitrd won't work. I do not have ide in the kernel
either...


> As I don't use initrd at all I am a bit out of my depth here but
> according
> to Documentation/Changes you need a new mkinitrd and the version
> suggested
> seems to be 2.8-1. Checking my up-to-date RedHat 7.0 workstation it has
> mkinitrd version 2.6-1, so this might be your problem?
>
> Best regards,
>
>  Anton
>
> At 01:39 25/01/2001, Sergey Kubushin wrote:
> >On Wed, 24 Jan 2001, Alan Cox wrote:
> >
> >Modules don't load. I do usually compile heavily modular kernels, with
> ide
> >and ext2fs being also modular. When trying to load them from initrd, I
> have
> >the following output:
> >
> >=== Cut ===
> >ide-mod.o: Can't handle sections of type 32131
> >ide-probe-mod.o: Can't handle sections of type 256950710
> >ext2.o: Can't handle sections of type 688840897
> >=== Cut ===
> >
> >I suspect that all modules are affected, but can't check it because
> kernel
> >is unable to mount root filesystem.
> >
> >All of ac9-ac11 behave the same. ac4, vanilla 2.4.0 and a whole bunch
> of
> >pre's are fine, so it looks like something was broken between ac4 and
> ac9 (I
> >didn't compile anything inbetween).
> >
> >I use gcc-2.95.2, binutils-2.10.1.0.4, modutils-2.4.2, glibc-2.2.1.
> The
> >initrd image is romfs. I don't think something was broken in romfs,
> 'coz
> >all the programs run just fine outta the image (static ash, static
> insmod).
> >
> >Config is available and can be sent on request. Please let me know if
> I can
> >help to find out what causes such a bug.
> [snip]
>
>
> --
>     "Programmers never die. They do a GOSUB without RETURN." - Unknown
> source
> --
> Anton Altaparmakov  (replace at with @)
> Linux NTFS Maintainer
> ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/
>
>

---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8890
Henderson, NV, 89014

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.4.0ac11

2001-01-24 Thread Sergey Kubushin

On Wed, 24 Jan 2001, Alan Cox wrote:

Modules don't load. I do usually compile heavily modular kernels, with ide
and ext2fs being also modular. When trying to load them from initrd, I have
the following output:

=== Cut ===
ide-mod.o: Can't handle sections of type 32131
ide-probe-mod.o: Can't handle sections of type 256950710
ext2.o: Can't handle sections of type 688840897
=== Cut ===

I suspect that all modules are affected, but can't check it because kernel
is unable to mount root filesystem.

All of ac9-ac11 behave the same. ac4, vanilla 2.4.0 and a whole bunch of
pre's are fine, so it looks like something was broken between ac4 and ac9 (I
didn't compile anything inbetween).

I use gcc-2.95.2, binutils-2.10.1.0.4, modutils-2.4.2, glibc-2.2.1. The
initrd image is romfs. I don't think something was broken in romfs, 'coz
all the programs run just fine outta the image (static ash, static insmod).

Config is available and can be sent on request. Please let me know if I can
help to find out what causes such a bug.

>
>   ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/
>
> Slightly delayed because I had take some time out to fall off a horse..
>
>
> 2.4.0-ac11
> o Raid5 corruption fix(Neil Brown)
> o Add Etrax 'cris' architecture support   (Axis)
> o APIC crash fixes(Ingo Molnar)
> o Jochen Hein moved   (Jochen Hein)
> o Fix mm/slab.c doc   (Matthew
> Wilcox)
> o Major NTFS updates  (Anton
> Altaparmakov)
> o Make de4x5 driver work  (Nathan Hand)
> o Fix vfb driver line length reporting(Geert
> Uytterhoeven)
> o Allow xirc2 config on kernel command line   (David Luyer)
> o via audio mmap support, ioctl fixes (Rui Sousa)
> o Fix ncpfs limits(Petr
> Vandrovec)
> o Fix bios reading in i91xx scsi driver   (Trevor
> Hemsley)
> o S/390 updates   (Holger
> Smolinski)
> o Add pci dma mapping to epic100  (Francois
> Romieu)
> o Resync with Linus 2.4.1pre9
>   - Fix DRM bugs in pre9  (Linus
> Torvalds)
>   - Fix HPFS tests in pre9(me)
> o Remove dead dsp56k/qpmouse inits(Hans Grobler)
> o uart401 module locking fixes(Chris Rankin)
> o Fix cs46xx build error in non module(Hans Grobler)
> o Update hdparm url   (Andre
> Dahlqvist)
> o ibmmca updates  (Michael Lang)
> o Fix smctr build problems(Hans Grobler)
> o Typo fixes  (Ulrich Kunitz)
> o Fix depca to new style module stuff (Hans Grobler)
>   | more love and attention still needed
> o New kmalloc checks in buz.c (Hans Grobler)
> o mct_u232 had wrong device id data   (Adam J
> Richter)
> o aty128fb error path fixes   (Hans Grobler)
> o Add radeon config help  (Andre
> Dahlqvist)
> o Fix acpi header (Adam J
> Richter)
> o Add missing externs to bttv header  (Hans Grobler)
> o Add missing externs to bridge   (Hans Grobler)
> o Fix include/linux/rtc.h typo(John Fremlin)
> o Remove unreachable code from atm proc   (Hans Grobler)
> o wanrouter proc fixes(Arnaldo
> Carvalho
>de Melo)
> o Fix naming of GPL all over the code (Andre
> Dahlqvist)
> o sis900 new module locking   (Jeff Garzik)
> o Remove unneeded private byte count from sb1000  (Jeff Garzik)
> o NCPfs didnt set s->maxbytes (Petr
> Vandrovec)
> o DEC lance cleanup   (Jeff Garzik)
> o Tulip update(Jeff Garzik)
> o Multiple drivers last_rx and skb deref fixes(Jeff Garzik)
> o Make bonding new style  (Jeff Garzik)
> o Remove dead definitions from 8390 code  (Jeff Garzik)
> o 8139too updates (Jeff Garzik)
> o 82596 driver updates(Jeff Garzik)
> o Set last_rx on acenic   (Jeff Garzik)
> o Update roadrunner to new module locking (Jeff Garzik)
>
> 2.4.0-ac10
> o Merge Linus 2.4.1-8
> o Add s->s_maxbytes to reiserfs   (me)
> o Remove EHASHCOLLISION and make reiserfs thus(me)
>   compatible with existing glibc/apps
> o Clean up oaknet driver  (Hans Grobler)
> o 

Re: Linux 2.4.0ac11

2001-01-24 Thread Sergey Kubushin

On Wed, 24 Jan 2001, Alan Cox wrote:

Modules don't load. I do usually compile heavily modular kernels, with ide
and ext2fs being also modular. When trying to load them from initrd, I have
the following output:

=== Cut ===
ide-mod.o: Can't handle sections of type 32131
ide-probe-mod.o: Can't handle sections of type 256950710
ext2.o: Can't handle sections of type 688840897
=== Cut ===

I suspect that all modules are affected, but can't check it because kernel
is unable to mount root filesystem.

All of ac9-ac11 behave the same. ac4, vanilla 2.4.0 and a whole bunch of
pre's are fine, so it looks like something was broken between ac4 and ac9 (I
didn't compile anything inbetween).

I use gcc-2.95.2, binutils-2.10.1.0.4, modutils-2.4.2, glibc-2.2.1. The
initrd image is romfs. I don't think something was broken in romfs, 'coz
all the programs run just fine outta the image (static ash, static insmod).

Config is available and can be sent on request. Please let me know if I can
help to find out what causes such a bug.


   ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/

 Slightly delayed because I had take some time out to fall off a horse..


 2.4.0-ac11
 o Raid5 corruption fix(Neil Brown)
 o Add Etrax 'cris' architecture support   (Axis)
 o APIC crash fixes(Ingo Molnar)
 o Jochen Hein moved   (Jochen Hein)
 o Fix mm/slab.c doc   (Matthew
 Wilcox)
 o Major NTFS updates  (Anton
 Altaparmakov)
 o Make de4x5 driver work  (Nathan Hand)
 o Fix vfb driver line length reporting(Geert
 Uytterhoeven)
 o Allow xirc2 config on kernel command line   (David Luyer)
 o via audio mmap support, ioctl fixes (Rui Sousa)
 o Fix ncpfs limits(Petr
 Vandrovec)
 o Fix bios reading in i91xx scsi driver   (Trevor
 Hemsley)
 o S/390 updates   (Holger
 Smolinski)
 o Add pci dma mapping to epic100  (Francois
 Romieu)
 o Resync with Linus 2.4.1pre9
   - Fix DRM bugs in pre9  (Linus
 Torvalds)
   - Fix HPFS tests in pre9(me)
 o Remove dead dsp56k/qpmouse inits(Hans Grobler)
 o uart401 module locking fixes(Chris Rankin)
 o Fix cs46xx build error in non module(Hans Grobler)
 o Update hdparm url   (Andre
 Dahlqvist)
 o ibmmca updates  (Michael Lang)
 o Fix smctr build problems(Hans Grobler)
 o Typo fixes  (Ulrich Kunitz)
 o Fix depca to new style module stuff (Hans Grobler)
   | more love and attention still needed
 o New kmalloc checks in buz.c (Hans Grobler)
 o mct_u232 had wrong device id data   (Adam J
 Richter)
 o aty128fb error path fixes   (Hans Grobler)
 o Add radeon config help  (Andre
 Dahlqvist)
 o Fix acpi header (Adam J
 Richter)
 o Add missing externs to bttv header  (Hans Grobler)
 o Add missing externs to bridge   (Hans Grobler)
 o Fix include/linux/rtc.h typo(John Fremlin)
 o Remove unreachable code from atm proc   (Hans Grobler)
 o wanrouter proc fixes(Arnaldo
 Carvalho
de Melo)
 o Fix naming of GPL all over the code (Andre
 Dahlqvist)
 o sis900 new module locking   (Jeff Garzik)
 o Remove unneeded private byte count from sb1000  (Jeff Garzik)
 o NCPfs didnt set s-maxbytes (Petr
 Vandrovec)
 o DEC lance cleanup   (Jeff Garzik)
 o Tulip update(Jeff Garzik)
 o Multiple drivers last_rx and skb deref fixes(Jeff Garzik)
 o Make bonding new style  (Jeff Garzik)
 o Remove dead definitions from 8390 code  (Jeff Garzik)
 o 8139too updates (Jeff Garzik)
 o 82596 driver updates(Jeff Garzik)
 o Set last_rx on acenic   (Jeff Garzik)
 o Update roadrunner to new module locking (Jeff Garzik)

 2.4.0-ac10
 o Merge Linus 2.4.1-8
 o Add s-s_maxbytes to reiserfs   (me)
 o Remove EHASHCOLLISION and make reiserfs thus(me)
   compatible with existing glibc/apps
 o Clean up oaknet driver  (Hans Grobler)
 o PCnet32  /  bug fix  (Anton
 Blanchard)
 o c101 

Re: Linux 2.4.0ac11

2001-01-24 Thread Sergey Kubushin

On Thu, 25 Jan 2001, Anton Altaparmakov wrote:

Don't be silly. I do not use RedHat (I do my own distribution, KSI Linux)
and their mkinitrd is just a script. Furthermore, I don't have ext2fs in the
kernel so their mkinitrd won't work. I do not have ide in the kernel
either...


 As I don't use initrd at all I am a bit out of my depth here but
 according
 to Documentation/Changes you need a new mkinitrd and the version
 suggested
 seems to be 2.8-1. Checking my up-to-date RedHat 7.0 workstation it has
 mkinitrd version 2.6-1, so this might be your problem?

 Best regards,

  Anton

 At 01:39 25/01/2001, Sergey Kubushin wrote:
 On Wed, 24 Jan 2001, Alan Cox wrote:
 
 Modules don't load. I do usually compile heavily modular kernels, with
 ide
 and ext2fs being also modular. When trying to load them from initrd, I
 have
 the following output:
 
 === Cut ===
 ide-mod.o: Can't handle sections of type 32131
 ide-probe-mod.o: Can't handle sections of type 256950710
 ext2.o: Can't handle sections of type 688840897
 === Cut ===
 
 I suspect that all modules are affected, but can't check it because
 kernel
 is unable to mount root filesystem.
 
 All of ac9-ac11 behave the same. ac4, vanilla 2.4.0 and a whole bunch
 of
 pre's are fine, so it looks like something was broken between ac4 and
 ac9 (I
 didn't compile anything inbetween).
 
 I use gcc-2.95.2, binutils-2.10.1.0.4, modutils-2.4.2, glibc-2.2.1.
 The
 initrd image is romfs. I don't think something was broken in romfs,
 'coz
 all the programs run just fine outta the image (static ash, static
 insmod).
 
 Config is available and can be sent on request. Please let me know if
 I can
 help to find out what causes such a bug.
 [snip]


 --
 "Programmers never die. They do a GOSUB without RETURN." - Unknown
 source
 --
 Anton Altaparmakov aia21 at cam.ac.uk (replace at with @)
 Linux NTFS Maintainer
 ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/



---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone:  702-567-8857
874 American Pacific Dr,Fax:702-567-8890
Henderson, NV, 89014

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/