Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138565 - Enhancement: Silent useflag with suspend2-sources
Summary: Enhancement: Silent useflag with suspend2-sources
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Lowest normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-30 03:29 UTC by VeXocide
Modified: 2006-06-30 03:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description VeXocide 2006-06-30 03:29:33 UTC
In the forums I saw a few posts about suspend2-sources spitting out messages over their splash screens, and I was having the same problem. I fixed it by commenting out 2 lines in /usr/src/linux/kernel/power/ui.c. Namely:

//	if (ui_helper_data.pid == -1)
//		printk(KERN_EMERG "%s\n", lastheader);

I would like to request a "Silent" use flag which patches those 2 lines with comments so it shuts up :)
Comment 1 VeXocide 2006-06-30 03:36:16 UTC
Nevermind, it was a typo in my hibernate.conf which made it fail to set the userui_program.