CGRU / cgru

CGRU - AFANASY
http://cgru.info/
GNU Lesser General Public License v3.0
278 stars 111 forks source link

afserver doesn't start #482

Closed ialebedev closed 4 years ago

ialebedev commented 4 years ago

Timur, hi

I've installed afserver on our new server with Debian 10 But when I start it, I get this

` me@server01:~$ sudo systemctl restart afserver me@server01:~$ sudo systemctl status afserver ● afserver.service - Afanasy server daemon Loaded: loaded (/opt/cgru/afanasy/systemd/afserver.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2020-08-17 15:05:13 MSK; 4s ago Process: 30522 ExecStart=/opt/cgru/start/AFANASY/_afserver.sh -log_nodate (code=exited, status=217/USER) Main PID: 30522 (code=exited, status=217/USER)

Aug 17 15:05:13 server01 systemd[1]: Started Afanasy server daemon. Aug 17 15:05:13 server01 systemd[30522]: afserver.service: Failed to determine user credentials: No such process Aug 17 15:05:13 server01 systemd[30522]: afserver.service: Failed at step USER spawning /opt/cgru/start/AFANASY/_afserver.sh: No such proce Aug 17 15:05:13 server01 systemd[1]: afserver.service: Main process exited, code=exited, status=217/USER Aug 17 15:05:13 server01 systemd[1]: afserver.service: Failed with result 'exit-code'. me@server01:~$ ` Can you help with this issue ?

timurhai commented 4 years ago

Just tried to compile and run on a fresh debian 10 (virtualbox). Everything works fne.

Such questions better to ask on forum: https://forum.cgru.info GitHub stands for a code related questions, development.

ialebedev commented 4 years ago

Hmm, can you give me info how to compile it?

Maybe it will be the easiest way.

Thanks

timurhai commented 4 years ago

https://cgru.readthedocs.io/en/latest/installation/installation.html#manual-project-build

ialebedev commented 4 years ago

Thanks a lot