Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 138565

Summary: Enhancement: Silent useflag with suspend2-sources
Product: Gentoo Linux Reporter: VeXocide <habraken>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Lowest    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.