Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61737 - Using xfs freezes xorg-x11-6.7.99.902 (soft lock-up)
Summary: Using xfs freezes xorg-x11-6.7.99.902 (soft lock-up)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo X packagers
URL: https://freedesktop.org/bugzilla/show...
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks: 60292
  Show dependency tree
 
Reported: 2004-08-26 00:51 UTC by Donnie Berkholz (RETIRED)
Modified: 2004-10-11 02:18 UTC (History)
1 user (show)

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 Donnie Berkholz (RETIRED) gentoo-dev 2004-08-26 00:51:03 UTC
See URL.
Comment 1 Benoit Boissinot 2004-08-26 10:31:15 UTC
I had this problem, what i did was adding the following lines in /etc/init.d/xfs :

if [ "`grep -e "^xfs:" /etc/passwd`" ] ; then
>>	mkdir /tmp/.font-unix
>>	chmod 01777 /tmp/.font-unix
	start-stop-daemon --start --quiet --exec /usr/X11R6/bin/xfs \
		-- -daemon -config /etc/X11/fs/config \
			-droppriv -user xfs -port ${XFS_PORT} 1>&2
else

But i don't know if this is the right solution.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-10-11 02:18:00 UTC
Should be fixed in current 6.8.0-r1 and -r2, files set 0.3. Thanks for the suggestion.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-10-11 02:18:18 UTC
Actually close it this time