[Bug 1896734] Re: A privsep daemon spawned by neutron-openvswitch-agent hangs when debug logging is enabled (large number of registered NICs) - an RPC response is too large for msgpack

2021-11-30 Thread Mohammed Naser
I logged it locally, and this is how much data was put out: root@tctrko1:~# cat /tmp/debug | wc -c 1179958 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896734 Title: A privsep daemon spawned by

[Bug 1896734] Re: A privsep daemon spawned by neutron-openvswitch-agent hangs when debug logging is enabled (large number of registered NICs) - an RPC response is too large for msgpack

2021-11-30 Thread Mohammed Naser
The stack trace is the following: Dec 01 07:19:38 tctrko1 neutron-linuxbridge-agent[18892]: -- Green Thread-- Dec 01 07:19:38 tctrko1 neutron-linuxbridge-agent[18892]: /openstack/venvs/neutron-21.2.6/bin/neutron-linuxbridge-agent:8 in Dec

[Bug 1896734] Re: A privsep daemon spawned by neutron-openvswitch-agent hangs when debug logging is enabled (large number of registered NICs) - an RPC response is too large for msgpack

2021-11-30 Thread Mohammed Naser
Unfortunately, I'm running into this issue right now in an environment that is running `linuxbridge`. I'm going to assume the number of `VXLAN` interfaces is bubbling up that is causing this issue to occur. Also, since in linuxbridge, there are `brq` and `VXLAN` interfaces. I've got around 219

[Bug 1851819] Re: bond: An illegal loopback occurred on slave

2021-09-06 Thread Mohammed Naser
FYI, I was being hit by this and the issue disappeared once I updated the firmware on those NICs to 14.31.1014. The problematic firmware version I had was 14.26.1040. Not only did I see those errors, but I actually saw traffic being dropped. -- You received this bug notification because you

[Bug 1898200] Re: [SRU] ceph 15.2.5

2020-11-16 Thread Mohammed Naser
This has confirmed to fix our crashes locally, since applying it it has entirely eliminated all those segfaults. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1898200 Title: [SRU] ceph 15.2.5 To

[Bug 1898200] Re: [SRU] ceph 15.2.5

2020-11-02 Thread Mohammed Naser
This is pretty critical for us, the problem is that we are seeing VMs crash with the following error: Oct 24 15:55:19 kvm3 kernel: [1972520.039122] tp_librbd[65017]: segfault at 3f21 ip 7f5ea8796266 sp 7f5e82ffc500 error 4 in librbd.so.1.12.0[7f5ea85b7000+5a3000] Oct 25 12:20:24 kvm3

[Bug 1901328] Re: librbd: potential race conditions handling API IO completions

2020-10-26 Thread Mohammed Naser
*** This bug is a duplicate of bug 1898200 *** https://bugs.launchpad.net/bugs/1898200 ** This bug has been marked a duplicate of bug 1898200 [SRU] ceph 15.2.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1901328] Re: librbd: potential race conditions handling API IO completions

2020-10-26 Thread Mohammed Naser
Reporting in another crash with the segfault: [Sun Oct 25 12:19:43 2020] fn-radosclient[59082]: segfault at 14ea9a ip 7facfa108266 sp 7facd17f9470 error 4 in librbd.so.1.12.0[7facf9f29000+5a3000] -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1901328] Re: librbd: potential race conditions handling API IO completions

2020-10-24 Thread Mohammed Naser
** Also affects: cloud-archive Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1901328 Title: librbd: potential race conditions handling API IO completions

[Bug 1901328] [NEW] librbd: potential race conditions handling API IO completions

2020-10-24 Thread Mohammed Naser
Public bug reported: We've noticed an issue with a VM crashing with the following log record: [Sat Oct 24 15:54:40 2020] tp_librbd[65017]: segfault at 3f21 ip 7f5ea8796266 sp 7f5e82ffc500 error 4 in librbd.so.1.12.0[7f5ea85b7000+5a3000] With the following packages: ii librbd1

[Bug 1851263] Re: Ubuntu 18.04.3 LTS bump Glibc 2.27 to the latest stable

