Public bug reported:

Binary package hint: upstart

In Maverick, the following command, run as a non-privileged user would
work:

$ initctl status <job>

However, under the version of Upstart in Natty, this will fail:

$ initctl status cron
initctl: Unknown job: cron

... Whilst running the same command as root will succeed:

# initctl status cron
cron start/running, process 858

This problem is confined to non-priv users, but is a regression. The
problem also affects the show-config and check-config commands. The
problem does not affect the list command, so a work-around is:

$ initctl list|grep "^<job>"

For example,

$ initctl list|grep "^cron"
cron start/running, process 858

** Affects: upstart (Ubuntu)
     Importance: Undecided
     Assignee: James Hunt (jamesodhunt)
         Status: In Progress

** Changed in: upstart (Ubuntu)
     Assignee: (unassigned) => James Hunt (jamesodhunt)

** Changed in: upstart (Ubuntu)
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767053

Title:
  "initctl status" no longer works as a non-privileged user

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to