-
Notifications
You must be signed in to change notification settings - Fork 418
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
Proxy can't be installed properly #158
Comments
|
Hi @hamed-sharafdoost . The latest error is related to the missing file or directory
This should allow the container to start successfully. |
Thanks @aria1991 but it doesn't work unfortunately.
|
@hamed-sharafdoost No worries. hmm, let's try sth else. Could you please verify whether the file system is mounted on your machine? Then could you please check the output of the command |
Output of
None of these commands didn't work :
We have the same errors again :
I tried |
@hamed-sharafdoost. Could you tell me what is the output of |
@aria1991
|
@hamed-sharafdoost Seems you don't have
This will set the starting port number to |
Sorry for late reply @aria1991 Here is :
|
@hamed-sharafdoost if you have root access, and you are not able to do that, it's better to contact your VPS provider |
on synology NAS there is an older Kernel version installed. I cannot get it working either |
Hi
I tried to install whatsapp proxy on my vps but i couldn't.
My vps includes apache and nginx webservers and i installed Debian 11 along with hestia panel on it.
I did steps below :
I executed last command
docker run -it -p 80:80 -p 443:443 -p 5222:5222 -p 8080:8080 -p 8443:8443 -p 8222:8222 -p 8199:8199 whatsapp_proxy:1.0
and i got this error
"docker: Error response from daemon: driver failed programming external connectivity on endpoint blissful_bell (09046329ee9a28cdc4a5919a23e851bdcee9b96d794484555a7c485a500b4d39): Error starting userland proxy: listen tcp4 0.0.0.0:8443: bind: address already in use."
so i changed my server's ports to 2803,2804,2805 and 2806 and i ran following command
docker run -it -p 2806:80 -p 2805:443 -p 5222:5222 -p 2804:8080 -p 2803:8443 -p 8222:8222 -p 8199:8199 whatsapp_proxy:1.0
then another error arised :
"[ALERT] (25) : Binding [/usr/local/etc/haproxy/haproxy.cfg:60] for frontend haproxy_v4_http: cannot bind socket (Permission denied) for [0.0.0.0:80]
[ALERT] (25) : Binding [/usr/local/etc/haproxy/haproxy.cfg:69] for frontend haproxy_v4_https: cannot bind socket (Permission denied) for [0.0.0.0:443]
[ALERT] (25) : [haproxy.main()] Some protocols failed to start their listeners! Exiting."
To solve the problem above i tried several solutions but non of them worked :
docker run -it -p 2806:80 -p 2805:443 -p 5222:5222 -p 2804:8080 -p 2803:8443 -p 8222:8222 -p 8199:8199 --sysctl net.ipv4.ip_unprivileged_port_start=0 whatsapp_proxy:1.0
then i faced another error :
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: open /proc/sys/net/ipv4/ip_unprivileged_port_start: no such file or directory: unknown.
How can i fix it?
The text was updated successfully, but these errors were encountered: