[SERVER-2653] New Ubuntu upstart repo doesn't install upstart script, it installs init.d script Created: 01/Mar/11 Updated: 12/Jul/16 Resolved: 17/Mar/11 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Packaging |
| Affects Version/s: | None |
| Fix Version/s: | 1.8.0-rc0 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Justin Smestad | Assignee: | Richard Kreuter (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Ubuntu 10.04 LTS |
||
| Operating System: | Linux |
| Participants: |
| Description |
|
The Debianoid upstart repo does not install upstart scripts (there is no /etc/init/mongodb script) but installs a /etc/init.d/mongodb-10gen script. I am using `deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen` and `sudo apt-get install mongodb-10gen` This makes the documentation incorrect as well: To configure these packages beyond the defaults, have a look at /etc/mongodb.conf, and/or the initialization script, (/etc/init.d/mongodb on older, non-Upstart systems, /etc/init/mongodb.conf on Upstart systems). Since the /etc/init/mongodb.conf file is missing as well as /etc/init.d/mongodb is actually /etc/init.d/mongodb-10gen |
| Comments |
| Comment by Richard Kreuter (Inactive) [ 17/Mar/11 ] |
|
Forgot to resolve this when I commented last month. It was resolved by commit 4738e2f399268df116deb3a08dfe9730956dc3d7. |
| Comment by Richard Kreuter (Inactive) [ 02/Mar/11 ] |
|
Thanks for the report. I think I have a fix for this in my working copy, just need to test it before publishing some new packages. |