I am unable to log into my Raspberry Pi using the GUI.
But able to login using Putty.
I only have one username and password.
Any ideas?
-
- Posts: 18
- Joined: Fri Dec 29, 2017 6:39 pm
- DougieLawson
- Posts: 40833
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Cannot login through GUI
Have you changed the userid from 'pi'?
Have you connected your new userid to the following groups: adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi?
Have you connected your new userid to the following groups: adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi?
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: Cannot login through GUI
Is Putty set to use certificates or have the password hard coded?
It could be the national language on the Pi not matching your keyboard.
It could be the national language on the Pi not matching your keyboard.
Re: Cannot login through GUI
TheTwister wrote: ↑Sat Aug 03, 2019 1:19 pmI am unable to log into my Raspberry Pi using the GUI.
But able to login using Putty.
I only have one username and password.
Any ideas?
My idea is to ask you to specify what Operating System you are running on your RPi.
(Because by default the recommended Raspbian Operating System simply starts in the Raspberry Pi Desktop (GUI) without any login being required.)
-
- Posts: 18
- Joined: Fri Dec 29, 2017 6:39 pm
Re: Cannot login through GUI
Thank you for the replies.
- I haven't created a new user ID.
- I am using Raspbian 9
- However I am not sure if the languages are correct. I tried VNCing also but still no luck
- I haven't created a new user ID.
- I am using Raspbian 9
- However I am not sure if the languages are correct. I tried VNCing also but still no luck
Re: Cannot login through GUI
TheTwister wrote: ↑Sat Aug 03, 2019 4:18 pmThank you for the replies.
- I haven't created a new user ID.
- I am using Raspbian 9
- However I am not sure if the languages are correct. I tried VNCing also but still no luck
Is this a new installation of the now-superceded Raspbian Stretch Operating System?
Or something that used to work but has recently 'broken'?
Which of the 3 variants of Raspbian Stretch are you running?
This might be a symptom of having no free space left on the root filesystem of your Operating System.
The
Code: Select all
df -h
Re: Cannot login through GUI
Autologin to the desktop as user pi is the default behavior for a raspbian image. If you disabled that you can enable it via PuTTY with raspi-config.
then select "3 Boot Options", "B1 Desktop/CLI", "B4 Desktop Autologin".
Then after reboot on the desktop you can try in a terminal window or editor whether or not the letters are shown that you hit on your keyboard...
Code: Select all
sudo raspi-config
Then after reboot on the desktop you can try in a terminal window or editor whether or not the letters are shown that you hit on your keyboard...
-
- Posts: 18
- Joined: Fri Dec 29, 2017 6:39 pm
Re: Cannot login through GUI
Ah yes MyB.Goode wrote: ↑Sat Aug 03, 2019 4:42 pm
Is this a new installation of the now-superceded Raspbian Stretch Operating System?
Or something that used to work but has recently 'broken'?
Which of the 3 variants of Raspbian Stretch are you running?
This might be a symptom of having no free space left on the root filesystem of your Operating System.
Thecommand might reveal this, there should be no entries at or very near to 100%.Code: Select all
df -h
Code: Select all
/dev/root
Is there a command i can use to remove old versions of files?
- DougieLawson
- Posts: 40833
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Cannot login through GUI
sudo rm /var/log/* will get you enough space to logon and look at where the space is being used.
If your SDCard has NOOBS you'd lost 1.3GB before installing Raspbian. With Buster Raspbian doesn't really fit on an 8GB card. Minimum recommended size is 16GB now.
If your SDCard has NOOBS you'd lost 1.3GB before installing Raspbian. With Buster Raspbian doesn't really fit on an 8GB card. Minimum recommended size is 16GB now.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: Cannot login through GUI
Is there a command i can use to remove old versions of files?
The Raspbian root filesystem does not store versions of files.
The rm (remove) command can be used to delete/erase files.
Last edited by B.Goode on Sat Aug 03, 2019 9:01 pm, edited 1 time in total.
Re: Cannot login through GUI
If you've been running sudo apt-get upgrade (or dist-upgrade) at all, you should run sudo apt-get clean every now and then to delete the old installation files that are no longer needed.
If you only use sudo apt upgrade (or full-upgrade) you don't need to do that.
If you only use sudo apt upgrade (or full-upgrade) you don't need to do that.
Unreadable squiggle