Skip to content

ACAP artpec-8 Permission issue - Blocked #51

Closed Answered by n8eye200
rafiomeon asked this question in ACAP
Discussion options

You must be logged in to vote

Hey @rafiomeon !

I ran into something similar when putting a script on the SD card, due to the fact that the "noexec" flag is set on the drive. My hunch is that you are experiencing this, too.

To check, try running the mount command -

root@axis-b8REDACTED:~# mount
/dev/dm-0 on / type squashfs (ro,relatime,errors=continue)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
  ...  (Removed a bunch of boring output here...)
/dev/mmcblk1p1 on /var/volatile/spool/storage/SD_DISK type ext4 (rw,nosuid,nodev,noexec,noatime,nodiratime,lazytime,commit=1,data=ordered)
  ...  (And here...)

Note the noexec stuff in parenthesis behind the mount point that you are running the …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rafiomeon
Comment options

Answer selected by rafiomeon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ACAP
Labels
None yet
2 participants