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.

ControlR (Android/iOS app for unRAID)

Featured Replies

  • Author

i'd think you are running zsh and deleted bash ?

if you run 

 

zsh

 

if that works, can you edit the support file and replace #!/bin/bash with #!/bin/zsh

  • Replies 1.4k
  • Views 263.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • @jbrodriguez My son has decided he doesn't like your app. He was giving me some lip so I threatened to shut off Plex. *Click* Plex Docker was shut off from the comfort of my couch and no more videos f

  • jbrodriguez
    jbrodriguez

    UPDATE: We found the root cause of the issue !!! 🙌   Can't thank enough @Dantheman and Peter (don't have his handle), for the patience and willingness to help me test and troubleshoo

  • jbrodriguez
    jbrodriguez

    Yes, this one is a bit strange, I'll need to dig deeper to figure out what's the issue

Posted Images

7 minutes ago, jbrodriguez said:

i'd think you are running zsh and deleted bash ?

if you run 

 

zsh

 

if that works, can you edit the support file and replace #!/bin/bash with #!/bin/zsh

I get this -

 

/bin/zsh
bash: /bin/zsh: No such file or directory

checked bash get this -

 

 $BASH_VERSION
bash: 5.2.15(1)-release: command not found

 

Checked zsh get no version -

$ZSH_VERSION


 

Edited by livefour2day

  • Author
47 minutes ago, livefour2day said:

checked bash get this -

 

 $BASH_VERSION
bash: 5.2.15(1)-release: command not found

 

Checked zsh get no version -

$ZSH_VERSION


 

ok try this

type bash

then edit the script, replace #!/bin/bash with what comes after "bash is", probably /usr/bin/bash

the first line would be #!/usr/bin/bash

39 minutes ago, jbrodriguez said:

ok try this

type bash

then edit the script, replace #!/bin/bash with what comes after "bash is", probably /usr/bin/bash

the first line would be #!/usr/bin/bash

I get nothing after doing this -

 

root@*****:~# type bash
bash is /usr/bin/bash

 

root@*****:~# /usr/bin/bash
$ cd /tmp
$ curl -fsSL -o support https://raw.githubusercontent.com/jbrodriguez/controlr-support/main/support
$ chmod +x support
$ ./support
root@*****:~# 

 

I get this with !/usr/bin/bash

 

root@*****:~# !/usr/bin/bash
$ cd /tmp
$ curl -fsSL -o support https://raw.githubusercontent.com/jbrodriguez/controlr-support/main/support
$ chmod +x support
$ ./support
bash: !/usr/bin/bash: event not found
bash: $: command not found
bash: $: command not found
bash: $: command not found
bash: $: command not found

  • Author
47 minutes ago, livefour2day said:

I get nothing after doing this -

 

root@*****:~# type bash
bash is /usr/bin/bash

 

root@*****:~# /usr/bin/bash
$ cd /tmp
$ curl -fsSL -o support https://raw.githubusercontent.com/jbrodriguez/controlr-support/main/support
$ chmod +x support
$ ./support
root@*****:~# 

 

I get this with !/usr/bin/bash

 

root@*****:~# !/usr/bin/bash
$ cd /tmp
$ curl -fsSL -o support https://raw.githubusercontent.com/jbrodriguez/controlr-support/main/support
$ chmod +x support
$ ./support
bash: !/usr/bin/bash: event not found
bash: $: command not found
bash: $: command not found
bash: $: command not found
bash: $: command not found

i edited the file for you (attached)support

save it to your servers /tmp folder, then do

cd /tmp
chmod +x ./support
./support

 

 

9 minutes ago, jbrodriguez said:

i edited the file for you (attached)support

save it to your servers /tmp folder, then do

cd /tmp
chmod +x ./support
./support

 

 

Get this error -

 

root@Frodo:~# cd /tmp
chmod +x ./support
./support
enter the server IP address or full hostname (without the final slash), e.g.: http://Tower or http://192.168.1.100
Usage: ./support <url>
root@Frodo:/tmp# http://*****.local
bash: http://*****.local: No such file or directory

  • Author
14 minutes ago, livefour2day said:

Get this error -

 

root@Frodo:~# cd /tmp
chmod +x ./support
./support
enter the server IP address or full hostname (without the final slash), e.g.: http://Tower or http://192.168.1.100
Usage: ./support <url>
root@Frodo:/tmp# http://*****.local
bash: http://*****.local: No such file or directory

right, you need to add your server's address to the command line, run

./support http://192.168.x.x

or 

./support https://192.168.*.myunraid.net

add your server URL after the "./support"

7 minutes ago, jbrodriguez said:

right, you need to add your server's address to the command line, run

./support http://192.168.x.x

or 

./support https://192.168.*.myunraid.net

add your server URL after the "./support"

Perfect that worked i have emailed the zip file to you, thank you for all your help

 

  • Author

i sent you a screenshot, i was able to see the dockers in my simulated environment, not sure what the issue is with your server 🤷‍♂️

ill make a small change to the app anyways, to see if that fixes it 

2 minutes ago, jbrodriguez said:

i sent you a screenshot, i was able to see the dockers in my simulated environment, not sure what the issue is with your server 🤷‍♂️

ill make a small change to the app anyways, to see if that fixes it 

Thank you, as I mentioned in the same app my main server shows all dockers just not this backup server

  • Author
5 minutes ago, livefour2day said:

Thank you, as I mentioned in the same app my main server shows all dockers just not this backup server

one quick question, did you add the server with the same url you used when running the support script ?

if not, can you try removing the server and adding it manually with the url you used with the support script ?

11 minutes ago, jbrodriguez said:

one quick question, did you add the server with the same url you used when running the support script ?

if not, can you try removing the server and adding it manually with the url you used with the support script ?

remved the server and added it manually with the IP address i used in the script but it still doesnt show any dockers. 😞

  • Author
2 minutes ago, livefour2day said:

remved the server and added it manually with the IP address i used in the script but it still doesnt show any dockers. 😞

are the 2 servers different versions of unraid ?

Just now, jbrodriguez said:

are the 2 servers different versions of unraid ?

no they are both v6.12.13

  • Author
Just now, livefour2day said:

no they are both v6.12.13

cpl more questions ...

do you have vms on any of the servers ?

do you have users set up on any of the servers ?

are they on different lan segments or the same ?

7 minutes ago, jbrodriguez said:

cpl more questions ...

do you have vms on any of the servers ?

do you have users set up on any of the servers ?

are they on different lan segments or the same ?

I have 2 VMs not running on the main server (server shows dockers in app)

I have 2 users on main server but not only 1 user on backup server (server does not show dockers in app)

LAN segments are the same

 

Nothing has changed on either servers when it worked in the app its only since the update recently that the Backup server stopped showing dockers.

Edited by livefour2day

  • Author

definitely strange :)

 

ill bring forward some changes i was planning to do, related to error logging, so i can get some insight into the issue

 

this will take me a couple of days, thanks for the patience :)

 

Just now, jbrodriguez said:

definitely strange :)

 

ill bring forward some changes i was planning to do, related to error logging, so i can get some insight into the issue

 

this will take me a couple of days, thanks for the patience :)

 

Thank you for trying to help.

Just now, jbrodriguez said:

one last question, are both servers running on https ? http ?

http

  • 1 month later...

Just purchased the app- looks great. Am using with tasker/home assistant to automatically spin up the disks when we enter the home theater room. Works great.

 

I see it was mentioned a while back. Any way to access User Scripts plugin? Would be great to be able to run scripts from the app. Thanks!

 

 

  • Author
14 hours ago, flurec said:

Any way to access User Scripts plugin

hi, yes, i looked into it in the past, didn't find a good ux to expose them though, i will revisit the idea though

Great app, just downloaded it yesterday and it's working solid. Well done.

22 hours ago, jbrodriguez said:

hi, yes, i looked into it in the past, didn't find a good ux to expose them though, i will revisit the idea though

Yes PLEASE! This is the a thing I'm really missing in the app. Maybe, if it easier, give us the possibility to run / stop scripts, without the possibility to edit and add it later, if possible. But just being able to run scripts would be already a great help!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.