Postagens

Proxmox -> TrueNAS Scale - Your CPU does not support KVM extensions - como resolver

Imagem
Bom, tive o erro do titulo, estou testando o TrueNAS Scale no proxmox no meu homelab. Fazendo a verificação direto no shell do node do proxmox, a extensão svm de virtualização da cpu AMD que estou usando estava ativa, então não era necessário ativar nada na BIOS. Foi então que pesquisando melhor encontrei esse excelente tutorial: https://ostechnix.com/enable-nested-virtualization-in-proxmox/ Tem como resolver usando o comando qm, somente precisar configurar a CPU da VM para ser do tipo HOST. No caso, fiz direto pela web interface mesmo.  Antes desligue a VM e ligue de novo após alterar.  Após isso consigo no TrueNAS usar o recurso de virtualizar. 

Pfsense - qemu agent on proxmox

Imagem
Ok, will just leave this here. Was trying to get qemu agent running on pfsense 2.7. Just follow the commands on the script on github: https://github.com/Weehooey/pfSense-scripts/blob/main/install-qemu-guest-agent.sh And here the discussion about the issue: https://forum.netgate.com/topic/162083/pfsense-vm-on-proxmox-qemu-agent-installation/12 EDIT: Very important detail. Perform the settings as on the github above but enable the qemu guest agent on the web interface, and AFTER that, power off and power on the VM, DO NOT RESTART.  To apply the settings you need power off and power on.

Philco 4K 288PL6 Faixas escuras

Imagem
Bom, chegou o dia, meu monitor 4K que comprei um tempo atrás da Philco está com faixas escuras.  Acabei comprando um LG 32UL750-W. Uma pena que estamos bem carentes de opção.  Ia tentar pegar um MSI G281UV mas além do Display Port ser 1.2 e não 1.4 como no LG não tem como regular a altura e não tem alto falante.  No Philco o alto falante quebra um galho, posso apenas redirecionar o som para ele e começar a ouvir logo de cara.  E a regulação de altura nele é muito boa, construção solida, pena que surgiu esse problema.  Como sempre estou alternando entre Mac mini, laptop do trabalho e laptop pessoal a quantidade de portas do LG além de ter USB-C compatível com o mac ajuda bastante.  Mesmo sendo painel VA não vai me incomodar.  Abaixo imagem do problema que tive. No fórum eletronicabr vi que alguém teve um problema parecido com uma TV da Philco, depois com tempo vou tentar abrir e ver se eu poderia dar um jeito. 

React slow on wsl on windows

Found a reason here why is almost impossible deal with a react app on wsl.  My repo is located in a windows folder, everything is slow, even using npx.  If you need things fast, move your folder for inside a native folder on the wsl, a linux filesystem.  If I try  npx create-react-app app  In a windows folder, it takes ages to complete and npm start after that is very, very slow.  If I try the same commando on the /tmp on wsl, everything is fast. 

Fast Note: SSH and too many connections

If you trying to login in a server using ssh with user and password and is crazy with messages about too many connections. Check the .ssh folder if yu have many id_rsa key files, ssh when connect try to use each file that it found on the folder. I had this issue here, after remove the file, connection went fine.

Increase disk size for Pfsense on Vmware

This was done on the Pfsense 2.4.5. Check disk size: [2.4.5-RELEASE][root@server1]/root: gpart show =>       63  104857537  da0  MBR  (50G)          63          1       - free -  (512B)          64  104857535    1  freebsd  [active]  (50G)   104857599          1       - free -  (512B) =>        0  104857535  da0s1  BSD  (50G)           0   98566144      1  freebsd-ufs  (47G)    98566144    5242880      2  freebsd-swap  (2.5G)   103809024  ...

Change IP address of Frames attached on HMC

I have a situation where: Frames attached on HMC using the dhcp range 192.128 But due network requirements it was necessary change the range. To avoid any problem, I opened a ticket with IBM Support and they give me the following solution: Is not need power off hte lpars on the frame. Is not need power off the frames. Not need to ask a onsite support to remove frames from power and power on again. Just access the network configuration on HMC and change the DHCP range on the interface. After that reboot the HMC. With that the DHCP lease on frame side will expire and get the new IP address. Can last 20 minutes to the frame get the new IP after the HMC rebooted. On the HMC interface you will see the frame lost connection but will be back soon, give it time. If the solution above do not work you or a onsite support will need unplug the cable on the frame side FSP port. Leave unplugged for 3  minutes and plug back. Only unplug on the frame side, not the HMC. Fortunatelly it was not nece...