Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Scripts no longer running? OCI runtime exec failed: exec failed: container_linux.go:367

Featured Replies

Hi,

 

I have a couple of scripts that I have not run for about a year but they no longer run and each have the same error

 

OCI runtime exec failed: exec failed: container_linux.go:367: starting container process caused: exec: "/UNRAIDSHARE/bashfile/opus.bash": permission denied: >

 

I have tried changing the user but it makes no difference? has something changed in unraid?

 

Here is my script

 

#!/bin/bash
docker exec -u root -i Blender-Desktop-G3 /UNRAIDSHARE/bashfile/opus.bash /UNRAIDSHARE/opustest

  • Community Expert

Where is this script stored?

  • Author

Ah! I see all scripts are stored on the boot usb and that is now not possible.  Why does unraid create scripts there if you are unable to run them from boot?  I cannot see a way to move/change the script location?

  • Community Expert
4 minutes ago, mbc0 said:

Why does unraid create scripts there if you are unable to run them from boot?

As a persistent storage location that survives a reboot.  You can store them on /boot, but not set the execute bit.

 

5 minutes ago, mbc0 said:

cannot see a way to move/change the script location?

You can add an entry to the /boot/config/go file to move them to a suitable runtime location and set the execute bit.

Alternatively you can precede the script invocation with the bash command so it reads

  bash path-to-script

as in that case it is not necessary to have the execute bit set on the script file.

  • Author

Thank you, I had just found that on the CA scripts forum, added the "bash" and now all running again! 

 

Thank you! 🙂

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.