xfs start script too low of a priority
Bug #67156 reported by
GiuseppeVerde
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xfs (Ubuntu) |
Confirmed
|
Low
|
Unassigned | ||
xfstt (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
the xfs start scripts are /etc/rc?.d/S20xfs, while gdm starts at /etc/rc?.d/S13gdm. This causes breakage if a font needed by gdm/X11 is provided by xfs.
Workaround: for dir in rc[2345].d; do sudo mv $dir/S20xfs $dir/S12xfs; sudo mv $dir/S20xfstt $dir/S12xfstt; done
Solution: preform workaround and repackage. :)
To post a comment you must log in.
Hmm. How do I mark this bug as affecting two packages? I see only upstream and distro. Sorry for the dup; I realized there had to be a better way of doing this after I had already entered the second bug.