[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-19 Thread Norbert
*** This bug is a duplicate of bug 1813873 ***
https://bugs.launchpad.net/bugs/1813873

** This bug has been marked a duplicate of bug 1813873
   Userspace break as a result of missing patch backport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814261

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpm/+bug/1814261/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-19 Thread Norbert
Yesterday I went to this bug on Ubuntu 16.04.5 LTS with all updates and without 
PPAs on physical hardware.
The problem was with 4.4.0-142-generic kernel. Rebooting with previous kernel 
(138 in may case) helped.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814261

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpm/+bug/1814261/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814261

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpm/+bug/1814261/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-19 Thread Ubuntu Kernel Bot
** Package changed: linux-meta (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814261

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpm/+bug/1814261/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-19 Thread Norbert
** Also affects: linux-meta (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814261

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpm/+bug/1814261/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-12 Thread Mike Wescott
Seen on linux-image-4.15.0-44-generic and linux-image-4.15.0-45-generic.

When /bin/login is exec'd by agetty it tries to read stdin and gets
EAGAIN:

5640  write(2, "Password: ", 10)= 10
5640  read(0, 0x7ffcca86a7f0, 511)  = -1 EAGAIN (Resource temporarily 
unavailable)
...
55640  write(2, "\n", 1) = 1

taking that as a failed login attempt it tries again:

55640  write(2, "hilbert login: ", 15)   = 15
55640  read(0, 0x7ffcca86a160, 511)  = -1 EAGAIN (Resource temporarily 
unavailable)

eventually logging a failed login attempt

reverting to linux-image-4.15.0-43-generic also fixes the problem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814261

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpm/+bug/1814261/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gpm (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814261

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpm/+bug/1814261/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-04 Thread Alexis Wilke
I rebooted on Ubuntu 16.04 (4.4.0-142-generic) and it worked as expected
once gpm was turned off.

I used the following command to prevent gpm from starting on a reboot
and messing up the login screen:

sudo systemctl mask gpm

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814261

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpm/+bug/1814261/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-04 Thread Alexis Wilke
I have the exact same problem on Ubuntu 16.04
(vmlinuz-4.4.0-142-generic).

I will try to turn off GPM and see how my console functions without it.

What a surprise though! Not being able to log in the simplest console.
Not something I've seen in ages...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814261

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpm/+bug/1814261/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs