Re: [linux-lvm] 2.4.3-ac{6,7} LVM hang

2001-04-19 Thread Arjan Filius

Hello Jens,

Yes this fixes it.

I'm running 2.4.4-pre4 with only your patch applied.

Greatings,


On Thu, 19 Apr 2001, Jens Axboe wrote:

> On Thu, Apr 19 2001, Arjan Filius wrote:
> > Hello,
> >
> > Same here as reported.
> > restoring lvm.c from 2.4.3 into 2.4.4-pre? "fixes" this. (tested not ac's
> > kernel)
>
> Does attached patch fix it?
>
>

-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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-lvm] 2.4.3-ac{6,7} LVM hang

2001-04-19 Thread Arjan Filius

Hello,

Same here as reported.
restoring lvm.c from 2.4.3 into 2.4.4-pre? "fixes" this. (tested not ac's
kernel)

Greatings,

On Mon, 16 Apr 2001, Rik van Riel wrote:

> Hi,
>
> 2.4.3-ac4 seems to work great on my test box (UP K6-2 with SCSI
> disk), but 2.4.3-ac6 and 2.4.3-ac7 hang pretty hard when I try
> to access any of the logical volumes on my test box.
>
> The following changelog entry in Linus' changelog suggests me
> whom to bother:   ;)
>  - Jens Axboe: LVM and loop fixes
>
> regards,
>
> Rik
> --
> Virtual memory is like a game you can't win;
> However, without VM there's truly nothing to lose...
>
>   http://www.surriel.com/
> http://www.conectiva.com/ http://distro.conectiva.com.br/
>
> ___
> linux-lvm mailing list
> [EMAIL PROTECTED]
> http://lists.sistina.com/mailman/listinfo/linux-lvm
>

-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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-lvm] 2.4.3-ac{6,7} LVM hang

2001-04-19 Thread Arjan Filius

Hello,

Same here as reported.
restoring lvm.c from 2.4.3 into 2.4.4-pre? "fixes" this. (tested not ac's
kernel)

Greatings,

On Mon, 16 Apr 2001, Rik van Riel wrote:

 Hi,

 2.4.3-ac4 seems to work great on my test box (UP K6-2 with SCSI
 disk), but 2.4.3-ac6 and 2.4.3-ac7 hang pretty hard when I try
 to access any of the logical volumes on my test box.

 The following changelog entry in Linus' changelog suggests me
 whom to bother:   ;)
  - Jens Axboe: LVM and loop fixes

 regards,

 Rik
 --
 Virtual memory is like a game you can't win;
 However, without VM there's truly nothing to lose...

   http://www.surriel.com/
 http://www.conectiva.com/ http://distro.conectiva.com.br/

 ___
 linux-lvm mailing list
 [EMAIL PROTECTED]
 http://lists.sistina.com/mailman/listinfo/linux-lvm


-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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-lvm] 2.4.3-ac{6,7} LVM hang

2001-04-19 Thread Arjan Filius

Hello Jens,

Yes this fixes it.

I'm running 2.4.4-pre4 with only your patch applied.

Greatings,


On Thu, 19 Apr 2001, Jens Axboe wrote:

 On Thu, Apr 19 2001, Arjan Filius wrote:
  Hello,
 
  Same here as reported.
  restoring lvm.c from 2.4.3 into 2.4.4-pre? "fixes" this. (tested not ac's
  kernel)

 Does attached patch fix it?



-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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: 2.4.4-pre3: lvm.c patch results in "hanging" mount or swapon

2001-04-15 Thread Arjan Filius

Hello,

On Sun, 15 Apr 2001, Jens Axboe wrote:

> On Sun, Apr 15 2001, Arjan Filius wrote:
> > Hello,
> >
> > While trying kernel 2.4.4-pre3 i found a "hanging" swapon (my swap is on
> > LVM), same effect for "mount -a". 2.4.3 works properly.
> >
> > I found ./drivers/md/lvm.c is patched, and restoring the lvm.c from 2.4.3
> > resulted in normal operation.
> >
> > I Found LVM/0.9.1_beta7 makes some notes about the patch, so i tried that
> > (beta7), but no luck, only 2.4.3:lvm.c worked ok.
>
> Small buglet in the buffer_IO_error out path, I maybe that's it...

