[Bug 1457957] Re: puppet uses upstart for service status checks in vivid

2015-12-26 Thread Amir Ali Akbari
Experiencing after update to 15.10 As upstart is replaced by systemd, I changed the /sbin/status to use the service command: #!/bin/bash /usr/sbin/service $1 status echo $? which solves the problem, just mentioned it if anyone wants to get puppet running anyway. -- You received thi

[Bug 1302416] Re: deja-dup monitor was taking 6GB of memory

2015-03-02 Thread Amir Ali Akbari
Same problem after installing xrdp on trusty. Simply purged deja-dup and problem was fixed :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1302416 Title: deja-dup monitor was taking 6GB of memory

[Bug 1301015] Re: Networking does not restart

2014-04-09 Thread Amir Ali Akbari
There must be a better program output for such a backward incompatible behavior, not just in logs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1301015 Title: Networking does not restart To manage

[Bug 1287943] Re: vm-builder needs trusty suite

2014-04-08 Thread Amir Ali Akbari
Thanks Brian, updating to proposed sources (vmbuilder version 0.12.4.r475) solved the problem for me on precise. Meanwhile, in this revision, when calling vmbuilder --version, a python error is raised. The cause is that 'revno' returned by the VMBuilder.get_version_info is of type str, not int. V