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.

How to manually run go script items

Featured Replies

Hi,

 

This might seem like a real simple/stupid question, but I think I need to remove some items from my go script so they don't execute at boot.  How do I manually run them.  One item is crashplan, one is unmenu and another one is dir cache.  (Yes, I am a linux noob).  TIA

Hi,

 

This might seem like a real simple/stupid question, but I think I need to remove some items from my go script so they don't execute at boot.  How do I manually run them.  One item is crashplan, one is unmenu and another one is dir cache.  (Yes, I am a linux noob).  TIA

 

Log into the server via telnet and type the commands you see in your go script into the prompt.

  • Author

Thanks,  I realized I could do that and it was a stupid question how I worded it.  I should have asked, how could I have another script, like my go script, that I could execute after boot?  That way I wouldn't have to type ever line item individually.

Thanks,  I realized I could do that and it was a stupid question how I worded it.  I should have asked, how could I have another script, like my go script, that I could execute after boot?  That way I wouldn't have to type ever line item individually.

 

create a file (start_stuff.sh), past the lines into it, make it executable (chmod +x start_stuff.sh), then type start_stuff.sh from within a telnet prompt.

  • Author

Perfect, thanks!

  • Author

I ran into a problem.  I created a start.sh file, put it in the root of my flash, made it executable and ran it.  Here's one of the line items:

 

tar -C / -xvf /boot/packages/crashplan.tar

 

when it executes it, it says that the file or directory doesn't exist.  When I type this command in manually, it executes normally.  Am I missing something?

 

I ran into a problem.  I created a start.sh file, put it in the root of my flash, made it executable and ran it.  Here's one of the line items:

 

tar -C / -xvf /boot/packages/crashplan.tar

 

when it executes it, it says that the file or directory doesn't exist.  When I type this command in manually, it executes normally.  Am I missing something?

 

make sure you do not have ms-dos style carriage returns on the ends of the lines.
  • Author

Thanks.  That was it, can't believe I didn't catch that.  I'm hoping to stop crashplan, stop cach_dirs and flush the memory.  Is this correct:

 

/usr/local/crashplan/bin/CrashPlanEngine stop

/boot/cache_dirs -q
sync
echo 3 > /proc/sys/vm/drop_caches

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.