init script incorrectly 'su's
Bug #435484 reported by
Herb McNew
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
couchdb (Ubuntu) |
Triaged
|
Medium
|
Chad Miller |
Bug Description
Binary package hint: couchdb
If the init script is run as the COUCHDB_USER it still attempts to su to the COUCHDB_USER. This doesn't work. The script should check to see if it's already COUCHDB_USER before trying to su.
Related branches
Changed in couchdb (Ubuntu): | |
assignee: | nobody → Chad Miller (cmiller) |
Changed in couchdb (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in couchdb (Ubuntu): | |
status: | In Progress → Confirmed |
Changed in couchdb (Ubuntu): | |
status: | Confirmed → In Progress |
importance: | Undecided → Medium |
status: | In Progress → Confirmed |
tags: | added: canonical-losa-u1 |
To post a comment you must log in.
Herb,
Thank you for taking the time to report this bug and helping to make Ubuntu better.
Can you please be more specific? What do you mean by "doesn't work"? Do you get an error while starting it?
I've checked the init script, and it is perfectly normal to run su $USER being already a $USER.