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 |
Description
Ivan Zakharyaschev
2015-04-24 18:15:27 MSK
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 ~]$ |