#1736 closed defect (fixed)

1002-kernel can hang indefinitely if the kernel config isn't up to date

Reported by: xry111 Owned by: Pierre Labastie
Priority: normal Milestone:
Component: jhalfs Version: GIT
Severity: normal Keywords:
Cc:

Description

If the kernel config is not up to date, "make oldconfig" can wait for user input, causing 1002-kernel to hang indefinitely.

We can use "make olddefconfig" instead of "make oldconfig", or add a timeout for "make oldconfig" and print an error message telling the user to update kernel-config file if the timeout is triggered.

Change History (3)

comment:1 by xry111, 13 months ago

Summary: 1002-kernel can hang indefinitely if the kernel config is up to date1002-kernel can hang indefinitely if the kernel config isn't up to date

comment:2 by Pierre Labastie, 13 months ago

Owner: changed from alfs-log@… to Pierre Labastie
Status: newaccepted

I'd be inclined to use the second solution, since otherwise a user might get unwanted options without knowing it. Let me try to set up something...

comment:3 by Pierre Labastie, 13 months ago

Resolution: fixed
Status: acceptedclosed

Fixed at 3b27f93

Note: See TracTickets for help on using tickets.