| Rev | Author | # | Line |
|---|---|---|---|
| 1 | JohnMcPherson | 1 | __Device or Resource Busy__ |
| 2 | |||
| 3 | An attempt to access or modify something failed as it is already in use. Probably the most common reason for seeing this is trying to unmount a disk partition while processes have open file descriptors on that device. | ||
| 4 | |||
| 5 | Eg: | ||
| 6 | $ mount /dev/fd0 /floppy | ||
| 7 | $ cd /floppy | ||
| 8 | (your shell now using the floppy disk) | ||
| 9 | $ umount /floppy | ||
| 10 | umount /floppy: device is busy | ||
| 3 | PerryLorier | 11 | |
| 12 | If you want to find out why a disk is busy | ||
| 4 | KaiHennig | 13 | fuser -vm /floppy |
| 3 | PerryLorier | 14 | will list the processes that are using that disk :) |
lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()
lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument