Code review comment for lp:~allenap/maas/dev-services-shutdown

Revision history for this message
Raphaël Badin (rvb) wrote :

rvb@leaf:~/canonical/dev-services-shutdown$ fuser -v /run/lock/maas.dev.web
                     USER PID ACCESS COMMAND
/run/lock/maas.dev.web:
                     rvb 27125 F.... fghack
                     rvb 27132 F.... apache2

Sometimes I also get:

--> Start `web`
--> Start `region-worker`
--> Start `database`
setlock: fatal: unable to lock /run/lock/maas.dev.database: temporary failure

rvb@leaf:~/canonical/dev-services-shutdown$ fuser -v /run/lock/maas.dev.database
                     USER PID ACCESS COMMAND
/run/lock/maas.dev.database:
                     rvb 28243 F.... postgres
                     rvb 28272 F.... postgres
                     rvb 28273 F.... postgres
                     rvb 28274 F.... postgres
                     rvb 28275 F.... postgres

Note that it does not happen every time I run 'make run'…

« Back to merge proposal