Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[udev] ne crée plus mes volumes LVM (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Sat Apr 24, 2010 1:02 pm    Post subject: [udev] ne crée plus mes volumes LVM (résolu) Reply with quote

EDIT: Depuis quelques versions de lvm le problème est revenu chez moi !

Un utilisateur de genkernel + lvm en ~arch pour voir si l'ajout du hook lvm à l'initrd provoque aussi ces messages ? J'aimerai écarter un problème dans ma config avant de faire un rapport de bug !


Message original:
Depuis un an que tout fonctionne parfaitement, mais aujourd'hui suite à une merde avec un driver wifi je MàJ mon systeme et refait mon kernel/initrd depuis udev ne crée plus mes volumes LVM.

les volumes sont bien crées dans l'initrd et ils sont bien marqués actifs plus tard après le boot mais je n'ai que control dans /dev/mapper et du coup je n'ai pas accès aux partitions autres que /.
J'ai ajouté le script lvm au boot pour contourner le problème (ça marchais très bien sans avant) il crée bien mes volumes mais gueule quand-même que c'était le boulot de udev :lol:

J'ai essayé de downgrader udev (en version 151-r1 vais essayer la 149) sans succès.

Une idée ?


Last edited by GentooUser@Clubic on Wed Apr 13, 2011 12:41 pm; edited 6 times in total
Back to top
View user's profile Send private message
Kazuya
Apprentice
Apprentice


Joined: 09 Jul 2006
Posts: 256

PostPosted: Sun Apr 25, 2010 7:23 pm    Post subject: Reply with quote

Hello,
Juste comme ça, tu dis que tu as fais une maj du système... tu n'aurais pas mis à jour lvm aussi par hasard ?
Quelle est ta version de lvm ? parce qu'avec les 2.02.63 ça merde à fond (ils sont enlevé de portage maintenant, mais dès fois que tu aurais synchronisé ton arbre pendant qu'il y était encore...) le problème est corrigé avec les 2.02.63-r2...
Sinon moi concernant udev je suis avec les 151-r2 et ça marche plutôt bien.
_________________
Hacker vaillant, rien d'impossible !!!
"Quand une vache boit de l'eau, cette eau devient du lait. Quand un serpent boit de l'eau, cette eau devient du poison."
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Sun Apr 25, 2010 9:30 pm    Post subject: Reply with quote

Après test pas de problème avec udev mais avec toutes les versions de LVM à partir de la 2.02.56 y compris la 2.02.56 -r2.
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Mon Apr 26, 2010 1:15 am    Post subject: Reply with quote

Au fait les messages après ajout de lvm au boot.
Au demarrage :
Quote:
The link /dev/localvg/swap should had been created by udev but it was not found. Falling back to direct link creation.

Et à l'arret :
Quote:
The link /dev/localvg/swap should have been removed by udev but it is still present. Falling back to direct link removal.

Et ça le fait pour chaque volume.

J'aimerais faire un rapport de bug mais je préférerais savoir d'abord si ça viens pas de ma config, y'en quelqu'un en ~arch avec du LVM ?
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Mon Apr 26, 2010 6:34 am    Post subject: Reply with quote

Ouaip : ici dernières version de udev et lvm2, ça roule nickel, aucun problème au boot
Code:
$ eix -ec lvm2
[I] sys-fs/lvm2 (2.02.63-r2@23/04/2010): User-land utilities for LVM2 (device-mapper) software.
$ eix -ec udev
[I] sys-fs/udev (151-r2@20/04/2010): Linux dynamic and persistent device naming support (aka userspace devfs)
$ eix -ec openrc
[I] sys-apps/openrc (0.6.1-r1@05/04/2010): OpenRC manages the services, startup and shutdown of a host


Par contre, j'ai pas d'initrd.
Accessoirement, le script d'init "lvm" DOIT être chargé dans le runlevel boot avec openrc/baselayout2 !
Code:
pkg_postinst() {
        elog "lvm volumes are no longer automatically created for"
        elog "baselayout-2 users. If you are using baselayout-2, be sure to"
        elog "run: # rc-update add lvm boot"
        elog "Do NOT add it if you are using baselayout-1 still."
}

_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Tue Apr 27, 2010 12:32 am    Post subject: Reply with quote

guilc wrote:

Par contre, j'ai pas d'initrd.
Accessoirement, le script d'init "lvm" DOIT être chargé dans le runlevel boot avec openrc/baselayout2 !
Bah justement les volumes sont déjà activés par l'initrd donc normalement pas besoin du script lvm chez moi (et j'ai baselayout2 depuis sa sortie sur l'overlay de dev)
Après j'ai ajouté le script lvm au runlevel boot car sinon ça boot plus maintenant, mais les messages qu'il me lâche montrent bien qu'il y a quelque chose de pas normal !

