Replies: 2 comments 7 replies
-
Glad to hear you found a way around it but please have a look at this: |
Beta Was this translation helpful? Give feedback.
0 replies
-
The latest version of jailmaker should work out of the box on TrueNAS Dragonfish. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just tested TrueNAS 24.04-BETA.1 where jlmkr throws an error when installing:
Read-only file system: '/mnt/tank/jailmaker/jlmkr.py' -> '/usr/local/sbin/jlmkr'
This was also the case when following the description in the TrueNAS manual for sandboxes.
I was able to get around this by temporarily mounting /usr as rw:
mount -o remount,rw /usr/
./jlmkr.py install
mount -o remount,ro /usr/
Not perfect, but works for now.
Beta Was this translation helpful? Give feedback.
All reactions