Warwick Brown | 1 Feb 2003 02:28

Fwd: probs with large data transfer using Linux 2.4.21-pre3


heya peeps

i have recently started using the pre-release kernels coz the come with the
jfs src included instead of patching manually etc... but i have a serious
problem which needs addressing, i have a dir with 37Gb of data on it, and
every time i try and move the data from one partn on one disc to another
partn on another disc, my machine crashes, with no log output or hint of
cause, i am at a loss, i am using Linux 2.4.21-pre3 at the moment and cannot
move that volume of data, i was wondering is there any way of making a
v2.4.21+ kernel that has a stable implementation of jfs

i used to just patch the stable release Linux kernel with the jfs patches,
which provided me with no problem, is this the best way of using JFS under
linux?

regards

waz

p.s. my dmesg is included with the mail as i hope it will help
--
Garage is where you keep your car,
House is where you live,
Hardcore is how you live
Linux version 2.4.21-pre4 (root <at> moomintroll.internal.linux-moonman.net.) (gcc version 2.95.3
20010315 (release)) #1 SMP Thu Jan 30 01:20:22 GMT 2003
BIOS-provided physical RAM map:
(Continue reading)

Dave Kleikamp | 3 Feb 2003 14:44
Picon
Favicon

Re: Fwd: probs with large data transfer using Linux 2.4.21-pre3

On Friday 31 January 2003 19:28, Warwick Brown wrote:
> heya peeps
>
> i have recently started using the pre-release kernels coz the come
> with the jfs src included instead of patching manually etc... but i
> have a serious problem which needs addressing, i have a dir with 37Gb
> of data on it, and every time i try and move the data from one partn
> on one disc to another partn on another disc, my machine crashes,
> with no log output or hint of cause,

Have you tried reproducing this in a virtual terminal, rather than from 
X?  If the crash is fatal, an oops is usually written to the console, 
but doesn't always make it to disk in the log.

Also, you could try forcing fsck to run against the volume with the -f 
flag.  At boot time, jfs_fsck may only be replaying the journal, and if 
there are any errors on disk, they may not be getting fixed.

> i am at a loss, i am using Linux
> 2.4.21-pre3 at the moment and cannot move that volume of data, i was
> wondering is there any way of making a v2.4.21+ kernel that has a
> stable implementation of jfs

Well, I had thought 2.4.21-pre3 w/JFS was pretty stable.  But there are 
a few reports of bugs that I haven't gotten to the root of yet.

> i used to just patch the stable release Linux kernel with the jfs
> patches, which provided me with no problem, is this the best way of
> using JFS under linux?

(Continue reading)

Fabien Combernous | 10 Feb 2003 17:01
Picon

online resizing ?

Lo,

I would like to know if exist a path to permet a jfs online resizing ?

Fabien.

--

-- 

Fabien COMBERNOUS - IT Engineer
e'process - Parc Club du Millénaire Batiment n° 6
1025 rue Henri Becquerel - 34000 Montpellier FRANCE
http://www.eprocess.tv - +33 (0)4 67 13 84 50
Fabien Combernous | 10 Feb 2003 18:34
Picon

Re: online resizing ?

Oups wrong english :o)

I would like to know if exist a patch that permit an online jfs resizing.

Fabien Combernous wrote:
> Lo,
> 
> I would like to know if exist a path to permet a jfs online resizing ?
> 
> Fabien.
> 

--

-- 

Fabien COMBERNOUS - IT Engineer
e'process - Parc Club du Millénaire Batiment n° 6
1025 rue Henri Becquerel - 34000 Montpellier FRANCE
http://www.eprocess.tv - +33 (0)4 67 13 84 50
Steve Best | 10 Feb 2003 18:57
Picon
Favicon

Re: online resizing ?


Fabien Combernous wrote:
> 
> Oups wrong english :o)
> 
> I would like to know if exist a patch that permit an online jfs resizing.

Yes, you need release 1.0.21 or above for the file system. The FS must be mounted
and you need to use the -o remount option.

example: mount -o remount,resize /mount point

> 
> Fabien Combernous wrote:
> > Lo,
> >
> > I would like to know if exist a path to permet a jfs online resizing ?
> >
> > Fabien.
> >
> 
> --
> 

Steve
Adrian Bunk | 10 Feb 2003 21:46
Picon
Picon
Favicon

2.5.60: JFS no longer compiles with gcc 2.95

On Mon, Feb 10, 2003 at 11:08:28AM -0800, Linus Torvalds wrote:
>...
> Summary of changes from v2.5.59 to v2.5.60
> ============================================
>...
> Dave Kleikamp <shaggy <at> shaggy.austin.ibm.com>:
>...
>   o JFS: replace ugly JFS debug macros with simpler ones
>...

This broke the compilation with gcc 2.95:

<--  snip  -->

...
  gcc -Wp,-MD,fs/jfs/.super.o.d -D__KERNEL__ -Iinclude -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-pipe -mpreferred-stack-boundary=2 -march=k6 
-Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include  
-D_JFS_4K  -DKBUILD_BASENAME=super -DKBUILD_MODNAME=jfs -c -o 
fs/jfs/super.o fs/jfs/super.c
fs/jfs/super.c: In function `jfs_fill_super':
fs/jfs/super.c:335: parse error before `)'
make[2]: *** [fs/jfs/super.o] Error 1

<--  snip  -->

cu
Adrian

(Continue reading)

James Lamanna | 10 Feb 2003 22:43

RE: 2.5.60: JFS no longer compiles with gcc 2.95

>>> This broke the compilation with gcc 2.95: 
<--  snip  --> 
... 
  gcc -Wp,-MD,fs/jfs/.super.o.d -D__KERNEL__ -Iinclude -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-pipe -mpreferred-stack-boundary=2 -march=k6 
-Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include  
-D_JFS_4K  -DKBUILD_BASENAME=super -DKBUILD_MODNAME=jfs -c -o 
fs/jfs/super.o fs/jfs/super.c 
fs/jfs/super.c: In function `jfs_fill_super': 
fs/jfs/super.c:335: parse error before `)' 
make[2]: *** [fs/jfs/super.o] Error 1 
<--  snip  --> 

Curious as to what gcc 2.95 version you are using.
Seems to compile fine with:
gcc 2.95.4 20011002

--James

Adrian Bunk | 11 Feb 2003 08:27
Picon
Picon
Favicon

Re: 2.5.60: JFS no longer compiles with gcc 2.95

On Mon, Feb 10, 2003 at 01:43:26PM -0800, James Lamanna wrote:
> >>> This broke the compilation with gcc 2.95: 
> <--  snip  --> 
> ... 
>   gcc -Wp,-MD,fs/jfs/.super.o.d -D__KERNEL__ -Iinclude -Wall 
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
> -pipe -mpreferred-stack-boundary=2 -march=k6 
> -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include  
> -D_JFS_4K  -DKBUILD_BASENAME=super -DKBUILD_MODNAME=jfs -c -o 
> fs/jfs/super.o fs/jfs/super.c 
> fs/jfs/super.c: In function `jfs_fill_super': 
> fs/jfs/super.c:335: parse error before `)' 
> make[2]: *** [fs/jfs/super.o] Error 1 
> <--  snip  --> 
> 
> Curious as to what gcc 2.95 version you are using.
> Seems to compile fine with:
> gcc 2.95.4 20011002

I'm using the same gcc. I should have said that I'm compiling with 
CONFIG_JFS_DEBUG. Without CONFIG_JFS_DEBUG it indeed compiles fine.

> --James

cu
Adrian

--

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
(Continue reading)

Fabien Combernous | 11 Feb 2003 11:37
Picon

Re: online resizing ?


Steve Best wrote:
> 
> Fabien Combernous wrote:
> 
>>Oups wrong english :o)
>>
>>I would like to know if exist a patch that permit an online jfs resizing.
> 
> 
> Yes, you need release 1.0.21 or above for the file system. The FS must be mounted
> and you need to use the -o remount option.
> 
> example: mount -o remount,resize /mount point

Many thanks, Fabien.

> 
> 
> 
>>Fabien Combernous wrote:
>>
>>>Lo,
>>>
>>>I would like to know if exist a path to permet a jfs online resizing ?
>>>
>>>Fabien.
>>>
>>
>>--
(Continue reading)

Juan Antonio Vera | 12 Feb 2003 13:09

kernel BUG and filesystem lost !!

Hi all.

I work with kernel 2.4.20 , lvm 1.0 and jfsutils 1.1.1. for 2 weeks and 
I  had  3 or 4 problems with jfs filesystems. The problems basically 
happened
when I worked with office aplications (StarOffice) or copy files between 
jfs filesystems. The last problem was very serious becasuse
I've to push reset button to recuperate the system control and I lost 
one filsystem. In this last case, the root filesystem begins to report 
problems about jfs boundaries and
I press reset button. On reboot, there was one filesystem that jfs can't 
recuperate. This is my fsck.jfs output.

gava:~# fsck.jfs  -v -a /dev/dades_vg/aplicacions
fsck.jfs version 1.1.1, 17-Dec-2002
The current device is:  /dev/dades_vg/aplicacions
(chklog) FSCK  Open(...READ/WRITE EXCLUSIVE...) returned rc = 0

(chklog) FSCK  Primary superblock is valid.

(chklog) FSCK  The type of file system for the device is JFS.

Block size in bytes:  4096
File system size in blocks:  90112
Phase 0 - Replay Journal Log
(chklog) FSCK:LOGREDO:  Log already redone!

(chklog) FSCK  logredo returned rc = 0

Phase 1 - Check Blocks, Files/Directories, and Directory Entries.
(Continue reading)


Gmane