Raphael - Carla Bruni


Lyric Raphael
Carla Bruni
Quatre consonnes et trois voyelles
C'est le prénom de Raphaël
Je le murmure ? mon oreille
Et chaque lettre m'émerveille
C'est le tréma qui m'ensorcelle
Dans le prénom de Raphaël
Comme il se m?le au a au e,
Comme il les entre-m?le au l
Raphaël ? l'air d'un ange
Mais c'est un diable de l'amour
Du bout des hanches
Et de son regard de velours
Quand il se penche
Quand il se penche mes nuits sont blanches
Et pour toujours
Hmm

J'aime les notes au go?t de miel
Dans le prénom de Raphaël
Je les murmure ? mon réveil
Entre les plumes du sommeil
Et pour que la journée soit belle
Je me parfume Raphaël
Peau de chagrin pâtre éternel
Archange étrange d'un autre ciel
Pas de délice pas d'étincelle
Pas de malice sans Raphaël
Les jours sans lui deviennent ennui
Et mes nuits s'ennuient de plus belle
Pas d'inquiétude pas de prélude
Pas de promesse ? l'éternel
Juste le monde dans notre lit
Juste nos vies en arc en ciel
Raphaël a l'aire d'un sage
Et ses paroles sont de velours
De sa voix grave
Et de son regard sans détour
Quand il raconte
Quand il invente je peux l'écouter
Nuit et jour
Hmm

Quatre consonnes et trois voyelle
C'est le prénom de Raphaël
Je lui murmure ? son oreille
Ca le fait rire comme un soleil

| Raphael - Carla Bruni | | 2004.01.09-11:08.00

Installing grub on software raid disks...

Look:
topik:/home/eyck# grub-install /dev/sda
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(fd0)   /dev/fd0
(hd0)   /dev/hda
(hd1)   /dev/sda
(hd2)   /dev/sdb
(hd3)   /dev/sdc
(hd4)   /dev/sdd
topik:/home/eyck# grub-install /dev/sdc
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(fd0)   /dev/fd0
(hd0)   /dev/hda
(hd1)   /dev/sda
(hd2)   /dev/sdb
(hd3)   /dev/sdc
(hd4)   /dev/sdd
but:
topik:/home/eyck# grub-install /dev/sdc
/dev/md1 does not have any corresponding BIOS drive.
( you need to edit your /etc/mtab and replace md1(root) with hmmm.. with anything - for examples sda1 )

| Installing grub on software raid disks... | | 2004.01.09-11:07.00

Extending your filesystem

  1. create partition on new disk with type 8e
  2. goliat:/fs/samba# pvcreate /dev/hdd2 pvcreate -- physical volume "/dev/hdd2" successfully created
goliat:/fs/samba# vgextend share_vg /dev/hdd2
vgextend -- INFO: maximum logical volume size is 255.99 Gigabyte
vgextend -- doing automatic backup of volume group "share_vg"
vgextend -- volume group "share_vg" successfully extended

goliat:/fs/samba# lvextend /dev/share_vg/share_lv 
lvextend -- please enter l or L option

goliat:/fs/samba# pvscan 
pvscan -- reading all physical volumes (this may take a while...)
pvscan -- ACTIVE   PV "/dev/hdc3" of VG "share_vg" [70.37 GB / 416 MB free]
pvscan -- ACTIVE   PV "/dev/hdd2" of VG "share_vg" [74.41 GB / 74.41 GB free]
pvscan -- ACTIVE   PV "/dev/hda2" of VG "home_vg"  [992 MB / 0 free]
pvscan -- ACTIVE   PV "/dev/hda3" of VG "share_vg" [69.64 GB / 0 free]
pvscan -- total: 4 [215.41 GB] / in use: 4 [215.41 GB] / in no VG: 0 [0]

goliat:/fs/samba# lvextend -L+74G /dev/share_vg/share_lv 
lvextend -- extending logical volume "/dev/share_vg/share_lv" to 213.60 GB
lvextend -- doing automatic backup of volume group "share_vg"
lvextend -- logical volume "/dev/share_vg/share_lv" successfully extended

goliat:/fs/samba# lvextend -L+1G /dev/share_vg/share_lv 
lvextend -- only 208 free physical extents in volume group "share_vg"

goliat:/fs/samba# lvextend -L+500M /dev/share_vg/share_lv 
lvextend -- extending logical volume "/dev/share_vg/share_lv" to 214.09 GB
lvextend -- doing automatic backup of volume group "share_vg"
lvextend -- logical volume "/dev/share_vg/share_lv" successfully extended

goliat:/fs/samba# lvextend -L+500M /dev/share_vg/share_lv 
lvextend -- only 83 free physical extents in volume group "share_vg"

goliat:/fs/samba# lvextend -L+50M /dev/share_vg/share_lv 
lvextend -- rounding relative size up to physical extent boundary
lvextend -- extending logical volume "/dev/share_vg/share_lv" to 214.14 GB
lvextend -- doing automatic backup of volume group "share_vg"
lvextend -- logical volume "/dev/share_vg/share_lv" successfully extended

goliat:/fs/samba# xfs   
xfs_admin     xfs_check     xfs_estimate  xfs_fsr       xfs_info      xfs_mkfile    xfs_repair    xfsdq         xfsinvutil    xfsrq         
xfs_bmap      xfs_db        xfs_freeze    xfs_growfs    xfs_logprint  xfs_ncheck    xfs_rtcp      xfsdump       xfsrestore    
goliat:/fs/samba# xfs_growfs /dev/share_vg/share_lv 
xfs_growfs: /dev/share_vg/share_lv is not a filesystem mount point, according to /etc/mtab
goliat:/fs/samba# xfs_growfs /fs/s                  
s2     samba  
goliat:/fs/samba# xfs_growfs /fs/samba/Inne/
meta-data=/fs/samba/Inne         isize=256    agcount=35, agsize=1048576 blks
data     =                       bsize=4096   blocks=36595712, imaxpct=25
         =                       sunit=0      swidth=0 blks, unwritten=0
naming   =version 2              bsize=4096  
log      =internal               bsize=4096   blocks=2227
realtime =none                   extsz=65536  blocks=0, rtextents=0
data blocks changed from 36595712 to 56135680
goliat:/fs/samba# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hde1             3.9G  919M  3.0G  23% /
/dev/home_vg/home_lv  987M  699M  289M  71% /home
/dev/share_vg/share_lv
                      214G  139G   75G  65% /fs/samba/Inne
goliat:/fs/samba# 


| Extending your filesystem | | 2004.01.09-11:06.00

 You are scrupulously honest, frank, and straightforward. Therefore you have few friends.