netfilter

3. Nouveaux matches de netfilter. Dans cette section, on essayera d’expliquer l’utilisation de ces nouveaux matches de netfilter. Les patches seront abordés par ordre alphabétique. Aussi, nous n’expliquerons pas les patches qui cassent les autres patches. Mais ça pourra venir ensuite. De manière générale, pour les matches, vous pouvez voir le petit synopsis de chacun […]

KB Parallels : La dernière mise à jour de openssl corrompt Parallels Panel

La dernière mise à jour de openssl corrompt Parallels Panel ID article : 8338 Dernière vérification : Avr., 27 2010 Views: S’APPLIQUE A: Plesk 9.3 for Linux/Unix Symptômes La dernière mise à jour du pack openssl à partir de CentOS corrompt Parallels Panel 9.x. Les erreurs suivantes s’affichent dans le fichier /var/log/sw-cp-server/error_log lorsque le Panel […]

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 – Server Fault.

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’ is disabled. /usr/libexec/mysqld: Table ‘mysql.plugin’ […]

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.

rpmdb: Lock table is out of available locker entries | Racker Hacker

rpmdb: Lock table is out of available locker entries If up2date throws some horrible Python errors and rpm says « rpmdb: Lock table is out of available locker entries », you can restore your system to normality with the following: The errors: rpmdb: Lock table is out of available locker entries error: db4 error(22) from db->close: Invalid […]

Simple Script to Build Linux .deb Package Using make-kpkg, distcc, and ccache

Run this script in the top level linux kernel source directory tree: #!/bin/sh export DISTCC_HOSTS="localhost 192.168.1.1 192.168.1.10" export CCACHE_PREFIX="distcc" export PATH="/usr/lib/ccache:$PATH" export CONCURRENCY_LEVEL=10 BUILD_NICE="nice -19" BUILD_TIME="/usr/bin/time" BUILD_MAKE="make-kpkg –rootcmd fakeroot –append-to-version -mykernel-$(hostname) –revision $(date +'%Y%m%d%H%M')" BUILD_CLEAN="clean" BUILD_TARGET="kernel_image kernel_headers modules_image" $BUILD_NICE $BUILD_TIME $BUILD_MAKE $BUILD_CLEAN && $BUILD_NICE $BUILD_TIME $BUILD_MAKE $BUILD_TARGET viaSimple Script to Build Linux .deb Package Using […]

createcontext fails; « Could not create connection to database server »

Fix: mysql> update configdb.db_pool set password = ‘asdfasdf’; mysql> update mysql.user set password = password’asdfasdf’ where user = ‘openexchange’;t hen restart mysql, since I set it using UPDATE instead of the proper way $ vim /opt/open-xchange/etc/admindaemon/configdb.properties vim /opt/open-xchange/etc/groupware/configdb.propertiespossible cause: The previous commands I was typing found here: http://oxpedia.org/wiki/index.php viacreatecontext fails; « Could not create connection to […]