2020-10-12 Thread Mohammed Naser
I've verified that at least my issue is resolved by this: ``` docker run -it --rm ubuntu:18.04 apt update apt install g++ wget wget https://sourceware.org/bugzilla/attachment.cgi?id=11382 -O bug23861.c sed -i 's/do_exit = 0/do_exit(0)/' bug23861.c g++ bug23861.c -lpthread -o bug23861 for

[Bug 1839592] Re: Open vSwitch (Version 2.9.2) goes into deadlocked state

2020-10-12 Thread Mohammed Naser
So, it turns out that 2.27-3ubuntu1.3 could fix this because of the fact that not only does it include that patch, but a full rebase to 2.27 branch of upstream glibc, which does include the other fix mentioned above (I found this out when I tried to rebuild locally and found out that quilt was

[Bug 1899544] Re: rdlock stalls indefinitely on an unlocked pthread rwlock

2020-10-12 Thread Mohammed Naser
*** This bug is a duplicate of bug 1851263 *** https://bugs.launchpad.net/bugs/1851263 Upon checking, it seems that the latest proposed release actually includes a full rebase to 2.27 which has the fix. ** This bug has been marked a duplicate of bug 1851263 Ubuntu 18.04.3 LTS bump Glibc

[Bug 1899544] [NEW] rdlock stalls indefinitely on an unlocked pthread rwlock

2020-10-12 Thread Mohammed Naser
Public bug reported: I'm reporting this here in order to help track fixing this inside Ubuntu, 18.04 as its' already been fixed upstream: https://sourceware.org/bugzilla/show_bug.cgi?id=23861 I can confirm that this issue indeed occurs on a Ubuntu 18.04 system *and* it even occurs with the

[Bug 1839592] Re: Open vSwitch (Version 2.9.2) goes into deadlocked state

2020-10-12 Thread Mohammed Naser
I have done some extensive research on this and I am able to confirm that while Bug #1864864 does solve a class of issues, it does not solve the one affecting Open vSwitch, as it does rely on PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP:

[Bug 1854710] Re: pthread_rwlock_trywrlock results in hang

2020-10-04 Thread Mohammed Naser
*** This bug is a duplicate of bug 1864864 *** https://bugs.launchpad.net/bugs/1864864 This upstream bug reported already has an SRU in-place. ** This bug has been marked a duplicate of bug 1864864 [SRU] pthread_rwlock_trywrlock results in hang -- You received this bug notification

[Bug 1529319] Re: VM constantly tries to access /run/shm/lttng-ust-wait-5

2016-01-11 Thread Mohammed Naser
Thank you Serge. We would appreciate if it can make it the OpenStack cloud archive. We're running Liberty on Trusty at the moment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1529319 Title: VM

[Bug 1529319] Re: VM constantly tries to access /run/shm/lttng-ust-wait-5

2016-01-11 Thread Mohammed Naser
Serge, Yes, because it creates a *tremendous* amount of messages in the system log which causes other issues to go unnoticed (or forces us to implement filtering to drop this -- both of which are not ideal). In a loaded system of 40 VMs, the syslog is bombarded with these messages non-stop.

[Bug 1432644] Re: VM permanently tries to read /dev/shm/lttng-ust-wait-5

2015-12-25 Thread Mohammed Naser
It looks like this bug has regressed due to the path of lttng-ust-wait-5 path changing to the following: /run/shm/lttng-ust-wait-5 Would someoone be kind enough to release a fix for this? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 1432644] Re: VM permanently tries to read /dev/shm/lttng-ust-wait-5

2015-12-25 Thread Mohammed Naser
It looks like this bug has regressed due to the path of lttng-ust-wait-5 path changing to the following: /run/shm/lttng-ust-wait-5 Would someoone be kind enough to release a fix for this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1529319] [NEW] VM constantly tries to access /run/shm/lttng-ust-wait-5

2015-12-25 Thread Mohammed Naser
Public bug reported: This seems like a regression of the following bug https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1432644 It seems that the path is now /run/shm/lttng-ust-wait-5 which results in a flood of the following Dec 26 04:47:44 compute-4-ca-ymq-2 kernel: [1751079.003742]

