Chrismax wrote:Que je lance le rpm pour vérifier cups, il me dit qu'il me manque un trux :
S.?....T. c /etc/cups/cupsd.conf
..?...... /etc/cups/cupsd.conf.default
S.5....TC c /etc/cups/mime.types
S.?....T. c /etc/cups/printers.conf
..?...... /usr/lib/cups/backend/ipp
..?...... /usr/lib/cups/backend/lpd
..?...... /usr/lib/cups/backend/parallel
..?...... /usr/lib/cups/backend/usb
missing /var/spool/cups/tmp
Tu as probablement lancé la commande sous un compte non-root. Donc rpm n'a pas accès à /var/spool/cups/tmp et donc rpm indique qu'il est manquant. Normal.
Chrismax wrote:Quant à la commande badlblock, je l'ai lancer, j'ai eu une liste de block visiblement mal en point, mais qu'est-ce que j'en fait ???
Il faut utiliser e2fsck.
Man de e2fsck :
-l filename
Add the block numbers listed in the file specified by filename to the list of bad blocks. The format of this file is the same
as the one generated by the badblocks(8) program. Note that the block numbers are based on the blocksize of the filesystem.
Hence, badblocks(8) must be given the blocksize of the filesystem in order to obtain correct results. As a result, it is much
simpler and safer to use the -c option to e2fsck, since it will assure that the correct parameters are passed to the badblocks
program.
-L filename
Set the bad blocks list to be the list of blocks specified by filename. (This option is the same as the -l option, except the
bad blocks list is cleared before the blocks listed in the file are added to the bad blocks list.)
e2fsck peut aussi appeler badblocks.