Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119064 - System Reboot while mounting remaining filesystem
Summary: System Reboot while mounting remaining filesystem
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 122645 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-15 02:36 UTC by Anonymous
Modified: 2006-02-12 23:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anonymous 2006-01-15 02:36:34 UTC
I have the exact same problem as bug #88139, however the "solution" found in that bug doesn't work. I have tried a lot of different versions of baselayout, none of them seem to work.
My system has 3 partitions, /, /home and /boot. When I boot up my machine for the firsttime it automatically reboots (hard reboot) at the point of mounting remaining filesystems. After the reboot my computer boots gentoo again, but then it just works, no problem mounting remaining filesystems.
This is not just one time, it's everytime my computer has been shutdown, it's verry annoying :(
Comment 1 SpanKY gentoo-dev 2006-01-15 02:47:15 UTC
you didnt post `emerge info`
Comment 2 Anonymous 2006-01-15 03:45:47 UTC
Ok, here it goes:

Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14.2 i686)
=================================================================
System uname: 2.6.14.2 i686 AMD Athlon(TM) XP 2800+
Gentoo Base System version 1.12.0_pre14
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X alsa cups gif gnome gtk2 jpeg mmx mmxext opengl png samba sse tiff truetype userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 3 SpanKY gentoo-dev 2006-01-15 03:52:03 UTC
also post your /etc/fstab please
Comment 4 Anonymous 2006-01-15 04:34:37 UTC
# cat /etc/fstab
/dev/hda1       /boot           ext2            noauto                  1 2
/dev/hda6       /               reiserfs        defaults,noatime        0 1
/dev/hda5       none            swap            sw                      0 0
/dev/hda7       /home           reiserfs        defaults,noatime        0 2

/dev/hda3       /mnt            vfat            noauto,user,gid=6       0 0

proc            /proc           proc            defaults                0 0
shm             /dev/shm        tmpfs           nodev,nosuid,noexec     0 0


# emerge -av reiserfsprogs

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] sys-fs/reiserfsprogs-3.6.19  397 kB

Total size of downloads: 397 kB

Do you want me to merge these packages? [Yes/No]
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-01-15 04:59:51 UTC
(In reply to comment #4)
> /dev/hda6       /               reiserfs        defaults,noatime        0 1
> /dev/hda7       /home           reiserfs        defaults,noatime        0 2

dump/pass should be 0 0 for reiserfs per upstream documentation

http://www.namesys.com/faq.html#fstab
Comment 6 Anonymous 2006-01-15 06:26:45 UTC
Ok, that solved it, but how come it was working like this before and on my server?
Comment 7 SpanKY gentoo-dev 2006-01-15 11:12:49 UTC
no idea ;)
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2006-02-12 23:50:00 UTC
*** Bug 122645 has been marked as a duplicate of this bug. ***