| Anonymous | Login | Signup for a new account | 11-10-2008 11:10 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 | ||||
| 0001189 | [BusyBox] Other | minor | always | 01-31-07 12:28 | 02-11-08 08:33 | ||||
| Reporter | netvipe | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.3.x | ||||||
| Summary | 0001189: runit sv command bug | ||||||||
| Description |
hi, i've experienced a problem with the runit "sv" utility. - running sv without args shows the usage() - running sv with a valid service name shows the status > # sv klogd > run: klogd: (pid 727) 2103s - running sv with any further option produces a failure > # sv stop -v -w 3 klogd > fail: -v: cannot change to service directory: No such file or directory > fail: -w: cannot change to service directory: No such file or directory > fail: 3: cannot change to service directory: No such file or directory > fail: stop: cannot change to service directory: No such file or directory > run: klogd: (pid 727) 2200s > # sv stop -w 3 klogd > fail: -w: cannot change to service directory: No such file or directory > fail: 3: cannot change to service directory: No such file or directory > fail: stop: cannot change to service directory: No such file or directory > run: klogd: (pid 727) 2207s > # sv stop klogd > fail: stop: cannot change to service directory: No such file or directory > run: klogd: (pid 727) 2210s it seems that argv processing has a problem to identify any kind of options |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |