Re: Unable to add user, posted by Konstantin Olchanski on Mon Aug 8 20:52:17 2022
|
> Error: Command "config" is not allowed for user ""
Could it be related to the error messages thrown by "activate user"? see
|
By Passing the Email requirements for Elog, posted by Paul Paquette on Fri Sep 9 19:42:05 2022
|
Hello Sir,
I'v been a long time user fo Elog for about 14 years. We use it for indexing our Zoning Board of Adjustment Meeting Minutes for Decision
on Properties within the Town of Hampton. Is it possibel to by-pass the SMTP mailer for building logins and password changes. We are |
Elog with out SMTP, posted by Paul Paquette on Fri Sep 9 20:01:15 2022
|
|
Need help with permission, posted by Dan Witteman on Fri Sep 23 01:32:15 2022
|
Hello,
I have just installed elog onto an ubuntu focal server using <sudo make install> and I am unable to create new entries.
When I access the log via a windows PC connected to the local network, I can see the demo logbook with the 1 test post, but I cannot create or |
Re: Need help with permission, posted by Mikkel D. Lund on Mon Sep 26 12:21:52 2022
|
Hi all,
I have the same problem on Ubuntu 22.04. I have compiled from the latest tarball and copied all our logbooks from our old Ubuntu 18.04 server
to a new Ubuntu 22.04. The logbooks does however not appear when I log in, so I assume ELOG doesn't have read access either? |
Re: Need help with permission, posted by Stefan Ritt on Mon Sep 26 12:38:29 2022
|
Permissions are handled by the operating system and have nothing to do with elog. Make sure you run elog under an account which has write access to the
desired directories. Consult Ubuntu documentation how to do that. Sometimes it's helpful to start elog interactively with the -v flag to see some verbose
output. Maybe you can spot something there. |
Re: Need help with permission, posted by Stefan Ritt on Mon Sep 26 12:45:50 2022
|
Sometimes this can also be an SELinux issue, if you have that service running. Try "journalctl | grep denied" to see denied resources and consult
the SELinux documentation on how to fix that.
Stefan |
Re: Need help with permission, posted by Dan Witteman on Mon Sep 26 19:21:33 2022
|
I used "chown" to pass permissions from root to my deafult user, then restarted the service and now I can make posts. Thank you!
Stefan
Ritt wrote:
Sometimes this can also be an SELinux issue, if you have that service |