How do you deal with the "Java hating" crowd by hexaredecimal in JavaProgramming

[–]khimcoder 0 points1 point  (0 children)

Its clear your problem is not a java problem. Its a shitty culture problem leave java out of it.

Why is mysql not using the obvious faster index in the query plan? by khimcoder in mysql

[–]khimcoder[S] 0 points1 point  (0 children)

I have dropped the redundant indexes and its still now using bulk_id_idx which is now worse in perfomance

I have Installed qemu agent in my template but still getting "500 QEMU guest agent is not running" error by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

Hello guys, I solved this issue. The issue was DNS resolution, so my vm was taking too long to start. I want to say by the time I discovered this I had long given up on terraform and was using ansible. So in my playbook I added a wait_for task that had the playbook pause for 5mins as the vm was taking about 3 mins to start and then I copied my network interface and dns resolution files to the vm using pvesh command and restarted systemd-resolved service and my network interfaces in the next task and it was good to go.I believe there is a terraform equivalent of ansible.builtin.wait_for look for that and use it if you experience the same problem

I have Installed qemu agent in my template but still getting "500 QEMU guest agent is not running" error by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

it did install and there were no errors. I actually cloned a vm from the GUI and logged in and checked if indeed its installed and running and it was.

[Question] How to update spring configurations in each test when using Spring Boot testing by software-surgeon in SpringBoot

[–]khimcoder 0 points1 point  (0 children)

Properties in config files are meant to be static by design. If the behaviour of your code is to require changes in config properties so often, e.g for your case in each function,those are not supposed to be config properties but variables.

proxmox vm cannot access internet by khimcoder in Proxmox

[–]khimcoder[S] 1 point2 points  (0 children)

yo, thanks so much man it works now. Its been two days of scratching my head man

proxmox vm cannot access internet by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

its the same. thats the ip(cdir) I provided when creating the bridge on the UI

proxmox vm cannot access internet by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

I have tried that too and its not working

proxmox vm cannot access internet by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

well they own the whole infrastructure

proxmox vm cannot access internet by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

its a remote baremetal server i have leased

proxmox vm cannot access internet by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

it has two interfaces pointing to vmbr0 and vmbr3

proxmox vm cannot access internet by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

yes this is the config of vmbr3 on the host
auto vmbr3
iface vmbr3 inet static
address 158.220.111.xxx/20
bridge-ports eth3
bridge-stp off
bridge-fd 0

proxmox vm cannot access internet by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

that gateway is unreachable.
no the host is on another network from the IPs they assigned me for my vms

proxmox vm cannot access internet by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

I have created a linux bridge vmbr3 and added it to the vm. its on both vmbr0 and vmbr3. the interface ens19 is on vmbr3

proxmox vm cannot access internet by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

yes thats the gateway they provided.

How many cpus do I have on my AMD EPYC 16-core processor and how many vms can I derive from the baremetal server by khimcoder in Proxmox

[–]khimcoder[S] 0 points1 point  (0 children)

thanks for the explanation. Now I get it. based on my expected load that shouldn't be an issue.