[Bug 1958329] [NEW] mpv versions below v0.34 ship with deprecated support for streaming videos, affecting Impish and older releases

2022-01-18 Thread Alex DeLorenzo
Public bug reported:

The youtube-dl project has been archived and deprecated[1][5]. mpv prior
to v0.34 used youtube-dl to play streaming videos from the web.

youtube-dl was forked to yt-dlp, which has active development[2]. The
mpv developers moved from youtube-dl to yt-dlp because of this[1][5].
The v0.34 release of mpv will first look for yt-dlp, and then it will
look for youtube-dl if the former can't be found[3]. Users who do not
have yt-dlp installed will not be affected by the change, as mpv will
continue using youtube-dl.

As a user of mpv, I have run into issues like this[4], where watching
YouTube videos with mpv is nearly impossible because of youtube-dl
limiting the download speed to 50kbps. Using mpv v0.34 with yt-dlp, and
watching YouTube in HD is just as fast, or faster, than watching them in
a browser.

I'm on Impish with mpv v0.33.1 and youtube-dl v2021.12.17.

Here's how to replicate the bug from[4] on Impish:

$ export URL="https://www.youtube.com/watch?v=aoXJfuPaFF8;
$ mpv -v --gpu-context=wayland --hwdec=vaapi 
--player-operation-mode=pseudo-gui "$URL"

$ # or just
$ mpv "$URL"

On my end, it will skip, stutter and fail to buffer. Using mpv v0.34
fixes the issue for me.


[1] https://github.com/mpv-player/mpv/issues/9208

[2] https://github.com/yt-dlp/yt-dlp

[3] https://github.com/mpv-player/mpv/releases/tag/v0.34.0

[4] https://github.com/mpv-player/mpv/issues/9468

[5] https://github.com/mpv-player/mpv/pull/9209

