i can't connect to pve by ipv4 adress

MORSUN

New Member
Sep 5, 2021
3
0
1
42
root@E2650LV3:/var/log# lsof -i:8006
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
pveproxy 3152 www-data 6u IPv6 20340 0t0 TCP *:8006 (LISTEN)
pveproxy 3153 www-data 6u IPv6 20340 0t0 TCP *:8006 (LISTEN)
pveproxy 3154 www-data 6u IPv6 20340 0t0 TCP *:8006 (LISTEN)
pveproxy 3155 www-data 6u IPv6 20340 0t0 TCP *:8006 (LISTEN)

root@E2650LV3:/var/log# curl https://192.168.50.100:8006 /k
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
curl: (3) URL using bad/illegal format or missing URL
root@E2650LV3:/var/log#

I CAN CONNECT TO PVE BY PORT 22

root@E2650LV3:~# systemctl status corosync
● corosync.service - Corosync Cluster Engine
Loaded: loaded (/lib/systemd/system/corosync.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Condition: start condition failed at Mon 2021-09-06 14:00:37 CST; 24s ago
└─ ConditionPathExists=/etc/corosync/corosync.conf was not met
Docs: man:corosync
man:corosync.conf
man:corosync_overview

Sep 06 13:35:58 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 13:56:20 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 13:56:26 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 13:57:34 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 13:57:55 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 14:00:00 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 14:00:15 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 14:00:37 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
 
Last edited:
how to fix,"ConditionPathExists=/etc/corosync/corosync.conf was not met", i don't konw, need help
 
Hi,
root@E2650LV3:/var/log# lsof -i:8006
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
pveproxy 3152 www-data 6u IPv6 20340 0t0 TCP *:8006 (LISTEN)
pveproxy 3153 www-data 6u IPv6 20340 0t0 TCP *:8006 (LISTEN)
pveproxy 3154 www-data 6u IPv6 20340 0t0 TCP *:8006 (LISTEN)
pveproxy 3155 www-data 6u IPv6 20340 0t0 TCP *:8006 (LISTEN)

root@E2650LV3:/var/log# curl https://192.168.50.100:8006 /k
did you mean to write curl https://192.168.50.100:8006 -k instead?

root@E2650LV3:~# systemctl status corosync
● corosync.service - Corosync Cluster Engine
Loaded: loaded (/lib/systemd/system/corosync.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Condition: start condition failed at Mon 2021-09-06 14:00:37 CST; 24s ago
└─ ConditionPathExists=/etc/corosync/corosync.conf was not met
Docs: man:corosync
man:corosync.conf
man:corosync_overview

Sep 06 13:35:58 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 13:56:20 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 13:56:26 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 13:57:34 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 13:57:55 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 14:00:00 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 14:00:15 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
Sep 06 14:00:37 E2650LV3 systemd[1]: Condition check resulted in Corosync Cluster Engine being skipped.
how to fix,"ConditionPathExists=/etc/corosync/corosync.conf was not met", i don't konw, need help
Is your node part of a cluster? Otherwise these messages can be safely ignored.
 
  • Like
Reactions: Stoiko Ivanov
What message does it show?