Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Announce: just another one udev fork
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... , 12, 13, 14  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3264
Location: Canada

PostPosted: Sun Dec 16, 2012 8:30 pm    Post subject: Reply with quote

grey_dot wrote:
remove udev completely since most of it's functions are moved to the kernel (I chose the later option).


Can you comment on that last point a bit ? I moved to static /dev on my server some time ago (not new hardware and nothing hot-pluggable in years),
but what needs to be done on a laptop to be udev free ?
Back to top
View user's profile Send private message
grey_dot
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2012
Posts: 142

PostPosted: Sun Dec 16, 2012 8:56 pm    Post subject: Reply with quote

dmpogo wrote:
grey_dot wrote:
remove udev completely since most of it's functions are moved to the kernel (I chose the later option).


Can you comment on that last point a bit ? I moved to static /dev on my server some time ago (not new hardware and nothing hot-pluggable in years),
but what needs to be done on a laptop to be udev free ?


Same as with your server, actually. Device nodes creation is done by kernel with devtmpfs. And since kernel 3.7, firmware is also loaded by kernel itself. Just make sure you have the necessary options enabled in your kernel config. The only thing you have to do by hand without udev is loading the kernel modules.

I'm actually thinking about either hotplug2 revival or porting freebsd devd as a sane alternative to udev.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sun Dec 16, 2012 11:05 pm    Post subject: Reply with quote

grey_dot wrote:
I'm actually thinking about either hotplug2 revival or porting freebsd devd as a sane alternative to udev.


Happy to see you aren't dropping it because you are bored but to put your time on better tasks.
I was worried a bit you've lost faith after gentoo devs have done a fork too.

It wasn't lost time anyway, without this fork, nothing would have change, and we (users) would have end with systemd crap.
So thank you for beeing the one who start saying "no".
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Mon Dec 17, 2012 6:20 am    Post subject: Reply with quote

olek wrote:
Sad, I liked that project. Many thanks for your efforts!


rorgoroth wrote:

I agree, many thanks grey_dot 8)


krinn wrote:

It wasn't lost time anyway, without this fork, nothing would have change, and we (users) would have end with systemd crap.
So thank you for being the one who start saying "no".



++

I have been living with devtmpfs+mdev for a while. I refuse to move to systemd. Ever. I will sooner drop Linux entirely. No matter how insistent people are that the only reason I don't love systemd, is that I'm simply not educated enough to know why it's the best thing since sliced bread (ahhh, takes me back to pulseaudio!). Creating a useful fork that gives us an alternative and spurs a change is huge huge hugely important and awesome.

grey_dot wrote:

I'm actually thinking about either hotplug2 revival or porting freebsd devd as a sane alternative to udev.


sweet!
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Mon Dec 17, 2012 6:53 am    Post subject: Reply with quote

cach0rr0 wrote:
olek wrote:
Sad, I liked that project. Many thanks for your efforts!


rorgoroth wrote:

I agree, many thanks grey_dot 8)


krinn wrote:

It wasn't lost time anyway, without this fork, nothing would have change, and we (users) would have end with systemd crap.
So thank you for being the one who start saying "no".



++

I have been living with devtmpfs+mdev for a while. I refuse to move to systemd. Ever. I will sooner drop Linux entirely. No matter how insistent people are that the only reason I don't love systemd, is that I'm simply not educated enough to know why it's the best thing since sliced bread (ahhh, takes me back to pulseaudio!). Creating a useful fork that gives us an alternative and spurs a change is huge huge hugely important and awesome.

grey_dot wrote:

I'm actually thinking about either hotplug2 revival or porting freebsd devd as a sane alternative to udev.


sweet!


move to what os?
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
miroR
l33t
l33t


Joined: 05 Mar 2008
Posts: 826

PostPosted: Thu Dec 20, 2012 12:47 am    Post subject: Reply with quote

grey_dot wrote:
I'm sorry to announce this, but both me and consus decided to abandon the development of this fork. Too much of bad [Mod edit for language. — JRG] code and not enough free time. Repo and overlay will still be accessible.

You can either try to use gentoo devs' fork, stick to an older version, or remove udev completely since most of it's functions are moved to the kernel (I chose the later option).

Thanks to everyone who took part in the development. It was cool :)

