The iprdump service (which is apparently installed and enabled by default on all PPC machines) hangs at startup. This prevents any ppc machine with iprdump enabled from starting up properly. The init script runs: daemon $iprdump but /sbin/iprdump does not run as a daemon unless the --daemon flag is used. So this line should be changed to: daemon $iprdump --daemon
Which version? I have installed iprutils-2.2.13-2.fc11.ppc and there is already `daemon $iprdump --daemon'
This looks like fixed in rawhide.