September 7, 20241 yr 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
September 7, 20241 yr 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
September 7, 20241 yr checked bash get this - $BASH_VERSION bash: 5.2.15(1)-release: command not found Checked zsh get no version - $ZSH_VERSION Edited September 7, 20241 yr by livefour2day
September 7, 20241 yr 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
September 7, 20241 yr 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
September 7, 20241 yr 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
September 7, 20241 yr 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
September 7, 20241 yr 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"
September 7, 20241 yr 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
September 7, 20241 yr 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
September 7, 20241 yr 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
September 7, 20241 yr 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 ?
September 7, 20241 yr 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. 😞
September 7, 20241 yr 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 ?
September 7, 20241 yr Just now, jbrodriguez said: are the 2 servers different versions of unraid ? no they are both v6.12.13
September 7, 20241 yr 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 ?
September 7, 20241 yr 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 September 7, 20241 yr by livefour2day
September 7, 20241 yr 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
September 7, 20241 yr 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.
September 7, 20241 yr Just now, jbrodriguez said: one last question, are both servers running on https ? http ? http
October 9, 20241 yr 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!
October 10, 20241 yr 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
October 11, 20241 yr 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.