Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #238526
| From | Morgan Read <mstuff@read.org.nz> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: can't login via gdm |
| Date | 2021-08-11 16:50 +0200 |
| Message-ID | <CKXIl-3OB-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Thanks Il and Zoltan,
In a nutshell - yes, yes, and yes...
However, I only realised the error when I logged into my headless
server terminal where I use an 'admin' user account rather than root
for admin as I did on my laptop - thus, on my laptop I was never
confronted with a failed terminal login, only failed graphic logins
which didn't tell me anything... And so now i've done even more damage
reinstalling... See here:
https://lists.debian.org/debian-user/2021/08/msg00571.html
So, it seems that
# find / -user 1002 -execdir chown 1003 '{}' \;
Didn't perform as I expected...
I was attempting to modify
# for i in `find / -user 1001`; do chown 3001 $i; done
>From here:
https://kerneltalks.com/tips-tricks/how-to-change-uid-or-gid-safely-in-linux/
To not fail on path names with white space - which my back-up of my
Thunderbird profile contains. I wonder if anyone has any comment on
where I stuffed up?
Many thanks (again).
Back to linux.debian.user | Previous | Next — Next in thread | Find similar | Unroll thread
Re: can't login via gdm Morgan Read <mstuff@read.org.nz> - 2021-08-11 16:50 +0200
Re: can't login via gdm Greg Wooledge <greg@wooledge.org> - 2021-08-11 17:00 +0200
Re: can't login via gdm Stefan Monnier <monnier@iro.umontreal.ca> - 2021-08-11 17:50 +0200
Re: Re: can't login via gdm Morgan Read <mstuff@read.org.nz> - 2021-08-11 21:20 +0200
Re: Re: can't login via gdm Greg Wooledge <greg@wooledge.org> - 2021-08-11 21:20 +0200
Re: can't login via gdm Morgan Read <mstuff@read.org.nz> - 2021-08-19 01:30 +0200
csiph-web