Fine, but how do some of us, I bet I'm not alone, figure out how to do that?
Any guides somewhere?
How nice: "remove udev completely"...
I don't have the cogs and wheels of Gentoo in my subconscious like you...
More verbose tips could do the difference... if possible...
Back to top
View user's profile Send private message
hcaulfield57
Tux's lil' helper
Tux's lil' helper


Joined: 13 Mar 2012
Posts: 148

PostPosted: Thu Dec 20, 2012 2:28 am    Post subject: Reply with quote

miroR wrote:

Fine, but how do some of us, I bet I'm not alone, figure out how to do that?
Any guides somewhere?
How nice: "remove udev completely"...
I don't have the cogs and wheels of Gentoo in my subconscious like you...
More verbose tips could do the difference... if possible...

Your options are as follows:
1) Use upstream systemd-udev with an initramfs if you have separate /usr, although there has been some talk of fixing the ebuild.

2) Mask versions of udev above 171.

3) Switch to eudev, which works nicely with separate /usr and should meet your requirements for udev.

4) Switch to mdev/devtmpfs which also works well. See: http://wiki.gentoo.org/wiki/Mdev

5) Switch to static-dev.

You have lots of options.
_________________
"To design the perfect anti-Unix, make all file formats binary and opaque, and require heavyweight tools to read and edit them." - The Art of Unix Programming
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Thu Dec 20, 2012 6:59 am    Post subject: Reply with quote

DaggyStyle wrote:

move to what os?


if linux became nearly impossible to use without systemd, i would cling to every last possible workaround.
when that became too much - our software at work works perfectly fine on FreeBSD, and has for over a decade - so that would be my next logical choice.I simply will not be forced into using systemd. I refuse. I don't care what other negatives may exist on another platform, I will not be forced into stupid. If the way I have been doing things for years changes into an unrecognizable monstrosity, might as well be because I've moved to a different platform.

I hope that is never a choice i have to make.
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
hcaulfield57
Tux's lil' helper
Tux's lil' helper


Joined: 13 Mar 2012
Posts: 148

PostPosted: Thu Dec 20, 2012 7:17 am    Post subject: Reply with quote

cach0rr0 wrote:

if linux became nearly impossible to use without systemd, i would cling to every last possible workaround.

If Linux becomes unusable without a particular init system, it's probably fair to say that it ceases being UNIX, as the kernel should never be tied to any specific userland utility or program. Even the BSD's which maintain the userland along with the kernel can function with different init systems.
_________________
"To design the perfect anti-Unix, make all file formats binary and opaque, and require heavyweight tools to read and edit them." - The Art of Unix Programming
Back to top
View user's profile Send private message
miroR
l33t
l33t


Joined: 05 Mar 2008
Posts: 826

PostPosted: Thu Dec 20, 2012 7:30 am    Post subject: Reply with quote

hcaulfield57 wrote:
miroR wrote:

Fine, but how do some of us, I bet I'm not alone, figure out how to do that?
Any guides somewhere?
How nice: "remove udev completely"...
I don't have the cogs and wheels of Gentoo in my subconscious like you...
More verbose tips could do the difference... if possible...

Your options are as follows:
1) Use upstream systemd-udev with an initramfs if you have separate /usr, although there has been some talk of fixing the ebuild.

2) Mask versions of udev above 171.

3) Switch to eudev, which works nicely with separate /usr and should meet your requirements for udev.

4) Switch to mdev/devtmpfs which also works well. See: http://wiki.gentoo.org/wiki/Mdev

5) Switch to static-dev.

You have lots of options.

Thanks!
Your lines will be gone over numerous times. Things are not "developing" fast here (meaning my Gentoo cogs'n'wheels understanding). Hope I won't be too late for related questions (which I couldn't produce pronto no way).
Maybe just one question is ready:
/etc/portage/package.accept_keywords:
Code:
app-arch/xz-utils::udev
sys-apps/kmod::udev
sys-fs/udev::udev
sys-fs/udev-init-scripts::udev
virtual/udev::udev

becomes (does it?):
Code:
# this is /etc/portage/package.accept_keywords
# and it is empty
# sure, if people have unrelated to ::udev entries, those remain

in all the cases (of which systemd is out of consideration) you suggest?
And, which other things are there to undo before thinking of options.
And, maybe, which one's the easiest one that doesn't put too much strain on avarage user to accomplish, do you think?
Back to top
View user's profile Send private message
hcaulfield57
Tux's lil' helper
Tux's lil' helper


