[Bug 560656] Re: The mysql add-on module is out of sync with asterisk

2010-06-02 Thread Dmitry Ljautov
Hm, more Ubuntu way to recompile addons with asterisk: 1. I did on my book (same Ubuntu Lucid on asterisk server). apt-get build-dep asterisk-mysql apt-get -b source asterisk-mysql 2. And then I just copied .deb to asterisk server, and reinstall asterisk-mysql from rebuilded package. aptitude

[Bug 531123] Re: pxe boot with tftpd-hpa failed with error: Forbidden Directory

2010-03-06 Thread Dmitry Ljautov
# cat /etc/default/tftpd-hpa #Defaults for tftpd-hpa TFTP_USERNAME="tftp" TFTP_DIRECTORY="/var/pxe" TFTP_ADDRESS="0.0.0.0:69" TFTP_OPTIONS="-l -vv -B 512 -r blksize2 -m /etc/default/tftpd.rules" do_start function in /etc/init.d/tftpd-hpa before fixing: do_start() { if [ ! -d "$

[Bug 531123] [NEW] pxe boot with tftpd-hpa failed with error: Forbidden Directory

2010-03-02 Thread Dmitry Ljautov
Public bug reported: Binary package hint: tftpd-hpa lsb_release -rd Description:Ubuntu lucid (development branch) Release:10.04 apt-cache policy tftpd-hpa tftpd-hpa: Installed: 5.0-11ubuntu1 After migrating from karmic to lucid tftpd-hpa failed with error: Forbidden Directory. I

[Bug 462792] Re: no way to set options to daemon such as kill-on-powerfail

2010-01-07 Thread Dmitry Ljautov
In /etc/default/halt setup HALT=halt, in bios setup option to start after power fail. --kill-on-powerfail option helps when power came back while ubuntu shutdown on power fail by apcupsd. UPS will power off (and then on) server anyway (even if power already came back) for server rebooting (without

[Bug 448674] Re: VM is suspended after live migrate in Karmic

2009-12-22 Thread Dmitry Ljautov
I've just tested live migration (as I wrote above) with Karmic hosts and guest one. Guest still hangs after migration but virsh suspend + virsh resume on destination host helps guest to continue work. Bug is still reproducable on Karmic... # uname -a Linux kvm 2.6.31-16-generic #53-Ubuntu SMP Tue

[Bug 448674] Re: VM is suspended after live migrate in Karmic

2009-11-28 Thread Dmitry Ljautov
What guest os you are running? I've just roll back my host OS's from karmic to jaunty. And found that migration passed ok with windows xp/2003 guests and fails for ubuntu and centos guests (guests hangs after migration). I'll try to reproduce it with the same guests on karmic later... -- VM is s

[Bug 448674] Re: VM is suspended after live migrate in Karmic

2009-11-02 Thread Dmitry Ljautov
btw, virsh save is _very slow_ on karmic (~1Mb of RAM per second). Is it the same bug or not? -- VM is suspended after live migrate in Karmic https://bugs.launchpad.net/bugs/448674 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 461528] Re: apparmor blocks migration

2009-10-29 Thread Dmitry Ljautov
Just found a Bug #448674 with my situation. Posted there how to reproduce. -- apparmor blocks migration https://bugs.launchpad.net/bugs/461528 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 448674] Re: VM is suspended after live migrate in Karmic

2009-10-29 Thread Dmitry Ljautov
I have reproduced bug. I have "asus" and "kvm" with karmic as host os (it's ok for jaunty). # uname -a Linux kvm 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 x86_64 GNU/Linux There's no problem with DNS: "asus" and "kvm" resolved corectly on both hosts. Both hosts has 1. listen_

[Bug 462792] [NEW] no way to set options to daemon such as kill-on-powerfail

2009-10-28 Thread Dmitry Ljautov
Public bug reported: Binary package hint: apcupsd I wonder is there ubuntu way to hibernate APC UPS on powerfail ? I'd like to add options (listed in `apcupsd -h`) to apcupsd daemon. I need --kill-on-powerfail to apcupsd to hibernate UPS on powerfail. For example I'd like to have APCUPSDOPTION

[Bug 461528] Re: apparmor blocks migration

2009-10-28 Thread Dmitry Ljautov
As for hostnames it works perfectly for jaunty, not for karmic. In Jaunty live migration worked with: listen_tls = 0 listen_tcp = 1 auth_tcp = "none" in /etc/libvirt/libvirtd.conf Worked in Jaunty: # virsh --connect=qemu+tcp://node1/system migrate --live vm1 qemu+tcp://node2/system hostnames no