[Bug 1809994] Re: netplan reparses wifi when bridge member is listed before definition

2022-04-27 Thread Guillaume Hain
I can confirm that bug from my Chef cookbook: https://gitlab.com/pharmony/netplan.io-cookbook. I fixed it using the given trick of moving the 'bridges' device to the end of the config file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2014-03-14 Thread Guillaume Hain
Any news regarding this issue ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory To manage notifications about

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2014-02-08 Thread Guillaume Hain
@Tyler thank you so much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/118180 Title: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with To

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-09-02 Thread Guillaume Hain
Well now I have a DKMS package, trying to compile on a fresh Ubuntu installation that fail, due to this error. So the package is not able to install correctly my module. Could someone give an update regarding this issue? Is it possible do find a workaround until this issue is fixed? -- You

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-08-31 Thread Guillaume Hain
Having spent more time on this I found a fix on my machine (right now with kernel version 3.8.0-29). Updating the line 13 of include/uapi/linux/netfilter_ipv4.h from: #include limits.h /* for INT_MIN, INT_MAX */ to: #include linux/limits.h /* for INT_MIN, INT_MAX */ fixed the issue. -- You

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-05-25 Thread Guillaume Hain
Still the same issue with the kernel 3.8.0-22... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory To manage

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-05-18 Thread Guillaume Hain
Since kernel 3.8.0-21 the path of netfilter_ipv4.h file changed: include/uapi/linux/netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-05-02 Thread Guillaume Hain
I have just upgraded to kernel 3.8.0-19 and I still have the issue. I have created a small project with the code that reproduce the issue: https://github.com/zedtux/launchpad_bug_929715. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-05-01 Thread Guillaume Hain
I will write a very small example of this issue and the procedure to reproduce it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-04-26 Thread Guillaume Hain
Upgrading to Ubuntu 13.04 doesn't solved the issue with kernel version 3.8.0-19. And of course removing the usual include solve the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title:

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-04-10 Thread Guillaume Hain
Again new update of the kernel (3.5.0-27) and same issue and again fixed by removing the include of limits.h file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title:

[Bug 1154049] Re: Crashes with GLib-GIO-CRITICAL. UnknownMethod: Method DescribeAll

2013-03-20 Thread Guillaume Hain
Hi, I'm developing an application in C++ having a D-Bus server that thrown the same error when I launch my application as root but not if I start it as normal user. If this could help... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-03-18 Thread Guillaume Hain
Today new update of the kernel (3.5.0-26) and still the same issue. Removing the include fix the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-02-28 Thread Guillaume Hain
In my Virtual Machine Ubuntu 12.04 has the same bug. I have updated the kernel to 3.2.0-38 and make failed. Removing the line still fix that issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-02-22 Thread Guillaume Hain
Today brand new version of the kernel: 3.5.0-25 and still this bug. Removing the include still fix that issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47:

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-02-21 Thread Guillaume Hain
New kernel 3.5.0-24 and the bug is still there. Removing the include still fix that issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error:

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-02-01 Thread Guillaume Hain
Again today upgraded my kernel 3.5.0-23 and the bug is still there. Removing the include still fix that issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47:

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-01-18 Thread Guillaume Hain
Today upgraded my kernel to 3.5.0-22 and the bug is still there. Removing the include still fix that issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47:

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-01-16 Thread Guillaume Hain
Any news regarding this issue ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory To manage notifications about

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-01-07 Thread Guillaume Hain
Sorry for the very long delay... I'm coming back to the development, and so worked on linux kernel 3.5 and still have to remove the include. ** Changed in: linux (Ubuntu) Status: Triaged = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 929715] [NEW] netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2012-02-09 Thread Guillaume Hain
Public bug reported: I'm writing kernel module that include the file linux/netfilter_ipv4.h from linux-headers. In order to have access to IP Hooks I'm doing a #undef __KERNEL__ before the include. When I do the make it complains with the error message: $ make make -C

[Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2012-02-09 Thread Guillaume Hain
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory To manage notifications about this bug go to: