Ma environments.yaml
ressemble à ça:
environments:
test:
type: local
control-bucket: juju-a14dfae3830142d9ac23c499395c2785999
admin-secret: 6608267bbd6b447b8c90934167b2a294999
default-series: oneiric
juju-Origin: distro
data-dir: /home/bruno/projects/juju
juju bootstrap
fonctionne parfaitement:
2011-11-22 19:19:31,999 INFO Bootstrapping environment 'test' (type: local)...
2011-11-22 19:19:32,004 INFO Checking for required packages...
2011-11-22 19:19:33,584 INFO Starting networking...
2011-11-22 19:19:34,058 INFO Starting zookeeper...
2011-11-22 19:19:34,283 INFO Starting storage server...
2011-11-22 19:19:40,051 INFO Initializing zookeeper hierarchy
2011-11-22 19:19:40,247 INFO Starting machine agent (Origin: distro)...
[Sudo] password for bruno:
2011-11-22 19:23:16,054 INFO Environment bootstrapped
2011-11-22 19:23:16,079 INFO 'bootstrap' command finished successfully
Déployer à partir d'un bon charme connu est accepté (essayé avec celui que j'essaie de créer):
juju deploy --repository=/home/bruno/projects/charms_repo/ local:teamspeak
2011-11-22 19:28:49,929 INFO Charm deployed as service: 'teamspeak'
2011-11-22 19:28:49,962 INFO 'deploy' command finished successfully
Après cela, je peux voir que juju debug-log
montre l'activité et je peux voir l'indicateur réseau s'allumer et s'éteindre et l'activité sur mon disque dur.
Attendez...
Regarder juju status
Je reçois:
services:
teamspeak:
charm: local:oneiric/teamspeak-1
relations: {}
units:
teamspeak/0:
machine: 0
public-address: 192.168.122.226
relations: {}
state: start_error
juju debug-log
n'aide pas et je n'ai aucun fichier sous /var/log/juju
ou /var/lib/juju
.
Dernier juju debug-log
montre seulement ceci:
2011-11-22 19:45:20,790 Machine:0: juju.agents.machine DEBUG: Units changed old:set(['wordpress/0']) new:set(['wordpress/0', 'teamspeak/0'])
2011-11-22 19:45:20,823 Machine:0: juju.agents.machine DEBUG: Starting service unit: teamspeak/0 ...
2011-11-22 19:45:21,137 Machine:0: juju.agents.machine DEBUG: Downloading charm local:oneiric/teamspeak-1 to /home/bruno/projects/juju/bruno-test/charms
2011-11-22 19:45:22,115 Machine:0: juju.agents.machine DEBUG: Starting service unit teamspeak/0
2011-11-22 19:45:22,133 Machine:0: unit.deploy INFO: Creating container teamspeak-0...
2011-11-22 19:47:04,586 Machine:0: unit.deploy INFO: Container created for teamspeak/0
2011-11-22 19:47:04,781 Machine:0: unit.deploy DEBUG: Charm extracted into container
2011-11-22 19:47:04,801 Machine:0: unit.deploy DEBUG: Starting container...
2011-11-22 19:47:07,086 Machine:0: unit.deploy INFO: Started container for teamspeak/0
2011-11-22 19:47:07,107 Machine:0: juju.agents.machine INFO: Started service unit teamspeak/0
Comment puis-je résoudre ce qui se passe ici?
Cela ressemble à une erreur dans votre crochet de démarrage. Les journaux de l'unité sont liés par lien symbolique du conteneur lxc au répertoire de données: {data-dir}/units/{unit-name}/unit.log
Leur également dans le conteneur de l'unité à /var/log/juju/{unit-name}.log
Pour les hooks non start/install, vous pouvez également utiliser la commande juju debug-hooks pour obtenir un shell de débogage interactif qui agit à la place du hook d'une unité.