[gentoo-user] how to remove HAL

2010-07-27 Thread sam new
Hi All, As we know, HAL is not used by Xorg for output devices or any other devices,so I want to remove it completely,I set USE=-hal in /etc/make.conf ,and recompile the packages, and also modify /etc/conf.d/xdm with NEED_HALD=no ,exec rc-update del hal default .All things goes well

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread sam new
McKinnon alan.mckin...@gmail.com wrote: On Wednesday 28 July 2010 04:44:23 sam new wrote: Hi All, As we know, HAL is not used by Xorg for output devices or any other devices,so I want to remove it completely,I set USE=-hal in /etc/make.conf ,and recompile the packages, and also

Re: [gentoo-user] Re: how to remove HAL

2010-07-28 Thread sam new
They think that they can remove HAL and still have stuff like USB hotplugging/automounting working,in Xorg 1.8, udev will replace HAL . we can use devicekit-disks package to mount USB stick or CD,USE polkit-gnome or ntfs3g to mount NTFS filesystem. so HAL is not needed.may be modify gnome-mount

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread sam new
2010 15:34:23 sam new wrote: I use emerge -avuNDt world ,find out that is gnome-base/gnome-mount-0.8-r1 ,and also check the ebuild that depends hal .but I mask it in the package.mask why still emerge gnome-mount and hal ,maybe gnome-mount depends hal,and others depends gnome-mount ,how can

Re: [gentoo-user] timed out rsync error:

2010-07-29 Thread sam new
Although the problem has been sloved ,I want give you an advice , If you are behind a firewall that blocks rsync traffic, you can use emerge-webrsyncwhich will download and install a portage snapshot for you. On 29 July 2010 13:55, Dale rdalek1...@gmail.com wrote: Valmor de Almeida wrote:

Re: [gentoo-user] how to remove HAL

2010-07-29 Thread sam new
maybe I am a perfectionist ,aha:) so want to remove it completely ,although HAL is just installed and do not use it .maybe try to modify gnome-mount ebuild or let it be ;-) On 29 July 2010 14:39, Alan McKinnon alan.mckin...@gmail.com wrote: On Thursday 29 July 2010 04:26:09 sam new wrote: I

Re: [gentoo-user] pecl-cairo ~x86 overlay?

2010-07-31 Thread sam new
I just think that maybe in Ebuild the keyword is ~amd64 what the ebuild maintainer** do , it means that the maintainer just tested in arch amd64 not x86. if you want to install in x86,you can modify ebuild and add ~x86,maybe it works ,that is my opinion. On 31 July 2010 10:29, Michael M

[gentoo-user] root in LVM with ext4 as mount ext2

2010-08-11 Thread sam new
Hi all, I transfer data to a new harddisk ,and use LVM . when it boots up ,the root is mounted as ext2 ,the real filesystem is ext4 ,how should I do ? here is /etc/fstab /dev/sda5 /boot ext3noatime 0 1 /dev/mapper/sysvg-root /

[gentoo-user] Re: root in LVM with ext4 as mount ext2

2010-08-12 Thread sam new
any one help? On 12 August 2010 11:22, sam new maoben1...@gmail.com wrote: Hi all, I transfer data to a new harddisk ,and use LVM . when it boots up ,the root is mounted as ext2 ,the real filesystem is ext4 ,how should I do ? here is /etc/fstab /dev/sda5 /boot

Re: [gentoo-user] Re: root in LVM with ext4 as mount ext2

2010-08-12 Thread sam new
thanks, I have google yet maybe wrong keywords ,yes i compiled as module,does it comiled in kernel can slove the problem? On 12 August 2010 19:32, Alex Schuster wo...@wonkology.org wrote: sam new writes: any one help? Yes, google. With 'rootfstype=ext4 initrd genkernel' the first hit shows

Re: [gentoo-user] Re: root in LVM with ext4 as mount ext2

2010-08-12 Thread sam new
I have check it again ,I compile it into the kernel On 12 August 2010 19:32, Alex Schuster wo...@wonkology.org wrote: sam new writes: any one help? Yes, google. With 'rootfstype=ext4 initrd genkernel' the first hit shows bug #221245 (rootfs is incorrectly mounted as ext2). I assume you

[gentoo-user] emerge strategy gamew 0ad fail

2010-08-22 Thread sam new
hi all, 0ad game is a strategy game like empire Age ,is an alpha version,so it is not contained in portage tree*. *I find some ebuild in overlay ,also find in http://bugs.gentoo.org/show_bug.cgi?id=278541 but they all do not work ,I try to build it use source ,also failed. any one who play

[gentoo-user] Re: emerge strategy gamew 0ad fail

2010-08-22 Thread sam new
On 22 August 2010 21:00, sam new maoben1...@gmail.com wrote: hi all, 0ad game is a strategy game like empire Age ,is an alpha version,so it is not contained in portage tree*. *I find some ebuild in overlay ,also find in http://bugs.gentoo.org/show_bug.cgi?id=278541 but they all do

Re: [gentoo-user] Re: i486

2010-11-23 Thread sam new
still do stage 1 installs? sounds good ,any guide or tutorial? On 24 November 2010 06:45, David W Noon dwn...@ntlworld.com wrote: On Tue, 23 Nov 2010 22:10:02 +0100, James wrote about [gentoo-user] Re: i486: David W Noon dwnoon at ntlworld.com writes: Try using i686 instead. This

Re: [gentoo-user] Re: i486

2010-11-25 Thread sam new
I have try LFS (linux from scratch) ,and install gentoo use stage3 .Does the stage1 installs like that,Compile the toolchain and build the system? On 24 November 2010 23:58, David W Noon dwn...@ntlworld.com wrote: On Wed, 24 Nov 2010 08:10:01 +0100, sam new wrote about Re: [gentoo-user] Re

Re: [gentoo-user] Re: i486

2010-11-25 Thread sam new
and power , no OS, no livd cd . I am afraid it is out of this topic.but it always puzzled me :-) On 26 November 2010 03:47, Mick michaelkintz...@gmail.com wrote: On Thursday 25 November 2010 17:40:08 David W Noon wrote: On Thu, 25 Nov 2010 11:10:02 +0100, sam new wrote about Re: [gentoo-user

Re: [gentoo-user] Re: i486

2010-11-26 Thread sam new
thanks mick ,that not my meaning, it is not about how to install gentoo On 26 November 2010 16:58, Mick michaelkintz...@gmail.com wrote: On Friday 26 November 2010 06:07:58 sam new wrote: Thanks all, I have a question , when we build the system, always use host client to build

Re: [gentoo-user] Re: i486

2010-11-26 Thread sam new
, Mick michaelkintz...@gmail.com wrote: On Friday 26 November 2010 06:07:58 sam new wrote: Thanks all, I have a question , when we build the system, always use host client to build the toolchain , then GCC Glibc ...kernel some unity ... from source ,but where the frist system come from ,does

Re: [gentoo-user] the origins of Unix

2010-11-26 Thread sam new
: On 26/11/2010, at 6:07am, sam new wrote: Thanks all, I have a question , when we build the system, always use host client to build the toolchain , then GCC Glibc ...kernel some unity ... from source ,but where the frist system come from ,does it build using the Assembly language

[gentoo-user] X was crash at login window (gdm)

2012-10-25 Thread sam new
hi all , I do not like to update my gentoo frequently cause compile takes me a long time,but some days ago, I decided to upgrade my Xorg server to 1.13 and gentoo-source kernel 3.6.2 . it sucks me . the X was crash at login window, the screen was blank. sometimes you can see the mouse loading

[gentoo-user] X was crash at login window (gdm)

2012-10-25 Thread sam new
hi all , I do not like to update my gentoo frequently cause compile takes me a long time,but some days ago, I decided to upgrade my Xorg server to 1.13 and gentoo-source kernel 3.6.2 . it sucks me . the X was crash at login window, the screen was blank. sometimes you can see the mouse loading

Re: [gentoo-user] X was crash at login window (gdm)

2012-10-26 Thread sam new
I can not find service udev-postmount ,Udev version is 194 , services udev and udev-mount start at runlevel On 25 October 2012 23:40, Philip Webb purs...@ca.inter.net wrote: 121025 sam new wrote: I do not like to update my gentoo frequently cause compile takes a long time, but I decided

Re: [gentoo-user] X was crash at login window (gdm)

2012-10-28 Thread sam new
fallback mode maybe recompile packages that depend Udev can fix this . Thank you On 27 October 2012 02:17, Philip Webb purs...@ca.inter.net wrote: 121026 sam new top-posted: Please try to remember not to do that (smile). On 25 October 2012 23:40, Philip Webb pursl...@ca.inter.net wrote: 121025