Dunno, i did som 'strace'ing and found it is waiting in read():
open("/dev/vg_4/lv_images", O_RDONLY)   = 4
lseek(4, 1024, SEEK_SET)= 1024
read(4,
  (killed with SAK)


Greatings,



-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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/



2.4.4-pre3: lvm.c patch results in "hanging" mount or swapon

2001-04-15 Thread Arjan Filius

Hello,

While trying kernel 2.4.4-pre3 i found a "hanging" swapon (my swap is on
LVM), same effect for "mount -a". 2.4.3 works properly.

I found ./drivers/md/lvm.c is patched, and restoring the lvm.c from 2.4.3
resulted in normal operation.

I Found LVM/0.9.1_beta7 makes some notes about the patch, so i tried that
(beta7), but no luck, only 2.4.3:lvm.c worked ok.

Greatings,

-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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/



2.4.4-pre3: lvm.c patch results in hanging mount or swapon

2001-04-15 Thread Arjan Filius

Hello,

While trying kernel 2.4.4-pre3 i found a "hanging" swapon (my swap is on
LVM), same effect for "mount -a". 2.4.3 works properly.

I found ./drivers/md/lvm.c is patched, and restoring the lvm.c from 2.4.3
resulted in normal operation.

I Found LVM/0.9.1_beta7 makes some notes about the patch, so i tried that
(beta7), but no luck, only 2.4.3:lvm.c worked ok.

Greatings,

-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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: 2.4.4-pre3: lvm.c patch results in hanging mount or swapon

2001-04-15 Thread Arjan Filius

Hello,

On Sun, 15 Apr 2001, Jens Axboe wrote:

 On Sun, Apr 15 2001, Arjan Filius wrote:
  Hello,
 
  While trying kernel 2.4.4-pre3 i found a "hanging" swapon (my swap is on
  LVM), same effect for "mount -a". 2.4.3 works properly.
 
  I found ./drivers/md/lvm.c is patched, and restoring the lvm.c from 2.4.3
  resulted in normal operation.
 
  I Found LVM/0.9.1_beta7 makes some notes about the patch, so i tried that
  (beta7), but no luck, only 2.4.3:lvm.c worked ok.

 Small buglet in the buffer_IO_error out path, I maybe that's it...

Dunno, i did som 'strace'ing and found it is waiting in read():
open("/dev/vg_4/lv_images", O_RDONLY)   = 4
lseek(4, 1024, SEEK_SET)= 1024
read(4,
  (killed with SAK)


Greatings,



-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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: IDE Disk Corruption with 2.4.3 / NOT with AC kernels

2001-03-31 Thread Arjan Filius

Hello,

I just got my first fs corruption too(2.4.3), but using reiserfs on LVM ,
and the volume group is also on IDE.

Accessing some /usr/src/linux/... file my system "hang" or just rebooted.
using reiserfsck "fixed" this for me.

I'm using the Asus A7V board, but comparable chipset, with the athlon
1.1GHz.


 # lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 02)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
00:04.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 10)
00:04.2 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
00:04.3 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
00:0b.0 SCSI storage controller: Symbios Logic Inc. (formerly NCR) 53c875J (rev 04)
00:0c.0 Ethernet controller: 3Com Corporation 3c985 1000BaseSX (rev 01)
00:0d.0 Multimedia audio controller: Creative Labs SB Live! EMU1 (rev 07)
00:0d.1 Input device controller: Creative Labs SB Live! (rev 07)
00:11.0 Unknown mass storage controller: Promise Technology, Inc. 20265 (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation Riva TnT2 [NV5] (rev 15)

On Sat, 31 Mar 2001, Karl Heinz Kremer wrote:

> I run into some major disk corruptions on my IDE disk with the new
> 2.4.3 kernel version. I did see the same corruptions with 2.4.2
> - but back then I blamed reiserfs and went back to 2.4.1.
>
> Now I did some more testing and found out that the Alan Cox
> series of kernel patches does not show these problems. I tried
> one from the 2.4.1-ac series (I think it was ac8) and 2.4.2-ac20
> with nothing but success. I was using the same .config file for
> all tests to make sure that the problem was not caused by
> a kernel configuration issue.
>
> This is my hardware:
>
>   - ABit KT7 board (KT133 chipset reported by lspci)
>   - 1GHz Athlon
>   - QUANTUM FIREBALLP AS40.0 disk (cat /proc/ide/hda/model)
>
> Here is the output of lspci:
>
> khk@specht:~ > /sbin/lspci
> 00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 03)
> 00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
> 00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
> 00:07.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 10)
> 00:07.2 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
> 00:07.3 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
> 00:07.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
> 00:09.0 Multimedia video controller: Zoran Corporation ZR36057PQC Video cutting 
>chipset (rev 02)
> 00:0b.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev 21)
> 00:0f.0 FireWire (IEEE 1394): Texas Instruments: Unknown device 8020
> 00:11.0 SCSI storage controller: Adaptec AHA-7850 (rev 03)
> 01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200 AGP (rev 01)
>
> I can provide more information on request, I can also test patches - I have a test
> partition that I'm using to test new kernel configurations without affecting my
> "normal" system.
>
> I am following the list only through the archives on the web, so if you want to
> get in touch with me, please CC [EMAIL PROTECTED]
>
> Karl Heinz
>
>

