Re: udev still stinks
"Thomas \"fake\" Jakobi" <fake-o+BlaNWM+K2Y/[email protected]> Mon, 13 Mar 2006 15:57:41 +0100
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Message-ID | <[email protected]> |
hi,
Benjamin Schieder schrieb:
> On 12.03.2006 22:50:56, Thomas fake Jakobi wrote:
>> the build went fine, though when installing, right after the chroot into
>> the installed system, an endless loop of 'password 1 and password 2
>> don't match' show up, because there is exactly nothing (expect what we
>> create explicitely) in /dev. sysfs, proc and the /dev ramfs are mounted
>> and udevd is running.
>>
>> what is the supposed 'right' thing to do in this situation?
>
> mount --bind works for me.
oh, yes. didn't think of that. as the contents of /sys can't (or:
shouldn't ;) change just by chrooting, i guess this is also the favoured
solution.
is there a patch in submaster adding the neccesary calls to
stone_mod_install.sh? if not, i'll send one right away...
> You may also try to kill udevd, restarting it in the chroot and then running
> the new and improved udevstart-obseleting simple shell script:
>
> find /sys -name uevent | while read u ; do
> echo 1 > ${u}
> done
thanks, now i understand.
fake