2014-11-03 08:38:24 |
Tycho Andersen |
bug |
|
|
added bug |
2014-11-03 08:38:41 |
Tycho Andersen |
bug task added |
|
upstart |
|
2014-11-03 08:39:04 |
Tycho Andersen |
bug |
|
|
added subscriber Dustin Kirkland |
2014-11-03 20:43:28 |
Steve Langasek |
upstart: assignee |
|
James Hunt (jamesodhunt) |
|
2014-11-04 09:05:00 |
James Hunt |
upstart: status |
New |
Incomplete |
|
2014-11-04 09:05:52 |
James Hunt |
upstart: status |
Incomplete |
New |
|
2014-11-05 14:27:17 |
Tycho Andersen |
attachment added |
|
lxc.log https://bugs.launchpad.net/bugs/1388742/+attachment/4253854/+files/lxc.log |
|
2014-11-05 14:27:17 |
Tycho Andersen |
attachment added |
|
typescript https://bugs.launchpad.net/bugs/1388742/+attachment/4253855/+files/typescript |
|
2014-11-05 14:30:52 |
Tycho Andersen |
tags |
|
apport-collected utopic |
|
2014-11-05 14:30:54 |
Tycho Andersen |
description |
Hi,
When I run the following upstart job:
# myservice - myservice job file
description "vnc"
author "Me <myself@i.com>"
# Stanzas
#
# Stanzas control when and how a process is started and stopped
# See a list of stanzas here: http://upstart.ubuntu.com/wiki/Stanzas#respawn
# When to start the service
start on runlevel [2345]
# When to stop the service
stop on runlevel [016]
# Automatically restart process if crashed
respawn
# Essentially lets upstart know the process will detach itself to the background
expect fork
env HOME=/home/ubuntu
setuid 1000 # using the username here works just fine
# Start the process
exec vnc4server
the container hangs. |
Hi,
When I run the following upstart job:
# myservice - myservice job file
description "vnc"
author "Me <myself@i.com>"
# Stanzas
#
# Stanzas control when and how a process is started and stopped
# See a list of stanzas here: http://upstart.ubuntu.com/wiki/Stanzas#respawn
# When to start the service
start on runlevel [2345]
# When to stop the service
stop on runlevel [016]
# Automatically restart process if crashed
respawn
# Essentially lets upstart know the process will detach itself to the background
expect fork
env HOME=/home/ubuntu
setuid 1000 # using the username here works just fine
# Start the process
exec vnc4server
the container hangs.
---
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
BootLog:
DistroRelease: Ubuntu 14.10
NonfreeKernelModules: veth xt_CHECKSUM iptable_mangle ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xt_tcpudp iptable_filter ip_tables x_tables bridge stp llc dm_crypt ppdev kvm_intel kvm parport_pc pvpanic parport i2c_piix4 mac_hid serio_raw nls_utf8 isofs cirrus syscopyarea sysfillrect sysimgblt ttm drm_kms_helper psmouse drm floppy pata_acpi
Package: upstart 1.13.2-0ubuntu2
PackageArchitecture: amd64
ProcEnviron:
TERM=rxvt-unicode
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic root=UUID=6c5a78e0-95fa-49a8-aa91-a8093d295e58 ro console=tty1 console=ttyS0
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Tags: utopic
Uname: Linux 3.16.0-23-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UpstartBugCategory: System
UpstartRunningSystemVersion: init (upstart 1.13.2)
UserGroups: sudo
_MarkForUpload: True |
|
2014-11-05 14:30:55 |
Tycho Andersen |
attachment added |
|
Dependencies.txt https://bugs.launchpad.net/bugs/1388742/+attachment/4253857/+files/Dependencies.txt |
|
2014-11-05 14:30:57 |
Tycho Andersen |
attachment added |
|
UpstartRunningSystemJobs.txt https://bugs.launchpad.net/bugs/1388742/+attachment/4253858/+files/UpstartRunningSystemJobs.txt |
|
2016-02-19 06:02:26 |
Stéphane Graber |
bug task deleted |
lxc |
|
|