Joined: 13 Mar 2012
Posts: 148

PostPosted: Thu Dec 20, 2012 8:16 am    Post subject: Reply with quote

miroR wrote:

in all the cases (of which systemd is out of consideration) you suggest?
And, which other things are there to undo before thinking of options.

Of course, systemd is out of the question :) I am currently using eudev (and it's working quite well). For reference:
/etc/portage/package.accept_keywords
Code:

sys-fs/eudev
virtual/udev
sys-fs/udev-init-scripts

/etc/portage/package.mask
Code:

sys-fs/udev

miroR wrote:

And, maybe, which one's the easiest one that doesn't put too much strain on avarage user to accomplish, do you think?

The solution that puts the least amount of strain on the average user is probably to simply mask versions of udev greater than 171. This should allow you to keep a stable system and not run into any problems with portage being annoying because of using keyworded packages. And then to simply wait and see what options develop over time.
_________________
"To design the perfect anti-Unix, make all file formats binary and opaque, and require heavyweight tools to read and edit them." - The Art of Unix Programming
Back to top
View user's profile Send private message
miroR
l33t
l33t


Joined: 05 Mar 2008
Posts: 826

PostPosted: Thu Dec 20, 2012 8:38 am    Post subject: Reply with quote

hcaulfield57 wrote:
miroR wrote:

in all the cases (of which systemd is out of consideration) you suggest?
And, which other things are there to undo before thinking of options.

First, here's another undo to do, or the necessary undoing for doing:
/etc/portage/package.mask, the entries to abandon (undo completely) are:
Code:
app-arch/xz-utils::gentoo # assuming xz-utils is installed from the udev overlay           
sys-apps/kmod::gentoo # assuming kmod is installed from the udev overlay                   
sys-fs/udev::gentoo                                                                       
sys-fs/udev-init-scripts::gentoo                                                           
virtual/udev::gentoo                                                                       

becomes:
Code:
#app-arch/xz-utils::gentoo # assuming xz-utils is installed from the udev overlay           
#sys-apps/kmod::gentoo # assuming kmod is installed from the udev overlay                   
#sys-fs/udev::gentoo                                                                       
#sys-fs/udev-init-scripts::gentoo                                                           
#virtual/udev::gentoo                                                                       

till I am certain I got it right.
hcaulfield57 wrote:
miroR wrote:

in all the cases (of which systemd is out of consideration) you suggest?
And, which other things are there to undo before thinking of options.

Of course, systemd is out of the question :) I am currently using eudev (and it's working quite well). For reference:
/etc/portage/package.accept_keywords
Code:

sys-fs/eudev
virtual/udev
sys-fs/udev-init-scripts

/etc/portage/package.mask
Code:

sys-fs/udev

Entries added into there.
hcaulfield57 wrote:

miroR wrote:

And, maybe, which one's the easiest one that doesn't put too much strain on avarage user to accomplish, do you think?

The solution that puts the least amount of strain on the average user is probably to simply mask versions of udev greater than 171. This should allow you to keep a stable system and not run into any problems with portage being annoying because of using keyworded packages. And then to simply wait and see what options develop over time.

Fine, but no. I am already offered eudev by portage, and that is probably best option, long term.
Haven't emerge-updated system in 10 or more days, so it's normal to have a few extra hurdles for solving...
Might be back to ask more questions if I don't solve these so soon.
Back to top
View user's profile Send private message
hcaulfield57
Tux's lil' helper
Tux's lil' helper


Joined: 13 Mar 2012
Posts: 148

PostPosted: Thu Dec 20, 2012 9:10 am    Post subject: Reply with quote

miroR: That looks correct, there is no reason to mask xz-utils, kmod, udev-init-scripts, or virutal/udev because they should all install correctly from portage. However, if you want to use eudev, you will need to enable testing udev-init-scripts, and virtual/udev as they are dependencies. You should also make sure to have docbook-xsl-stylesheets installed, as eudev needs that (right now) for some reason.
_________________
"To design the perfect anti-Unix, make all file formats binary and opaque, and require heavyweight tools to read and edit them." - The Art of Unix Programming
Back to top
View user's profile Send private message
miroR
l33t
l33t


Joined: 05 Mar 2008
Posts: 826

PostPosted: Thu Dec 20, 2012 10:00 am    Post subject: Reply with quote

hcaulfield57 wrote:
miroR: That looks correct, there is no reason to mask xz-utils, kmod, udev-init-scripts, or virutal/udev because they should all install correctly from portage. However, if you want to use eudev, you will need to enable testing udev-init-scripts, and virtual/udev as they are dependencies. You should also make sure to have docbook-xsl-stylesheets installed, as eudev needs that (right now) for some reason.


Code:
>>> Emerging (50 of 98) sys-fs/udev-init-scripts-9999 from udev
>>> Failed to emerge sys-fs/udev-init-scripts-9999, Log file:
>>>  '/var/log/portage_logs/sys-fs:udev-init-scripts-9999:20121220-093408.log'
>>> Jobs: 49 of 98 complete, 1 failed               Load avg: 3.60, 4.55, 3.67
*** Resuming merge...
>>> Starting parallel fetch


Because it tried to emerge the wrong one:
Code:
 # emerge -pvt udev-init-scripts

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild     U *] sys-fs/udev-init-scripts-9999::udev [17::udev] 0 kB