-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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: IDE Disk Corruption with 2.4.3 / NOT with AC kernels

2001-03-31 Thread Arjan Filius

Hello,

I just got my first fs corruption too(2.4.3), but using reiserfs on LVM ,
and the volume group is also on IDE.

Accessing some /usr/src/linux/... file my system "hang" or just rebooted.
using reiserfsck "fixed" this for me.

I'm using the Asus A7V board, but comparable chipset, with the athlon
1.1GHz.


 # lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 02)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
00:04.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 10)
00:04.2 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
00:04.3 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
00:0b.0 SCSI storage controller: Symbios Logic Inc. (formerly NCR) 53c875J (rev 04)
00:0c.0 Ethernet controller: 3Com Corporation 3c985 1000BaseSX (rev 01)
00:0d.0 Multimedia audio controller: Creative Labs SB Live! EMU1 (rev 07)
00:0d.1 Input device controller: Creative Labs SB Live! (rev 07)
00:11.0 Unknown mass storage controller: Promise Technology, Inc. 20265 (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation Riva TnT2 [NV5] (rev 15)

On Sat, 31 Mar 2001, Karl Heinz Kremer wrote:

 I run into some major disk corruptions on my IDE disk with the new
 2.4.3 kernel version. I did see the same corruptions with 2.4.2
 - but back then I blamed reiserfs and went back to 2.4.1.

 Now I did some more testing and found out that the Alan Cox
 series of kernel patches does not show these problems. I tried
 one from the 2.4.1-ac series (I think it was ac8) and 2.4.2-ac20
 with nothing but success. I was using the same .config file for
 all tests to make sure that the problem was not caused by
 a kernel configuration issue.

 This is my hardware:

   - ABit KT7 board (KT133 chipset reported by lspci)
   - 1GHz Athlon
   - QUANTUM FIREBALLP AS40.0 disk (cat /proc/ide/hda/model)

 Here is the output of lspci:

 khk@specht:~  /sbin/lspci
 00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 03)
 00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
 00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
 00:07.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 10)
 00:07.2 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
 00:07.3 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
 00:07.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
 00:09.0 Multimedia video controller: Zoran Corporation ZR36057PQC Video cutting 
