Rocky Linux 9.5 fails timeout waiting for IP address #1026
-
|
I'm trying to create a VMware template on vSphere 8.03 for Rocky Linux 9.5, However, it times out with "==> vsphere-iso.linux-rocky: timeout waiting for IP address". Via tcpdump on our DHCP server I confirmed that there were many (11) DHCP requests wit replies. On the main anaconda screen the last output was "Running post-installation scripts" Does anybody have any advise in troubleshooting this problem? Has anybody successfully created a Rocky Linux 9.5 vSphere template? Thanks in advance for any advise or assistance! Thomas |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
If it's slow to build - which Rocky often is - you can bump the following up to help mitigate the timeout. common_ip_wait_timeout = "20m"
common_ip_settle_timeout = "3m" Also, I just ran a build w/out error but with an extended timeout. |
Beta Was this translation helpful? Give feedback.
If it's slow to build - which Rocky often is - you can bump the following up to help mitigate the timeout.
Also, I just ran a build w/out error but with an extended timeout.