Search found 24 matches

by mfreundl
Mon Mar 09, 2020 10:09 am
Forum: Installation & Upgrades
Topic: Reaching the System and sending configuration E-Mails
Replies: 8
Views: 5113

Re: Reaching the System and sending configuration E-Mails

Hi, could you please try to restart OpenEMM once again with the OpenEMMInstaller tool and then check the logs /home/openemm/logs/catalina.out and after accessing via your browser /home/openemm/logs/access/<current date>-access_openemm.log . As to not receiving emails: This is probably because you ha...
by mfreundl
Fri Oct 04, 2019 12:08 pm
Forum: Installation & Upgrades
Topic: OVA - Passwords
Replies: 2
Views: 3705

Re: OVA - Passwords

Hi,
the standard logins are on this page https://wiki.openemm.org/doku.php?id=virtualbox.

Code: Select all

Linux:
root:OpenEMM
DB:
root:OpenEMM
openemm:OpenEMM
Best regards,
Marcel Freundl
by mfreundl
Fri Oct 04, 2019 9:40 am
Forum: Installation & Upgrades
Topic: Failed on installation
Replies: 17
Views: 7802

Re: Failed on installation

Hi, you should follow my steps above and set up the database properly. Then make sure to set up the connection in the dbcfg configuration in the OpenEMMInstaller. OpenEMM will not work if this is not configured properly. After that it will create the database structure for you. If you want to create...
by mfreundl
Wed Oct 02, 2019 10:11 am
Forum: Installation & Upgrades
Topic: Failed on installation
Replies: 17
Views: 7802

Re: Failed on installation

No problem. Ok so it looks like you need to set up the database and then install OpenEMM. Please make sure MariaDB is running before creating the user in the OpenEMMInstaller: # systemctl status rh-mariadb102-mariadb If it does not say 'running', please start it and enable it with # systemctl start ...
by mfreundl
Wed Oct 02, 2019 8:54 am
Forum: Installation & Upgrades
Topic: Failed on installation
Replies: 17
Views: 7802

Re: Failed on installation

It seems like i don't have permission to view the image. Can you please make it public so I can see it?
by mfreundl
Tue Oct 01, 2019 8:00 am
Forum: Installation & Upgrades
Topic: Failed on installation
Replies: 17
Views: 7802

Re: Failed on installation

Hi,
can you tell me which error message you exactly get?
by mfreundl
Mon Sep 02, 2019 11:21 am
Forum: Bugs, bug fixes & releases
Topic: modify profile in VM not running
Replies: 6
Views: 5634

Re: modify profile in VM not running

Hi metzw, regarding the updating with the installer menu. After selecting yes on download and install latest (...) packages the menu should ask you if you want to update the runtime, after that it asks for the frontend and then for the backend part. You can select yes or no on each one depending on ...
by mfreundl
Wed Aug 28, 2019 2:00 pm
Forum: Installation & Upgrades
Topic: OpenEMM-19.04.000.459.ova | VirtualBox | Sends Admin emails but not Mailings
Replies: 4
Views: 2860

Re: OpenEMM-19.04.000.459.ova | VirtualBox | Sends Admin emails but not Mailings

Great to hear it worked!
This seems to be a bug then. I already created an issue for this and it should be fixed with the next releases.

Best regards,
Marcel
by mfreundl
Wed Aug 28, 2019 10:15 am
Forum: Installation & Upgrades
Topic: OpenEMM-19.04.000.459.ova | VirtualBox | Sends Admin emails but not Mailings
Replies: 4
Views: 2860

Re: OpenEMM-19.04.000.459.ova | VirtualBox | Sends Admin emails but not Mailings

Hi Richard,
it looks to me that the backend part of the OpenEMM application is not started.
Please try the following and start it if needed.

Code: Select all

su - openemm
bin/backend.sh status
# If status is stopped
bin/backend.sh start
Can you also please tell me how you started OpenMM?

Best regards,
Marcel