On 2019-01-10, Chris Murphy <li...@colorremedies.com> wrote:
> [root@fnuc extra]# perl
> /usr/src/kernels/4.19.14-300.fc29.x86_64/scripts/sign-file sha256
> /home/chris/MOK.priv /home/chris/MOK.der icp.ko
> Unrecognized character \x7F; marked by <-- HERE after <-- HERE near
> column 1 at /usr/src/kernels/4.19.14-300.fc29.x86_64/scripts/sign-file
> line 1.

The sign-file is not a Perl script. It's an ELF executable. You are
trying to interpreter the sign-file as a Perl code using a perl
interpreter. While perl can usually interpret any garbage, this is an
exception :)

-- Petr
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to