Linux try to repair bad sector
Posted onwhere 967606 is sector number hdparm –read-sector 967606 /dev/sdahdparm –yes-i-know-what-i-am-doing –repair-sector 967606 /dev/sdahdparm –read-sector 967606 /dev/sda
where 967606 is sector number hdparm –read-sector 967606 /dev/sdahdparm –yes-i-know-what-i-am-doing –repair-sector 967606 /dev/sdahdparm –read-sector 967606 /dev/sda
Sometimes making a dump and restore in clonezilla is not enough. At boot time Windows will load system drivers buy if you have changed your storage windows won’t turn on. In these cases i follow this procedure: 1- Load virtual machine with Windows2012R2 DVD and in recovery go to recovery console 2.- Insert storage controller […]
nmcli connection delete id <your id>nmcli con add type bridge ifname br0nmcli con add type bridge-slave ifname eno1 master br0 #create tap device nmcli connection add type tun ifname tap0 con-name tapvpn slave-type bridge master br0 mode tap owner 65534 firewall-cmd –permanent –direct –add-rule ipv4 filter FORWARD 0 -o tap0 -i br0 -j ACCEPT nmcli […]
The trick is remove the file atikmdiag.sys located in C:\Windows\System32\Drivers
I try to maintain my systems updated, It generates problems but unmaintained machines have the incredible ability to create bigger problems. At Calidade Systems for internal infrastructure we choose Ovirt, It’s really easy to add hardware, storage and every month has new improvements, obviously it not a perfect solution, but the perfect virtualization environment does […]
Nowadays virtualization is a must but sometimes we found virtual machines runing in several plataforms. Having all your virtual machines in one platform helps you to centralize all the administration and reduces maintenance time cost. In this case we have a Centos 7 pet virtual machine and we need to migrate from VirtualBox 6 to […]
Windows Server 2019 comes with a secure default config, in this case one Windows 2019 needs access to a samba public share and gives error 0x80004005 when we try to reach the shared folder. Solution: Open Regedit navigate to HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters\ and set value to 1 in key AllowInsecureGuestAuth
Proxmox is a good solution for small bussines, you will get an hypervisor with scheduled backups. In some costumers we found problems receiving backup notifications, because isp network is blacklisted, proxmox server domain name is not well configured, trafict through port 25 is filtered and hundreds of small problems In this cases the faster solution […]
Today we get a lot of calls complaining about that remote share folders aren’t working in some windows 7 computers. The cause was the update KB4480970 it breaks SMBv2 protocol The only solution in uninstall the KB4480970 update and restar computer
In each node check the content of /var/lib/mysql/grastate.dat version: 2.1 uuid: 9a50c4ec-4332-11e8-8b88-77564bb9f22a seqno: 45 safe_to_bootstrap: 0 select the node with the highest value in seqno and edit the value of safe_to_bootstrap to 1 should be like these version: 2.1 uuid: 9a50c4ec-4332-11e8-8b88-77564bb9f22a seqno: 45 safe_to_bootstrap: 1 in these node run systemctl start mysql@bootstrap.service in the other […]