About me I've been a computer programmer since I first started typing in program listings on a Commodore Vic 20 when I was about 8. My hobbies include electronics, CNC manufacturing, photography, beer and winemaking.
I live with my wife and lots of left-over parts from unfinished projects in Lincoln, Nebraska, USA.]
Blog
23 January 2014, 22:18 UTCpnacl vs Debian Jessie
If you get an error like
** Signal 6 from trusted code: pc=2abee0b751e5
when building pnacl software then it may be because your /run/shm is
mounted noexec. You can fix it (for your current boot only) with: sudo
mount -o remount,exec /run/shm
As /run/shm is not mounted from /etc/fstab, I'm unsure how to make a durable fix.
pnacl vs Debian Jessie
If you get an error like
** Signal 6 from trusted code: pc=2abee0b751e5when building pnacl software then it may be because your /run/shm is mounted noexec. You can fix it (for your current boot only) with: sudo mount -o remount,exec /run/shm As /run/shm is not mounted from /etc/fstab, I'm unsure how to make a durable fix.
All older entries
Website Copyright © 2004-2024 Jeff Epler