https://bugzilla.kernel.org/show_bug.cgi?id=217225
Francesco Turco ([email protected]) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Francesco Turco ([email protected]) --- I'm not sure if I should open a separate bug report, but on my Void Linux system the following commands produce error messages: # echo "level 7" > /proc/acpi/ibm/fan -bash: echo: write error: Invalid argument # printf "%s\n" "level 7" > /proc/acpi/ibm/fan -bash: printf: write error: Invalid argument The following commands, instead, don't produce any error message: # echo -n "level 7" > /proc/acpi/ibm/fan # printf "%s" "level 7" > /proc/acpi/ibm/fan So it seems the newline character causes the problem. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