J'ai fait un check de ma partition / elle est OK et là je fait un emerge -e world au cas ou un fichier aurait morflé car j'ai dû faire un hard-reboot.
Back to top
View user's profile Send private message
castor_fou
Apprentice
Apprentice


Joined: 23 May 2002
Posts: 249
Location: Clermont-Ferrand, France

PostPosted: Tue May 04, 2010 12:46 am    Post subject: Reply with quote

Je suis dans la même situation que toi GentooUser@Clubic,
Code:
 [ !! ]
 * Setting up the Logical Volume Manager ...
  The link /dev/VG_gentoo_data/home should had been created by udev but it was not fo
und. Falling back to direct link creation.
  The link /dev/VG_gentoo_data/data should had been created by udev but it was not fo
und. Falling back to direct link creation.
  The link /dev/VG_gentoo_root/root should had been created by udev but it was not fo
und. Falling back to direct link creation.
  The link /dev/VG_gentoo_root/usr should had been created by udev but it was not fou
nd. Falling back to direct link creation.
  The link /dev/VG_gentoo_root/var should had been created by udev but it was not fou
nd. Falling back to direct link creation.
  The link /dev/VG_gentoo_root/tmp should had been created by udev but it was not fou
nd. Falling back to direct link creation.

mais cependant je ne suis pas en ~arch. (juste certains paquetages)
Code:
[I] sys-fs/lvm2 (2.02.64@05/02/10): User-land utilities for LVM2 (device-mapper) software.
[I] sys-fs/udev (151-r3@05/02/10): Linux dynamic and persistent device naming support (aka userspace devfs)
[I] sys-apps/openrc (0.6.1-r1@03/31/10): OpenRC manages the services, startup and shutdown of a host

Je suis également avec un initrd qui me gere le lvm et mdadm.

as-tu avancé dans la résolution ?
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Tue May 04, 2010 1:07 am    Post subject: Reply with quote

Pour l'instant rien, mais j'ai vu un bug en rapport sur le bugzilla, j'attend donc.
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3174
Location: Paris

PostPosted: Tue May 04, 2010 9:53 am    Post subject: Reply with quote

Pas d'initrd chez moi, mais je sais qu'avec les histoires d'OpenRC et d'upgrade udev, il y a eu des choses à remettre d'aplomb côté runlevels (genre mettre udev en sysinit avec lvm).
cf elogv :)
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Thu May 06, 2010 12:46 am    Post subject: Reply with quote

Houla y'a longtemps que c'est fait ça chez moi.

Non c'est bien un bug avec le trio initrd + udev + lvm en version récente !
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Sat May 08, 2010 11:45 am    Post subject: Reply with quote

Résolu pour moi avec udev-151-r4 (ne pas oublier dispatch-conf, le rc-script a été corrigé)
Back to top
View user's profile Send private message
castor_fou
Apprentice
Apprentice


Joined: 23 May 2002
Posts: 249
Location: Clermont-Ferrand, France

PostPosted: Sun May 09, 2010 12:55 pm    Post subject: Reply with quote

ça corrige le problème pour moi également.
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Sun Oct 24, 2010 12:41 am    Post subject: Reply with quote

Depuis quelques versions de lvm le problème est revenu chez moi !

Un utilisateur de genkernel + lvm en ~arch pour voir si l'ajout du hook lvm à l'initrd provoque aussi ces messages. J'aimerai écarter un problème dans ma config avant de faire un rapport de bug !
Back to top
View user's profile Send private message
castor_fou
Apprentice
Apprentice


Joined: 23 May 2002
Posts: 249
Location: Clermont-Ferrand, France

PostPosted: Sun Apr 03, 2011 8:31 pm    Post subject: Reply with quote

j'ai également de nouveau le problème...
udev-164-r2
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Mon Apr 11, 2011 5:08 pm    Post subject: Reply with quote

Personnellement j'ai résolu le problème en virant le cache de compilation de genkernel (CLEAR_CACHE_DIR="yes" dans /etc/genkernel.conf)
)
Back to top
View user's profile Send private message
castor_fou
Apprentice
Apprentice


Joined: 23 May 2002
Posts: 249
Location: Clermont-Ferrand, France

PostPosted: Tue Apr 12, 2011 6:47 pm    Post subject: Reply with quote

j'ai récemment résolu le problème en ... ne faisant rien du tout.
Ca va ça vient...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum