Opened 15 years ago
Closed 15 years ago
#434 closed defect (fixed)
udevd don't start
| Reported by: | chucky | Owned by: | Bruno Cornec |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2.9.5 |
| Component: | mondo | Version: | 2.2.9.4 |
| Severity: | normal | Keywords: | udev |
| Cc: |
Description
On OpenSuse 11.3 while restore from DVD, udevd don't start. Looking into RunUdevd() of init script, /sbin/startudev and /sbin/start_udev doesn't exist. Then, script try to run daemon directly:
ps | grep udevd 2> /dev/null 1> /dev/null
if [ $? -ne 0 ]; then
/sbin/udevd --daemon &
...
but this will never happen since ouput of "ps | grep udevd" always gives 0. (ps | grep -v grep | grep udev will give desired functionality)
Note:
See TracTickets
for help on using tickets.

Thanks for your patch. Now in rev [2673]