Activity log for bug #1546702

Date Who What changed Old value New value Message
2016-02-17 19:12:13 Janek Bogucki bug added bug
2016-02-17 19:12:49 Janek Bogucki description When I validate my upstart script with -v (an unknown option) the script is reported as valid. Without -v the script is reported as invalid but no information is provided about the cause of the fault. init-checkconf ../packages/kafka/kafka-broker.upstart.conf ERROR: File ../packages/kafka/kafka-broker.upstart.conf: syntax invalid: $ init-checkconf -v ../packages/kafka/kafka-broker.upstart.conf init-checkconf: unrecognised option '-v' File ../packages/kafka/kafka-broker.upstart.conf: syntax ok This is my upstart script, # Ubuntu upstart file at /etc/init/kafka-broker.conf description "Kafka Broker" limit nofile 32768 32768 start on runlevel [2345] stop on [!12345] respawn respawn limit 2 5 env CONFIG_HOME=/var/lib/kafka/config env KAFKA_HOME=/var/lib/kafka umask 007 kill timeout 300 setuid kafka setgid kafka script exec $KAFKA_HOME/bin/kafka-server-start.sh $CONFIG_HOME/server.properties end script ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: upstart 1.12.1-0ubuntu4.2 ProcVersionSignature: Ubuntu 3.19.0-47.53~14.04.1-generic 3.19.8-ckt10 Uname: Linux 3.19.0-47-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.19 Architecture: amd64 CurrentDesktop: Unity Date: Wed Feb 17 19:08:28 2016 InstallationDate: Installed on 2015-10-21 (119 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: upstart UpgradeStatus: No upgrade log present (probably fresh install) UpstartBugCategory: Session UpstartRunningSessionCount: 1 UpstartRunningSessionVersion: init (upstart 1.12.1) UpstartRunningSystemVersion: init (upstart 1.12.1) When I validate my upstart script with -v (an unknown option) the script is reported as valid. Without -v the script is reported as invalid but no information is provided about the cause of the fault. $ init-checkconf ../packages/kafka/kafka-broker.upstart.conf ERROR: File ../packages/kafka/kafka-broker.upstart.conf: syntax invalid: $ init-checkconf -v ../packages/kafka/kafka-broker.upstart.conf init-checkconf: unrecognised option '-v' File ../packages/kafka/kafka-broker.upstart.conf: syntax ok This is my upstart script, # Ubuntu upstart file at /etc/init/kafka-broker.conf description "Kafka Broker" limit nofile 32768 32768 start on runlevel [2345] stop on [!12345] respawn respawn limit 2 5 env CONFIG_HOME=/var/lib/kafka/config env KAFKA_HOME=/var/lib/kafka umask 007 kill timeout 300 setuid kafka setgid kafka script   exec $KAFKA_HOME/bin/kafka-server-start.sh $CONFIG_HOME/server.properties end script ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: upstart 1.12.1-0ubuntu4.2 ProcVersionSignature: Ubuntu 3.19.0-47.53~14.04.1-generic 3.19.8-ckt10 Uname: Linux 3.19.0-47-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.19 Architecture: amd64 CurrentDesktop: Unity Date: Wed Feb 17 19:08:28 2016 InstallationDate: Installed on 2015-10-21 (119 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: upstart UpgradeStatus: No upgrade log present (probably fresh install) UpstartBugCategory: Session UpstartRunningSessionCount: 1 UpstartRunningSessionVersion: init (upstart 1.12.1) UpstartRunningSystemVersion: init (upstart 1.12.1)