There are 2 ways you can set the required permissions for the package.
sudo install -m 4755 -o root -D /var/packages/TranscodeDrivers/target/bin/spk_su /opt/sbin/spk_su
sudo chmod a+rx /opt /opt/sbin
sudo /opt/sbin/spk_su TranscodeDrivers
sudo rm /var/packages/TranscodeDrivers/installing
You can now click Run to start the Transcode Drivers for x25 package in Package Center.
- Go to Control Panel > Task Scheduler > click Create > and select Scheduled Task.
- Select User-defined script.
- Enter a task name.
- Select root as the user (The package's start-stop-status script needs to run with elevated permissions).
- Untick Enable so it does not run on a schedule.
- Click Task Settings.
- In the box under User-defined script copy and paste the following.
file=/var/packages/TranscodeDrivers/target/bin/spk_su install -m 4755 -o root -D "$file" /opt/sbin/spk_su chmod a+rx /opt /opt/sbin /opt/sbin/spk_su TranscodeDrivers rm /var/packages/TranscodeDrivers/installing - Click OK to save the settings.
- Click on the task - but don't enable it - then click Run.
- Once the scheduled task has run you can delete the task, or keep it in case you need it again.
You can now click Run to start the Transcode Drivers for x25 package in Package Center.
Here's some screenshots showing what needs to be set:
Step 1
Step 2
Step 3
Step 4