chipset (rev 02)
 00:0b.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev 21)
 00:0f.0 FireWire (IEEE 1394): Texas Instruments: Unknown device 8020
 00:11.0 SCSI storage controller: Adaptec AHA-7850 (rev 03)
 01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200 AGP (rev 01)

 I can provide more information on request, I can also test patches - I have a test
 partition that I'm using to test new kernel configurations without affecting my
 "normal" system.

 I am following the list only through the archives on the web, so if you want to
 get in touch with me, please CC [EMAIL PROTECTED]

 Karl Heinz



-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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: reiserfs: still problems with tail conversion

2001-02-24 Thread Arjan Filius
est contains null bytes
>   reiser-00764.test contains null bytes
>   reiser-00773.test contains null bytes
>   reiser-00778.test contains null bytes
>   reiser-00787.test contains null bytes
>   reiser-00796.test contains null bytes
>   reiser-00805.test contains null bytes
>   reiser-00814.test contains null bytes
>   reiser-00866.test contains null bytes
>   reiser-00915.test contains null bytes
>   reiser-00930.test contains null bytes
>   reiser-00934.test contains null bytes
>   reiser-00938.test contains null bytes
>   reiser-00942.test contains null bytes
>   reiser-00946.test contains null bytes
>   reiser-00950.test contains null bytes
>   reiser-00954.test contains null bytes
>   reiser-00958.test contains null bytes
>   reiser-00965.test contains null bytes
>   reiser-00969.test contains null bytes
>   reiser-00973.test contains null bytes
>   reiser-00977.test contains null bytes
>   reiser-00984.test contains null bytes
>   reiser-00988.test contains null bytes
>   reiser-00995.test contains null bytes
>   reiser-00999.test contains null bytes
>   reiser-01006.test contains null bytes
>   reiser-01010.test contains null bytes
>   reiser-01017.test contains null bytes
> Checking done
>
>
> Running the test a couple of times doesn't really show a pattern,
> sometimes the same files contains null bytes, sometimes others do. The
> files with null bytes seem to be with index < 1024.
>
> I did the same test with an ext2 filesystem, but didn't see any error.
> System is SuSE 7.0, compiler gcc-2.95.2.
>
>
> Erik
>
>

-- 
Arjan Filius
mailto:[EMAIL PROTECTED]


-
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: reiserfs: still problems with tail conversion

2001-02-24 Thread Arjan Filius
ser-00930.test contains null bytes
   reiser-00934.test contains null bytes
   reiser-00938.test contains null bytes
   reiser-00942.test contains null bytes
   reiser-00946.test contains null bytes
   reiser-00950.test contains null bytes
   reiser-00954.test contains null bytes
   reiser-00958.test contains null bytes
   reiser-00965.test contains null bytes
   reiser-00969.test contains null bytes
   reiser-00973.test contains null bytes
   reiser-00977.test contains null bytes
   reiser-00984.test contains null bytes
   reiser-00988.test contains null bytes
   reiser-00995.test contains null bytes
   reiser-00999.test contains null bytes
   reiser-01006.test contains null bytes
   reiser-01010.test contains null bytes
   reiser-01017.test contains null bytes
 Checking done


 Running the test a couple of times doesn't really show a pattern,
 sometimes the same files contains null bytes, sometimes others do. The
 files with null bytes seem to be with index  1024.

 I did the same test with an ext2 filesystem, but didn't see any error.
 System is SuSE 7.0, compiler gcc-2.95.2.


 Erik



-- 
Arjan Filius
mailto:[EMAIL PROTECTED]


-
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/



2.4.0-13-4: raid on lvm: VFS: Unsupported blocksize on dev md(9,3)

2000-12-26 Thread Arjan Filius

Hello,

I get messages like (2.4.0-13-4):
Dec 26 11:59:35 sjoerd kernel: VFS: Unsupported blocksize on dev md(9,3).
when trying to mount these /dev/md? .

It worked fine with the 2.4.0-12, and the ext2 on lvm seems to work
properly (after the LVM 0.9 utils update)

