[Bug 1901117] Re: [TUF Gaming FX505GT_FX505GT, Nvidia GPU 94 HDMI/DP, Digital Out, HDMI] Playback problem

2020-10-25 Thread Victor Engmark
This looks like a likely suspect:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1867704

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

Title:
  [TUF Gaming FX505GT_FX505GT, Nvidia GPU 94 HDMI/DP, Digital Out, HDMI]
  Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1901117/+subscriptions

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

[Bug 1901117] Re: [TUF Gaming FX505GT_FX505GT, Nvidia GPU 94 HDMI/DP, Digital Out, HDMI] Playback problem

2020-10-25 Thread Victor Engmark
I've got what looks like a pretty similar issue with the same series
motherboard and same brand of GPU: https://askubuntu.com/q/1286894/10371

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

Title:
  [TUF Gaming FX505GT_FX505GT, Nvidia GPU 94 HDMI/DP, Digital Out, HDMI]
  Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1901117/+subscriptions

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

[Bug 1857733] Re: MOTD "safe_print" prints control characters

2019-12-27 Thread Victor Engmark
Correction: That's of course *octal* 012 and 015, aka. Line Feed and
Carriage Return. That should probably be explicit in the documentation.

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

Title:
  MOTD "safe_print" prints control characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1857733/+subscriptions

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

[Bug 1857733] [NEW] MOTD "safe_print" prints control characters

2019-12-27 Thread Victor Engmark
Public bug reported:

/etc/update-motd.d/50-motd-news contains a function called "safe_print".
Its documentation says it does not print control characters, but this is
false. If you look at the `tr` command it prints \012 (Device Control 2
aka. DC2 aka. ␒) and \015 (Negative Acknowledge aka. NAK aka. ␕) from
the source. I don't know why it would do that, or whether it could
possibly be a security issue, especially since it makes the code more
complex than it should be (`tr -d '\000-\011\013\014\016-\037'` vs `tr
-d '\000-\037'`). A quick `/etc/update-motd.d/50-motd-news --force |
grep $'\x12\|\x15'` returned exit code 1, so it's not part of the
current MOTD.

** Affects: base-files (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/1857733

Title:
  MOTD "safe_print" prints control characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1857733/+subscriptions

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

[Bug 1833013] Re: Interactive prompt during non-interactive install

2019-06-16 Thread Victor Engmark
Ah, looks like this is a fault with apt-get for not detecting a non-
interactive install.

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

Title:
  Interactive prompt during non-interactive install

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

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

[Bug 1833013] [NEW] Interactive prompt during non-interactive install

2019-06-16 Thread Victor Engmark
Public bug reported:

`apt-get install -y -qq ansible` runs `whiptail --backtitle Package
configuration --title Configuring libssl1.1:amd64 --output-fd 11
--defaultno --yesno -- There are services installed on your system which
need to be restarted  when certain libraries, such as libpam, libc, and
libssl, are upgraded.  Since these restarts may cause interruptions of
service for the system,  you will normally be prompted on each upgrade
for the list of services  you wish to restart.  You can choose this
option to avoid being  prompted; instead, all necessary restarts will be
done for you  automatically so you can avoid being asked questions on
each library  upgrade.  Restart services during package upgrades without
asking? 16 77`, causing a non-interactive installation to be impossible.

Also reported to the Ansible Local Vagrant provisioner because they will
probably have to work around this in the short term:
https://github.com/hashicorp/vagrant/issues/10914

** Affects: ansible (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/1833013

Title:
  Interactive prompt during non-interactive install

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

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

[Bug 73536]

2019-01-06 Thread Victor Engmark
(In reply to jonas from comment #63)

That is a bug (IMO) in most distros' shutdown/reboot sequences, where
they give applications no time to shut down before sending SIGKILL. I
would report to your distro.

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

Title:
  MASTER Firefox crashes on instant X server shutdown

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

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

[Bug 1281580] Re: glib-compile-schemas doesn't compile relocatable schemas

2016-08-31 Thread Victor Engmark
Seeing the same issue on Fedora 24:
https://ask.fedoraproject.org/en/question/93425/howwhere-to-create-
gnome-custom-keybinding-override-file/

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

Title:
  glib-compile-schemas doesn't compile relocatable schemas

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

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