Anonymous | Login | Signup for a new account | 2021-02-28 07:21 CET | ![]() |
My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000016 | easycwmp | [All Projects] Question | public | 2014-10-09 01:48 | 2014-10-10 16:47 | ||||
Reporter | hlee | ||||||||
Assigned To | Anis | ||||||||
Priority | none | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | openWRT - AA | OS | Linux | OS Version | 2.6.36 | ||||
Summary | 0000016: in script /usr/sbin/easycwmp | ||||||||
Description | the script seems always in the while loop: while read CMD; do [ -z "$CMD" ] && continue json_get_opt "$CMD" handle_action done because CMD was not defined. Where did CMD get defined? Thanks. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0000074) mohamed.kallel (manager) 2014-10-09 09:31 |
CMD is got from while read CMD; do it's got from stdin. and in C we make a pipe to the stdin in order to send data (commands) to the script |
![]() |
|||
Date Modified | Username | Field | Change |
2014-10-09 01:48 | hlee | New Issue | |
2014-10-09 09:31 | mohamed.kallel | Note Added: 0000074 | |
2014-10-09 09:31 | mohamed.kallel | Priority | high => none |
2014-10-09 09:31 | mohamed.kallel | Severity | major => minor |
2014-10-10 16:47 | Anis | Status | new => resolved |
2014-10-10 16:47 | Anis | Resolution | open => fixed |
2014-10-10 16:47 | Anis | Assigned To | => Anis |
Copyright © 2000 - 2021 MantisBT Team |