<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: settembre 2010

BIOLNX

lunedì 20 settembre 2010

Spostare il disco delle Service Console in vpshere

Devo ancora testarlo ma sembra fatto bene:

http://www.toniwestbrook.com/archives/168

mp-bios 8254 al boot

Una possibile soluzione e' mettere alla fine delle righe del boot nel grub.conf il noapic

title Red Hat Enterprise Linux AS (2.6.9-89.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-89.ELsmp ro root=/dev/VolGroup00/LogVol00 rhgb quiet clock=pit noapic

venerdì 17 settembre 2010

Errpt LABEL: CONSOLE IDENTIFIER: 7F88E76D

Fix with IZ19951: WRITE TO /DEV/CONSOLE CREATES ERROR LOG ENTRY. APPLIES TO AIX 5300-08

mercoledì 8 settembre 2010

Gestire le code delle mail di postfix

Ecco alcuni comandi utili per gestire le code delle mail di postfix

./postqueue -p --> vede le mail in coda
./postqueue -i 4E387D6D01 --> forza l'invio della mail con ID 4E387D6D01
./postqueue -f --> forza l'invio di tutte le mail in coda

venerdì 3 settembre 2010

sudo: parse error in /etc/sudoers near line -1

Lanciando il seguente comando dall'utente xxxx

xxxx >sudo su - root -c SALVA_TUTTO_FABIO

Compare l'errore :

sudo: parse error in /etc/sudoers near line -1


Problema nella configurazione di sudo, nel file /etc/sudoers non erano impostati le configurazioni per l'utente xxxx


# User privilege specification
root ALL=(ALL) ALL
xxxx ALL= NOPASSWD: /usr/bin/su