a 'cat /dev/md1 > /images/md1' and
'mount -oloop /images/md1 /mnt' works fine with test-13-4.

Just in case it matters:
# mount --version
mount: mount-2.10m

# cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid5]
read_ahead 1024 sectors
md3 : active linear lvmz[1] lvmy[0]
  155520 blocks 32k rounding

md2 : active raid1 lvmx[1] lvmw[0]
  102336 blocks [2/2] [UU]

md1 : active raid5 lks level 5, 32k chunk, algorithm 0 [4/4] []

md0 : active raid0 lvmv[3] lvmu[2] lvmt[1] lvms[0]
  409344 blocks 4k chunks

unused devices: 


Greatings,


--
Arjan
Filius
mailto:[EMAIL PROTECTED]

-
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/



2.4.0-13-4: raid on lvm: VFS: Unsupported blocksize on dev md(9,3)

2000-12-26 Thread Arjan Filius

Hello,

I get messages like (2.4.0-13-4):
Dec 26 11:59:35 sjoerd kernel: VFS: Unsupported blocksize on dev md(9,3).
when trying to mount these /dev/md? .

It worked fine with the 2.4.0-12, and the ext2 on lvm seems to work
properly (after the LVM 0.9 utils update)

a 'cat /dev/md1  /images/md1' and
'mount -oloop /images/md1 /mnt' works fine with test-13-4.

Just in case it matters:
# mount --version
mount: mount-2.10m

# cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid5]
read_ahead 1024 sectors
md3 : active linear lvmz[1] lvmy[0]
  155520 blocks 32k rounding

md2 : active raid1 lvmx[1] lvmw[0]
  102336 blocks [2/2] [UU]

md1 : active raid5 lks level 5, 32k chunk, algorithm 0 [4/4] []

md0 : active raid0 lvmv[3] lvmu[2] lvmt[1] lvms[0]
  409344 blocks 4k chunks

unused devices: none


Greatings,


--
Arjan
Filius
mailto:[EMAIL PROTECTED]

-
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/



"undefined reference" atm_lane_init & atm_mpoa_init with test13-pre4

2000-12-23 Thread Arjan Filius

Hello,

With 2.4.0-test13-pre4 i noticed

 "Networking options"
 LAN Emulation (LANE) support
 Multi-Protocol Over ATM (MPOA) support

results with 'make bzImage' in:

make[1]: Leaving directory `/usr/src/linux-2.4.0-test13-4/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux/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.a drivers/net/wan/wan.o 
drivers/atm/atm.o drivers/ide/idedriver.o drivers/scsi/scsidrv.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 \
/usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a 
/usr/src/linux/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
net/network.o: In function `atm_ioctl':
net/network.o(.text+0x3ff92): undefined reference to `atm_lane_init'
net/network.o(.text+0x40039): undefined reference to `atm_mpoa_init'
make: *** [vmlinux] Error 1
sjoerd:/usr/src/linux #

Unsetting these options "fixed" this for me.

Greatings,

-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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/



undefined reference atm_lane_init atm_mpoa_init with test13-pre4

2000-12-23 Thread Arjan Filius

Hello,

With 2.4.0-test13-pre4 i noticed

 "Networking options"
  M   LAN Emulation (LANE) support
  M   Multi-Protocol Over ATM (MPOA) support

results with 'make bzImage' in:

make[1]: Leaving directory `/usr/src/linux-2.4.0-test13-4/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux/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.a drivers/net/wan/wan.o 
drivers/atm/atm.o drivers/ide/idedriver.o drivers/scsi/scsidrv.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 \
/usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a 
/usr/src/linux/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
net/network.o: In function `atm_ioctl':
net/network.o(.text+0x3ff92): undefined reference to `atm_lane_init'
net/network.o(.text+0x40039): undefined reference to `atm_mpoa_init'
make: *** [vmlinux] Error 1
sjoerd:/usr/src/linux #

Unsetting these options "fixed" this for me.

Greatings,

