Activity log for bug #1286213

Date Who What changed Old value New value Message
2014-02-28 16:14:34 Michael Nelson bug added bug
2014-02-28 16:30:07 Curtis Hovey juju-core: status New Triaged
2014-02-28 16:30:10 Curtis Hovey juju-core: importance Undecided High
2014-02-28 16:30:15 Curtis Hovey juju-core: milestone 1.17.5
2014-02-28 16:31:05 Curtis Hovey tags local-provider lxc run
2014-03-07 15:46:17 John A Meinel juju-core: importance High Critical
2014-03-07 15:47:07 John A Meinel tags local-provider lxc run local-provider lxc regression run
2014-03-07 15:50:24 John A Meinel summary juju run not available after reboot - run.socket: connection refused unit agent fails to start after restart - run.socket: connection refused
2014-03-07 15:51:05 John A Meinel description Steps to repro: 1) juju bootstrap 2) juju deploy --repository=../.. local:whatever 3) Confirm that `juju run --service whatever "echo 'Hello world'"` works 4) sudo lxc-stop --reboot --name=my-local-machine-1 5) Retry `juju run --service whatever "echo 'Hello world'"` Result: error: dial unix /var/lib/juju/agents/unit-whatever-0/run.socket: connection refused Everything else seems to work fine (debug-hooks, ssh etc.), eg: $ juju ssh whatever/0 "echo 'Hello world'" Hello world Steps to repro: 1) juju bootstrap 2) juju deploy --repository=../.. local:whatever 3) Confirm that `juju run --service whatever "echo 'Hello world'"` works 4) sudo lxc-stop --reboot --name=my-local-machine-1 5) Retry `juju run --service whatever "echo 'Hello world'"` Result: error: dial unix /var/lib/juju/agents/unit-whatever-0/run.socket: connection refused Everything else seems to work fine (debug-hooks, ssh etc.), eg: $ juju ssh whatever/0 "echo 'Hello world'" Hello world Note, you don't have to reboot the machine to trigger this. Just doing "restart jujud-unit-whatever-0" will fail to actually get the unit back up and running because it sees a stale socket left on disk.
2014-03-07 17:52:04 Haw Loeung bug added subscriber Haw Loeung
2014-03-07 17:52:12 Andreas Hasenack tags local-provider lxc regression run landscape local-provider lxc regression run
2014-03-07 18:10:30 Dimiter Naydenov juju-core: assignee Dimiter Naydenov (dimitern)
2014-03-07 18:10:33 Dimiter Naydenov juju-core: status Triaged In Progress
2014-03-07 18:33:30 Dimiter Naydenov juju-core: status In Progress Fix Committed
2014-03-07 18:33:35 Dimiter Naydenov branch linked lp:~dimitern/juju-core/320-lp-1286213-juju-run-socket-remove
2014-03-14 15:51:31 Curtis Hovey juju-core: status Fix Committed Fix Released