Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Unable to login with linux-5.4.40
@ 2020-05-14  6:24 mustaqimM
  2020-05-14 12:03 ` furryfixer
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: mustaqimM @ 2020-05-14  6:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 873 bytes --]

New issue by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/issues/21946

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  ``Void 5.4.39_1 x86_64 GenuineIntel uptodate rrFFFFFFFFFFFF``
* package:  
  `linux-5.4_1`

### Expected behavior
Login normally with non-root user

### Actual behavior
When I enter my username and press `Enter`, I am only able to input a single char of my password before it asks for my username again. This occurs on every few versions of the 5.4 release (even on a completely fresh install). This is the first time on a fresh install on `5.4`.

### Steps to reproduce the behavior
* Update to 5.4
* Reboot
* Attempt to login

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
@ 2020-05-14 12:03 ` furryfixer
  2020-05-15  1:38 ` fosslinux
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: furryfixer @ 2020-05-14 12:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

New comment by furryfixer on void-packages repository

https://github.com/void-linux/void-packages/issues/21946#issuecomment-628588854

Comment:
Are you able to login as root?  Not aware of this being a widespread problem, possibly one due to your specific setup.  Common causes to think about include:
/ or /home partition full or not mounted before login (/etc/fstab not setup correctly)
Improper permissions for your user's home directory
Improper SHELL variable set for your user
Corrupted or improper shell scripts in user home directory, or possible wrong permissions again.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
  2020-05-14 12:03 ` furryfixer
@ 2020-05-15  1:38 ` fosslinux
  2020-05-15  9:59 ` Anachron
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fosslinux @ 2020-05-15  1:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/21946#issuecomment-628975201

Comment:
This sounds suspiciously like `/boot` becomes full and so something weird happens...

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
  2020-05-14 12:03 ` furryfixer
  2020-05-15  1:38 ` fosslinux
@ 2020-05-15  9:59 ` Anachron
  2020-05-15 11:36 ` mustaqimM
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Anachron @ 2020-05-15  9:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/21946#issuecomment-629147505

Comment:
@mustaqimM we gotta need more infos here. 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
                   ` (2 preceding siblings ...)
  2020-05-15  9:59 ` Anachron
@ 2020-05-15 11:36 ` mustaqimM
  2020-05-15 11:39 ` mustaqimM
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mustaqimM @ 2020-05-15 11:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

New comment by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/issues/21946#issuecomment-629186201

Comment:
@Anachron unfortunately that's all I can give to debug at the moment. Actually I re-installed and repartitioned `/boot`; it was close to full, so maybe it was that. I have since changed to 5.6.13.

The only thing that makes me doubt that is that I hardly ever prune the directory with: `vkpurge rm all` and it occurs randomly on versions of `5.4`

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
                   ` (3 preceding siblings ...)
  2020-05-15 11:36 ` mustaqimM
@ 2020-05-15 11:39 ` mustaqimM
  2020-12-14 21:08 ` biopsin
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mustaqimM @ 2020-05-15 11:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 712 bytes --]

New comment by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/issues/21946#issuecomment-629186201

Comment:
@Anachron unfortunately that's all I can give to debug at the moment. Actually I re-installed and repartitioned `/boot`; it was close to full, so maybe it was that as @fosslinux says. I have since changed the kernel to 5.6.13.

The only thing that makes me doubt that is that I hardly ever prune the directory with: `vkpurge rm all` and it occurs randomly on versions of `5.4`

---

@furryfixer I don't think it's any of that since I don't even reach that part. At that point I'm still trying to login and my interactive shell is zsh which isn't my login shell.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
                   ` (4 preceding siblings ...)
  2020-05-15 11:39 ` mustaqimM
@ 2020-12-14 21:08 ` biopsin
  2020-12-14 21:09 ` [ISSUE] [CLOSED] " ericonr
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: biopsin @ 2020-12-14 21:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/21946#issuecomment-744711325

Comment:
@mustaqimM
mind close this as it's outdated and no more relevant.
Thank you

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ISSUE] [CLOSED] Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
                   ` (5 preceding siblings ...)
  2020-12-14 21:08 ` biopsin