** Affects: mpv (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/1958329

Title:
  mpv versions below v0.34 ship with deprecated support for streaming
  videos, affecting Impish and older releases

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


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

[Bug 1945972] Re: cgexec fails on impish, group2 support seems lacking

2021-11-07 Thread Alex DeLorenzo
Impish is using libcgroup v0.44. Support for cgroup v2 in cgexec,
cgcreate, etc was added to libcgroup v2.0 on May 6, 2021 as per the
release notes here[1].

I can confirm that cgcreate, cgexec, etc and other tools do not work on
Impish, and fail upon execution with the same error that the OP
reported.

I installed the libcgroup 2.0-2 deb from Jammy found here[2], and
cgcreate, cgexec, etc now all work on Impish.

[1] https://github.com/libcgroup/libcgroup/releases/tag/v2.0

[2] https://launchpad.net/ubuntu/+source/libcgroup/2.0-2

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

Title:
  cgexec fails on impish, group2 support seems lacking

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


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

[Bug 1861295] Re: Bluetooth not working

2020-09-22 Thread Alex DeLorenzo
@kaihengfeng yes both BT and Wifi stop working intermittently.

I found a fix that will bring both the BT and Wifi back if they go down,
however. By removing the BT-related modules from the kernel, issuing a
USB reset, and then loading the BT modules back into the kernel. BT will
work after that.

For the Wifi, I reset the PCI device via Linux and rescan the PCI bus,
and then I set the wireless mode to "managed" and it works again.

I set systemd to remove the Wifi module from the kernel before
suspending, and then have systemd re-insert the Wifi module into the
kernel upon waking up from sleep.

I can include the scripts I use to do this, if anyone is interested.

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

Title:
  Bluetooth not working

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

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

[Bug 1896681] [NEW] LSP broken error infinite loop in Kate when python-language-server not installed

2020-09-22 Thread Alex DeLorenzo
Public bug reported:

After enabling the LSP Client plugin in Kate and editing a Python
script, I encounter this error:

LSP Client: Server terminated unexpectedly: python3 -m pyls --check-
parent-process

This error message will keep appearing after closed, in an infinite
loop.

The error goes away upon installing python-language-server and restarting Kate:
pip3 install python-language-server

This is a duplicate of this bug from the KDE bug tracker[1], and this
issue was fixed with a commit here[2] to Kate's source code back in
January.


Versions

Ubuntu 20.04.1 LTS
kate 19.12.3


[1] https://bugs.kde.org/show_bug.cgi?id=415847

[2] https://bugs.kde.org/show_bug.cgi?id=415847#c3

** Affects: kate (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/1896681

Title:
  LSP broken error infinite loop in Kate when python-language-server not
  installed

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

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

[Bug 1867675] Re: Install failure for libc6 2.31-0ubuntu6 on armhf

2020-06-06 Thread Alex DeLorenzo
This is a problem on Docker with armhf hosts when building new images
using the `ubuntu:focal` image from Docker Hub[1]. Images will fail to
build because of the reported error

I've included the error that results from running `docker build` on a
Dockerfile referencing `ubuntu:focal` and installing libcrypt1

Images will build using the `ubuntu:rolling` image.

Host details:
Ubuntu 18.04.4 LTS
Docker version 19.03.11, build 42e35e6

[1] Exact image:
https://hub.docker.com/layers/ubuntu/library/ubuntu/focal/images/sha256-5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8?context=explore

** Attachment added: "libc6-armhf_error.log"
   
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1867675/+attachment/5380860/+files/libc6-armhf_error.log

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

Title:
  Install failure for libc6 2.31-0ubuntu6 on armhf

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

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

[Bug 1867431] Re: ERROR got an error from dpkg for pkg: 'libc6'

2020-06-06 Thread Alex DeLorenzo
This is a problem on Docker with armhf hosts when building new images
using the `ubuntu:focal` image from Docker Hub[1]. Images will fail to
build because of the reported error

I've included the error that results from running `docker build` on a
Dockerfile referencing `ubuntu:focal` and installing libcrypt1

Images will build using the `ubuntu:rolling` image.

Host details:
Ubuntu 18.04.4 LTS
Docker version 19.03.11, build 42e35e6

[1] Exact image:
https://hub.docker.com/layers/ubuntu/library/ubuntu/focal/images/sha256-5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8?context=explore

** Attachment added: "libc6-armhf_error.log"
   
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1867431/+attachment/5380858/+files/libc6-armhf_error.log

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

Title:
  ERROR got an error from dpkg for pkg: 'libc6'

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

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

[Bug 1861295] Re: Bluetooth not working

2020-02-13 Thread Alex DeLorenzo
Still an issue with the mainline kernel

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

Title:
  Bluetooth not working

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

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

[Bug 1861295] Re: Bluetooth not working

2020-02-11 Thread Alex DeLorenzo
Also experiencing this issue on stock 19.10 with the same hardware. Will
report back after installing the latest kernel.

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

Title:
  Bluetooth not working

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

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

[Bug 1859083] Re: Global menu in Kubuntu is gone in Firefox Beta 73.0 on Eoan

2020-01-10 Thread Alex DeLorenzo
Thanks for the clarification, Olivier.

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

Title:
  Global menu in Kubuntu is gone in Firefox Beta 73.0 on Eoan

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

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

[Bug 1859083] Re: Global menu in Kubuntu is gone in Firefox Beta 73.0 on Eoan

2020-01-09 Thread Alex DeLorenzo
** Description changed:

  Using Plasma Desktop's Global Menu plasmoid on Kubuntu 19.10, the recent
- Firefox Beta 73 updates do not have the Unity global menu feature
- enabled. This feature was working only a couple of days ago. Not sure if
- this is a regression or an intended removal of the global menu patch.
+ Firefox Beta 73 updates via Mozilla Team's firefox-next PPA do not have
+ the Unity global menu feature enabled. This feature was working only a
+ couple of days ago. Not sure if this is a regression or an intended
+ removal of the global menu patch.
  
  If you need any logs or debug information, I'll be happy to supply them.
  Thanks for everyone's work on this PPA, it's great :)

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

Title:
  Global menu in Kubuntu is gone in Firefox Beta 73.0 on Eoan

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

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

[Bug 1859083] [NEW] Global menu in Kubuntu is gone in Firefox Beta 73.0 on Eoan

2020-01-09 Thread Alex DeLorenzo
Public bug reported:

Using Plasma Desktop's Global Menu plasmoid on Kubuntu 19.10, the recent
Firefox Beta 73 updates via Mozilla Team's firefox-next PPA do not have
the Unity global menu feature enabled. This feature was working only a
couple of days ago. Not sure if this is a regression or an intended
removal of the global menu patch.

If you need any logs or debug information, I'll be happy to supply them.
Thanks for everyone's work on this PPA, it's great :)

** Affects: firefox (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/1859083

Title:
  Global menu in Kubuntu is gone in Firefox Beta 73.0 on Eoan

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

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