-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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: 2.4.0-test11: "_isofs_bmap: block < 0"

2000-11-25 Thread Arjan Filius

Hello,

Same here with CD 1 from SuSE 7.0-DE :
Nov 25 18:16:03 sjoerd kernel: VFS: Disk change detected on device ide1(22,64)
Nov 25 18:16:05 sjoerd kernel: ISO 9660 Extensions: RRIP_1991A
Nov 25 18:16:05 sjoerd kernel: _isofs_bmap: block < 0

Using test11 and everything is a module.


On 21 Nov 2000, Eugene Crosser wrote:

> I have a cdrom with iso9660+RR filesystem, with a few hundred files in
> ten directories.  With all previous kernels (checked up to test11-pre3),
> I had no problems with it.  With test11 final, "ls" command shows
> zero entries on the mounted CD, and each "ls" attempt causes this
> kernel message:
> 
> _isofs_bmap: block < 0
> 
> If I open a file directly, it opens and is read fine, so it's only
> readdir() that is not working.  Tell me if I need to provide more info.
> 
> Eugene
> -
> 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/
> 

-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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: 2.4.0-test11: _isofs_bmap: block 0

2000-11-25 Thread Arjan Filius

Hello,

Same here with CD 1 from SuSE 7.0-DE :
Nov 25 18:16:03 sjoerd kernel: VFS: Disk change detected on device ide1(22,64)
Nov 25 18:16:05 sjoerd kernel: ISO 9660 Extensions: RRIP_1991A
Nov 25 18:16:05 sjoerd kernel: _isofs_bmap: block  0

Using test11 and everything is a module.


On 21 Nov 2000, Eugene Crosser wrote:

 I have a cdrom with iso9660+RR filesystem, with a few hundred files in
 ten directories.  With all previous kernels (checked up to test11-pre3),
 I had no problems with it.  With test11 final, "ls" command shows
 zero entries on the mounted CD, and each "ls" attempt causes this
 kernel message:
 
 _isofs_bmap: block  0
 
 If I open a file directly, it opens and is read fine, so it's only
 readdir() that is not working.  Tell me if I need to provide more info.
 
 Eugene
 -
 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/
 

-- 
Arjan Filius
mailto:[EMAIL PROTECTED]

-
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/



[PATCH] net/ax25/sysctl_net_ax25.c Re: 2.4.0-test11-pre3 doesn'tcompile

2000-11-12 Thread Arjan Filius

Hello,

On Sun, 12 Nov 2000, f5ibh wrote:

> 
> Hi!
> 
> here is the message :
> 
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2
> -march=i586 -DMODULE   -c -o sysctl_net_ax25.o sysctl_net_ax25.c
> sysctl_net_ax25.c: In function `ax25_register_sysctl':
> sysctl_net_ax25.c:117: warning: left-hand operand of comma expression has no
> effect
> sysctl_net_ax25.c:117: parse error before `;'

The folowing patch did fix this for me:
--- ./net/ax25/sysctl_net_ax25.c~   Sun Nov 12 09:31:39 2000
+++ ./net/ax25/sysctl_net_ax25.cSun Nov 12 13:45:11 2000
@@ -114,7 +114,7 @@
memset(ax25_table, 0x00, ax25_table_size);
 
