Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't Emerge Xorg
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Jun 09, 2010 5:02 am    Post subject: Reply with quote

is the attempt to boot succeeding in spite of the error messages or failing?
Back to top
View user's profile Send private message
warrior23
n00b
n00b


Joined: 06 Jun 2010
Posts: 26

PostPosted: Wed Jun 09, 2010 6:01 am    Post subject: Reply with quote

It boots.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Jun 09, 2010 3:01 pm    Post subject: Reply with quote

Do you now have networking?
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Jun 09, 2010 5:11 pm    Post subject: Reply with quote

Quote:
In start up something flashes by able disabling config sysfs deprecated or updating the kernel to fix udev? Any ideas?

Believe this happens because you have:
Quote:
General setup --->
[*] enable deprecated sysfs features to support old userspace tools

in your kernel configuration.
This should be:
Quote:
General setup --->
[ ] enable deprecated sysfs features to support old userspace tools

Help for this item reads:
Quote:
CONFIG_SYSFS_DEPRECATED_V2:
This option switches the layout of sysfs to the deprecated version. Do not use it on recent distributions.
The current sysfs layout features a unified device tree at /sys/devices/, which is able to express a hierarchy between class devices.
If the deprecated option is set to Y, the unified device tree is split into a bus device tree at /sys/devices/ and several individual class device trees at /sys/class/.
The class and bus devices will be connected by "<subsystem>:<name>" and the "device" links. The "block"class devices, will not show up in /sys/class/block/. Some subsystems will suppress the creation of some devices which depend on the unified device tree.

This option is not a pure compatibility option that can be safely enabled on newer distributions. It will change the layout of sysfs to the non-extensible deprecated version, and disable some features, which can not be exported without confusing older userspace tools. Since 2007/2008 all major distributions do not enable this option, and ship no tools which depend on the deprecated layout or this option.
If you are using a new kernel on an older distribution, or use older userspace tools, you might need to say Y here. Do not say Y, if the original kernel, that came with your distribution, has this option set to N.

Symbol: SYSFS_DEPRECATED_V2=n
Prompt: enable deprecated sysfs features to support old userspace tools
Defined at
init/Kconfig:627
Depends on: SYSFS [=y]
Location:
General Setup
Selects: SYSFS_DEPRECATED [=n]

Did you use genkernel or did you make the kernel manually?


Quote:
"The udev init-script is written for baselayout-2!
Please do not use it with baselayout-1!.


If this message keeps appearing, don't worry about it. It is a known harmless defect.
Back to top
View user's profile Send private message
warrior23
n00b
n00b


Joined: 06 Jun 2010
Posts: 26

PostPosted: Thu Jun 10, 2010 1:24 am    Post subject: Reply with quote

I used genkernel.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Jun 10, 2010 3:08 am    Post subject: Reply with quote

Run:
Code:
grep -i CONFIG_SYSFS_DEPRECATED_V2 /usr/src/linux/.config

If the output is "CONFIG_SYSFS_DEPRECATED_V2=y" there is a potential for problems as expressed in the help quoted above.
To correct it while continuing to use genkernel:
ensure the /boot partition is mounted
Code:
mount
will tell you
Code:
mount /dev/sda1 /boot

if needed to mount it
Code:
genkernel --oldconfig --menuconfig all

in the menuconfig menu select general setup and change
Quote:
[*] enable deprecated sysfs features to support old userspace tools
to
Quote:
[ ] enable deprecated sysfs features to support old userspace tools
then exit twice, be patient while the rebuild is being done.
Back to top
View user's profile Send private message
warrior23
n00b
n00b


Joined: 06 Jun 2010
Posts: 26

PostPosted: Thu Jun 10, 2010 7:40 am    Post subject: Reply with quote

Still a no go....

I've learnt a lot from Gentoo, I don't regret all the time invested into it but i'm going to give up for a while a start fresh later on once i've gained a little more experience in it all, Any advise on a Linux distro that is not as user friendly as Fedora/Ubuntu/Opensuse but not as hard as Gentoo?
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Jun 10, 2010 1:07 pm    Post subject: Reply with quote

http://sabayonlinux.org/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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