Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210282 - Alpha install/live media would benefit from sysctl uac.noprint = 1
Summary: Alpha install/live media would benefit from sysctl uac.noprint = 1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2008-02-15 21:02 UTC by Tobias Klausmann (RETIRED)
Modified: 2008-07-12 16:59 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 Tobias Klausmann (RETIRED) gentoo-dev 2008-02-15 21:02:33 UTC
On Alpha, gentoo-sources has a patch that allows prevention of unaligned accesses in dhcpcd spamming the console. This would be very neat during install (people probably don't care about UACs during install). 

sysctl -w uac.noprint=1

in during bootup should do the trick.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2008-02-28 20:35:31 UTC
OK, I fixed this by updating the fsscript which gets run in SVN...
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2008-04-12 00:50:07 UTC
We'll close it once the final 2008.0 is out.
Comment 3 Tobias Klausmann (RETIRED) gentoo-dev 2008-05-18 11:14:37 UTC
With the current kernel, the sysctl has been renamed:

livecd root # grep uac /etc/sysctl.conf 
uac.noprint = 1
livecd root # sysctl -a |grep noprint
kernel.uac.noprint = 0
livecd root #

Thus, I fixed this in livecd.sh (svn).