December 16, 20196 yr So, my fan scripts stopped working completely after update and I cannot figure out why I cannot get them back. root@Romuserveri1:/boot/config/scripts/fans# ls -lha total 28K drwx------ 2 root root 4.0K Dec 16 09:41 ./ drwx------ 3 root root 4.0K Sep 24 16:37 ../ -rw------- 1 root root 1.9K Sep 25 03:30 r410_fan_manual_enable.sh -rw------- 1 root root 4.0K Sep 25 03:30 r410_fan_script.sh -rw------- 1 root root 12K Dec 16 09:41 r410_fanspeeds_table.xlsx root@Romuserveri1:/boot/config/scripts/fans# chmod +x r410_fan_script.sh root@Romuserveri1:/boot/config/scripts/fans# ls -lha total 28K drwx------ 2 root root 4.0K Dec 16 09:41 ./ drwx------ 3 root root 4.0K Sep 24 16:37 ../ -rw------- 1 root root 1.9K Sep 25 03:30 r410_fan_manual_enable.sh -rw------- 1 root root 4.0K Sep 25 03:30 r410_fan_script.sh -rw------- 1 root root 12K Dec 16 09:41 r410_fanspeeds_table.xlsx root@Romuserveri1:/boot/config/scripts/fans# chown root:root r410_fan_script.sh root@Romuserveri1:/boot/config/scripts/fans# ls -lha total 28K drwx------ 2 root root 4.0K Dec 16 09:41 ./ drwx------ 3 root root 4.0K Sep 24 16:37 ../ -rw------- 1 root root 1.9K Sep 25 03:30 r410_fan_manual_enable.sh -rw------- 1 root root 4.0K Sep 25 03:30 r410_fan_script.sh -rw------- 1 root root 12K Dec 16 09:41 r410_fanspeeds_table.xlsx root@Romuserveri1:/boot/config/scripts/fans# chmod +x r410_fan_script.sh root@Romuserveri1:/boot/config/scripts/fans# ls -lha total 28K drwx------ 2 root root 4.0K Dec 16 09:41 ./ drwx------ 3 root root 4.0K Sep 24 16:37 ../ -rw------- 1 root root 1.9K Sep 25 03:30 r410_fan_manual_enable.sh -rw------- 1 root root 4.0K Sep 25 03:30 r410_fan_script.sh -rw------- 1 root root 12K Dec 16 09:41 r410_fanspeeds_table.xlsx root@Romuserveri1:/boot/config/scripts/fans# chmod 777 r410_fan_script.sh root@Romuserveri1:/boot/config/scripts/fans# ls -lha total 28K drwx------ 2 root root 4.0K Dec 16 09:41 ./ drwx------ 3 root root 4.0K Sep 24 16:37 ../ -rw------- 1 root root 1.9K Sep 25 03:30 r410_fan_manual_enable.sh -rw------- 1 root root 4.0K Sep 25 03:30 r410_fan_script.sh -rw------- 1 root root 12K Dec 16 09:41 r410_fanspeeds_table.xlsx root@Romuserveri1:/boot/config/scripts/fans# Ideas?
December 16, 20196 yr Community Expert There were security changes to flash drive, it's on the release notes, you can execute your scripts with: bash /boot/script_name
December 16, 20196 yr Author Thanks, had to just add "bash" to front of my script on crontab and again good to go.
Archived
This topic is now archived and is closed to further replies.