Total: 1 package (1 upgrade), Size of downloads: 0 kB
 #


See the "::udev"? Wrong one.

(( The package:
Code:
app-text/docbook-xsl-stylesheets
      Latest version available: 1.77.1-r1
      Latest version installed: 1.77.1-r1
     

is in my system. ))
But I don't get why the wrong udev-init-scripts is being tried to pull in...


hcaulfield57 wrote:
there is no reason to mask xz-utils, kmod, udev-init-scripts, or virutal/udev because they should all install correctly from portage

But:
https://forums.gentoo.org/viewtopic-t-934678-start-300.html#7207080
(or just scroll a screenful or two up from here)
that was not masking ::gentoo udev. Actually that was removing the masks from ::gentoo udev fork, the one to use.

Warning. Following is non-related to this topic.
BTW, I got a suspicious activity non-related to this thread, but happening at the time about half hour ago from now:
Code:
 # date
Thu 20 Dec 10:47:54 CET 2012
 #

and this is just to mark the truth about it in real time. Will post about it in less restrictive place on Gentoo forums (and give a link to there in here, since I'm talking about it). Need only to mark it here, because this thread at this time features in the video I am now posting on vimeo.
EDIT start
https://forums.gentoo.org/viewtopic-p-7207178.html
("Preparation to demonstrate strange intrusion into my system")
EDIT end


Last edited by miroR on Thu Dec 20, 2012 11:41 am; edited 1 time in total
Back to top
View user's profile Send private message
hcaulfield57
Tux's lil' helper
Tux's lil' helper


Joined: 13 Mar 2012
Posts: 148

PostPosted: Thu Dec 20, 2012 10:07 am    Post subject: Reply with quote

Remove the overlay, you can use udev-init-scripts that are in portage.
_________________
"To design the perfect anti-Unix, make all file formats binary and opaque, and require heavyweight tools to read and edit them." - The Art of Unix Programming
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6747

PostPosted: Thu Dec 20, 2012 10:18 am    Post subject: Reply with quote

hcaulfield57 wrote:
If Linux becomes unusable without a particular init system, it's probably fair to say that it ceases being UNIX

Yes. The goal of these people (systemd freedesktop etc) is GNOME OS which in philosophy and main concepts is something completely different than UNIX. This is the main problem: If they would develop these concept in their own kernel and own users nobody would complain. The problem is that they want to force it over the linux world although it obviously contradicts in its main concepts.
Back to top
View user's profile Send private message
miroR
l33t
l33t


Joined: 05 Mar 2008
Posts: 826

PostPosted: Thu Dec 20, 2012 10:20 am    Post subject: Reply with quote

hcaulfield57 wrote:
Remove the overlay, you can use udev-init-scripts that are in portage.

Give us the command, gov!
Which overlay is it?
It takes time warming up here (remember I was telling about cogs'n'wheels of Gentoo in people's subconscious... Well, it's in deeper subconscious here, that's deep fishing for thought less someone comes to the aid of the needy :? )
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6095
Location: Dallas area

PostPosted: Thu Dec 20, 2012 11:05 am    Post subject: Reply with quote

I walked away from updating udev at 171-r7 when they required adding udev-mount to startup.
Not that that's a problem per se, but I saw the handwriting on the wall for further complexity to come.

I copied udev-171-r6 to my local portage tree and added ">=sys-fs/udev-171-r7" to package.mask.

I've had a /dev directory since before udev and have done a tar backup of /dev that udev has created
so it wouldn't be too hard to do away with it completely and go back to a static /dev.
The only thing I would have to do is go back to the old style xorg.conf (I think that's required if udev goes bye-bye).

Good luck to those fighting the newer udevs.
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
hcaulfield57
Tux's lil' helper
Tux's lil' helper


Joined: 13 Mar 2012
Posts: 148

PostPosted: Thu Dec 20, 2012 7:39 pm    Post subject: Reply with quote

mv wrote:

Yes. The goal of these people (systemd freedesktop etc) is GNOME OS which in philosophy and main concepts is something completely different than UNIX. This is the main problem: If they would develop these concept in their own kernel and own users nobody would complain. The problem is that they want to force it over the linux world although it obviously contradicts in its main concepts.

Yes, and therein lies one of the most important issues with this whole systemd/udev thing.
miroR wrote:

Give us the command, gov!
Which overlay is it?

The problem is you still have the 'udev' overlay installed, which is not necessary if you want to use eudev. You should run `layman -d udev` to get rid of it. The version of udev-init-scripts I'm using is sys-fs/udev-init-scripts-18. Let me know if that helps.
Anon-E-moose wrote:

I've had a /dev directory since before udev and have done a tar backup of /dev that udev has created
so it wouldn't be too hard to do away with it completely and go back to a static /dev.
The only thing I would have to do is go back to the old style xorg.conf (I think that's required if udev goes bye-bye).

That actually should be uncessary, I tested out static-/dev at one point to see it's viability (it works properly, does what it should), and not much is required to get xorg working properly.
_________________
"To design the perfect anti-Unix, make all file formats binary and opaque, and require heavyweight tools to read and edit them." - The Art of Unix Programming
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Wed Dec 26, 2012 2:13 am    Post subject: Reply with quote

Anon-E-moose wrote:
I walked away from updating udev at 171-r7 when they required adding udev-mount to startup.
Not that that's a problem per se, but I saw the handwriting on the wall for further complexity to come.

I copied udev-171-r6 to my local portage tree and added ">=sys-fs/udev-171-r7" to package.mask.

I've had a /dev directory since before udev and have done a tar backup of /dev that udev has created
so it wouldn't be too hard to do away with it completely and go back to a static /dev.
The only thing I would have to do is go back to the old style xorg.conf (I think that's required if udev goes bye-bye).

Good luck to those fighting the newer udevs.


just as a heads up, Chromium will not build without a relatively recent udev
so even though I moved to mdev ages ago, I've had to at least have the udev package installed as a build dependency for certain things. Nothing from udev is ever run, but it's there so the chromium build doesn't complain.

this is one of many seemingly trivial things that make me raise an eyebrow, and bring up the idea of "being unusable without systemd" - how long until chromium depends on some library from systemd?

I've yet to, for example, find a decent systray icon for monitoring my battery that doesn't rely on udev. Yet another "little thing" that makes me particularly nervous about the future.

So you folk keep an eye out.

NB: i didnt really mean to deviate from the subject of the thread, i.e. the udev fork, but it's worth noting some things just plain can't exist without udev. Merely having a /dev manager may become insufficient, and at this rate it won't be long before nearly every application we use requires "official" udev. Slipper slope and such, today it's packages linking against udev, tomorrow it's packages linking against systemd.
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
grey_dot
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2012
Posts: 142

PostPosted: Wed Dec 26, 2012 10:25 am    Post subject: Reply with quote

cach0rr0 wrote:

just as a heads up, Chromium will not build without a relatively recent udev


Wait, what? A web browser, which is by definition pure user application, requires an exact implementation of one of the core system components? Huh...

cach0rr0 wrote:

how long until chromium depends on some library from systemd?


Actually, >udev-182 requires libsystemd. It just aint installed as a separate package afaik.

cach0rr0 wrote:

Slipper slope and such, today it's packages linking against udev, tomorrow it's packages linking against systemd.


I avoid that kind of software. Its an overcomplicated crap anyway.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8931

PostPosted: Thu Dec 27, 2012 12:55 am    Post subject: Reply with quote

cach0rr0 wrote:
I've yet to, for example, find a decent systray icon for monitoring my battery that doesn't rely on udev. Yet another "little thing" that makes me particularly nervous about the future.

So you folk keep an eye out.

List of rebuilds after udev -> eudev update:

Code:
[ebuild   R   ~] dev-libs/eeze-1.7.4
[ebuild   R   ~] sys-apps/util-linux-2.22.1
[ebuild   R   ~] media-libs/mesa-9.0.1
[ebuild   R    ] dev-libs/libatasmart-0.19
[ebuild   R    ] sys-auth/consolekit-0.4.5_p20120320-r1
[ebuild   R    ] dev-libs/libgusb-0.1.3
[ebuild   R    ] x11-base/xorg-server-1.13.1
[ebuild   R   ~] sys-fs/lvm2-2.02.97
[ebuild   R   ~] net-wireless/bluez-4.101-r4
[ebuild   R    ] sys-fs/udisks-1.0.4-r2
[ebuild   R    ] x11-drivers/xf86-input-evdev-2.7.3
[ebuild   R   ~] x11-drivers/xf86-video-intel-2.20.16
[ebuild   R   #] kde-base/kdelibs-4.9.95:4
[ebuild   R   ~] media-video/vlc-2.0.4
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Thu Dec 27, 2012 1:07 am    Post subject: Reply with quote

cach0rr0 wrote:
I've yet to, for example, find a decent systray icon for monitoring my battery that doesn't rely on udev. Yet another "little thing" that makes me particularly nervous about the future.

Try xbattbar.
Back to top
View user's profile Send private message
miroR
l33t
l33t


Joined: 05 Mar 2008
Posts: 826

PostPosted: Thu Dec 27, 2012 2:14 am    Post subject: Reply with quote

34992 views of this thread at this time.
(in words and rounded up, it's thirty-five thousands, 35,000)...
I'm afraid I haven't solve this for myself, for one. Yet.
I was away for a few days. So....
hcaulfield57 wrote:
mv wrote:

Yes. The goal of these people (systemd freedesktop etc)
... [snip] ...
...is that they want to force it over the linux world although it obviously contradicts in its main concepts.


And I haven't rid of systemd yet.
The ::gentoo udev, actually what should've been marked with ::gentoo instead of this abandoned ::udev (and I don't know where I lost it if I did), more precisely:
(I tried in vain to post in pastebin.com ... They're boycotting my Tor browser, can't post unless I log in, mozilla already removed some of my pastes... nowhere can I paste)...
So I'll have to post it here... shortened to most relevant.
========= emerge --info sys-fs/udev start ===========
Code:
Portage 2.1.11.38 (hardened/linux/amd64, ...[snip]...
================================================
                        System Settings
================================================
...[snip]...
Repositories: gentoo multimedia sunrise zugaina vdr-devel vdr-testing seden x-portage x-my_ebuilds
ACCEPT_KEYWORDS="amd64 ~amd64"
...[snip]...
PORTAGE_TMPDIR="/dev/shm"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/multimedia /var/lib/layman/sunrise /var/lib/layman/zugaina /var/lib/layman/vdr-devel /var/lib/layman/vdr-testing /var/lib/layman/seden /var/lib/portage /var/lib/layman/my_ebuilds"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="acl amd64 berkdb ...[snip]... usertrack vhost_alias" CALLIGRA_...[snip]...account"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

================================================
                        Package Settings
================================================

sys-fs/udev-196-r1 was built with the following:
USE="acl gudev hwdb kmod (multilib) openrc static-libs -doc -introspection -keymap (-selinux)"

========= emerge --info sys-fs/udev end ===========


I know it's incomplete (and I didn't snip so well, never mind my trying), but there it is, the main ::gentoo repo (in top of the shortened paste), where I think this package is from... so my doubt is solved, IIUC.
But how come that package shows these files, I'm following in short intervals this topic right now in real time, if the previous output would need putting in say useflags, or if the following output need be cut shorter, someone tell me, because I'm afraid if I shorten the following upfront, it might be too incomplete. This is a difficult and uncertain decision to post all of the following...
========= equery files sys-fs/udev start ===========
Code:
 * Searching for udev in sys-fs ...
 * Contents of sys-fs/udev-196-r1:
/etc
/etc/udev
/etc/udev/hwdb.d
/etc/udev/rules.d
/etc/udev/udev.conf
/sbin
/sbin/udevadm -> ../usr/bin/udevadm
/usr
/usr/bin
/usr/bin/udevadm
/usr/include
/usr/include/gudev-1.0
/usr/include/gudev-1.0/gudev
/usr/include/gudev-1.0/gudev/gudev.h
/usr/include/gudev-1.0/gudev/gudevclient.h
/usr/include/gudev-1.0/gudev/gudevdevice.h
/usr/include/gudev-1.0/gudev/gudevenumerator.h
/usr/include/gudev-1.0/gudev/gudevenums.h
/usr/include/gudev-1.0/gudev/gudevenumtypes.h
/usr/include/gudev-1.0/gudev/gudevtypes.h
/usr/include/libudev.h
/usr/lib
/usr/lib/systemd
/usr/lib/systemd/system
/usr/lib/systemd/system/sockets.target.wants
/usr/lib/systemd/system/sockets.target.wants/systemd-udevd-control.socket -> ../systemd-udevd-control.socket
/usr/lib/systemd/system/sockets.target.wants/systemd-udevd-kernel.socket -> ../systemd-udevd-kernel.socket
/usr/lib/systemd/system/sysinit.target.wants
/usr/lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service -> ../systemd-udev-trigger.service
/usr/lib/systemd/system/sysinit.target.wants/systemd-udevd.service -> ../systemd-udevd.service
/usr/lib/systemd/system/systemd-udev-settle.service
/usr/lib/systemd/system/systemd-udev-trigger.service
/usr/lib/systemd/system/systemd-udevd-control.socket
/usr/lib/systemd/system/systemd-udevd-kernel.socket
/usr/lib/systemd/system/systemd-udevd.service
/usr/lib/systemd/systemd-udevd
/usr/lib/udev
/usr/lib/udev/accelerometer
/usr/lib/udev/ata_id
/usr/lib/udev/cdrom_id
/usr/lib/udev/collect
/usr/lib/udev/mtd_probe
/usr/lib/udev/rules.d
/usr/lib/udev/rules.d/40-gentoo.rules
/usr/lib/udev/rules.d/42-usb-hid-pm.rules
/usr/lib/udev/rules.d/50-udev-default.rules
/usr/lib/udev/rules.d/60-cdrom_id.rules
/usr/lib/udev/rules.d/60-persistent-alsa.rules
/usr/lib/udev/rules.d/60-persistent-input.rules
/usr/lib/udev/rules.d/60-persistent-serial.rules
/usr/lib/udev/rules.d/60-persistent-storage-tape.rules
/usr/lib/udev/rules.d/60-persistent-storage.rules
/usr/lib/udev/rules.d/60-persistent-v4l.rules
/usr/lib/udev/rules.d/61-accelerometer.rules
/usr/lib/udev/rules.d/64-btrfs.rules
/usr/lib/udev/rules.d/75-net-description.rules
/usr/lib/udev/rules.d/75-probe_mtd.rules
/usr/lib/udev/rules.d/75-tty-description.rules
/usr/lib/udev/rules.d/78-sound-card.rules
/usr/lib/udev/rules.d/80-drivers.rules
/usr/lib/udev/rules.d/95-udev-late.rules
/usr/lib/udev/scsi_id
/usr/lib/udev/v4l_id
/usr/lib64
/usr/lib64/libgudev-1.0.a
/usr/lib64/libgudev-1.0.so -> libgudev-1.0.so.0.1.2
/usr/lib64/libgudev-1.0.so.0 -> libgudev-1.0.so.0.1.2
/usr/lib64/libgudev-1.0.so.0.1.2
/usr/lib64/libudev.a
/usr/lib64/libudev.so -> libudev.so.1.2.0
/usr/lib64/libudev.so.1 -> libudev.so.1.2.0
/usr/lib64/libudev.so.1.2.0
/usr/lib64/pkgconfig
/usr/lib64/pkgconfig/gudev-1.0.pc
/usr/lib64/pkgconfig/libudev.pc
/usr/share
/usr/share/doc
/usr/share/doc/udev-196-r1
/usr/share/doc/udev-196-r1/DISTRO_PORTING.bz2
/usr/share/doc/udev-196-r1/NEWS.bz2
/usr/share/doc/udev-196-r1/README.bz2
/usr/share/doc/udev-196-r1/TODO.bz2
/usr/share/man
/usr/share/man/man7
/usr/share/man/man7/udev.7.bz2
/usr/share/man/man8
/usr/share/man/man8/systemd-udevd.8.bz2
/usr/share/man/man8/systemd-udevd.service.8.bz2
/usr/share/man/man8/udevadm.8.bz2
/usr/share/pkgconfig
/usr/share/pkgconfig/udev.pc

========= equery files sys-fs/udev end ===========
I haven't rid of systemd.
How come?
hcaulfield57 wrote:
miroR wrote:

Give us the command, gov!
Which overlay is it?

The problem is you still have the 'udev' overlay installed, which is not necessary if you want to use eudev. You should run `layman -d udev` to get rid of it.

I did figure out after I rummaged about it in my subconscious... More verbosity upfront on your part would have helped me figure out sooner back then. But as you can see further above, my problem has probably not gone away. I still have that systemd in there IIUC.
hcaulfield57 wrote:
The version of udev-init-scripts I'm using is sys-fs/udev-init-scripts-18. Let me know if that helps.

Nope. I'm afraid I went completely elsewhere, under the systemd creators' claws... or I don't know where exactly.
Because, for shortness this time (I can expand if necessary later):
Code:

 # emerge -pvt sys-fs/udev-init-scripts

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   *] sys-fs/udev-init-scripts-9999  0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB
#


hcaulfield57 wrote:
Anon-E-moose wrote:

I've had a /dev directory since before udev and have done a tar backup of /dev that udev has created
so it wouldn't be too hard to do away with it completely and go back to a static /dev.
The only thing I would have to do is go back to the old style xorg.conf (I think that's required if udev goes bye-bye).

That actually should be uncessary, I tested out static-/dev at one point to see it's viability (it works properly, does what it should), and not much is required to get xorg working properly.

So something seems to be happaning to poor udev, and she might be dying on us...
Fine, if it's not much, then there maybe someone of you might teach us how to do it, e.g. make a tutorial on http://en.gentoo-wiki.com/ or somewhere...
Because this frightens me sick a little. I had plans with working Gentoo, not for working on my non-booting Gentoo or such...
I haven't rebooted in some week's time yet (it's usual here, TV card is recording a lot of time), exactly for fear that I would have to spend all my skills, mental power and time into fixing a non-booting system.
That much about the state of my Gentoo.
It just might not boot. All is different now. One detail. On a reboot about a week and a day ago, I think, there was a message to the effect of:
"No /sbin/udevd" and no devices were created...
Previously, with ::udev repo udev bunch:
Code:
# ls -l /sbin/udev*
-rwxr-xr-x 1 root root 182184 Dec  1 12:00 /sbin/udevadm
-rwxr-xr-x 1 root root 174040 Dec  1 12:00 /sbin/udevd
#

And now, it's completely differently.
Code:
 # ls -l /sbin/udev*
lrwxrwxrwx 1 root root 18 Dec 26 20:36 /sbin/udevadm -> ../usr/bin/udevadm
#

and I already had a few days down with the udev a month or two ago, in this thread it should be documented.
Sure, apart from my hate for SELinux and despise of too much, too much NSA's eavesdropping on the world, not only in the U.S.A... (those are definitely interrelated, but things seem to be developing into different stories slowly)...
Sure, apart from that reason, I still very much like Gentoo but with a lot of uncertainty, for the same reason.
I should go and have a nap now, but I won't for an hour more, till I see if there are any necessary corrections for me to do in regard to the extensive pasting in the post instead of in a pastebin (which wasn't possible for my Tor browser).
EDIT: Bump. Thu 27 Dec 04:20:18 CET 2012
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Thu Dec 27, 2012 5:05 am    Post subject: Reply with quote

grey_dot wrote:

Wait, what? A web browser, which is by definition pure user application, requires an exact implementation of one of the core system components? Huh...


try hacking the ebuild to remove the udev dependency. observe smoke and fire if udev is not installed (presumably eudev or your fork would fulfill the requirements) :)

genstorm wrote:

List of rebuilds after udev -> eudev update:


not too terrible. Course I a)don't use/have consolekit, b)have been udev-free long enough I'm going to have to figure out a valid excuse to try it again (any udev, be it eudev or otherwise). Maybe a new box.

Ant P. wrote:

Try xbattbar.


ta
tried that before, but hadn't noticed the -c option (I am, of course, not using APM)
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3 ... , 12, 13, 14  Next
Page 13 of 14

 
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