Summary: | koha-shell killed by control-c | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall <kyle.m.hall> |
Component: | Packaging | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | robin, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Kyle M Hall
2015-09-25 15:26:22 UTC
(In reply to Kyle M Hall from comment #0) > When koha-shell is invoked in Debian Wheezy, ctrl-c does not just kill the > command you are running, it kills the koha shell itself. This is because > koha-shell acts as a command rather than a shell. If koha-shell were to use > su - to become the koha user, this would not happen. > > Is there a specific reason koha-shell does not use su to change the user, > rather than changing the uid and gid? I don't think so. Did you try changing koha-shell like you propose? I would happily test a patch for that :-D It does use su. |