[Bug 1451419] Re: Plugin /usr/lib/pptpd/pptpd-logwtmp.so is for pppd version 2.4.5, this is 2.4.6

2015-05-20 Thread Jian Wen
Workaround: $ sudo sed -i s/^logwtmp/#logwtmp/ /etc/pptpd.conf $ sudo systemctl restart pptpd -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pptpd in Ubuntu. https://bugs.launchpad.net/bugs/1451419 Title: Plugin /usr/lib/pptpd/pptp

[Bug 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-18 Thread Jian Wen
*** This bug is a duplicate of bug 907152 *** https://bugs.launchpad.net/bugs/907152 ** Tags removed: patch ** This bug has been marked a duplicate of bug 907152 Error: unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd may need to be started: No such file or directory -- Yo

[Bug 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-17 Thread Jian Wen
** Patch added: "debian/nova-compute.upstart: Wait for libvirt-bin if needed. (LP: #1261335)" https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1261335/+attachment/3931561/+files/586_585.diff -- You received this bug notification because you are a member of Ubuntu Server Team, which is sub

[Bug 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
Steps to verify the fix: 1. Copy the patched upstart configuration to /etc/init 2. Execute the following commands: sudo stop nova-compute sudo stop libvirt-bin sudo start nova-compute sleep 10 sudo status nova-compute # nova-compute start/running, process 13692 # It's up and

[Bug 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
Steps to reproduce the bug: On a new Ubuntu 12.04 server, execute the following commands: sudo apt-get install -y python-software-properties sudo add-apt-repository cloud-archive:grizzly sudo apt-get update sudo apt-get install -y nova-compute sudo stop nova-compute sudo stop libvirt-

[Bug 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
# TODO(wenjianhn): 1. steps to reproduce the bug 2. steps to verify the fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1261335 Title: Nova-compute fails if it doesn't wait for li

[Bug 1261335] [NEW] Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
line 3450, in getInfo 2013-10-08 07:24:22.654 2537 TRACE nova if ret is None: raise libvirtError ('virNodeGetInfo() failed', conn=self) 2013-10-08 07:24:22.654 2537 TRACE nova libvirtError: End of file while reading data: Input/output error 2013-10-08 07:24:22.654 2537 TRACE nova ** Affec

[Bug 1249708] Re: Missing neutron-ovs-cleanup service

2013-12-11 Thread Jian Wen
I think this tool needs to be run on l3 nodes and dhcp nodes. It should only be run when rebooting a node. And it should finish the cleaning before l3 agent or dhcp agent starts. In some environments, nova compute, l3 agent and dhcp agent are on the same node [1]. We need to make sure that the to

Re: [Bug 1249708] Re: Missing neutron-ovs-cleanup service

2013-12-09 Thread Jian Wen
related to bug 1091605 On Mon, Dec 9, 2013 at 5:28 PM, James Page wrote: > ** Changed in: cloud-archive >Status: New => Triaged > > ** Changed in: cloud-archive >Importance: Undecided => Medium > > ** Also affects: neutron (Ubuntu) >Importance: Undecided >Status: New > >

[Bug 1252603] Re: PMTUD needs to be disabled for tunneling to work in many Grizzly environments.

2013-11-19 Thread Jian Wen
** Also affects: quantum (Ubuntu) Importance: Undecided Status: New ** Changed in: neutron Status: New => Invalid ** Changed in: neutron Assignee: Jian Wen (wenjianhn) => (unassigned) ** Changed in: quantum (Ubuntu) Assignee: (unassigned) => Jian Wen (

[Bug 924281] Re: cgroup-lite not installable inside 'lxc create -t ubuntu' container

2013-11-04 Thread Jian Wen
When I deployed the mysql charm, cgroup-lite failed to start in the lxc instance. root 21536 0.0 0.0 21168 1032 ?Ss 06:57 0:00 lxc- start --daemon -n jian-local-machine-1 -c /var/lib/juju/containers/jian- local-machine-1/console.log -o /var/lib/juju/containers/jian-local- mach

[Bug 1197641] Re: fail to install maas-dhcp in a container

2013-09-11 Thread Jian Wen
Thanks for the workaround. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1197641 Title: fail to install maas-dhcp in a container To manage notifications about this bug go to: https:/

[Bug 979630] Re: Unable to re-install maas after truncating/flushing database

2013-07-04 Thread Jian Wen
Need to recreate the postgresql user manually with the info in /etc/maas/maas_local_settings.py before re-install. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/979630 Title: Unable

[Bug 1197641] [NEW] fail to install maas-dhcp in a container

2013-07-03 Thread Jian Wen
Public bug reported: As we can see from bug 978297. In precise, apparmor doesn't start in a container. So in debian/maas-dhcp.postinst and debian/maas-dhcp.postinst, we should not call the apparmor_parser command in a container. /bin/running-in-container is used in /etc/init.d/apparmor to fin

[Bug 1197282] [NEW] install fails with apparmor disabled

2013-07-03 Thread Jian Wen
Public bug reported: Boot a precise instance with kernel option 'apparmor=0' Install maas-dhcp ubuntu@ubuntu:~$ sudo apt-get install -y maas-dhcp Setting up maas-dhcp (1.2+bzr1373+dfsg-0ubuntu1~12.04.1) ... Warning: unable to find a suitable fs in /proc/mounts, is it mounted? Use --subdomainfs to

[Bug 1020238] Re: nova client keeps asking for a keyring password

2013-01-23 Thread Jian Wen
Not a bug. It's just annoying. ** Changed in: python-novaclient Status: Confirmed => Invalid ** Changed in: python-novaclient (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-n

[Bug 1015731] Re: resize leave leftover libvirt configs

2013-01-03 Thread Jian Wen
I will do it on Monday next week. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1015731 Title: resize leave leftover libvirt configs To manage notifications about this bug go to: htt

[Bug 1065440] Re: resize does not migrate DHCP host information

2013-01-03 Thread Jian Wen
I will do it on Monday next week. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1065440 Title: resize does not migrate DHCP host information To manage notifications about this bug go

[Bug 894754] Re: openvswitch missing -datapath-dkms dependency, fails to install

2012-12-20 Thread Jian Wen
I failed to start the openvswitch initscript after apt-upgrade. The error is FATAL: Module openvswitch_mod not found. too. # dpkg-reconfigure openvswitch-datapath-dkms fixed this by uninstalling the old one and installing a fresh compiled new one. Command log: http://pastebin.com/anLTPFgn -- Y

[Bug 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

2012-12-18 Thread Jian Wen
I can't assign the bug to you. :( It says "No items matched "gandelman-a"" and "Adam Gandelman ". I was fixing this bug yesterday. Already 3 bugs I was going to fix, but fixed by the other guys in the end. Glad to see we are closing bugs :) -- You received this bug notification because you are

[Bug 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

2012-12-18 Thread Jian Wen
** Changed in: nova (Ubuntu) Assignee: Jian Wen (wenjianhn) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1029430 Title: KVM guests networking issues with

[Bug 1065440] Re: resize does not migrate DHCP host information

2012-12-15 Thread Jian Wen
No. I don't think so. Many bugs(10+) has been fixed after Essex. Backporting is painful. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1065440 Title: resize does not migrate DHCP h

[Bug 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

2012-11-14 Thread Jian Wen
** Changed in: nova Assignee: (unassigned) => Jian Wen (wenjianhn) ** Changed in: nova (Ubuntu) Assignee: (unassigned) => Jian Wen (wenjianhn) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu.