You are not logged in.
Hi,
So, I would like to login from the console with startx.
I have created ~/.xinitrc;
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
exec openbox-sessionI have used rcconf to disable slim.
Reboot and I am asked for username and password at the console login but...the password is not recognised!
Do I need to completely remove slim?
Is there a setting in /etc/inittab I need to change?
Last edited by chameleon (2012-09-29 18:12:05)
Offline
Is Caps Lock on?
Do you have the right keyboard loaded? - at the 'login prompt', type your password in stead of your user name, just to verify that your keyboard is correct.
bootinfoscript - emacs primer - I ♥ #!
Offline
Offline
I can get into x using the recovery console with;
dpkg-reconfigure x11-commonand allowing all users access to x (good or bad??)
followed by;
su - neil
startxhowever, I then get an error that pulseadio is unable to start 
I must be close to a solution...
Each time if I re-enable slim in rcconf I can get back into x...
but I just wanted the simple 'startx' in the console 
Getting close to purging slim methinks...
Last edited by chameleon (2012-09-29 19:26:14)
Offline
I can get into x using the recovery console with;
dpkg-reconfigure x11-commonand allowing all users access to x (good or bad??)
followed by;
su - neil startxhowever, I then get an error that pulseadio is unable to start
I must be close to a solution...
Each time if I re-enable slim in rcconf I can get back into x...
but I just wanted the simple 'startx' in the console
Getting close to purging slim methinks...
I use
#!/bin/sh
eval `dbus-launch --sh-syntax --exit-with-session`
exec ck-launch-session dbus-launch openbox-sessionfor my .xinitrc and everything seems to work fine.
See this post http://crunchbanglinux.org/forums/post/191649/#p191649
Joe
EDIT: I had to add dbus-launch to the last line also to get everything to work right
Last edited by jst_joe (2012-09-29 20:15:02)
The two keys to success in whatever you do:
1. Never tell anyone everything.
2.
Offline
@jst_joe
I now have a ~/.xinitrc
#!/bin/sh
eval `dbus-launch --sh-syntax --exit-with-session`
exec ck-launch-session dbus-launch openbox-sessionThanks for the input but it's a no go 
I still have a problem with the password not recognized on console login.
I tried removing slim - same problem.
Re-installed slim and of course no problem - slim is in control 
Maybe a permissions issue somewhere??
Ahh...... Slim has taken over

Why can I log in from the recovery console, su to neil, and get to the desktop but from the normal boot to console I am stuck with this password issue?
PS Currently testing 20120927 32bit
Last edited by chameleon (2012-09-29 21:31:12)
Offline
@jst_joe
I now have a ~/.xinitrc
#!/bin/sh eval `dbus-launch --sh-syntax --exit-with-session` exec ck-launch-session dbus-launch openbox-sessionThanks for the input but it's a no go
I still have a problem with the password not recognized on console login.
I tried removing slim - same problem.
Re-installed slim and of course no problem - slim is in controlMaybe a permissions issue somewhere??
Ahh...... Slim has taken over
![]()
Why can I log in from the recovery console, su to neil, and get to the desktop but from the normal boot to console I am stuck with this password issue?
PS Currently testing 20120927 32bit
@chameleon
Run
sudo rcconfand uncheck slim that should work I'm running 20120927 64bit, but that shouldn't matter.
Joe
Last edited by jst_joe (2012-09-29 22:50:41)
The two keys to success in whatever you do:
1. Never tell anyone everything.
2.
Offline
^^ just reread your post.
You're getting to a console login?
The two keys to success in whatever you do:
1. Never tell anyone everything.
2.
Offline
I will mark this solved when I can find the answer to this;
tty terminal management fgetty
In my quest for low RAM usage I had replaced getty with fgetty.
Reverting back to getty I can log in from the console - password is accepted.
So, my conclusion is that the password 'not accepted' problem is directly related to fgetty.
Can anyone enlighten me?
Offline
Every time "small, efficient" programs are used, you're a step away from disaster, as in this case.
Offline
@chameleon: Glad you got things sorted out kind of.
I tried lastnight to recreate your problem...
/etc/slim.conf auto-login set to no then to yes nothing broke my terminal login.
I found this http://www.debianhelp.co.uk/fgetty.htm but it's not really an answer.
Joe
EDIT: For typo
Last edited by jst_joe (2012-09-30 15:20:26)
The two keys to success in whatever you do:
1. Never tell anyone everything.
2.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.