Closed FredericUhlmann closed 5 years ago
Thanks for the info, however, none of our installs (iso, cloud, etc.) do show this behavior. The iso image is based on a 9.x mini iso and will be migrated to Sid upon the second stage of the install. Cloud images we are using are either 9.7 or 9.8. Everything works as expected.
Maybe the install logs (/install.log, /install.err
) can shed some light on this.
I'll leave you a screenshot of the install.err file, precisely of the section that I mentioned.
Hopefully you might get any idea by seeing this. I just don't know why this error occurs, and specially only to me (considering it works for you with all of your installs). It's a regular debian 9.8 image.
Let me know if you detect anything unusual in the screenshot or have any idea on what to try. (As I said previously, by doing it manually from the command prompt the only way for it to get installed is running sudo whist being root, which again, doesn't make to much sense to me)
Thanks for the help!
Looks perfectly fine in any of our installs, cannot reproduce (/install.log
):
___ _ _ _ _ _
|_ _|_ __ ___| |_ __ _| | (_)_ __ __ _ _ __ | | ____ _ ___
| || '_ \/ __| __/ _` | | | | '_ \ / _` | | '_ \| |/ / _` / __|
| || | | \__ \ || (_| | | | | | | | (_| | | |_) | < (_| \__ \
|___|_| |_|___/\__\__,_|_|_|_|_| |_|\__, | | .__/|_|\_\__, |___/
|___/ |_| |___/
/usr/local/bin/multielasticdump -> /usr/local/lib/node_modules/elasticdump/bin/multielasticdump
/usr/local/bin/elasticdump -> /usr/local/lib/node_modules/elasticdump/bin/elasticdump
+ elasticdump@4.7.0
Could you maybe provide me a URL/link to the exact debian image you are using? I'd like to try, maybe it's related to the image I am using...
Thank you so much for your help/time!
I'll try to set it up again with that image and see what happens.
I'll let you know as soon as I have tried it!
Assuming this is resolved.
Hi,
I am not entirely sure if it's just me, but when installing tpot from the installation script on a debian, it does not seem to be able to execute the npm install elasticsearch-dump command (npm install https://github.com/taskrabbit/elasticsearch-dump -g) because it seems to be missing privileges.
The weirdest thing is that I'm only able to install it manually on the host whilst being root AND executing the command with sudo (which in my head does not make any sense at all, why should I require sudo if I'm already root?)
Any ideas? Is that normal? any way to solve that issue?
Thanks in advance!