2012-03-22 2 views
1

저는 VM웨어 4.0 플레이어에서 우분투 11.10을 실행하고 있습니다. 문제가있어 도움을받을 수 있기를 바랍니다.우분투 11.10 로그인이 스플래시 화면으로 돌아갑니다

내가 스플래시 화면에 로그인하면 우분투는 내 비밀번호를 가져 오지만 나를 즉시 스플래시 화면으로 되돌립니다. 이는 1 명의 사용자 (다른 사용자가 정상적으로 로그인)에서만 발생합니다. F1을 사용하여 로그인하면 성공적으로 로그인 할 수 있습니다 (하나의 메모 : "내보내기 : 29 : : 잘못된 변수 이름"오류가 발생합니다).

I가 시도한 다음의 .config/그놈 세션 디렉토리를 제거하고 여기에 설명 된대로 (sudo는 chmod를의 -R의 A + w/tmp를)/tmp 디렉토리에 대한 사용 권한을 수정 : http://ubuntuforums.org/showthread.php?t=1139558&page=3 (나는 그것이 잘못된 버전 알고, . 마지막으로 http://www.botskool.com/forum/computer-programming/linuxunix/restartshutdown-frozen-linuxubuntu

, 내가있는 .xsession 설치 libglib2.0을 제거 :

하지만해볼 가치는) 또한 Alt 키가 + R + S + E + I + U + B를 여기에 설명 된대로 SysRq를 + 시도했습니다 여기에 설명 된대로 : https://askubuntu.com/questions/81147/endless-login-loop

다른 제안 사항이나 확인할 리소스가 있습니까?

# ~/.bashrc: executed by bash(1) for non-login shells. 
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) 
# for examples 

# If not running interactively, don't do anything 
[ -z "$PS1" ] && return 

# don't put duplicate lines in the history. See bash(1) for more options 
# ... or force ignoredups and ignorespace 
HISTCONTROL=ignoredups:ignorespace 

# append to the history file, don't overwrite it 
shopt -s histappend 

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) 
HISTSIZE=1000 
HISTFILESIZE=2000 

# check the window size after each command and, if necessary, 
# update the values of LINES and COLUMNS. 
shopt -s checkwinsize 

# make less more friendly for non-text input files, see lesspipe(1) 
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" 

# set variable identifying the chroot you work in (used in the prompt below) 
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then 
    debian_chroot=$(cat /etc/debian_chroot) 
fi 

# set a fancy prompt (non-color, unless we know we "want" color) 
case "$TERM" in 
    xterm-color) color_prompt=yes;; 
esac 

# uncomment for a colored prompt, if the terminal has the capability; turned 
# off by default to not distract the user: the focus in a terminal window 
# should be on the output of commands, not on the prompt 
#force_color_prompt=yes 

if [ -n "$force_color_prompt" ]; then 
    if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then 
    # We have color support; assume it's compliant with Ecma-48 
    # (ISO/IEC-6429). (Lack of such support is extremely rare, and such 
    # a case would tend to support setf rather than setaf.) 
    color_prompt=yes 
    else 
    color_prompt= 
    fi 
fi 

if [ "$color_prompt" = yes ]; then 
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\[email protected]\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' 
else 
    PS1='${debian_chroot:+($debian_chroot)}\[email protected]\h:\w\$ ' 
fi 
unset color_prompt force_color_prompt 

# If this is an xterm set the title to [email protected]:dir 
case "$TERM" in 
xterm*|rxvt*) 
    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\[email protected]\h: \w\a\]$PS1" 
    ;; 
*) 
    ;; 
esac 

# enable color support of ls and also add handy aliases 
if [ -x /usr/bin/dircolors ]; then 
    test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" 
    alias ls='ls --color=auto' 
    #alias dir='dir --color=auto' 
    #alias vdir='vdir --color=auto' 

    alias grep='grep --color=auto' 
    alias fgrep='fgrep --color=auto' 
    alias egrep='egrep --color=auto' 
fi 

# some more ls aliases 
alias ll='ls -alF' 
alias la='ls -A' 
alias l='ls -CF' 

# Add an "alert" alias for long running commands. Use like so: 
# sleep 10; alert 
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' 

# Alias definitions. 
# You may want to put all your additions into a separate file like 
# ~/.bash_aliases, instead of adding them here directly. 
# See /usr/share/doc/bash-doc/examples in the bash-doc package. 

if [ -f ~/.bash_aliases ]; then 
    . ~/.bash_aliases 
fi 

# enable programmable completion features (you don't need to enable 
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile 
# sources /etc/bash.bashrc). 
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then 
    . /etc/bash_completion 
fi 
+0

다른 사람이 관심을 가질 경우를 대비하여이 설명을 추가하십시오. 터미널에 로그인하려면 (질문에서 F1 방법이라고 함) 로그인 화면에서 을 누르면 터미널로 이동하고 (프로필에 액세스 할 수 있음) . [documentation] (http://linux.about.com/od/ubuntu_doc/a/ubudg24t8.htm) – jabs

답변

1

당신이 홈 폴더의 기본의 .bashrc를 수정 했 : TIA,

여기

조는의 .bashrc 무엇입니까? "임원 무언가"처럼?

이상하게 들리 겠지만 나는 그놈 대신 KDE로 작업하고 있었지만 비슷한 문제가 있었다.

음, 그런데 .bashrc를 게시 할 수 있습니까? 특히 25 ~ 35 행.

+1

감사합니다. @delannoyk. .profile을 변경했는데 오류가 발생한 것으로 보입니다. 나는 내가 추가 한 라인을 꺼 냈고 이제 로그인 할 수 있습니다. – jabs

관련 문제