https://bugzilla.kernel.org/show_bug.cgi?id=217225

Francesco Turco (ftu...@posteo.net) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ftu...@posteo.net

--- Comment #13 from Francesco Turco (ftu...@posteo.net) ---
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
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to