Fresh installation cannot start opennebula service

Dear All.
I did a fress installation of opennebula per Single Front-end Installation — OpenNebula 6.6.2 documentation

and try to run it, got

root@k8s-worker1:~# systemctl start opennebula opennebula-sunstone opennebula-fireedge opennebula-gate opennebula-flow
Job for opennebula.service failed because the control process exited with error code.
See "systemctl status opennebula.service" and "journalctl -xe" for details.
Assertion failed on job for opennebula-fireedge.service.
Assertion failed on job for opennebula-flow.service.
Assertion failed on job for opennebula-gate.service.
Assertion failed on job for opennebula-sunstone.service.

then I try to run just opennebula.service alone, but still have no success

root@k8s-worker1:~# systemctl start opennebula.service
Job for opennebula.service failed because the control process exited with error code.
See "systemctl status opennebula.service" and "journalctl -xe" for details.
root@k8s-worker1:~# systemctl status opennebula.service
● opennebula.service - OpenNebula Cloud Controller Daemon
     Loaded: loaded (/lib/systemd/system/opennebula.service; disabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Fri 2023-06-02 11:29:11 WIB; 1s ago
    Process: 27838 ExecStartPre=/usr/sbin/logrotate -f /etc/logrotate.d/opennebula -s /var/lib/one/.logrotate.status (code=exited, status=0/SUCCESS)
    Process: 27839 ExecStartPre=sh gzip -9 /var/log/one/oned.log-* /var/log/one/monitor.log-* /var/log/one/vcenter_monitor.log-* & (code=exited, status=2)
    Process: 27840 ExecStartPre=/usr/share/one/pre_cleanup (code=exited, status=0/SUCCESS)
    Process: 27841 ExecStart=/usr/bin/oned -f (code=exited, status=255/EXCEPTION)
    Process: 27842 ExecStopPost=/usr/share/one/follower_cleanup (code=exited, status=0/SUCCESS)
   Main PID: 27841 (code=exited, status=255/EXCEPTION)
        CPU: 89ms
root@k8s-worker1:~# journalctl -xe
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░ 
░░ Automatic restarting of the unit opennebula.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Jun 02 11:29:16 k8s-worker1 systemd[1]: Stopped OpenNebula Cloud Controller Daemon.
░░ Subject: A stop job for unit opennebula.service has finished
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░ 
░░ A stop job for unit opennebula.service has finished.
░░ 
░░ The job identifier is 9951 and the job result is done.
Jun 02 11:29:16 k8s-worker1 systemd[1]: Starting OpenNebula Cloud Controller Daemon...
░░ Subject: A start job for unit opennebula.service has begun execution
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░ 
░░ A start job for unit opennebula.service has begun execution.
░░ 
░░ The job identifier is 9951.
Jun 02 11:29:16 k8s-worker1 opennebula[27849]: sh: 0: cannot open gzip -9 /var/log/one/oned.log-* /var/log/one/monitor.log-* /var/log/one/vcenter_monitor.log-* &: No such file
Jun 02 11:29:17 k8s-worker1 opennebula[27851]: Error getting hostname: Name or service not known
Jun 02 11:29:17 k8s-worker1 systemd[1]: opennebula.service: Main process exited, code=exited, status=255/EXCEPTION
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░ 
░░ An ExecStart= process belonging to unit opennebula.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 255.
Jun 02 11:29:17 k8s-worker1 systemd[1]: opennebula.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░ 
░░ The unit opennebula.service has entered the 'failed' state with result 'exit-code'.
Jun 02 11:29:17 k8s-worker1 systemd[1]: Failed to start OpenNebula Cloud Controller Daemon.
░░ Subject: A start job for unit opennebula.service has failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░ 
░░ A start job for unit opennebula.service has finished with a failure.
░░ 
░░ The job identifier is 9951 and the job result is failed.

Check out the log file at /var/log/one/oned.log for clues about why OpenNebula is not starting. You can also manually run the main OpenNebula daemon by issuing oned -f, if it fails you should get some information printed out.

thankyou for your response.

Currently the system is completly re installed.
I will try to install new opennebula, and will report it here.