All of lore.kernel.org
 help / color / mirror / Atom feed
* http://www.namesys.com/snapshots/2004.08.09-internal.testing/
  2004-08-04 21:44   ` http://www.namesys.com/snapshots/2004.08.03-internal.testing/ Hans Reiser
@ 2004-08-09 19:49     ` Vitaly Fertman
  0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Fertman @ 2004-08-09 19:49 UTC (permalink / raw)
  To: reiserfs-list

Hello All,

This snapshot contains what was included into 2004.08.03-internal.testing 
snapshot:

> updated reiser4progs-0.5.7 and the grub patch.
> 
> It includes several bug fixes against the previous snapshot, and has a disk 
> format change -- the layout of blocks that contain backuped fs metadata 
> are changed. 
> 
> No kernel patch is needed for the disk format change, however fsck may 
> report about some corruptions on an existent fs if a block was allocated 
> for some data and has become a backup one. Fsck.reiser4 --build-fs is 
> able to fix it of course, although the data in these blocks are lost then.

and it has a converter from the previous format to the new one -- if you 
already created a reiser4 fs with the mkfs from some previous version 
of reiser4progs, first of all run 
    $ debugfs.reiser4 -C device

-- 
Thanks,
Vitaly Fertman


^ permalink raw reply	[flat|nested] 5+ messages in thread

* http://www.namesys.com/snapshots/2004.08.09-internal.testing/
@ 2004-08-09 19:55 Vitaly Fertman
       [not found] ` <e796392204080913384ac39553@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Vitaly Fertman @ 2004-08-09 19:55 UTC (permalink / raw)
  To: reiserfs-list

Hello All,

This snapshot contains what was included into 2004.08.03-internal.testing

snapshot:
> updated reiser4progs-0.5.7 and the grub patch.
>
> It includes several bug fixes against the previous snapshot, and has a disk
> format change -- the layout of blocks that contain backuped fs metadata
> are changed.
>
> No kernel patch is needed for the disk format change, however fsck may
> report about some corruptions on an existent fs if a block was allocated
> for some data and has become a backup one. Fsck.reiser4 --build-fs is
> able to fix it of course, although the data in these blocks are lost then.

it also has:

- a converter from the previous format to the new one -- if you already created 
a reiser4 fs with the mkfs from some previous version of reiser4progs, first of 
all run
    $ debugfs.reiser4 -C device

- reiser4 patch for the grub-0.95

--
Thanks,
Vitaly Fertman


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: http://www.namesys.com/snapshots/2004.08.09-internal.testing/
       [not found] ` <e796392204080913384ac39553@mail.gmail.com>
@ 2004-08-09 21:01   ` Stefan Schweizer
  2004-08-09 21:21     ` http://www.namesys.com/snapshots/2004.08.09-internal.testing/ Vitaly Fertman
       [not found]   ` <200408100057.57087.vitaly@namesys.com>
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Schweizer @ 2004-08-09 21:01 UTC (permalink / raw)
  To: Vitaly Fertman, reiserfs-list

On grub compile:

In file included from /usr/include/aal/libaal.h:17,
                from /usr/include/reiser4/libreiser4.h:13,
                from fsys_reiser4.c:27:
/usr/include/aal/types.h:62: error: conflicting types for `va_list'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/include/stdarg.h:105: error:
previous declaration of `va_list'

When I try debugfs.reiser4:

 # debugfs.reiser4 -C /dev/hda1 -f
debugfs.reiser4 1.0.0
Copyright (C) 2001, 2002, 2003, 2004 by Hans Reiser, licensing governed by 
reiser4progs/COPYING. 

Segmentation fault
 #

Obviously reiser4 likes segfaults.

Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: http://www.namesys.com/snapshots/2004.08.09-internal.testing/
       [not found]   ` <200408100057.57087.vitaly@namesys.com>
@ 2004-08-09 21:18     ` Stefan Schweizer
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Schweizer @ 2004-08-09 21:18 UTC (permalink / raw)
  To: Vitaly Fertman, reiserfs-list

ok, it makes it compile, but it does not work for me:

grub> kernel (hd0,1)/
Error 17: Cannot mount selected partition

Perhabs this is related to not converting my reiser4 partition to the
new format due to the segfault.

Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: http://www.namesys.com/snapshots/2004.08.09-internal.testing/
  2004-08-09 21:01   ` http://www.namesys.com/snapshots/2004.08.09-internal.testing/ Stefan Schweizer
@ 2004-08-09 21:21     ` Vitaly Fertman
  0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Fertman @ 2004-08-09 21:21 UTC (permalink / raw)
  To: Stefan Schweizer, reiserfs-list

On Tuesday 10 August 2004 01:01, Stefan Schweizer wrote:
> On grub compile:
>
> In file included from /usr/include/aal/libaal.h:17,
>                 from /usr/include/reiser4/libreiser4.h:13,
>                 from fsys_reiser4.c:27:
> /usr/include/aal/types.h:62: error: conflicting types for `va_list'
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/include/stdarg.h:105: error:
> previous declaration of `va_list'

the test patch is sent.

> When I try debugfs.reiser4:
>
>  # debugfs.reiser4 -C /dev/hda1 -f
> debugfs.reiser4 1.0.0
> Copyright (C) 2001, 2002, 2003, 2004 by Hans Reiser, licensing governed by
> reiser4progs/COPYING.
>
> Segmentation fault
>  #

hm, this segfault seems to happen on the initialization stage, before 
any convertion is started. looks more like some problem with building
the package itself. 
Do you have the core file? Would you send me the trace?

-- 
Thanks,
Vitaly Fertman


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-08-09 21:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-09 19:55 http://www.namesys.com/snapshots/2004.08.09-internal.testing/ Vitaly Fertman
     [not found] ` <e796392204080913384ac39553@mail.gmail.com>
2004-08-09 21:01   ` http://www.namesys.com/snapshots/2004.08.09-internal.testing/ Stefan Schweizer
2004-08-09 21:21     ` http://www.namesys.com/snapshots/2004.08.09-internal.testing/ Vitaly Fertman
     [not found]   ` <200408100057.57087.vitaly@namesys.com>
2004-08-09 21:18     ` http://www.namesys.com/snapshots/2004.08.09-internal.testing/ Stefan Schweizer
  -- strict thread matches above, loose matches on Subject: below --
2004-06-14 20:22 http://www.namesys.com/snapshots/2004.06.14-internal.testing/ Vitaly Fertman
2004-08-04 18:51 ` http://www.namesys.com/snapshots/2004.08.03-internal.testing/ Vitaly Fertman
2004-08-04 21:44   ` http://www.namesys.com/snapshots/2004.08.03-internal.testing/ Hans Reiser
2004-08-09 19:49     ` http://www.namesys.com/snapshots/2004.08.09-internal.testing/ Vitaly Fertman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.