[Bug 1529319] [NEW] VM constantly tries to access /run/shm/lttng-ust-wait-5

2015-12-25 Thread Mohammed Naser
Public bug reported: This seems like a regression of the following bug https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1432644 It seems that the path is now /run/shm/lttng-ust-wait-5 which results in a flood of the following Dec 26 04:47:44 compute-4-ca-ymq-2 kernel: [1751079.003742]

[Bug 1517539] Re: Libvirt can not create snapshot

2015-12-25 Thread Mohammed Naser
Hi Serge, I have done some debugging and the solution is here: https://github.com/libvirt/libvirt/commit/a188c57d5432fce72daf818ccdb970ee6b71e936 The qemu-ga (/var/lib/libvirt/qemu/org.qemu.guest_agent.0.instance- 00a0.sock) socket is being rejected and virt-aa-helper is failing, due to the

[Bug 1528646] [NEW] Shipped version incompatible with OpenStack release

2015-12-22 Thread Mohammed Naser
Public bug reported: Hello, # lsb_release -rd Description:Ubuntu 14.04.3 LTS Release:14.04 Using the Ubuntu Cloud Archive (Kilo) packages, there is no python- libvirt package that is shipped so it's using the one that is shipped with Ubuntu 14.04 that is 1.2.2-0ubuntu2. However,

[Bug 1518016] Re: [SRU] Nova kilo requires concurrency 1.8.2 or better

2015-11-20 Thread Mohammed Naser
We're currently running our infrastructure on Trusty so ideally we wouldn't want to install the package above... is there a Trusty package to test somewhere? Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1518016] Re: [SRU] Nova kilo requires concurrency 1.8.2 or better

2015-11-20 Thread Mohammed Naser
We're currently running our infrastructure on Trusty so ideally we wouldn't want to install the package above... is there a Trusty package to test somewhere? Thanks! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu.

[Bug 1518016] [NEW] Nova kilo requires concurrency 1.8.2 or better

2015-11-19 Thread Mohammed Naser
Public bug reported: OpenStack Nova Kilo release requires 1.8.2 or higher, this is due to the addition of on_execute and on_completion to the execute(..) function. The latest Ubuntu OpenStack Kilo packages currently have code that depend on this new updated release. This results in a crash in

[Bug 1518016] [NEW] Nova kilo requires concurrency 1.8.2 or better

2015-11-19 Thread Mohammed Naser
Public bug reported: OpenStack Nova Kilo release requires 1.8.2 or higher, this is due to the addition of on_execute and on_completion to the execute(..) function. The latest Ubuntu OpenStack Kilo packages currently have code that depend on this new updated release. This results in a crash in

[Bug 1346917] Re: Using KSM on NUMA capable machines can cause KVM guest performance and stability issues

2015-10-06 Thread Mohammed Naser
I think this is a different issue you're describing, connectivity doesn't drop with this but it becomes very flakey, large latency spikes, etc. It would never 100% drop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1458045] Re: KVM and CFS bandwidth control causes kernel crashes (oops)

2015-07-21 Thread Mohammed Naser
This seems to have taken care of it http://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/commit/?id=54d27365cae88fbcc853b391dcd561e71acb81fa -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458045

[Bug 1458045] Re: KVM and CFS bandwidth control causes kernel crashes (oops)

2015-05-28 Thread Mohammed Naser
Chris, There's been a few other proposed patches, but my biggest issue now is trying to replicate it over here before trying to look at patches, or else there's no way for me to say this works. I'm working on something to try and replicate it today and I'll keep this bug updated.. I hope it goes

[Bug 1448205] Re: Crash when removing filterref from interface with update-device

2015-05-27 Thread Mohammed Naser
Seems to have addressed the issue. :) ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448205 Title: Crash when removing

[Bug 1458045] Re: KVM and CFS bandwidth control causes kernel crashes (oops)

2015-05-26 Thread Mohammed Naser
There is currently a pending patch for this issue, I'll update the bug when it lands http://lkml.iu.edu/hypermail/linux/kernel/1505.3/01029.html http://lkml.iu.edu/hypermail/linux/kernel/1505.3/01030.html Thank you -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1458045] [NEW] KVM and CFS bandwidth control causes kernel crashes (oops)

