Hung on command during update #12783
Replies: 5 comments 12 replies
-
Another update: I've tried editing the script within the 'so-influxdb-manage' file to contain only: And then tried running soup again hoping it would exit the command and continue with the script, however this did not work and I am still hung on the command. |
Beta Was this translation helpful? Give feedback.
-
Update: I was able to get through the update. The problem I've found is within the call to ID: influxdb-setup |
Beta Was this translation helpful? Give feedback.
-
There's gremlins in these things. I have a couple of old obscure, insignificant, forgotten files in a data directory somewhere, that always keep getting re-written on every rsync, even though I know they haven't been changed, touched or even thought of in many years. Thanks for reminding me! I might go run that again now and see if I can get wrapped around it for a few hours... |
Beta Was this translation helpful? Give feedback.
-
when sudo so-checkin is run it also triggers the "error" and so-influxdb container is missing yet again. Whenever any of the cheat sheet rules are done to update the error occurs basically. |
Beta Was this translation helpful? Give feedback.
-
I am having a similar issue. I am unable to start influxdb. The issue appears to be initially caused by an automatic update by soup or an issue there. Running
Any advice on how to remediate this issue? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I am running into an issue where I am getting hung on a command after running
soup
The command I keep getting hung on is:
[INFO ] Executing command '/usr/sbin/so-influxdb-manage' in directory '/root'
When I run this command independently from the update script it works fine, but it keeps hanging in the update.
Not sure if there is a fix for this, if not I'd like to edit the soup commands so that it skips this command during the update. The problem is I have no idea where this command is called / where the update script is located.
I'm confused why it even needs to run this command as the usage is:
Supported Operations:
dashboardpath Returns the URL path for a dashboard, requires:
export Exports all templates to stdout
setup Loads all templates and creates all required buckets
userlist Lists users
useradd Adds a new user, requires:
userdel Removes an existing user, requires:
userenable Enables a user, requires:
userdisable Disables a user, requires:
userpass Updates a user's password, requires:
userpromote Promotes a user to admin:
userdemote Demotes a user from admin:
If these are all the functions, then why does it need to run during soup??
Beta Was this translation helpful? Give feedback.
All reactions