when i try to install any plugin i get this (0777)

millsj402

Cadet
Joined
Jun 28, 2021
Messages
5
Error: hy had a failure Exception: RuntimeError Message: pkg error: - pkg-static: . permissions (0777) too lax Please check your network Partial plugin destroyed
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Could it be that you have open permissions on the iocage dataset?

Try ls -l /mnt/tank/iocage

Where tank is the pool name of the iocage assigned pool.
 

millsj402

Cadet
Joined
Jun 28, 2021
Messages
5
this is what i got back
 

Attachments

  • yup.PNG
    yup.PNG
    26.9 KB · Views: 202

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Well that's different to mine where it's root:wheel across the board.

Maybe try:
chown -R root:wheel /mnt/tank/iocage/releases
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
i didnt get any output from that command
It's not supposed to give any output. It adjusts the ownership of the directory and all files below.
 

millsj402

Cadet
Joined
Jun 28, 2021
Messages
5
im getting the same had a failure Exception: RuntimeError Message: pkg error: - pkg-static: . permissions (0777) too lax Please check your network Partial plugin destroyed
 
Top