Theldron Posted February 23, 2018 Posted February 23, 2018 Hi all, I am playing with Snipe-IT to be used as an asset register, but having trouble getting the email working. Here are my settings from the .env file: When I test it with a reset password to an email address i get "Whoops; looks like something went wrong." Any help would be appreciated, as I am running out of hair. Thanks
Theldron Posted February 23, 2018 Author Posted February 23, 2018 Enabled debug on snipe and getting this error: (1/1) Swift_TransportException Connection could not be established with host smtp.gmail.com [Permission denied #13] I have enabled less secure apps, etc from https://snipe-it.readme.io/docs/configuration but still stuck. Thanks.
Theldron Posted February 27, 2018 Author Posted February 27, 2018 Found the issue thanks guys in this: https://snipe-it.readme.io/docs/common-issues#section-permission-denied-error-when-trying-to-send-a-test-mail-on-centos-or-rhel SeLinux was blocking it all working now, thanks.
Fazza Posted February 27, 2018 Posted February 27, 2018 Found the issue thanks guys in this: https://snipe-it.readme.io/docs/common-issues#section-permission-denied-error-when-trying-to-send-a-test-mail-on-centos-or-rhel SeLinux was blocking it all working now, thanks. Glad you got it sorted. I've spent 2+ days trying to install it on either CentOS or Ubuntu either automatically with their script or manually following any old guide I could find on the Internet. On their website it says it should take 20 minutes! I'm still no closer at getting an install to work after 2 days playing around with it.
JackCPickup Posted February 27, 2018 Posted February 27, 2018 (edited) Glad you got it sorted. I've spent 2+ days trying to install it on either CentOS or Ubuntu either automatically with their script or manually following any old guide I could find on the Internet. On their website it says it should take 20 minutes! I'm still no closer at getting an install to work after 2 days playing around with it. Start with Fedora 27 minimal install Log in as root dnf -y install wget firewall-cmd --zone=public --add-port=http/tcp --permanent firewall-cmd --reload wget https://raw.githubusercontent.com/sorvani/snipe-it/master/snipeit.sh chmod 744 snipeit.sh ./snipeit.sh 2>&1 | tee -a /var/log/snipeit-install.log Edited February 27, 2018 by JackCPickup
Fazza Posted February 27, 2018 Posted February 27, 2018 (edited) I've just followed your instructions and the script completed successfully, however when I open up a web browser I just get 'This page can't be displayed'! I can ping the server so it can definitely communicate with it. I'm not having much luck with this as it's not Rocket Science and I'm following everyones guides/instructions to the letter but each time I try a new version of Linux, try the script or try a manual install I get a different issue each time! With this much bad luck I will not be buying any lottery tickets for a while as I'm clearly on a losing streak!!! [EDIT] I've just browsed to the Admin Console at https://192.168.0.20:9090/ and that works OK so I know I can definitely get to the server OK from my web browser. Edited February 27, 2018 by Fazza
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now