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.

Does my /boot/config/go script look ok?

Featured Replies

Hey guys,

 

I added the cache dir command to my /boot/config/go last week. However after a power cut today I noticed that cache dirs didnt start automatically (although there is a partiy now- all disks were spun down but my cache when the power went). When i checked my go script it was as follows

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
/boot/unmenu/uu

cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c
/boot/config/plugins/snap/snap.sh -b

/boot/cache_dirs -w -d 4 -m 2 -M 9 -i "TV" -i "Movies" -i "Music"/boot/config/plugins/snap/snap.sh -b

 

the command to start snap has been added 2x and I'm pretty sure I didnt anything but the cache dirs. I removed the duplicate command at the end but could someone reassure me that everything is okay now :)

 

thanks very much!

You should add the following to your go script:

 

beep -f 659 -l 460 -n -f 784 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 880 -l 230 -n -f 659 -l 230 -n -f 587 -l 230 -n -f 659 -l 460 -n -f 988 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 1047 -l 230 -n -f 988 -l 230 -n -f 784 -l 230 -n -f 659 -l 230 -n -f 988 -l 230 -n -f 1318 -l 230 -n -f 659 -l 110 -n -f 587 -l 230 -n -f 587 -l 110 -n -f 494 -l 230 -n -f 740 -l 230 -n -f 659 -l 460

/boot/cache_dirs -w -d 4 -m 2 -M 9 -i "TV" -i "Movies" -i "Music"/boot/config/plugins/snap/snap.sh -b

 

the command to start snap has been added 2x and I'm pretty sure I didnt anything but the cache dirs. I removed the duplicate command at the end but could someone reassure me that everything is okay now :)

 

thanks very much!

If you removed the section of the line I highlighted in red above, you should be fine.

 

It should look like this:

/boot/cache_dirs -w -d 4 -m 2 -M 9 -i "TV" -i "Movies" -i "Music"

You should add the following to your go script:

 

beep -f 659 -l 460 -n -f 784 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 880 -l 230 -n -f 659 -l 230 -n -f 587 -l 230 -n -f 659 -l 460 -n -f 988 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 1047 -l 230 -n -f 988 -l 230 -n -f 784 -l 230 -n -f 659 -l 230 -n -f 988 -l 230 -n -f 1318 -l 230 -n -f 659 -l 110 -n -f 587 -l 230 -n -f 587 -l 110 -n -f 494 -l 230 -n -f 740 -l 230 -n -f 659 -l 460

 

What does it play? I tried it on my laptop but apparently I don't have a BIOS speaker in my laptop.

You should add the following to your go script:

 

beep -f 659 -l 460 -n -f 784 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 880 -l 230 -n -f 659 -l 230 -n -f 587 -l 230 -n -f 659 -l 460 -n -f 988 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 1047 -l 230 -n -f 988 -l 230 -n -f 784 -l 230 -n -f 659 -l 230 -n -f 988 -l 230 -n -f 1318 -l 230 -n -f 659 -l 110 -n -f 587 -l 230 -n -f 587 -l 110 -n -f 494 -l 230 -n -f 740 -l 230 -n -f 659 -l 460

 

What does it play? I tried it on my laptop but apparently I don't have a BIOS speaker in my laptop.

 

 

You should add the following to your go script:

 

beep -f 659 -l 460 -n -f 784 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 880 -l 230 -n -f 659 -l 230 -n -f 587 -l 230 -n -f 659 -l 460 -n -f 988 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 1047 -l 230 -n -f 988 -l 230 -n -f 784 -l 230 -n -f 659 -l 230 -n -f 988 -l 230 -n -f 1318 -l 230 -n -f 659 -l 110 -n -f 587 -l 230 -n -f 587 -l 110 -n -f 494 -l 230 -n -f 740 -l 230 -n -f 659 -l 460

 

What does it play? I tried it on my laptop but apparently I don't have a BIOS speaker in my laptop.

 

 

 

Totally adding that to my new  server I'm building to run every hour...

 

I give it two weeks before my BIOS speaker is dead; who needs error reports when you can have music?

  • Author

/boot/cache_dirs -w -d 4 -m 2 -M 9 -i "TV" -i "Movies" -i "Music"/boot/config/plugins/snap/snap.sh -b

 

the command to start snap has been added 2x and I'm pretty sure I didnt anything but the cache dirs. I removed the duplicate command at the end but could someone reassure me that everything is okay now :)

 

thanks very much!

If you removed the section of the line I highlighted in red above, you should be fine.

 

It should look like this:

/boot/cache_dirs -w -d 4 -m 2 -M 9 -i "TV" -i "Movies" -i "Music"

 

Great, thanks very much Joe L. I did that and its brilliant to have that start up for me all the time now.

ha, I love the jingle!

You should add the following to your go script:

 

beep -f 659 -l 460 -n -f 784 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 880 -l 230 -n -f 659 -l 230 -n -f 587 -l 230 -n -f 659 -l 460 -n -f 988 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 1047 -l 230 -n -f 988 -l 230 -n -f 784 -l 230 -n -f 659 -l 230 -n -f 988 -l 230 -n -f 1318 -l 230 -n -f 659 -l 110 -n -f 587 -l 230 -n -f 587 -l 110 -n -f 494 -l 230 -n -f 740 -l 230 -n -f 659 -l 460

 

What does it play? I tried it on my laptop but apparently I don't have a BIOS speaker in my laptop.

 

 

 

Totally adding that to my new  server I'm building to run every hour...

 

I give it two weeks before my BIOS speaker is dead; who needs error reports when you can have music?

 

Just got my second server up and running, why is the beep song so short? It's like 7 seconds. :'(

 

Do you know any sites to find loads of different ones? I'm not too musical myself.

Archived

This topic is now archived and is closed to further replies.

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.