for (n = 0, ax25_dev = ax25_dev_list; ax25_dev != NULL; ax25_dev = 
ax25_dev->next) {
-   ctl_table *child = kmalloc(sizeof(ax25_param_table, GFP_ATOMIC);
+   ctl_table *child = kmalloc(sizeof(ax25_param_table), GFP_ATOMIC);
if (!child) {
while (n--)
        kfree(ax25_table[n].child);


Arjan Filius
mailto:[EMAIL PROTECTED]

-
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: 2.4.0-test11-pre3 doesn't compile (ax25 and md)

2000-11-12 Thread Arjan Filius
 in struct initializer
md.c:85: warning: (near initialization for `raid_table[0]')
md.c:86: warning: excess elements in struct initializer
md.c:86: warning: (near initialization for `raid_table[1]')
md.c:86: warning: excess elements in struct initializer
md.c:86: warning: (near initialization for `raid_table[1]')
md.c:87: warning: excess elements in struct initializer
md.c:87: warning: (near initialization for `raid_table[1]')
md.c:87: warning: excess elements in struct initializer
md.c:87: warning: (near initialization for `raid_table[1]')
md.c:87: warning: excess elements in struct initializer
md.c:87: warning: (near initialization for `raid_table[1]')
md.c:87: warning: excess elements in struct initializer
md.c:87: warning: (near initialization for `raid_table[1]')
md.c:87: warning: excess elements in struct initializer
md.c:87: warning: (near initialization for `raid_table[1]')
md.c:88: warning: excess elements in struct initializer
md.c:88: warning: (near initialization for `raid_table[2]')
md.c:89: invalid use of undefined type `struct ctl_table'
md.c:91: elements of array `raid_dir_table' have incomplete type
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:93: warning: excess elements in struct initializer
md.c:93: warning: (near initialization for `raid_dir_table[1]')
md.c:94: invalid use of undefined type `struct ctl_table'
md.c:96: elements of array `raid_root_table' have incomplete type
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:98: warning: excess elements in struct initializer
md.c:98: warning: (near initialization for `raid_root_table[1]')
md.c:99: invalid use of undefined type `struct ctl_table'
make[2]: [md.o] Error 1 (ignored)
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=k6 
-DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h   
-DEXPORT_SYMTAB -c xor.c
make[2]: Leaving directory `/usr/src/linux-2.4.0-test11-pre3/drivers/md'


make -C ax25 modules
make[2]: Entering directory `/usr/src/linux-2.4.0-test11-pre3/net/ax25'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=k6 
-DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h   -c -o 
sysctl_net_ax25.o sysctl_net_ax25.c
sysctl_net_ax25.c: In function `ax25_register_sysctl':
sysctl_net_ax25.c:117: warning: left-hand operand of comma expression has no effect
sysctl_net_ax25.c:117: parse error before `;'
make[2]: [sysctl_net_ax25.o] Error 1 (ignored)
rm -f ax25.o
ld -m elf_i386  -r -o ax25.o af_ax25.o ax25_addr.o ax25_dev.o ax25_iface.o ax25_in.o 
ax25_ip.o ax25_out.o ax25_route.o ax25_std_in.o ax25_std_subr.o ax25_std_timer.o 
ax25_subr.o ax25_timer.o ax25_uid.o ax25_ds_in.o ax25_ds_subr.o ax25_ds_timer.o 
sysctl_net_ax25.o
ld: cannot open sysctl_net_ax25.o: No such file or directory
make[2]: [ax25.o] Error 1 (ignored)
make[2]: Leaving directory `/usr/src/linux-2.4.0-test11-pre3/net/ax25'


Greatings,

Arjan Filius
mailto:[EMAIL PROTECTED]

-
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: 2.4.0-test11-pre3 doesn't compile (ax25 and md)

2000-11-12 Thread Arjan Filius
 in struct initializer
md.c:85: warning: (near initialization for `raid_table[0]')
md.c:86: warning: excess elements in struct initializer
md.c:86: warning: (near initialization for `raid_table[1]')
md.c:86: warning: excess elements in struct initializer
md.c:86: warning: (near initialization for `raid_table[1]')
md.c:87: warning: excess elements in struct initializer
md.c:87: warning: (near initialization for `raid_table[1]')
md.c:87: warning: excess elements in struct initializer
md.c:87: warning: (near initialization for `raid_table[1]')
md.c:87: warning: excess elements in struct initializer
md.c:87: warning: (near initialization for `raid_table[1]')
md.c:87: warning: excess elements in struct initializer
md.c:87: warning: (near initialization for `raid_table[1]')
md.c:87: warning: excess elements in struct initializer
md.c:87: warning: (near initialization for `raid_table[1]')
md.c:88: warning: excess elements in struct initializer
md.c:88: warning: (near initialization for `raid_table[2]')
md.c:89: invalid use of undefined type `struct ctl_table'
md.c:91: elements of array `raid_dir_table' have incomplete type
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:92: warning: excess elements in struct initializer
md.c:92: warning: (near initialization for `raid_dir_table[0]')
md.c:93: warning: excess elements in struct initializer
md.c:93: warning: (near initialization for `raid_dir_table[1]')
md.c:94: invalid use of undefined type `struct ctl_table'
md.c:96: elements of array `raid_root_table' have incomplete type
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:97: warning: excess elements in struct initializer
md.c:97: warning: (near initialization for `raid_root_table[0]')
md.c:98: warning: excess elements in struct initializer
md.c:98: warning: (near initialization for `raid_root_table[1]')
md.c:99: invalid use of undefined type `struct ctl_table'
make[2]: [md.o] Error 1 (ignored)
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=k6 
-DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h   
-DEXPORT_SYMTAB -c xor.c
make[2]: Leaving directory `/usr/src/linux-2.4.0-test11-pre3/drivers/md'


make -C ax25 modules
make[2]: Entering directory `/usr/src/linux-2.4.0-test11-pre3/net/ax25'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=k6 
-DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h   -c -o 
sysctl_net_ax25.o sysctl_net_ax25.c
sysctl_net_ax25.c: In function `ax25_register_sysctl':
sysctl_net_ax25.c:117: warning: left-hand operand of comma expression has no effect
sysctl_net_ax25.c:117: parse error before `;'
make[2]: [sysctl_net_ax25.o] Error 1 (ignored)
rm -f ax25.o
ld -m elf_i386  -r -o ax25.o af_ax25.o ax25_addr.o ax25_dev.o ax25_iface.o ax25_in.o 
ax25_ip.o ax25_out.o ax25_route.o ax25_std_in.o ax25_std_subr.o ax25_std_timer.o 
ax25_subr.o ax25_timer.o ax25_uid.o ax25_ds_in.o ax25_ds_subr.o ax25_ds_timer.o 
sysctl_net_ax25.o
ld: cannot open sysctl_net_ax25.o: No such file or directory
make[2]: [ax25.o] Error 1 (ignored)
make[2]: Leaving directory `/usr/src/linux-2.4.0-test11-pre3/net/ax25'


Greatings,

Arjan Filius
mailto:[EMAIL PROTECTED]

-
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/



[PATCH] net/ax25/sysctl_net_ax25.c Re: 2.4.0-test11-pre3 doesn'tcompile

2000-11-12 Thread Arjan Filius

Hello,

On Sun, 12 Nov 2000, f5ibh wrote:

 
 Hi!
 
 here is the message :
 
 gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2
 -march=i586 -DMODULE   -c -o sysctl_net_ax25.o sysctl_net_ax25.c
 sysctl_net_ax25.c: In function `ax25_register_sysctl':
 sysctl_net_ax25.c:117: warning: left-hand operand of comma expression has no
 effect
 sysctl_net_ax25.c:117: parse error before `;'

The folowing patch did fix this for me:
--- ./net/ax25/sysctl_net_ax25.c~   Sun Nov 12 09:31:39 2000
+++ ./net/ax25/sysctl_net_ax25.cSun Nov 12 13:45:11 2000
@@ -114,7 +114,7 @@
memset(ax25_table, 0x00, ax25_table_size);
 
for (n = 0, ax25_dev = ax25_dev_list; ax25_dev != NULL; ax25_dev = 
ax25_dev-next) {
-   ctl_table *child = kmalloc(sizeof(ax25_param_table, GFP_ATOMIC);
+   ctl_table *child = kmalloc(sizeof(ax25_param_table), GFP_ATOMIC);
if (!child) {
while (n--)
kfree(ax25_table[n].child);


Arjan Filius
mailto:[EMAIL PROTECTED]

-
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/