Description of problem: Setting hostname thereisnospoon: [ OK ] ERROR: No arguments allowed with -i Version-Release number of selected component (if applicable): initscripts-8.31.5-1 How reproducible: Always Steps to Reproduce: 1. Boot system 2. 3. Actual results: Although the hostname is set correctly, the "ERROR: No arguments allowed with -i" error is printed. Expected results: Correct flag should be used, and no error message should result. Additional info: I've looked at rc.sysinit, which verifies as unmodified on my system, and I can see no reason for this. The relevant call is... ### # Set the hostname. update_boot_stage RChostname action $"Setting hostname ${HOSTNAME}: " hostname ${HOSTNAME} ### Is see no mention of an "-i" switch there, so really I have no idea where this is coming from.
Heh, that's not hostname, it's later in the script. *** This bug has been marked as a duplicate of 200683 ***