Prestashop – desactivar todos los países

[cc] UPDATE ps_country SET active=0 WHERE iso_code NOT LIKE ‘GB’ [/cc] Valor ID de la zona península es: 9 INSERT INTO `ps_state` (`id_state`,`id_country`, `id_zone`, `name`, `iso_code`, `tax_behavior`, `active`) VALUES (313, 6, 9, ‘La Coruña’, ‘C’, 0, 1), (314, 6, 9, ‘Álava’, ‘VI’, 0, 1), (315, 6, 9, ‘Albacete’ ,’AB’, 0, 1), (316, 6, 9, ‘Alicante’, […]

CentOS – Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0

Estaba probando de arrancar el IPMI, el hardware físico que aporta soporte remoto a un hardware X y quería utilizar las utilidades de Linux al respecto. Motivo, que no se el password y quiero resetearlo pero de mientras me encuentro con este problema. Problema: [cc] # ipmitool -I open channel info 1 Could not open […]

Parallels – PVA / Virtuozzo VPS firewall fails to add a rule

[cc] “Failed to set the advanced firewall mode with the default policy of Accept. Error saving the iptables information” [/cc] Esto ocurre al interactuar mediante el PVA y el firewall del VPS. Hay que instalar el siguiente paquete dentro del VPS [cc] # yum install policycoreutils -y [/cc]