* [gentoo-user] Freezing on Mounting Local Filesystems
@ 2006-07-22 18:06 Jason Weisberger
2006-07-22 20:49 ` Neil Bothwick
2006-07-22 21:24 ` Benno Schulenberg
0 siblings, 2 replies; 7+ messages in thread
From: Jason Weisberger @ 2006-07-22 18:06 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 462 bytes --]
List,
Odd problem.... it seems as if almost completely at random, my boot process
will stop at Mounting Local Filesystems...... for no reason. It will freeze
there until you restart the computer. If I boot a Live CD and mount the
volume or run an fsck.ext3 on it (which always comes back clean), the next
time I try to boot to it, it'll be fine. Then it seems it'll do it all over
again completely at random. Ideas?
--
Jason Weisberger
jbdubbs@gmail.com
[-- Attachment #2: Type: text/html, Size: 558 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Freezing on Mounting Local Filesystems
2006-07-22 18:06 [gentoo-user] Freezing on Mounting Local Filesystems Jason Weisberger
@ 2006-07-22 20:49 ` Neil Bothwick
2006-07-22 21:24 ` Benno Schulenberg
1 sibling, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2006-07-22 20:49 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 440 bytes --]
On Sat, 22 Jul 2006 14:06:54 -0400, Jason Weisberger wrote:
> Odd problem.... it seems as if almost completely at random, my boot
> process will stop at Mounting Local Filesystems...... for no reason.
> It will freeze there until you restart the computer.
It could be the drive failing. Install and run smartmontools to check it.
--
Neil Bothwick
"Bother," said Pooh, as the bin men stuck him to the front of the cart.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Freezing on Mounting Local Filesystems
2006-07-22 18:06 [gentoo-user] Freezing on Mounting Local Filesystems Jason Weisberger
2006-07-22 20:49 ` Neil Bothwick
@ 2006-07-22 21:24 ` Benno Schulenberg
2006-07-22 21:38 ` Jason Weisberger
1 sibling, 1 reply; 7+ messages in thread
From: Benno Schulenberg @ 2006-07-22 21:24 UTC (permalink / raw
To: gentoo-user
Jason Weisberger wrote:
> Odd problem.... it seems as if almost completely at random, my
> boot process will stop at Mounting Local Filesystems...... for no
> reason. It will freeze there until you restart the computer. If
> I boot a Live CD and mount the volume or run an fsck.ext3 on it
> (which always comes back clean), the next time I try to boot to
> it, it'll be fine.
Try marking the affected partition as ext2 instead of ext3
in /etc/fstab, so the journal does not get used, and see if the
problem still occurs. If not, you've found a bug in ext3.
Benno
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Freezing on Mounting Local Filesystems
2006-07-22 21:24 ` Benno Schulenberg
@ 2006-07-22 21:38 ` Jason Weisberger
2006-08-29 20:55 ` Benno Schulenberg
0 siblings, 1 reply; 7+ messages in thread
From: Jason Weisberger @ 2006-07-22 21:38 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1016 bytes --]
Neil,
Other than complaining about being old or a "pre-fail" state, it passes the
smart check. Not sure if any of this actually means something.
Benno,
I'll have to try that for a while and see what happens. It will take some
time to see if it works properly.
On 7/22/06, Benno Schulenberg <benno.schulenberg@gmail.com> wrote:
>
> Jason Weisberger wrote:
> > Odd problem.... it seems as if almost completely at random, my
> > boot process will stop at Mounting Local Filesystems...... for no
> > reason. It will freeze there until you restart the computer. If
> > I boot a Live CD and mount the volume or run an fsck.ext3 on it
> > (which always comes back clean), the next time I try to boot to
> > it, it'll be fine.
>
> Try marking the affected partition as ext2 instead of ext3
> in /etc/fstab, so the journal does not get used, and see if the
> problem still occurs. If not, you've found a bug in ext3.
>
> Benno
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Jason Weisberger
jbdubbs@gmail.com
[-- Attachment #2: Type: text/html, Size: 1521 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Freezing on Mounting Local Filesystems
2006-07-22 21:38 ` Jason Weisberger
@ 2006-08-29 20:55 ` Benno Schulenberg
2006-08-30 5:21 ` Martins Steinbergs
0 siblings, 1 reply; 7+ messages in thread
From: Benno Schulenberg @ 2006-08-29 20:55 UTC (permalink / raw
To: gentoo-user
Jason Weisberger wrote a month ago:
> On 7/22/06, Benno Schulenberg <benno.schulenberg@gmail.com> wrote:
> > Jason Weisberger wrote:
> > > Odd problem.... it seems as if almost completely at random,
> > > my boot process will stop at Mounting Local Filesystems......
> > > for no reason. It will freeze there until you restart the
> > > computer. If I boot a Live CD and mount the volume or run an
> > > fsck.ext3 on it (which always comes back clean), the next
> > > time I try to boot to it, it'll be fine.
> >
> > Try marking the affected partition as ext2 instead of ext3
> > in /etc/fstab, so the journal does not get used, and see if the
> > problem still occurs. If not, you've found a bug in ext3.
>
> I'll have to try that for a while and see what happens. It will
> take some time to see if it works properly.
How did it go? Did you find out what the problem was?
Benno
--
Cetere mi opinias ke ne ĉio tradukenda estas.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Freezing on Mounting Local Filesystems
2006-08-29 20:55 ` Benno Schulenberg
@ 2006-08-30 5:21 ` Martins Steinbergs
2006-08-30 23:42 ` Jason Weisberger
0 siblings, 1 reply; 7+ messages in thread
From: Martins Steinbergs @ 2006-08-30 5:21 UTC (permalink / raw
To: gentoo-user
On Tuesday 29 August 2006 23:55, Benno Schulenberg wrote:
> Jason Weisberger wrote a month ago:
> > On 7/22/06, Benno Schulenberg <benno.schulenberg@gmail.com> wrote:
> > > Jason Weisberger wrote:
> > > > Odd problem.... it seems as if almost completely at random,
> > > > my boot process will stop at Mounting Local Filesystems......
> > > > for no reason. It will freeze there until you restart the
> > > > computer. If I boot a Live CD and mount the volume or run an
> > > > fsck.ext3 on it (which always comes back clean), the next
> > > > time I try to boot to it, it'll be fine.
> > >
> > > Try marking the affected partition as ext2 instead of ext3
> > > in /etc/fstab, so the journal does not get used, and see if the
> > > problem still occurs. If not, you've found a bug in ext3.
> >
> > I'll have to try that for a while and see what happens. It will
> > take some time to see if it works properly.
>
> How did it go? Did you find out what the problem was?
>
> Benno
>
> --
> Cetere mi opinias ke ne Äio tradukenda estas.
I have the same problem with ck sources kernel, gentoo sources kernel never
stopped at mounting local file system, or just lucky random hits there
martins
--
Linux 2.6.17-gentoo-r6 AMD Athlon(tm) 64 Processor 3200+
08:19:00 up 24 min, 5 users, load average: 0.15, 0.29, 0.35
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Freezing on Mounting Local Filesystems
2006-08-30 5:21 ` Martins Steinbergs
@ 2006-08-30 23:42 ` Jason Weisberger
0 siblings, 0 replies; 7+ messages in thread
From: Jason Weisberger @ 2006-08-30 23:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 314 bytes --]
Martins,
The problem just seemed to disappear.... I did a few kernel upgrades since
this thread, and it never seemed to kick in again. I've also switched to
reiser 4, but that was recently, so I guess I'm not really sure where the
problem was. I'm still using ck sources without problems now.
Jason Weisberger
[-- Attachment #2: Type: text/html, Size: 341 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-08-30 23:48 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-22 18:06 [gentoo-user] Freezing on Mounting Local Filesystems Jason Weisberger
2006-07-22 20:49 ` Neil Bothwick
2006-07-22 21:24 ` Benno Schulenberg
2006-07-22 21:38 ` Jason Weisberger
2006-08-29 20:55 ` Benno Schulenberg
2006-08-30 5:21 ` Martins Steinbergs
2006-08-30 23:42 ` Jason Weisberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox