Currently browsing category

Centos

Install kernel from rpm on debian – OpenVZ Wiki

install apt-get install alien fakeroot fakeroot alien -k kernel-2.6.27-chistyakov.1.x86_64.rpm sudo dpkg -i kernel_2.6.27-chistyakov.1_amd64.deb sudo update-initramfs -c -k 2.6.27-chistyakov.1 sudo update-grub uninstall sudo dpkg -r kernel sudo rm -fr /lib/modules/2.6.27-chistyakov.1 sudo update-initramfs -d -k 2.6.27-chistyakov.1 sudo update-grub viaInstall kernel from rpm on debian – OpenVZ Wiki.

yum claims python isn’t installed – Server Fault

You can tell Yum to prefer packages that match the machine architecture if more than one is available. Set the following in yum.conf: multilib_policy=best This replaces the previous yum-basearchonly plugin as core functionality. It is the default behaviour in Fedora 9 and RHEL 6 onwards. viayum claims python isn’t installed …

Installation et test de la centos 6 FR

DL de l'iso netinst depuis : ftp://ftp.free.fr/mirrors/ftp.centos.org/6.0/isos/x86_64/CentOS-6.0-x86_64-netinstall.iso lancement de l'install l'url d'installation va etre : ftp://ftp.free.fr/mirrors/ftp.centos.org/6.0/os/x86_64/

MySQL: “Table ‘mysql.plugin’ doesn’t exist” after MySQL Upgrade ~ Mattias Geniar

MySQL: “Table ‘mysql.plugin’ doesn’t exist” after MySQL Upgrade Posted on Wednesday, December 1, 2010 by Matti After running a MySQL upgrade, you can run into the following problem which prevents you from starting MySQL successfully. 101126 10:29:53 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql 101126 10:29:53 [Note] Plugin ‘ndbcluster’ …

yum update spawns error messages

A-ha… you’re a little lucky here……. all these three types of error can be resolved by any of the two commands: Code: joseph@xen:$ sudo yum clean all joseph@xen:$ sudo yum clean metadata It’s possible that it’s the error reported fixed here in RHEL already. viayum update spawns error messages.

Configuration du dépôt – Les RPM de Remi – Blog

For english speaking user, read : Repository Configuration Adresses pour le téléchargement, note sur l’installation des RPM et la configuration des dépôts YUM de ce site. Les autres dépôts nécessaires à l’utilisation du mien sont * Fedora : RPM Fusion * Fedora Core : Extras et Livna * RHEL et …