@ 2020-12-14 21:09 ` ericonr
  2020-12-14 21:10 ` ericonr
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-12-14 21:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 938 bytes --]

Closed issue by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/issues/21946

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  ``Void 5.4.39_1 x86_64 GenuineIntel uptodate rrFFFFFFFFFFFF``
* package:  
  `linux-5.4_1`

### Expected behavior
Login normally with non-root user

### Actual behavior
When I enter my username and press `Enter`, I am only able to input a single char of my password before it asks for my username again. This occurs on every few versions of the 5.4 release (even on a completely fresh install). This is the first time on a fresh install on `5.4`.

After reverting to `5.4.39`, I was able to login normally.

### Steps to reproduce the behavior
* Update to 5.4
* Reboot
* Attempt to login

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
                   ` (6 preceding siblings ...)
  2020-12-14 21:09 ` [ISSUE] [CLOSED] " ericonr
@ 2020-12-14 21:10 ` ericonr
  2020-12-14 21:53 ` biopsin
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-12-14 21:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/21946#issuecomment-744712329

Comment:
Hm, this may have been hasty... We still ship linux 5.4 as a package.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
                   ` (7 preceding siblings ...)
  2020-12-14 21:10 ` ericonr
@ 2020-12-14 21:53 ` biopsin
  2020-12-16 16:47 ` mustaqimM
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: biopsin @ 2020-12-14 21:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 298 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/21946#issuecomment-744733944

Comment:
@ericonr I'm still on 5.4 (on 3 different systems intel&amd) but never experienced any trouble with login.
OP seems to have moved on > 5.6
..but lets see

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
                   ` (8 preceding siblings ...)
  2020-12-14 21:53 ` biopsin
@ 2020-12-16 16:47 ` mustaqimM
  2020-12-16 16:55 ` ericonr
  2020-12-16 16:55 ` [ISSUE] [CLOSED] " ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: mustaqimM @ 2020-12-16 16:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

New comment by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/issues/21946#issuecomment-746614949

Comment:
I haven't had this issue since I kept the boot partition size under control by periodically running: `sudo vkpurge rm all`. And at the same time, I have moved to 5.9. I suspect it was the boot partition becoming full as @fosslinux said above

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
                   ` (9 preceding siblings ...)
  2020-12-16 16:47 ` mustaqimM
@ 2020-12-16 16:55 ` ericonr
  2020-12-16 16:55 ` [ISSUE] [CLOSED] " ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-12-16 16:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/21946#issuecomment-746628429

Comment:
Got it, thank you both.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ISSUE] [CLOSED] Unable to login with linux-5.4.40
  2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
                   ` (10 preceding siblings ...)
  2020-12-16 16:55 ` ericonr
@ 2020-12-16 16:55 ` ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-12-16 16:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 938 bytes --]

Closed issue by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/issues/21946

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  ``Void 5.4.39_1 x86_64 GenuineIntel uptodate rrFFFFFFFFFFFF``
* package:  
  `linux-5.4_1`

### Expected behavior
Login normally with non-root user

### Actual behavior
When I enter my username and press `Enter`, I am only able to input a single char of my password before it asks for my username again. This occurs on every few versions of the 5.4 release (even on a completely fresh install). This is the first time on a fresh install on `5.4`.

After reverting to `5.4.39`, I was able to login normally.

### Steps to reproduce the behavior
* Update to 5.4
* Reboot
* Attempt to login

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-12-16 16:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14  6:24 [ISSUE] Unable to login with linux-5.4.40 mustaqimM
2020-05-14 12:03 ` furryfixer
2020-05-15  1:38 ` fosslinux
2020-05-15  9:59 ` Anachron
2020-05-15 11:36 ` mustaqimM
2020-05-15 11:39 ` mustaqimM
2020-12-14 21:08 ` biopsin
2020-12-14 21:09 ` [ISSUE] [CLOSED] " ericonr
2020-12-14 21:10 ` ericonr
2020-12-14 21:53 ` biopsin
2020-12-16 16:47 ` mustaqimM
2020-12-16 16:55 ` ericonr
2020-12-16 16:55 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).