2015-05-22 Thread Mohammed Naser
Public bug reported: We've seen this crash at least 3 times when we start setting CPU limits using `cgroups`. It makes using CPU limits impossible, causing instabilities in the operating system. Finally, after installing linux- crashdump, we got a full copy of the crash message.

[Bug 1458045] Re: KVM and CFS bandwidth control causes kernel crashes (oops)

2015-05-22 Thread Mohammed Naser
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458045 Title: KVM and CFS bandwidth control causes kernel crashes (oops) To

[Bug 1458045] Re: KVM and CFS bandwidth control causes kernel crashes (oops)

2015-05-22 Thread Mohammed Naser
Just wanted to add this as it might be useful (I'm trying to do troubleshooting): crash dis -rl 810af2f8 /build/buildd/linux-lts-utopic-3.16.0/kernel/sched/fair.c: 4745 0x810af280 pick_next_task_fair: nopl 0x0(%rax,%rax,1) 0x810af285 pick_next_task_fair+5: push

[Bug 1458045] Re: KVM and CFS bandwidth control causes kernel crashes (oops)

2015-05-22 Thread Mohammed Naser
I suspect the following has occured: https://github.com/torvalds/linux/blob/v3.16/kernel/sched/fair.c#L4829 if (!cfs_rq-nr_running) goto idle; put_prev_task(rq, prev); do { se = pick_next_entity(cfs_rq, NULL);

[Bug 1448205] Re: Crash when removing filterref from interface with update-device

2015-05-06 Thread Mohammed Naser
Hi, Tested in 15.04, fixed and working properly. Thanks, Mohammed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448205 Title: Crash when removing filterref frominterface with update-device

[Bug 1448205] Re: Crash when removing filterref from interface with update-device

2015-04-24 Thread Mohammed Naser
I will check it out and let you know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448205 Title: Crash when removing filterref frominterface with update-device To manage notifications about

[Bug 1448205] [NEW] Crash when removing filterref from interface with update-device

2015-04-24 Thread Mohammed Naser
Public bug reported: Hello, We're running into this issue on our 14.04 LTS hosts, when removing all filterref's on an interface, it results in a crash. # virsh dump-xml e7276b62-887f-443e-b85b-ea3b5c395924 . interface type='bridge' mac address='fa:16:3e:1c:cf:99'/ source

[Bug 1448205] [NEW] Crash when removing filterref from interface with update-device

2015-04-24 Thread Mohammed Naser
Public bug reported: Hello, We're running into this issue on our 14.04 LTS hosts, when removing all filterref's on an interface, it results in a crash. # virsh dump-xml e7276b62-887f-443e-b85b-ea3b5c395924 . interface type='bridge' mac address='fa:16:3e:1c:cf:99'/ source

[Bug 1435363] Re: KSM causing performance and instability issues

2015-03-31 Thread Mohammed Naser
Hi, I installed a new machine from the 14.04.2 media which gave me the HWE stack with kernel 3.16.0-33-generic and it's running with no problems. The machine is now loaded up to 125GB worth of VMs and with the following memory stats: # free -m total used free shared

[Bug 785394] Re: Hard-coded crashkernel=... memory reservation in /etc/grub.d/10_linux is insufficient

2015-03-27 Thread Mohammed Naser
I'd just like to report in that I couldn't get it to work, it only did after raising the limit to 256M on a server with 256GB of memory. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/785394 Title:

[Bug 1435363] Re: KSM causing performance and instability issues

2015-03-26 Thread Mohammed Naser
Hi Chris, Thanks for the help so far. I'm deploying a new machine right now and I'll be trying to replicate it on -48. The way I detected it was that i'd see messaging in dmesg on guest similar to this: hrtimer: interrupt took 4352551231 ns In addition, when pinging the machine, you'd have a

[Bug 1346917] Re: Using KSM on NUMA capable machines can cause KVM guest performance and stability issues

2015-03-23 Thread Mohammed Naser
I am seeing the issue in 3.13.0-46-generic as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1346917 Title: Using KSM on NUMA capable machines can cause KVM guest performance and stability

[Bug 1435363] [NEW] KSM causing performance and instability issues

2015-03-23 Thread Mohammed Naser
Public bug reported: This seems to be a bug that has regressed, I have encountered the same issue as 2 other reports: LP: #1349897 Running kernel: 3.13.0-46-generic This is replicated over many compute nodes (KVM) running OpenStack. The workaround is to disable KSM: echo 2

[Bug 1435363] Re: KSM causing performance and instability issues

2015-03-23 Thread Mohammed Naser
apport information ** Tags added: apport-collected trusty ** Description changed: This seems to be a bug that has regressed, I have encountered the same issue as 2 other reports: LP: #1349897 Running kernel: 3.13.0-46-generic This is replicated over many compute nodes (KVM)

[Bug 1435363] UdevDb.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353434/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363 Title: KSM

[Bug 1435363] CurrentDmesg.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353427/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363

[Bug 1435363] UdevLog.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353435/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363 Title:

[Bug 1435363] WifiSyslog.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353436/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363

[Bug 1435363] ProcModules.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353433/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363

[Bug 1435363] ProcInterrupts.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353432/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1435363] ProcEnviron.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: ProcEnviron.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353431/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363

