Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting systemd error after install #53

Closed
thawri1 opened this issue Jan 22, 2023 · 4 comments
Closed

getting systemd error after install #53

thawri1 opened this issue Jan 22, 2023 · 4 comments

Comments

@thawri1
Copy link

thawri1 commented Jan 22, 2023

in install, after "Finished!" message I get following errors:

× nginx.service - A high performance web server and a reverse proxy server
     Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Sun 2023-01-22 15:00:21 +0330; 2s ago
       Docs: man:nginx(8)
        CPU: 24ms

Jan 22 15:00:21 cv systemd[1]: Starting A high performance web server and a reverse proxy server...
Jan 22 15:00:21 cv nginx[27581]: nginx: [emerg] socket() [::]:438 failed (97: Unknown error)
Jan 22 15:00:21 cv nginx[27581]: nginx: configuration file /etc/nginx/nginx.conf test failed
Jan 22 15:00:21 cv systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Jan 22 15:00:21 cv systemd[1]: nginx.service: Failed with result 'exit-code'.
Jan 22 15:00:21 cv systemd[1]: Failed to start A high performance web server and a reverse proxy server.

● hiddify-xray.service - Xray Service
     Loaded: loaded (/etc/systemd/system/hiddify-xray.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2023-01-22 15:00:21 +0330; 2s ago
       Docs: https://github.com/xtls
   Main PID: 27706 (xray)
      Tasks: 5 (limit: 1102)
     Memory: 45.5M
        CPU: 194ms
     CGroup: /system.slice/hiddify-xray.service
             └─27706 /usr/local/bin/xray run -confdir /opt/hiddify-config/xray/configs/

Jan 22 15:00:21 cv systemd[1]: Started Xray Service.

× hiddify-sniproxy.service - HTTPS SNI Proxy
     Loaded: loaded (/etc/systemd/system/hiddify-sniproxy.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Sun 2023-01-22 15:00:21 +0330; 2s ago
       Docs: man:sniproxy(8)
             file:///usr/share/doc/sniproxy/
   Main PID: 27587 (code=exited, status=1/FAILURE)
        CPU: 2ms

Jan 22 15:00:21 cv systemd[1]: Started HTTPS SNI Proxy.
Jan 22 15:00:21 cv systemd[1]: hiddify-sniproxy.service: Main process exited, code=exited, status=1/FAILURE
Jan 22 15:00:21 cv systemd[1]: hiddify-sniproxy.service: Failed with result 'exit-code'.
hiddify-admin                  active                         
ss-faketls                     inactive                       
ss-v2ray                       inactive                       
ssplugin-shadowtls             inactive                       
hiddify-sniproxy               failed                         
mtproxy                        active                         
hiddify-xray                   active                         
netdata                        active                         
nginx                          failed   
@thawri1 thawri1 changed the title getting systemd error after install: hiddify-sniproxy.service: Main process exited, code=exited, status=1/FAILURE getting systemd error after install Jan 22, 2023
@hiddify-com
Copy link
Collaborator

it seems that you have a service on port 438
Jan 22 15:00:21 cv nginx[27581]: nginx: [emerg] socket() [::]:438 failed (97: Unknown error)

@thawri1
Copy link
Author

thawri1 commented Jan 23, 2023

there is no other service installed.
I tried multiple times for a new server.
I getting servers from serverspace.io

@parsaahaniii
Copy link

parsaahaniii commented Jan 23, 2023

Use this command to kill the process on port 438:
kill $(lsof -t -i:438)

@hiddify-com
Copy link
Collaborator

kill $(lsof -t -i:438)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants