think you are drifting into deep water. OS is modified for parallism. If you add bespoke packages, you may 'break' support as its treated as an appliance, i.e. provided 'as is'.
I understand. I am really looking to have compiled binaries to run on the array in making troubleshhoting nodes a little easier. Basic Linux commands such as "free" or lsof have been removed, why?
I tried creating a shell script to work similar to the watch command, but it seems OneFS doesn't allow you to run scripts. Is there a workaround for this?
cadencep45
3 Apprentice
•
318 Posts
0
March 8th, 2023 04:00
think you are drifting into deep water. OS is modified for parallism. If you add bespoke packages, you may 'break' support as its treated as an appliance, i.e. provided 'as is'.
macyero
1 Rookie
•
79 Posts
0
March 8th, 2023 04:00
I understand. I am really looking to have compiled binaries to run on the array in making troubleshhoting nodes a little easier. Basic Linux commands such as "free" or lsof have been removed, why?
macyero
1 Rookie
•
79 Posts
0
March 21st, 2023 08:00
I tried creating a shell script to work similar to the watch command, but it seems OneFS doesn't allow you to run scripts. Is there a workaround for this?
dynamox
9 Legend
•
20.4K Posts
0
March 31st, 2023 20:00
did you try to change from the default korn shell to bash?
macyero
1 Rookie
•
79 Posts
0
April 1st, 2023 10:00
Hi,
I am in bash, but I get the following error: /usr/bin/bash: bad interpreter: Permission denied. I am running as root.
Phil.Lam
3 Apprentice
•
633 Posts
0
April 2nd, 2023 21:00
@macyero was the script file executeable 775?
macyero
1 Rookie
•
79 Posts
0
April 3rd, 2023 11:00
The permissions was set prior to 777. I still get the same output