To fix the problem for checkbox, we may add "vpd" to the excluded list
in below statement.

line 443 in udev_resource:
        for name in names:
            name_path = posixpath.join(sys_path, name)
            if name[0] == "." \
               or name in ["dev", "uevent", "vpd"] \
               or posixpath.isdir(name_path) \
               or posixpath.islink(name_path):
                continue
The udev_resource with excluded "vpd" will not cause the halting problem.

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

Title:
  [Acer AR320 F1 and Acer AR160 F1] Halting shortly after booting with
  10.04.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to