startpar-bridge cycles when logging upstart events (trusty)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sysvinit (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Trusty 14.04. When installing a custom init script to log upstart events (see http://
upstart_events/ (/proc/
upstart_events/ (/proc/
upstart_events/ (/proc/
upstart_events/ (/proc/
It's possible that these reports are also reflect a variant of this issue:
* http://
* http://
* https:/
To reproduce on Vagrant:
1. vagrant box add trusty64 https:/
2. vagrant init trusty64
3. vagrant up
4. vagrant ssh
5. Copy this script into /etc/init/
description "Log upstart events"
start on ( starting JOB!=upstart_events \
or started JOB!=upstart_events \
or stopping JOB!=upstart_events \
or stopped JOB!=upstart_events )
script
exec 1>>/tmp/
echo -n "$UPSTART_
echo "Job $JOB/$INSTANCE $UPSTART_EVENTS."
end script
6. sudo reboot
7. vagrant ssh
8. tail -f /tmp/upstart_
description: | updated |