A small update on my progress:

On the computer where this crash/reboot occurs, it happens also with
15.10 (Wily) and linux-image-4.2.0-10-generic.

I'm going to use the following the debugging procedure for udev loading
the drivers  described at
https://bugzilla.redhat.com/show_bug.cgi?id=483493#c7 by Harald Hoyer:

# mv /lib/udev/rules.d/80-drivers.rules
/lib/udev/rules.d/80-drivers.rules.bak

after that one reboot into F10 and if you managed:

# find /sys -name modalias|xargs cat| while read modules ; do \
                        if [ -n "$modules" ]; then \
                                echo "Loading module for $modules in 5 
seconds"; \
                                sleep 5; \
                                /sbin/modprobe -a -v -q $modules; \
                                udevadm settle; \
                        fi; \
                done 

and try to catch the last line before the system crashes...

This "sleep" is a very good idea for "modprobedebug", I guess..

-- end of quotation


** Bug watch added: Red Hat Bugzilla #483493
   https://bugzilla.redhat.com/show_bug.cgi?id=483493

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495116

Title:
  booting with amd64 kernel and completely i386 userland is unstable
  during the system upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1495116/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to