[Bug 1435363] IwConfig.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353428/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363 Title:

[Bug 1435363] Lspci.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353429/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363 Title: KSM

[Bug 1435363] ProcCpuinfo.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353430/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363

[Bug 1435363] IwConfig.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353445/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363 Title:

[Bug 1435363] Lspci.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353446/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363 Title: KSM

[Bug 1435363] ProcInterrupts.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353450/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1435363] ProcCpuinfo.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353448/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363

[Bug 1435363] UdevDb.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353452/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363 Title: KSM

[Bug 1435363] UdevLog.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353453/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363 Title:

[Bug 1435363] ProcModules.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353451/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363

[Bug 1435363] Re: KSM causing performance and instability issues

2015-03-23 Thread Mohammed Naser
I'll be setting up a new server in the next few days, I'll attempt to use -48 and see if that issue is present or not. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363 Title: KSM causing

[Bug 1435363] ProcEnviron.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: ProcEnviron.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353449/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363

[Bug 1435363] Re: KSM causing performance and instability issues

2015-03-23 Thread Mohammed Naser
apport information ** Attachment removed: BootDmesg.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1435363/+attachment/4353426/+files/BootDmesg.txt ** Attachment removed: CurrentDmesg.txt

[Bug 1435363] Lsusb.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353447/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363 Title: KSM

[Bug 1435363] WifiSyslog.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353454/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1435363] CurrentDmesg.txt

2015-03-23 Thread Mohammed Naser
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1435363/+attachment/4353444/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435363

[Bug 1422913] [NEW] Mulit-tenant store not working

2015-02-17 Thread Mohammed Naser
Public bug reported: Hello! This is a bug in the current release, it has been addressed by this fix: https://github.com/openstack/glance_store/commit/3bb94dcad84ed4204d8809fcf95b7713daa2189b Could this be back ported? Thanks ** Affects: python-glance-store (Ubuntu) Importance: Undecided

[Bug 1422913] [NEW] Mulit-tenant store not working

2015-02-17 Thread Mohammed Naser
Public bug reported: Hello! This is a bug in the current release, it has been addressed by this fix: https://github.com/openstack/glance_store/commit/3bb94dcad84ed4204d8809fcf95b7713daa2189b Could this be back ported? Thanks ** Affects: python-glance-store (Ubuntu) Importance: Undecided

[Bug 1081182] Re: issues accessing /sys/hypervisor/uuid when rebooting VM

2012-11-20 Thread Mohammed Naser
Further investigation, first the type will always work because it just returns a string with zero processing. http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- precise.git;a=blob;f=drivers/xen/sys- hypervisor.c;h=1e0fe01eb6705dee98acd115be1ab781cdabbc10;hb=ba6c2f688e255a1f52f2930ae9e6d62ede804289#l37