Jump to content

ControlR (Android/iOS app for unRAID)


Recommended Posts

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

Link to comment
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

Link to comment
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

 

 

Link to comment
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

Link to comment
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"

Link to comment
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

 

Link to comment
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

Link to comment
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 ?

Link to comment
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. 😞

Link to comment
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
Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...