hello, I have install new pve server,
when I install ok, I can't link https://my-ip:8006
Can anybody help me.
I can't see any thing.
when I install ok, I can't link https://my-ip:8006
Can anybody help me.
Code:
root@pve:/etc# netstat -apn | grep 8006
I can't see any thing.
Code:
root@pve:/etc# systemctl enable pveproxy.service
Synchronizing state for pveproxy.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d pveproxy defaults
insserv: Service pvedaemon has to be enabled to start service pveproxy
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
*** Error in `systemctl': double free or corruption (fasttop): 0x000055b076bfc9f0 ***
Aborted
Code:
root@pve:/etc# systemctl start pveproxy.service
Job for pveproxy.service failed. See 'systemctl status pveproxy.service' and 'journalctl -xn' for details.
root@pve:/etc# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled)
Active: failed (Result: exit-code) since Fri 2016-03-25 17:12:11 CST; 17s ago
Process: 8199 ExecStart=/usr/bin/pveproxy start (code=exited, status=2)
Mar 25 17:12:11 pve pveproxy[8199]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2/Cluster.pm line 15, ...ne 751.
Mar 25 17:12:11 pve pveproxy[8199]: Compilation failed in require at /usr/share/perl5/PVE/API2.pm line 13, <DATA> line 751.
Mar 25 17:12:11 pve pveproxy[8199]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2.pm line 13, <DATA> line 751.
Mar 25 17:12:11 pve pveproxy[8199]: Compilation failed in require at /usr/share/perl5/PVE/Service/pveproxy.pm line 15, ...ne 751.
Mar 25 17:12:11 pve pveproxy[8199]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Service/pveproxy.pm line ...ne 751.
Mar 25 17:12:11 pve pveproxy[8199]: Compilation failed in require at /usr/bin/pveproxy line 11, <DATA> line 751.
Mar 25 17:12:11 pve pveproxy[8199]: BEGIN failed--compilation aborted at /usr/bin/pveproxy line 11, <DATA> line 751.
Mar 25 17:12:11 pve systemd[1]: pveproxy.service: control process exited, code=exited status=2
Mar 25 17:12:11 pve systemd[1]: Failed to start PVE API Proxy Server.
Mar 25 17:12:11 pve systemd[1]: Unit pveproxy.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.