[gentoo-user] Re: reiserfs always replays log transactions during boot

2003-11-24 Thread Sebastian Bergmann
SN wrote:
> ebegin "Remounting ReiserFS Partition"
> mount -n -o ro,remount /
> eend 0

  Danke Dir,
Sebastian

-- 
Sebastian Bergmann
http://sebastian-bergmann.de/   http://phpOpenTracker.de/

Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: reiserfs always replays log transactions during boot

2003-11-23 Thread Redeeman
sorry, but can we please stick to english, i dont understand german so
well :/

On Sun, 2003-11-23 at 22:10, SN wrote:
> Eine ganze simple Lösung ist an geeigneter Stelle in halt.sh, z.B. vor
> Remounting remaining filesystems, folgendes einfügen.
> 
> 
> ebegin "Remounting ReiserFS Partition"
> mount -n -o ro,remount /
> eend 0
> 
> Das mounted das reiserfs mit mountpoint / in readonly mode, somit ist es
> sauber heruntergefahren, weil davor der cache geflushed wird.
> 
> - Original Message - 
> From: "SN" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, November 23, 2003 5:37 PM
> Subject: Re: [gentoo-user] Re: reiserfs always replays log transactions
> during boot
> 
> 
> > Mhhh, I haven't actually checked if the version baselayout-1.8.6.12. still
> > has got the error, when I had this problem I fixed it myself, changed the
> > script /etc/init.d/halt.sh and wrote a bugreport, I was told that time
> that
> > it is fixed in cvs, this was a few weeks ago. So I still use 1.8.6.10 with
> > some changes to /etc/init.d/halt.sh
> >
> > So just check /etc/init.d/halt.sh.
> >
> > Since I applied my fix to the script I haven't had a problem with reiserfs
> > messages, that state there was no clean shutdown, before I applied the
> > change I ad the message on every second or third boot.
> >
> > ----- Original Message - 
> > From: "Sebastian Bergmann" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, November 23, 2003 9:04 AM
> > Subject: [gentoo-user] Re: reiserfs always replays log transactions during
> > boot
> >
> >
> > > SN wrote:
> > > > Do you really unmount the partitions by hand, or do you assume, that
> > > > the reiser partitions were umounted during a clean shutdown???
> > >
> > >   I assume that they are unmounted during a clean shutdown, yes.
> > >
> > > > Because in the current stable version of baselayout there is a bug,
> > > > which prevents clean umounting of / reiser partitions
> > >
> > >   As I said, I am using baselayout-1.8.6.12.
> > >
> > > -- 
> > > Sebastian Bergmann
> > > http://sebastian-bergmann.de/
> http://phpOpenTracker.de/
> > >
> > > Das Buch zu PHP 5:
> http://professionelle-softwareentwicklung-mit-php5.de/
> > >
> > >
> > > --
> > > [EMAIL PROTECTED] mailing list
> > >
> > >
> > >
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list
> >
> >
> >
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: reiserfs always replays log transactions during boot

2003-11-23 Thread SN
Eine ganze simple Lösung ist an geeigneter Stelle in halt.sh, z.B. vor
Remounting remaining filesystems, folgendes einfügen.


ebegin "Remounting ReiserFS Partition"
mount -n -o ro,remount /
eend 0

Das mounted das reiserfs mit mountpoint / in readonly mode, somit ist es
sauber heruntergefahren, weil davor der cache geflushed wird.

- Original Message - 
From: "SN" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 23, 2003 5:37 PM
Subject: Re: [gentoo-user] Re: reiserfs always replays log transactions
during boot


> Mhhh, I haven't actually checked if the version baselayout-1.8.6.12. still
> has got the error, when I had this problem I fixed it myself, changed the
> script /etc/init.d/halt.sh and wrote a bugreport, I was told that time
that
> it is fixed in cvs, this was a few weeks ago. So I still use 1.8.6.10 with
> some changes to /etc/init.d/halt.sh
>
> So just check /etc/init.d/halt.sh.
>
> Since I applied my fix to the script I haven't had a problem with reiserfs
> messages, that state there was no clean shutdown, before I applied the
> change I ad the message on every second or third boot.
>
> - Original Message - 
> From: "Sebastian Bergmann" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, November 23, 2003 9:04 AM
> Subject: [gentoo-user] Re: reiserfs always replays log transactions during
> boot
>
>
> > SN wrote:
> > > Do you really unmount the partitions by hand, or do you assume, that
> > > the reiser partitions were umounted during a clean shutdown???
> >
> >   I assume that they are unmounted during a clean shutdown, yes.
> >
> > > Because in the current stable version of baselayout there is a bug,
> > > which prevents clean umounting of / reiser partitions
> >
> >   As I said, I am using baselayout-1.8.6.12.
> >
> > -- 
> > Sebastian Bergmann
> > http://sebastian-bergmann.de/
http://phpOpenTracker.de/
> >
> > Das Buch zu PHP 5:
http://professionelle-softwareentwicklung-mit-php5.de/
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list
> >
> >
> >
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>
>


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: reiserfs always replays log transactions during boot

2003-11-23 Thread Sebastian Bergmann
SN wrote:
> Since I applied my fix to the script I haven't had a problem

  What's your fix? :)

-- 
Sebastian Bergmann
http://sebastian-bergmann.de/   http://phpOpenTracker.de/

Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: reiserfs always replays log transactions during boot

2003-11-23 Thread SN
Mhhh, I haven't actually checked if the version baselayout-1.8.6.12. still
has got the error, when I had this problem I fixed it myself, changed the
script /etc/init.d/halt.sh and wrote a bugreport, I was told that time that
it is fixed in cvs, this was a few weeks ago. So I still use 1.8.6.10 with
some changes to /etc/init.d/halt.sh

So just check /etc/init.d/halt.sh.

Since I applied my fix to the script I haven't had a problem with reiserfs
messages, that state there was no clean shutdown, before I applied the
change I ad the message on every second or third boot.

- Original Message - 
From: "Sebastian Bergmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 23, 2003 9:04 AM
Subject: [gentoo-user] Re: reiserfs always replays log transactions during
boot


> SN wrote:
> > Do you really unmount the partitions by hand, or do you assume, that
> > the reiser partitions were umounted during a clean shutdown???
>
>   I assume that they are unmounted during a clean shutdown, yes.
>
> > Because in the current stable version of baselayout there is a bug,
> > which prevents clean umounting of / reiser partitions
>
>   As I said, I am using baselayout-1.8.6.12.
>
> -- 
> Sebastian Bergmann
> http://sebastian-bergmann.de/   http://phpOpenTracker.de/
>
> Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>
>


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: reiserfs always replays log transactions during boot

2003-11-23 Thread Sebastian Bergmann
SN wrote:
> Do you really unmount the partitions by hand, or do you assume, that
> the reiser partitions were umounted during a clean shutdown???

  I assume that they are unmounted during a clean shutdown, yes.

> Because in the current stable version of baselayout there is a bug,
> which prevents clean umounting of / reiser partitions

  As I said, I am using baselayout-1.8.6.12.

-- 
Sebastian Bergmann
http://sebastian-bergmann.de/   http://phpOpenTracker.de/

Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/


--
[EMAIL PROTECTED] mailing list