[Bug 1900404] Re: pulseaudio[2032]: No UCM verb is valid for hw:0

2020-11-25 Thread Roel Van de Paar
This also happens on 20.04.1 LTS. Please fix it there also.
May be same as 
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1056

** Bug watch added: gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues #1056
   https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1056

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

Title:
  pulseaudio[2032]: No UCM verb is valid for hw:0

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

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

[Bug 480159] Re: grub console is ridiculously slow

2020-03-16 Thread Roel Van de Paar
This bug is 11 years old and still present in the latest and greatest. A
fix should be easy - just force VGA resolution always as suggested by
Johannes. Fix please :)

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

Title:
  grub console is ridiculously slow

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

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

[Bug 480159] Re: grub console is ridiculously slow

2020-03-16 Thread Roel Van de Paar
Same here. Ubuntu 20.04, 4K screen, 1060ti. Very slow and key presses
sometimes register twice (i.e. you press one and it executes it twice)

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

Title:
  grub console is ridiculously slow

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

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

[Bug 1793668] Re: xargs gives "[: err: unexpected operator" on Ubuntu but not Centos

2018-09-21 Thread Roel Van de Paar
** Changed in: findutils (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/1793668

Title:
  xargs gives "[: err: unexpected operator" on Ubuntu but not Centos

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

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

[Bug 1793666] [NEW] xargs gives "[: err: unexpected operator" on Ubuntu but not Centos

2018-09-21 Thread Roel Van de Paar
*** This bug is a duplicate of bug 1793668 ***
https://bugs.launchpad.net/bugs/1793668

Public bug reported:

 please close

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

- cd /tmp
- rm -Rf tst err
- echo 'if [ "$1" == "" ]; then echo "empty"; else cat $1; fi' > tst
- chmod +x tst
- echo "a" > err
- ls err | xargs ./tst # ./tst: 1: [: err: unexpected operator
- ./tst err# works fine, outputs 'a'
- 
- On Ubuntu the error will be shown, on Centos it won't. The error looks
- to be incorrect.
- 
- $ lsb_release -rd
- Description:  Ubuntu 18.04.1 LTS
- Release:  18.04
- $ xargs --version
- xargs (GNU findutils) 4.7.0-git
- Copyright (C) 2017 Free Software Foundation, Inc.
+  please close

** This bug has been marked a duplicate of bug 1793668
   xargs gives "[: err: unexpected operator" on Ubuntu but not Centos

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

Title:
  xargs gives "[: err: unexpected operator" on Ubuntu but not Centos

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

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

[Bug 1793668] [NEW] xargs gives "[: err: unexpected operator" on Ubuntu but not Centos

2018-09-21 Thread Roel Van de Paar
Public bug reported:

cd /tmp
rm -Rf tst err
echo 'if [ "$1" == "" ]; then echo "empty"; else cat $1; fi' > tst
chmod +x tst
echo "a" > err
ls err | xargs ./tst # ./tst: 1: [: err: unexpected operator
./tst err # works fine, outputs 'a'

On Ubuntu the error will be shown, on Centos it won't. The error looks
to be incorrect.

$ lsb_release -rd
Description: Ubuntu 18.04.1 LTS
Release: 18.04
$ xargs --version
xargs (GNU findutils) 4.7.0-git
Copyright (C) 2017 Free Software Foundation, Inc.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

- cd /tmp
- rm -Rf tst err
- echo 'if [ "$1" == "" ]; then echo "empty"; else cat $1; fi' > tst
- chmod +x tst
- echo "a" > err
- ls err | xargs ./tst # ./tst: 1: [: err: unexpected operator
- ./tst err# works fine, outputs 'a'
- 
- On Ubuntu the error will be shown, on Centos it won't. The error looks
- to be incorrect.
- 
- $ lsb_release -rd
- Description:  Ubuntu 18.04.1 LTS
- Release:  18.04
- $ xargs --version
- xargs (GNU findutils) 4.7.0-git
- Copyright (C) 2017 Free Software Foundation, Inc.
+  please close

** Description changed:

-  please close
+ cd /tmp
+ rm -Rf tst err
+ echo 'if [ "$1" == "" ]; then echo "empty"; else cat $1; fi' > tst
+ chmod +x tst
+ echo "a" > err
+ ls err | xargs ./tst # ./tst: 1: [: err: unexpected operator
+ ./tst err # works fine, outputs 'a'
+ 
+ On Ubuntu the error will be shown, on Centos it won't. The error looks
+ to be incorrect.
+ 
+ $ lsb_release -rd
+ Description: Ubuntu 18.04.1 LTS
+ Release: 18.04
+ $ xargs --version
+ xargs (GNU findutils) 4.7.0-git
+ Copyright (C) 2017 Free Software Foundation, Inc.

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

Title:
  xargs gives "[: err: unexpected operator" on Ubuntu but not Centos

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

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

[Bug 1772315] [NEW] ulimit can be enlarged, but not reduced back to below original

2018-05-20 Thread Roel Van de Paar
Public bug reported:

Last login: Sat May 19 15:50:25 2018 from 192.168.0.130
~$ ulimit -u 5000
~$ ulimit -u 1000
~$ ulimit -u 1
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
~$ ulimit -u 8000
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
~$ ulimit -u 7000
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
~$ ulimit -u 6000
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
~$ ulimit -u 5000
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
~$ ulimit -u 4000
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted

~$ cat /etc/security/limits.conf  | grep nproc | grep -v "^#"
* soft nproc 20480
* hard nproc 20480

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: bash 4.4.18-2ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
Date: Mon May 21 07:12:11 2018
InstallationDate: Installed on 2018-04-06 (44 days ago)
InstallationMedia: Ubuntu-Server 18.04 LTS "Bionic Beaver" - Alpha amd64 
(20180402)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: bash
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bash (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  ulimit can be enlarged, but not reduced back to below original

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

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

[Bug 1767314] [NEW] Ubuntu Bionic vi/vim not working correctly

2018-04-27 Thread Roel Van de Paar
Public bug reported:

The vim default configuration in Bionic does not match Ubuntu 17.10 nor
Centos 7 and is hard to use. It auto-inserts tabs or spaces, and the '/'
search mode command works differently (pressing enter is required before
you can use cursors left/right).

For some discussion, please see https://askubuntu.com/questions/1026820
/vi-vim-usage-in-ubuntu-bionic-not-normal/1028684#1028684

Setting :set nocompatbile in ~/.vimrc fixes it, but this should not be
required.

** Affects: vim (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic vi vim

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

Title:
  Ubuntu Bionic vi/vim not working correctly

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

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

[Bug 1598759] Re: AppArmor nameservice abstraction doesn't allow communication with systemd-resolved

2017-08-25 Thread Roel Van de Paar
[175882.466186] audit: type=1400 audit(1503640503.535:62):
apparmor="DENIED" operation="sendmsg" profile="/usr/bin/evince"
name="/run/systemd/journal/socket" pid=7704 comm="evince"
requested_mask="w" denied_mask="w" fsuid=1000 ouid=0

Same here (17.04)

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

Title:
  AppArmor nameservice abstraction doesn't allow communication with
  systemd-resolved

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

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


[Bug 332950] Re: Misleading "cryptsetup: WARNING: invalid line in /etc/crypttab - "

2017-06-23 Thread Roel Van de Paar
This seems still flaky even in 17.04.

# cat /etc/crypttab
nvme0n1p3_crypt UUID="20eada6e-6b8c-4e19-b612-524ea2a131ff"   none luks,discard
# update-initramfs -k 4.10.0-24-generic -c -b /boot
update-initramfs: Generating /boot/initrd.img-4.10.0-24-generic
cryptsetup: WARNING: Invalid source device 
UUID="20eada6e-6b8c-4e19-b612-524ea2a131ff"
cryptsetup: WARNING: Invalid source device 
UUID="20eada6e-6b8c-4e19-b612-524ea2a131ff"
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.

# vi /etc/crypttab
# cat /etc/crypttab
nvme0n1p3_crypt UUID=20eada6e-6b8c-4e19-b612-524ea2a131ff   none luks,discard
# update-initramfs -k 4.10.0-24-generic -c -b /boot
update-initramfs: Generating /boot/initrd.img-4.10.0-24-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.

In other words, when the UUID is quoted (") it fails. However, the
quoted UUID is exactly what at least one of the other tools in Ubuntu
must use because there was a second line in that file originally (I
removed it to make the example/testcase above clearer) for another drive
and that one uses quotes.

Please review and QA this area properly. Thank you.

** Also affects: cryptsetup
   Importance: Undecided
   Status: New

** No longer affects: cryptsetup

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

Title:
  Misleading "cryptsetup: WARNING: invalid line in /etc/crypttab - "

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

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


[Bug 332950] Re: Misleading "cryptsetup: WARNING: invalid line in /etc/crypttab - "

2017-06-23 Thread Roel Van de Paar
"at least one of the other tools in Ubuntu" - that is unless I added it,
which is a possibility too. Still, that secondary drive works fine
(assuming that /etc/crypttab is used to unlock it, which I cannot
confirm due to lack of knowledge in that area)

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

Title:
  Misleading "cryptsetup: WARNING: invalid line in /etc/crypttab - "

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

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


[Bug 332950] Re: Misleading "cryptsetup: WARNING: invalid line in /etc/crypttab - "

2017-06-23 Thread Roel Van de Paar
How do I add zesty?

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

Title:
  Misleading "cryptsetup: WARNING: invalid line in /etc/crypttab - "

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

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


[Bug 1687374] Re: package mysql-server-5.7 (not installed) failed to install/upgrade: попытка перезаписать «/usr/share/mysql/errmsg-utf8.txt», который уже имеется в пакете percona-server-common-5.7 5.

2017-05-04 Thread Roel Van de Paar
** Tags added: pkg

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

Title:
  package mysql-server-5.7 (not installed) failed to install/upgrade:
  попытка перезаписать «/usr/share/mysql/errmsg-utf8.txt», который уже
  имеется в пакете percona-server-common-5.7 5.7.10-3-1.jessie

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1687374/+subscriptions

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

[Bug 1102392] Re: Server crashed without specific reason [test_quick_select]

2013-09-08 Thread Roel Van de Paar
** Also affects: percona-server/5.1
   Importance: Undecided
   Status: New

** Also affects: percona-server/5.6
   Importance: High
   Status: Expired

** Changed in: percona-server/5.6
   Status: Expired = New

** Changed in: percona-server/5.6
   Importance: High = Undecided

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

Title:
  Server crashed without specific reason [test_quick_select]

To manage notifications about this bug go to:
https://bugs.launchpad.net/percona-server/+bug/1102392/+subscriptions

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