Opened 14 months ago
Closed 14 months ago
#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 , 14 months ago
Summary: | 1002-kernel can hang indefinitely if the kernel config is up to date → 1002-kernel can hang indefinitely if the kernel config isn't up to date |
---|
comment:2 by , 14 months ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.
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...