[Bug 1570472] Re: Set systemd as default service provider

2017-03-14 Thread Anil Shashikumar Belur
I am hitting the same issue even with latest version of puppet4 of 4.9.4 on ubuntu 16.04: cat file.pp -- if $operatingsystem == 'Ubuntu' and versioncmp($operatingsystemrelease, '16.04') >= 0 { # Sets the new systemd as default service provider on Ubuntu 16.04 and higher.

[Bug 1562757] [NEW] magnum service-list gives an "ERROR: Policy doesn't allow magnum-service:get_all to be performed (HTTP 403)"

2016-03-28 Thread Anil Shashikumar Belur
Public bug reported: With devstack setup, `magnum service-list` gives an "ERROR: Policy doesn't allow magnum-service:get_all to be performed (HTTP 403)", but I was unable to find any references to this on the web. This error is seen when the user does not use admin credentials for listing the serv

[Bug 1382340] Re: “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-25 Thread Anil Shashikumar Belur
Looks like the issue is in the implementation of the netfilter hook kernel module, as its not recommended to use GFP_KERNEL, and cannot sleep in netfilter hooks, since the hookos are run in interrupt context (when the packet is received) by the net_rx_action softirq. Instead this issue is resolve

[Bug 1382340] Re: “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-20 Thread Anil Shashikumar Belur
Updating sample code, test script for reproducer (included in ubug_1382340.tar.gz), if this helps. Here are the steps to run / reproduce the issue: 1. untar ubug_1382340.tar.gz and cd ./ubug_1382340 2. make 2. sudo ./test.sh===> run this heavy network load. ** Attachment added: "attached re

[Bug 1382340] Re: “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-20 Thread Anil Shashikumar Belur
Updating latest stack trace from dmesg: [ 132.216761] BUG: scheduling while atomic: nc/2911/0x0101 [ 132.216766] Modules linked in: netfilter(POF) ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT xt_CHECKSUM iptable_mangle x

[Bug 1382340] Re: “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-20 Thread Anil Shashikumar Belur
I have enabled the function call trace and attached the trace.bz2 file. ** Attachment added: "function call trace output captured and attached" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1382340/+attachment/4240950/+files/trace.bz2 -- You received this bug notification because you

[Bug 1382340] [NEW] “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-16 Thread Anil Shashikumar Belur
Public bug reported: "BUG: scheduling while atomic" ==> IMU this error possibly indicates that a process/kernel trying an operation which is attempting to sleep while in an un-interruptible state, which could result in a dead-lock condition. This issue is seen NOT frequently when loading a custom

[Bug 1382340] Re: “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-16 Thread Anil Shashikumar Belur
Changed the package to linux-image-3.13.0-32-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382340 Title: “BUG: scheduling while atomic: nc/3622/0x0101” To manage notifications about th