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.

Simple script - need help

Featured Replies

Hi

 

I've managed to get a little program that serves ISO's to my PS3 working on unraid, I simply created a folder on my cache disk called ".myapps" and copied the little executable inside.

 

To run it I've been telnetting to my unraid and typing the following at the prompt:

 

/mnt/cache/.myapps/ps3netsrv32 /mnt/user/games/Games-PS3/

 

The problems I have are (1) I don't understand how to run this program in the background, at the moment when the telnet session closes so does the app. (2) how to create a script to start and stop the service, something like "ps3server.sh start" and "ps3server.sh stop" would be perfect.

 

Can anyone offer some advice?

 

Many thanks,

 

Dan

Hi

 

I've managed to get a little program that serves ISO's to my PS3 working on unraid, I simply created a folder on my cache disk called ".myapps" and copied the little executable inside.

 

To run it I've been telnetting to my unraid and typing the following at the prompt:

 

/mnt/cache/.myapps/ps3netsrv32 /mnt/user/games/Games-PS3/

 

The problems I have are (1) I don't understand how to run this program in the background, at the moment when the telnet session closes so does the app. (2) how to create a script to start and stop the service, something like "ps3server.sh start" and "ps3server.sh stop" would be perfect.

 

Can anyone offer some advice?

 

Many thanks,

 

Dan

 

To run it in the background while telnetting you can type.

 

nohup /mnt/cache/.myapps/ps3netsrv32 /mnt/user/games/Games-PS3/ &

 

Another way is to use atd

type

echo /mnt/cache/.myapps/ps3netsrv32 /mnt/user/games/Games-PS3/ | at now

 

There are other ways to do this with a more advanced /etc/rc.d/rc.ps3netsrv32 script.

 

you can use /etc/rc.d/rc.inetd as an example to build your own.

 

Remember that the ram drive gets erased when the machine is rebooted.

You'll need to save this on your boot flash and restore it or run it from there

  • Author

Thanks WeeboTech, the rc.inetd example looks like the most elegant solution, I'll hack about with that and see what I can come up with.

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.