> Try adding kernel command-line dynamic debug option:
>
> ... "dyndbg=file net/ipv4/ipconfig.c +pflm" ...
I added:
dyndbg="file net/ipv4/ipconfig.c +pflm"
to the end of the kernel command line arguments in grub and removed
quiet. After booting I ran 'dmesg >after.txt'. I then rebooted a
I installed a vanilla 4.5 kernel, which has this debug logging change:
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-
stable.git/commit/net/ipv4/ipconfig.c?id=09605cc12c07830659a19b266503795c511a2060
After booting with the dyndbg argument, the only new output is this:
[1.079405]
After studying the code in net/ipv4/ipconfig.c I'm fairly confident
that the problem is caused by wait_for_devices() failing to find any
network interfaces and timing out. That function waits for 12 seconds
before giving up, and the time difference between the "IP-Config:
Entered" message and the
I have uploaded some modified initramfs-tools packages to my PPA:
https://launchpad.net/~rhansen/+archive/ubuntu/bug1259861
With the version in my PPA, the initramfs init script now has a new
initramfs_ip parameter in addition to the existing ip parameter. The
initramfs treats the initramfs_ip p
Yes, I think the change to CONFIG_IP_PNP=y is what caused this problem.
If you look in net/ipv4/Makefile, you'll see this line:
obj-$(CONFIG_IP_PNP) += ipconfig.o
If CONFIG_IP_PNP is not set to y, then all of net/ipv4/ipconfig.c is
excluded from the resulting kernel. That file contains the c
** Changed in: linux (Ubuntu)
Assignee: Rahul (rahulshantagiri) => (unassigned)
** Tags added: wily
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1259861
Title:
5-10 second de
I have been seeing this on multiple machines since trusty (at least).
I'm currently running wily.
I noticed that if I remove the 'ip=dhcp' kernel command line parameter
then the 10 second delay goes away. (I added ip=dhcp so that I could
ssh into the initramfs to unlock the encrypted root device
Would someone please provide a simple test case to verify that the
version in -proposed fixes the bug?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1533043
Title:
AUFS can hang up; Ple
I'm unable to reproduce the problem on wily (I'm actually running wily,
not trusty with the wily kernel), so I changed the verification-needed-
wily tag to verification-done-wily.
** Tags removed: verification-needed-wily
** Tags added: verification-done-wily
--
You received this bug notificatio
Running:
docker run -it --rm akihirosuda/test18180
I was able to verify the last two unverified kernels:
3.16.0-61 (utopic kernel on trusty via linux-image-generic-lts-utopic):
verified
3.19.0-50 (vivid kernel on trusty via linux-image-generic-lts-vivid): verified
So it looks like every
Here are more detailed instructions for installing the daily builds:
https://wiki.ubuntu.com/Kernel/MainlineBuilds
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/902557
Title:
10ec:8176
11 matches
Mail list logo