[Bug 1842320] Re: Out of Memory on boot with 5.2.0 kernel

2022-04-27 Thread rustyx
Had the same issue with Ubuntu 22.04 install ISO flashed onto a USB.

Even tried booting "manually" (press "c" to enter GRUB command prompt)

grub> ls
(proc) (hd0) (hd0,gpt1) (hd0,gpt2) (hd0,gpt3) (hd1) . . .
grub> ls (hd0,gpt1)
Partition hd0,gpt1: Filesystem type ... - Label 'UBUNTU 22_0' ...
grub> set root=(hd0,gpt1)
grub> linux /casper/vmlinuz
grub> initrd /casper/initrd
error: out of memory.
grub>

Couldn't find any way out of this condition (is there?).

Fortunately I already had GRUB installed on the machine so I could
proceed from that one.

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

Title:
  Out of Memory on boot with 5.2.0 kernel

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


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

[Bug 1881459] Re: sshguard triggers on its own log messages

2021-07-10 Thread rustyx
Use this quick workaround:

sudo sed -i "s/SYSLOG_FACILITY=4 SYSLOG_FACILITY=10/-t sshd/" 
/etc/sshguard/sshguard.conf
sudo systemctl restart sshguard

Can add more services (-t ) as needed.

Note: SSHGuard can parse the following services (see
src/common/attack.h):

enum service {
SERVICES_ALL= 0,//< anything
SERVICES_SSH= 100,  //< ssh
SERVICES_SSHGUARD   = 110,  //< SSHGuard
SERVICES_UWIMAP = 200,  //< UWimap for imap and pop daemon
SERVICES_DOVECOT= 210,  //< dovecot
SERVICES_CYRUSIMAP  = 220,  //< cyrus-imap
SERVICES_CUCIPOP= 230,  //< cucipop
SERVICES_EXIM   = 240,  //< exim
SERVICES_SENDMAIL   = 250,  //< sendmail
SERVICES_POSTFIX= 260,  //< postfix
SERVICES_OPENSMTPD  = 270,  //< OpenSMTPD
SERVICES_COURIER= 280,  //< Courier IMAP/POP
SERVICES_FREEBSDFTPD= 300,  //< ftpd shipped with FreeBSD
SERVICES_PROFTPD= 310,  //< ProFTPd
SERVICES_PUREFTPD   = 320,  //< Pure-FTPd
SERVICES_VSFTPD = 330,  //< vsftpd
SERVICES_COCKPIT= 340,  //< cockpit management dashboard
SERVICES_CLF_UNAUTH = 350,  //< HTTP 401 in common log format
SERVICES_CLF_PROBES = 360,  //< probes for common web services
SERVICES_CLF_LOGIN_URL  = 370,  //< CMS framework logins in common log 
format
SERVICES_OPENVPN= 400,  //< OpenVPN
SERVICES_OPENVPN_PS = 410,  //< OpenVPN Portshare
SERVICES_GITEA  = 500,  //< Gitea
};

A quick look at the source reveals that SSHGuard has a parser for its
own logs, which seems to be to support remote sshguard logging scenario.

There does not seem to be a way to configure SSHGuard actions per-
service, and it is always logging using LOG_AUTH facility (4). Which
means SYSLOG_FACILITY=4 can never be used as a filter currently, the
only solution is to filter the logs *before* they reach SSHGuard.

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

Title:
  sshguard triggers on its own log messages

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

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

[Bug 1929343] Re: Alt-Shift-Tab to Switch Windows in reverse direction not working

2021-05-24 Thread rustyx
So this seems to be a duplicate of this one:

https://bugs.launchpad.net/ubuntu/+source/gnome-control-
center/+bug/36812

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

Title:
  Alt-Shift-Tab to Switch Windows in reverse direction not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1929343/+subscriptions

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

[Bug 1929343] Re: Alt-Shift-Tab to Switch Windows in reverse direction not working

2021-05-24 Thread rustyx
I have no custom extensions installed.

Found it - in Gnome Tweaks I configured keyboard layout switching using
the Alt+Shift key combination. Changing it to another one "fixes" Alt-
Shift-Tab.

That sounds strange - why would that have an effect on Alt-Tab? In
Windows Alt+Shift is the standard layout switch key combination *and*
Alt-Shift-Tab also works somehow.

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

Title:
  Alt-Shift-Tab to Switch Windows in reverse direction not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1929343/+subscriptions

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

[Bug 1929343] [NEW] Alt-Shift-Tab to Switch Windows in reverse direction not working

2021-05-23 Thread rustyx
Public bug reported:

I remember back in Ubuntu 14 (or 16) I was able to press Alt-Tab and
then hold Shift to move across the windows in reverse direction. Now in
Ubuntu 20.10 this no longer works.

However, moving between applications (Super-Tab) does work in forward as
well as reverse direction (while holding Shift).

This is annoying when moving across many windows quickly, I sometimes
"overshoot" by one, and then have to cycle all the way around again.

So hereby a request to implement Alt-Shift-Tab for work similarly to
Super-Shift-Tab.

Release: Ubuntu 20.10

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: groovy

** Description changed:

- I remember I was able to press Alt-Tab and then hold Shift to move
- across the windows in reverse direction. Now in Ubuntu 20.10 this no
- longer works.
+ I remember back in Ubuntu 14 (or 16) I was able to press Alt-Tab and
+ then hold Shift to move across the windows in reverse direction. Now in
+ Ubuntu 20.10 this no longer works.
  
  However, moving between applications (Super-Tab) does work in forward as
  well as reverse direction (while holding Shift).
  
  So hereby a request to implement Alt-Shift-Tab for work similarly to
  Super-Shift-Tab.
  
  Release: Ubuntu 20.10

** Description changed:

  I remember back in Ubuntu 14 (or 16) I was able to press Alt-Tab and
  then hold Shift to move across the windows in reverse direction. Now in
  Ubuntu 20.10 this no longer works.
  
  However, moving between applications (Super-Tab) does work in forward as
  well as reverse direction (while holding Shift).
  
+ This is annoying when moving across many windows quickly, I sometimes
+ "overshoot" by one, and then have to cycle all the way around again.
+ 
  So hereby a request to implement Alt-Shift-Tab for work similarly to
  Super-Shift-Tab.
  
  Release: Ubuntu 20.10

** Summary changed:

- Holding Shift to Switch Windows in reverse direction not working
+ Alt-Shift-Tab to Switch Windows in reverse direction not working

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

Title:
  Alt-Shift-Tab to Switch Windows in reverse direction not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1929343/+subscriptions

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

[Bug 1641290] Re: [04f3:0903] Elan Microelectronics Corp fingerprint reader not recognised

2019-09-03 Thread rustyx
FWIW, the 04f3:0903 ELAN device stops working in Windows 10 too, if I
touch it too much and/or at the wrong moment. But in Windows I don't
have to swipe it at all, it somehow works by touch. Also during
enrollment.

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

Title:
  [04f3:0903] Elan Microelectronics Corp fingerprint reader not
  recognised

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/1641290/+subscriptions

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

[Bug 1721909] Re: Goodix GF3208 (fingerprint reader) not being recognised by lsusb(usbutils)

2019-06-08 Thread rustyx
Also an issue on Samsung Notebook 9 Pro / NP950SBE-K01US.

$ dmesg|grep -i finger
[1.911612] usb 1-5: Product: Fingerprint Device
$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 03eb:214e Atmel Corp. 
Bus 001 Device 003: ID 1bcf:2cb7 Sunplus Innovation Technology Inc. 
Bus 001 Device 002: ID 04e8:730a Samsung Electronics Co., Ltd 
Bus 001 Device 005: ID 8087:0aaa Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

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

Title:
  Goodix GF3208 (fingerprint reader) not being recognised  by
  lsusb(usbutils)

To manage notifications about this bug go to:
https://bugs.launchpad.net/usbutils/+bug/1721909/+subscriptions

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

[Bug 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2019-06-08 Thread rustyx
Still an issue in Chrome!

Fortunately there is a workaround - the Block Caribou GNOME extension:
https://extensions.gnome.org/extension/1326/block-caribou/

More details can be found here:
https://askubuntu.com/a/967831/326207

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

Title:
  onscreen keyboard appears whenever i touch touchscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1723857/+subscriptions

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