| Anonymous | Login | Signup for a new account | 11-10-2008 12:15 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003514 | [BusyBox] Other | minor | always | 05-29-08 11:58 | 05-31-08 00:00 | ||||
| Reporter | mnemoc | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0003514: runsvdir always warns it cannot read the directory | ||||||||
| Description |
the logic of runsvdir assumes just readdir() may set errno, and relies on that to decide when to warn. but runsv() calls vfork() which is always setting errno=2 when pid>0, so one always gets: runsvdir: /var/service: warning: cannot read directory /var/service I know `runsvdir` is not guilty, but I didn't know what to do on vfork()'s code to try to fix it |
||||||||
| Additional Information |
busybox: 1.10.2 uclibc: 0.9.28.3 (Generic 386) linux: 2.6.21.6-rt CPU: Via C3 |
||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |