You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux real-ip.isgood.host 6.8.0-45-generic 45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
OS - Ubuntu server 22/24
package nginx-full
Description
nginx won't start on QEMU Virtual CPU and work correctly with host cpu model with KVM virtualization
root@real-ip:~# nginx -t
2024/10/09 09:34:29 [emerg] 961#961: could not build map_hash, you should increase map_hash_bucket_size: 32
nginx: configuration file /etc/nginx/nginx.conf test failed
change map_hash_bucket_size not helped
when cpu not virtual and config not changed everything is OK
root@real-ip:~# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Environment
Include the result of the following commands:
Description
nginx won't start on QEMU Virtual CPU and work correctly with host cpu model with KVM virtualization
root@real-ip:~# nginx -t
2024/10/09 09:34:29 [emerg] 961#961: could not build map_hash, you should increase map_hash_bucket_size: 32
nginx: configuration file /etc/nginx/nginx.conf test failed
change map_hash_bucket_size not helped
when cpu not virtual and config not changed everything is OK
root@real-ip:~# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
nginx configuration
nginx.conf https://pastebin.com/13ttGiAQ
stream.conf https://pastebin.com/5k8QLjgw
domain.conf https://pastebin.com/YC9yeUwv
CPU change log https://pastebin.com/EPM3izkk
The text was updated successfully, but these errors were encountered: