Installation Help LinuxMint Ulyana

Hi , Trying to install LibreNMS on LinuxMint Ulyana and am having a couple of issues (Im also new to Linux in general).

When asked to enter “useradd librenms -d /opt/librenms -M -r -s /usr/bin/bash” I get the following error

useradd librenms -d /opt/librenms -M -r -s /usr/bin/bash
useradd: Warning: missing or non-executable shell ‘/usr/bin/bash’
useradd: user ‘librenms’ already exists

I have checked in Synaptic Package Manager and Bash is installed (5.0-6ubuntu1.1).

I have tried with and without “sudo”

I’m a bit lost/stuck :frowning:

Hoping someone can sort me out

No one ? - I guess we wont be using Libre then.

1 Like

Thats probably the issue. Check and see where bash is actually installed

which bash

Should point you to the location of where bash is installed. Then you can modify the useradd command for example if which bash shows /bin/bash

useradd librenms -d /opt/librenms -M -r -s /bin/bash

I can relate to your frustration with the lack of response, it’s sometimes hard on here to get help with legit issues/bugs in my experience.