Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Seltsame Fehler beim Login? [Solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
ConiKost
Developer
Developer


Joined: 11 Jan 2005
Posts: 1365

PostPosted: Mon Sep 25, 2006 9:09 am    Post subject: Seltsame Fehler beim Login? [Solved] Reply with quote

Hallo!
Ich habe mich wieder mal nach einer Zeit anstatt der SSH direkt auf dem Server eingeloggt.

Jedoch kriege ich folgende Fehler beim einloggen als normaler User:

Code:

Keymap 0: Permission denied
Keymap 1: Permission denied
Keymap 2: Permission denied
KDSKBENT: Operation not permitted
loadkeys: Could not deallotcate keymap 3


Diese Fehlermeldungen kommen über SSH GARNICHT und wenn ich mich direkt auf dem Server als root anmelde gibts diese Fehlermeldungen auch nicht.

Ich kann aber trotzdem, wenn ich als normaler User diese Fehlermeldungen bekommen ohne Probleme weiterarbeiten!


Last edited by ConiKost on Mon Sep 25, 2006 9:29 am; edited 1 time in total
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Mon Sep 25, 2006 9:12 am    Post subject: Reply with quote

Hier auch :D (auf meinem Desktop-Rechner)
Als root in einer (Text)Konsole passt alles.
Als User selbe Meldungen wie deine.
Back to top
View user's profile Send private message
michael_w
Guru
Guru


Joined: 22 Feb 2006
Posts: 472
Location: 09xxx

PostPosted: Mon Sep 25, 2006 9:13 am    Post subject: Reply with quote

Genau das gleiche Verhalten hab ich hier, bin mir aber jetzt keine Änderung bewusst, die das anrichten könnte!? ;(
_________________
Linux ryzen 6.6.21-gentoo-dist #1 SMP PREEMPT_DYNAMIC Sun Mar 24 18:32:46 CET 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
ConiKost
Developer
Developer


Joined: 11 Jan 2005
Posts: 1365

PostPosted: Mon Sep 25, 2006 9:28 am    Post subject: Reply with quote

Problem gelöst!

:arrow: http://gentoo-wiki.com/HOWTO_Make_your_system_use_unicode/utf-8

Code:

if [[ $TERM = "linux" ]]; then
  unicode_start
fi


Darf nur noch in der roots bashrc stehen!
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2390
Location: Germany

PostPosted: Mon Sep 25, 2006 9:46 am    Post subject: Reply with quote

Hallo ConiKost,

in meiner /root/.bashrc steht folgendes:

Code:
if [ $TERM = "linux" ]
then
  /usr/bin/unicode_start
  fi


Wenn ich mich via ALT+Fx anmelde, habe ich als User immer noch diese Fehlermeldungen.
Bisher habe ich das immer auf KDE geschoben...

Wie kann man das denn nun beheben?
Back to top
View user's profile Send private message
ConiKost
Developer
Developer


Joined: 11 Jan 2005
Posts: 1365

PostPosted: Mon Sep 25, 2006 9:48 am    Post subject: Reply with quote

ChrisJumper wrote:
Hallo ConiKost,

in meiner /root/.bashrc steht folgendes:

Code:
if [ $TERM = "linux" ]
then
  /usr/bin/unicode_start
  fi


Wenn ich mich via ALT+Fx anmelde, habe ich als User immer noch diese Fehlermeldungen.
Bisher habe ich das immer auf KDE geschoben...

Wie kann man das denn nun beheben?


hast du es den aus /etc/profile entfernt? und ist es auch entfernt aus der user bashrc? also sagen wir du hast den normalen user "chris", hast du dann dieses aus /home/chris/.bashrc entfernt?
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2390
Location: Germany

PostPosted: Mon Sep 25, 2006 10:09 am    Post subject: Reply with quote

Ahh :)

jetzt ja. Nach dem Entfernen aus /home/$USER/.bashrc funktioniert es.

Danke!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
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