出現這個問題的時候, 我是一臉懵逼的, 昨天還好好的ubuntu 14今天怎麼抽風了… 試了好多方法,ctrl+alt+f2進入命令列模式, 各種命令亂試, 或者ctrl+alt+f7進入圖形介面試, 還手殘的解除安裝了gtx1060的驅動, 不斷的 sudo reboot, 毫無起色…
最後google ubuntu loop login, 發現stackexchange的這個不錯: ubuntu gets stuck in a login loop, 把高票的解決辦法摘錄如下:
did you end up here after running順便附上gtx1060驅動的安裝方法:sudo startx
? nevertheless:press
ctrl+alt+f3
and login into the shell.now run
ls -la
. if you see the line
-rw------- 1 root root 53 nov 29 10:19 .xauthority
then you need to do
chown username:username .xauthority
and try logging in.else, do
ls -ld /tmp
. check for the first 10 letters in the left: theyshould read exactly so:
drwxrwxrwt
.
drwxrwxrwt 15 root root 4096 nov 30 04:17 /tmp
else, you need to do
sudo chmod a+wt /tmp
and check again.if not both, i』d recommend you either
1.
dpkg-reconfigure lightdm
2. or uninstall, reinstall it.
now press
alt+->
until you reach the login screen again, and restart.
sudo add-apt-repository ppa:graphics-drivers/ppa #別忘了打回車
sudo apt update
然後, 系統設定->軟體和更新->附加驅動:
vsftpd安裝好後用root登入不進去
在虛擬機器上裝了vsftpd並開啟了服務後,嘗試從本上上面ftp上去,用root賬戶和密碼登入提示錯誤 name 192.168.211.100 answer root 331 please specify the password.password 530 login incorrect.ftp ...
ubuntu 登入介面迴圈登入
用ubuntu安裝盤 usb 進入 選擇ubuntu試用模式 修改原ubuntu相關配置檔案。網上也有按照各種命令修改,但是我進入tty模式,始終不能正確執行,所以我才想到了這個辦法。昨天,我的ubuntu16.04在登入介面輸入密碼後,一直迴圈。後來用這個方法,進入之後,在試用ubuntu介面,輸...
ubuntu登入介面迴圈
今天遇到乙個非常棘手的問題,原本用三颱電腦建立了乙個集群,兩天後當我開啟其中一台電腦後,居然怎麼都登入不進去,之前做過什麼修改也記不太清了,輸入賬號密碼後便過一段時間便又回到登入介面。當然了,每個問題的解決方案不一樣,本來我在網上找了很多方案,但是並沒有解決問題。下面我列舉一下我在網上找到的一些方案...