Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] udev from 171 (or older) to 197
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Joseph_sys
Advocate
Advocate


Joined: 08 Jun 2004
Posts: 2712
Location: Edmonton, AB

PostPosted: Thu Feb 14, 2013 11:26 pm    Post subject: [SOLVED] udev from 171 (or older) to 197 Reply with quote

I've noticed few folks already get caught by udev upgrade.
What is the correct procedure?

1.) enable in kernel: CONFIG_DEVTMPFS=y
2.) change in fstab, from:
Code:
none         /dev/shm   tmpfs      defaults      0 0

to:
Code:
none         /dev/shm   devtmpfs      defaults      0 0

3.) Remove udev-postmount from runlevels

Did I miss anything?
I'm trying to emerge sys-fs/udev-197 but I'm getting blockers:
Code:
[blocks B      ] <sys-fs/lvm2-2.02.97-r1 ("<sys-fs/lvm2-2.02.97-r1" is blocking sys-fs/udev-197-r4)
[blocks B      ] <sys-fs/udev-186 ("<sys-fs/udev-186" is blocking sys-fs/udev-init-scripts-22)
[blocks B      ] <sys-kernel/genkernel-3.4.25 ("<sys-kernel/genkernel-3.4.25" is blocking sys-fs/udev-197-r4)


Is it OK unmerge "sys-fs/udev-171-r9"


Last edited by Joseph_sys on Fri Feb 15, 2013 5:33 pm; edited 1 time in total
Back to top
View user's profile Send private message
666threesixes666
Veteran
Veteran


Joined: 31 May 2011
Posts: 1248
Location: 42.68n 85.41w

PostPosted: Thu Feb 14, 2013 11:41 pm    Post subject: Reply with quote

i have no shm fstab entry....

i temp unmerged everything blocking, then remerged once udev 19x was in....

id get 19x series booting first, then emerge -avc blah-blah/udev-version
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Fri Feb 15, 2013 1:33 am    Post subject: Reply with quote

Joseph_sys,

I believe it's suppose to be:
Code:
shm               /dev/shm            devtmpfs            nodev,nosuid,noexec         0 0


Joseph_sys wrote:
Is it OK unmerge "sys-fs/udev-171-r9"

As far as removing sys-fs/udev-171-r9, if you emerge --depclean -pv udev all you should get is your current udev and virtual/udev.

It doesn't look like you have a choice since udev is blocking itself :?
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
Joseph_sys
Advocate
Advocate


Joined: 08 Jun 2004
Posts: 2712
Location: Edmonton, AB

PostPosted: Fri Feb 15, 2013 2:07 am    Post subject: Reply with quote

BillWho wrote:
Joseph_sys,

I believe it's suppose to be:
Code:
shm               /dev/shm            devtmpfs            nodev,nosuid,noexec         0 0


Joseph_sys wrote:
Is it OK unmerge "sys-fs/udev-171-r9"

As far as removing sys-fs/udev-171-r9, if you emerge --depclean -pv udev all you should get is your current udev and virtual/udev.

It doesn't look like you have a choice since udev is blocking itself :?


After I upgraded:
sys-fs/lvm2
sys-kernel/genkernel
the problem went away :-/ I didn't need to unmerge sys-fs/udev-171-r9
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Fri Feb 15, 2013 8:58 am    Post subject: Re: udev from 171 (or older) to 197 Reply with quote

Joseph_sys wrote:
2.) change in fstab, from:
Code:
none         /dev/shm   tmpfs      defaults      0 0

to:
Code:
none         /dev/shm   devtmpfs      defaults      0 0

Err, why on Earth would you do that? /dev should be a devtmps, and OpenRC will mount it for you as such automatically. /dev/shm remains a tmpfs. And OpenRC will mount that for you too, so you can actually remove that line from fstab.
Back to top
View user's profile Send private message
Joseph_sys
Advocate
Advocate


Joined: 08 Jun 2004
Posts: 2712
Location: Edmonton, AB

PostPosted: Fri Feb 15, 2013 5:33 pm    Post subject: Re: udev from 171 (or older) to 197 Reply with quote

Thanks, it is gone now.
Back to top
View user's profile Send private message
666threesixes666
Veteran
Veteran


Joined: 31 May 2011
Posts: 1248
Location: 42.68n 85.41w

PostPosted: Fri Feb 15, 2013 8:15 pm    Post subject: Reply with quote

id put # in front of it rather than outright remove it....... i actually acquired that fstab entry today for steam native client testing.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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