Re: [gentoo-user] Filesystem couldn't be fixed?

2003-09-21 Thread Terje Kvernes
  (sorry for the late reply, I haven't had time to read my
  gentoo-user-box as of late)

Spider [EMAIL PROTECTED] writes:

 Terje Kvernes [EMAIL PROTECTED] wrote:
 
  giving /usr a partition of its own isn't that odd, is it?  :-) 
 
 Not really, I find it a bit hard to predict how large it shall be
 though.

  this is why you have resize_yourfavoritefs and LVM.
 
  then again, my home server currently has around 20 partitions.  of
  these, seven are system-related: /, /boot, /opt, /usr, /local,
  /var, /var/tmp.  the rest of the partitions are data-related, be
  it music, cvs, tftproot, chroot-environments, images etc.  and
  yes, I do of course run LVM with all of this stuff.
  
 
 Hmm, okeis, Makes me wonder, how much space do you waste on such a
 setup to make it accept the constant bloating of software?

  I don't waste much space at all, since I keep the filesystems around
  85% full or so and extend on demand.  and with todays harddrives,
  even if it costs me a couple of GiB here and there, it isn't an
  issue at all.  

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Filesystem couldn't be fixed?

2003-09-16 Thread Spider
begin  quote
On Mon, 15 Sep 2003 15:57:23 +0200
Terje Kvernes [EMAIL PROTECTED] wrote:

 Spider [EMAIL PROTECTED] writes:
 
   [ ... ]
 
  Thats strange, 40Mb for root?  Unless you partitioned /usr off I'm
  really quite curious about how you managed to do that.
 
   giving /usr a partition of its own isn't that odd, is it?  :-) 

Not really, I find it a bit hard to predict how large it shall be
though.


   then again, my home server currently has around 20 partitions.  of
   these, seven are system-related: /, /boot, /opt, /usr, /local, /var,
   /var/tmp.  the rest of the partitions are data-related, be it music,
   cvs, tftproot, chroot-environments, images etc.  and yes, I do of
   course run LVM with all of this stuff. 
 

Hmm, okeis,  Makes me wonder, how much space do you waste on such a
setup to make it accept the constant bloating of software?

//Spider


-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Filesystem couldn't be fixed?

2003-09-15 Thread Terje Kvernes
Spider [EMAIL PROTECTED] writes:

  [ ... ]

 Thats strange, 40Mb for root?  Unless you partitioned /usr off I'm
 really quite curious about how you managed to do that.

  giving /usr a partition of its own isn't that odd, is it?  :-) 

  then again, my home server currently has around 20 partitions.  of
  these, seven are system-related: /, /boot, /opt, /usr, /local, /var,
  /var/tmp.  the rest of the partitions are data-related, be it music,
  cvs, tftproot, chroot-environments, images etc.  and yes, I do of
  course run LVM with all of this stuff. 

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Filesystem couldn't be fixed?

2003-09-15 Thread Dmitry Suzdalev
On Monday 15 September 2003 05:09, Spider wrote:
 Thats strange, 40Mb for root?  Unless you partitioned /usr off I'm
 really quite curious about how you managed to do that.

:). :s/Mb/Gb/g. Yes, that's curious :-). Nowadays I noticed that I often 
replace Gb with Mb in my mind :). Sorry. That's rapid development of HDD's, 
you know... :)
-- 
Gentoo Linux 2.4.20 #1 i686 AMD Athlon(tm)  AuthenticAMD GNU/Linux


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Filesystem couldn't be fixed?

2003-09-14 Thread Dmitry Suzdalev
Hello!

Today my ext3 filesystem had gone 30 days w/o checking and check was forced 
:). When the checking process ended, it said something usual about 
fragmentation and number of blocks, and then:

* Filesystem couldn't be fixed [!!]

And this is the only error message I can see.
What does this mean and where can I look for error that occured? Any kind of 
log? Syslog starts later so I can't rely on /var/log/*.

Upon the next reboot, all goes okay, e2fsck says that FS is clean. Same result 
if I issue e2fsck /dev/hda4 command manually. 
How can I catch this nasty error now? 

No strange noises from HDD, no read/write problems, but this is second time I 
get this error. 

Anyone had something like this?

TIA,
Dmitry.
-- 
Gentoo Linux 2.4.20 #1 i686 AMD Athlon(tm)  AuthenticAMD GNU/Linux


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Filesystem couldn't be fixed?

2003-09-14 Thread Karl Huysmans
This is a bug.

#emerge rsync
#emerge -UDp world

Upgrade to baselayout 1.8.6.10-r1 and the next time your root file
system is checked/modified, gentoo will just reboot instead of giving
this confusing error message.

Some other very nice fixes in baselayout too!

On Sun, 2003-09-14 at 12:03, Dmitry Suzdalev wrote:
 Hello!
 
 Today my ext3 filesystem had gone 30 days w/o checking and check was forced 
 :). When the checking process ended, it said something usual about 
 fragmentation and number of blocks, and then:
 
 * Filesystem couldn't be fixed [!!]
 
 And this is the only error message I can see.
 What does this mean and where can I look for error that occured? Any kind of 
 log? Syslog starts later so I can't rely on /var/log/*.
 
 Upon the next reboot, all goes okay, e2fsck says that FS is clean. Same result 
 if I issue e2fsck /dev/hda4 command manually. 
 How can I catch this nasty error now? 
 
 No strange noises from HDD, no read/write problems, but this is second time I 
 get this error. 
 
 Anyone had something like this?
 
 TIA,
 Dmitry.
-- 
Karl Huysmans [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Filesystem couldn't be fixed?

2003-09-14 Thread Dmitry Suzdalev
Thanks for info, Karl!

Dmitry.

On Sunday 14 September 2003 16:15, Karl Huysmans wrote:
 This is a bug.

 #emerge rsync
 #emerge -UDp world

 Upgrade to baselayout 1.8.6.10-r1 and the next time your root file
 system is checked/modified, gentoo will just reboot instead of giving
 this confusing error message.

 Some other very nice fixes in baselayout too!



-- 
Gentoo Linux 2.4.20 #1 i686 AMD Athlon(tm)  AuthenticAMD GNU/Linux


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Filesystem couldn't be fixed?

2003-09-14 Thread Dmitry Suzdalev
On Sunday 14 September 2003 19:34, Spider wrote:
 Yep, I had  a case of bad RAM that caused strange segfaults and errors
 (attempt to read past end of device style errors ) which forced me to do
 some scrunity on all hardware.   

I should notice that my RAM work quite well -- hadn't any problems with it. 
But still maybe I should check it.

 As I use encrypted disks the livecd's
 won't do it (normally thats a great recovery though) so instead i choose
 to edit the bootcommand in grub and add:
 init=/bin/sash

 this will give you a ReadOnly mounted / , and nothing started.
 at this time do
 fsck -f /dev/hda3 (assuming hda3 is your root partition)

 And wait. wait wait and wait ;)

Well, not so long :). I have only one 40MB root partition. Check completes in 
about 5-10 minutes.

Thanks for pointers.

Dmitry.
-- 
Gentoo Linux 2.4.20 #1 i686 AMD Athlon(tm)  AuthenticAMD GNU/Linux


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Filesystem couldn't be fixed?

2003-09-14 Thread Spider
begin  quote
On Mon, 15 Sep 2003 00:31:12 +0400
Dmitry  Suzdalev [EMAIL PROTECTED] wrote:


  As I use encrypted disks the livecd's won't do it (normally thats a
  great recovery though) so instead I choose to edit the bootcommand
  in grub and add: init=/bin/sash
 
  this will give you a ReadOnly mounted / , and nothing started.
  at this time do fsck -f /dev/hda3 (assuming hda3 is your root
  partition)
 
  And wait. wait wait and wait ;)
 
 Well, not so long :). I have only one 40MB root partition. Check
 completes in about 5-10 minutes.

Thats strange, 40Mb for root?  Unless you partitioned /usr off I'm
really quite curious about how you managed to do that.


//Spider



-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature