Re: [gentoo-user] Unable to login to gentoo

2011-11-02 Thread czernitko
Well, if nothing else, you could use binfmt support in kernel to execute 64bit code on 32bit OS, as same as you can execute ARM or other arch binaries. On the other hand, booting 64bit live system would be much easier, faster and better approach, I guess :) If you don't want to mess with chroot

Re: [gentoo-user] Unable to login to gentoo

2011-11-02 Thread YoYo Siska
On Tue, Nov 01, 2011 at 04:54:06PM -0500, Dale wrote: Michael Schreckenbauer wrote: Am Dienstag, 1. November 2011, 23:00:57 schrieb Alan McKinnon: On Tue, 01 Nov 2011 14:49:30 -0500 Dalerdalek1...@gmail.com wrote: Vishnupradeep wrote: On Tue, Nov 1, 2011 at 2:48 PM,

[gentoo-user] Unable to login to gentoo

2011-11-01 Thread Vishnupradeep
Installed Gentoo Linux with KDE. Worked on it for some days without any problem. The disk became full (now deleted some files downloaded to my documents to get 1.5Gb free space). Now i can't login to Gentoo. The login screen appears when username and password is entered and press enter It never

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Mick
On Tuesday 01 Nov 2011 07:10:09 Vishnupradeep wrote: Installed Gentoo Linux with KDE. Worked on it for some days without any problem. The disk became full (now deleted some files downloaded to my documents to get 1.5Gb free space). Now i can't login to Gentoo. The login screen appears when

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Vishnupradeep
On Tue, Nov 1, 2011 at 1:56 PM, Mick michaelkintz...@gmail.com wrote: revdep-rebuild -v -- --ask localhost / # revdep-rebuild -v --ask bash: revdep-rebuild: command not found localhost / # ls bash: ls: command not found localhost / #

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Mick
On Tuesday 01 Nov 2011 08:49:59 Vishnupradeep wrote: On Tue, Nov 1, 2011 at 1:56 PM, Mick michaelkintz...@gmail.com wrote: revdep-rebuild -v -- --ask localhost / # revdep-rebuild -v --ask bash: revdep-rebuild: command not found localhost / # ls bash: ls: command not found localhost / #

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread YoYo Siska
On Tue, Nov 01, 2011 at 02:19:59PM +0530, Vishnupradeep wrote: On Tue, Nov 1, 2011 at 1:56 PM, Mick michaelkintz...@gmail.com wrote: revdep-rebuild -v -- --ask localhost / # revdep-rebuild -v --ask bash: revdep-rebuild: command not found localhost / # ls bash: ls: command not found

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Jonas de Buhr
Am Tue, 1 Nov 2011 12:40:09 +0530 schrieb Vishnupradeep intermedia.vis...@gmail.com: Installed Gentoo Linux with KDE. Worked on it for some days without any problem. The disk became full (now deleted some files downloaded to my documents to get 1.5Gb free space). Now i can't login to Gentoo.

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Diego Augusto Molina
El 01/11/11 04:10, Vishnupradeep escribió: Installed Gentoo Linux with KDE. Worked on it for some days without any problem. The disk became full (now deleted some files downloaded to my documents to get 1.5Gb free space). Now i can't login to Gentoo. The login screen appears when username and

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Paul Hartman
On Tue, Nov 1, 2011 at 12:07 PM, Jonas de Buhr jonas.de.b...@gmx.net wrote: failing kde login is likely due to a still full disk. And in this situation,usually login as root is still possible (as long as there is reserved space on the disk)

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Vishnupradeep
On Tue, Nov 1, 2011 at 2:48 PM, Mick michaelkintz...@gmail.com wrote: emerge -1aDv app-portage/gentoolkit revdep-rebuild -v --ask i can't use emerge command as it is shown as command not found. can u tell the correct path of emerge.

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Vishnupradeep
yes full path works. On Tue, Nov 1, 2011 at 6:51 PM, YoYo Siska y...@gl.ksp.sk wrote: and try using full paths: /bin/ls (or /usr/bin/ls)

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Vishnupradeep
On Tue, Nov 1, 2011 at 1:56 PM, Mick michaelkintz...@gmail.com wrote: If so use a LiveCD, chroot and run revdep-rebuild -v -- --ask I have fedora 15 installed on another drive. Can i chroot from fedora and execute the command

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Dale
Vishnupradeep wrote: On Tue, Nov 1, 2011 at 2:48 PM, Mick michaelkintz...@gmail.com mailto:michaelkintz...@gmail.com wrote: emerge -1aDv app-portage/gentoolkit revdep-rebuild -v --ask i can't use emerge command as it is shown as command not found. can u tell the correct path of

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Dale
Vishnupradeep wrote: On Tue, Nov 1, 2011 at 1:56 PM, Mick michaelkintz...@gmail.com mailto:michaelkintz...@gmail.com wrote: If so use a LiveCD, chroot and run revdep-rebuild -v -- --ask I have fedora 15 installed on another drive. Can i chroot from fedora and execute the command

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread YoYo Siska
On Wed, Nov 02, 2011 at 01:00:12AM +0530, Vishnupradeep wrote: yes full path works. On Tue, Nov 1, 2011 at 6:51 PM, YoYo Siska y...@gl.ksp.sk wrote: and try using full paths: /bin/ls (or /usr/bin/ls) What about the env or echo $PATH output? Might be that some files used to set up

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Alan McKinnon
On Tue, 01 Nov 2011 14:49:30 -0500 Dale rdalek1...@gmail.com wrote: Vishnupradeep wrote: On Tue, Nov 1, 2011 at 2:48 PM, Mick michaelkintz...@gmail.com mailto:michaelkintz...@gmail.com wrote: emerge -1aDv app-portage/gentoolkit revdep-rebuild -v --ask i can't use

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Michael Schreckenbauer
Am Dienstag, 1. November 2011, 23:00:57 schrieb Alan McKinnon: On Tue, 01 Nov 2011 14:49:30 -0500 Dale rdalek1...@gmail.com wrote: Vishnupradeep wrote: On Tue, Nov 1, 2011 at 2:48 PM, Mick michaelkintz...@gmail.com mailto:michaelkintz...@gmail.com wrote: emerge -1aDv

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Dale
Michael Schreckenbauer wrote: Am Dienstag, 1. November 2011, 23:00:57 schrieb Alan McKinnon: On Tue, 01 Nov 2011 14:49:30 -0500 Dalerdalek1...@gmail.com wrote: Vishnupradeep wrote: On Tue, Nov 1, 2011 at 2:48 PM, Mickmichaelkintz...@gmail.com mailto:michaelkintz...@gmail.com wrote:

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Sebastian Beßler
Am 01.11.2011 20:51, schrieb Dale: Don't boot a 32 bit OS and chroot into a 64 bit one. That can be done but it requires some additional commands. I always thought that is impossibl because the 32bit libs and kernel are unable to execute 64bit code. You could do the other way round with no

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread Dale
Sebastian Beßler wrote: Am 01.11.2011 20:51, schrieb Dale: Don't boot a 32 bit OS and chroot into a 64 bit one. That can be done but it requires some additional commands. I always thought that is impossibl because the 32bit libs and kernel are unable to execute 64bit code. You could do the

Re: [gentoo-user] Unable to login to gentoo

2011-11-01 Thread covici
Sebastian Beßler sebast...@darkmetatron.de wrote: Am 01.11.2011 20:51, schrieb Dale: Don't boot a 32 bit OS and chroot into a 64 bit one. That can be done but it requires some additional commands. I always thought that is impossibl because the 32bit libs and kernel are unable to