Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 6103

Networking and servers • Re: Is WayVNC fixed?

$
0
0
The issue is in my case that I have two ip addresses one for wifi, one for ethernet.

When issueing the command extracted from the script "/usr/sbin/wayvnc-generate-keys.sh"

Code:

ip a | awk '$1=="inet" && $2 != "127.0.0.1/8" {split($2, a, "/"); print a[1]}'
it returns two ip-addresses, the script "/usr/sbin/wayvnc-generate-keys.sh" expects only one.

after copying the script and removing the redirect to the eternal bitbucket the openssl error becomes clear:

Openssl keygeneration breaks with an error, indicated by the line "req: Use -help for summary."

Code:

sudo ./wayvnc-generate-keys.sh Generating TLS Credentials...req: Use -help for summary.chown: cannot access '/etc/wayvnc/tls_key.pem': No such file or directorychown: cannot access '/etc/wayvnc/tls_cert.pem': No such file or directorychmod: cannot access '/etc/wayvnc/tls_key.pem': No such file or directorychmod: cannot access '/etc/wayvnc/tls_cert.pem': No such file or directoryDone
I copied the script to my homedir and changed the openssl command to use the two ip-addresses.

Statistics: Posted by rkkloosterman — Wed Jan 24, 2024 3:44 am



Viewing all articles
Browse latest Browse all 6103

Trending Articles