| Summary: | startup error: "Cannot open file 11544@." | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Ivan Zakharyaschev <imz> |
| Component: | drakon | Assignee: | Vitaly Lipatov <lav> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | lav |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Here is the source of this strange thing: [imz@z ~]$ rpm -q drakon -l | parallel -- fgrep 11544 2>/dev/null exec tclsh /usr/share/drakon/drakon_editor.tcl 11544@ exec tclsh /usr/share/drakon/drakon_gen.tcl 11544@ [imz@z ~]$ With filenames: [imz@z ~]$ rpm -q drakon -l | xargs fgrep 11544 2>/dev/null /usr/bin/drakon:exec tclsh /usr/share/drakon/drakon_editor.tcl 11544@ /usr/bin/drakon_gen:exec tclsh /usr/share/drakon/drakon_gen.tcl 11544@ [imz@z ~]$ |
drakon-1.14-alt1 When I start "drakon", the error message appears: "Cannot open file 11544@." From the trace "$ strace -e trace=file -fF drakon": [pid 25124] access("11544@", F_OK) = -1 ENOENT (No such file or directory)