Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14622] udev 126 becomes read-only at boot

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14622] udev 126 becomes read-only at boot
  • Date: 5 Aug 2008 08:48:44 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14622


Ladislav Hagara (lace) <hgr AT vabo.cz> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |hgr AT vabo.cz




--- Comment #2 from Ladislav Hagara (lace) <hgr AT vabo.cz> 2008-08-05 03:48:43
---
I have just fought against this issue too. Seems the problem is with
/etc/udev/udev.conf file. We normal use our own udev.conf from spell
directory.
Now the udev.conf from udev tarball is installed. This one does not contain
udev_root="/dev" and seems this is the problem. When I replaced
/etc/udev/udev.conf with udev.conf from spell directory seems it works like a
charm.

INSTALL:
udev.conf is installed by
install_config_file "$SPELL_DIRECTORY/udev.conf" \
"$UDEV_CFG/udev.conf" &&

but it is replaced by udev.conf from udev tarball by default_install


Why only some boxes have problem? Castfs issue?


BTW: If you have this problem try:
mount -o remount,rw /
telinit run udevd restart
telinit run coldplug start
mount -a
replace udev.conf or add udev_root="/dev" to it


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page