[Bug 2101778] Re: binary package ships unnecessary makefile snippet

2025-03-09 Thread Rolf Leggewie
** Description changed: $ apt policy rustc-1.76 rustc-1.76: - Installed: 1.76.0+dfsg0ubuntu1-0ubuntu0.24.04 - Candidate: 1.76.0+dfsg0ubuntu1-0ubuntu0.24.04 - Version table: - *** 1.76.0+dfsg0ubuntu1-0ubuntu0.24.04 500 - 500 http://archive.ubuntu.com/ubuntu noble-security/univers

[Bug 2101778] [NEW] binary package ships unnecessary makefile snippet

2025-03-09 Thread Rolf Leggewie
Public bug reported: $ apt policy rustc-1.76 rustc-1.76: Installed: 1.76.0+dfsg0ubuntu1-0ubuntu0.24.04 Candidate: 1.76.0+dfsg0ubuntu1-0ubuntu0.24.04 Version table: *** 1.76.0+dfsg0ubuntu1-0ubuntu0.24.04 500 500 http://archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages

[Bug 2100737] Re: 503 Cannot allocate memory with https repo

2025-03-05 Thread Rolf Leggewie
> Ign:1 http://HTTPS///packages.abcd.test.net/ubuntu-remote jammy InRelease That looks like a configuration error. You are essentially telling your computer to contact the server named HTTPS via http. how much memory does your machine have? Is this a real or virtual computer? -- You received

[Bug 940825] Re: apt-get update reporting "not acceptable"

2025-03-05 Thread Rolf Leggewie
still an issue in 2025? ** Changed in: apt (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940825 Title: apt-get update reporting "not acceptable" To

[Bug 2100887] Re: SRU: time_t overflow on certain architectures (100% CPU)

2025-03-05 Thread Rolf Leggewie
I've done a number of SRUs in the past and would have thought this bug would certainly qualify. Not sure if the SRU criteria have changed in the last few years but when I read https://documentation.ubuntu.com/sru/en/latest/reference/requirements/#reference- what-is-acceptable-to-sru the bar seems

[Bug 1691485] Re: fanatic disable-fan fails without docker installed

2025-03-04 Thread Rolf Leggewie
Is this still really an open task for xenial? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1691485 Title: fanatic disable-fan fails without docker installed To manage notifications about this bug

[Bug 2100887] Re: SRU: time_t overflow on certain architectures (100% CPU)

2025-03-04 Thread Rolf Leggewie
** Patch added: "debdiff for noble" https://bugs.launchpad.net/debian/+source/apt-cacher-ng/+bug/2100887/+attachment/5862440/+files/LP2100887.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2

[Bug 1998865] Re: apt-cacher-ng corrupt/bad files on 22.04

2025-03-04 Thread Rolf Leggewie
** Tags added: noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1998865 Title: apt-cacher-ng corrupt/bad files on 22.04 To manage notifications about this bug go to: https://bugs.launchpad.net/

[Bug 937339] Re: Pidgin shows emojis in unexpected places

2025-03-04 Thread Rolf Leggewie
** Summary changed: - Pidgin shows smiles in IRC hosts when someone joins a channel + Pidgin shows emojis in unexpected places -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937339 Title: Pidgin sho

[Bug 2100887] Re: SRU: time_t overflow on certain architectures (100% CPU)

2025-03-04 Thread Rolf Leggewie
upstream fix: https://salsa.debian.org/blade/apt-cacher- ng/-/commit/99d7ab63fc812344105ecea2c6ad4a74aee518bd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100887 Title: SRU: time_t overflow on cer

[Bug 2100887] Re: SRU: time_t overflow on certain architectures (100% CPU)

2025-03-04 Thread Rolf Leggewie
** Description changed: Helge Deller reported to the Debian BTS a problem affecting certain platforms including armhf that lead to acng consuming 100% on one core. - This was fixed already in the latest upstream release which has already - landed in o-series and p-series. I kindly ask for an

[Bug 2100887] [NEW] SRU: time_t overflow on certain architectures (100% CPU)

2025-03-04 Thread Rolf Leggewie
Public bug reported: Helge Deller reported to the Debian BTS a problem affecting certain platforms including armhf that lead to acng consuming 100% on one core. This was fixed already in the latest upstream release which has already landed in o-series and p-series. I kindly ask for an SRU to at l

[Bug 1237456] Re: mirror: protocol failing again

2025-03-04 Thread Rolf Leggewie
I believe it's safe to say that the mirror protocol is dead, no? +--[ http://mirrors.ubuntu.com/mirrors.txt ] | | http://archive.ubuntu.com/ubuntu/ | +-- No more mirrors ** Changed in: apt-cacher-ng (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because y

[Bug 2100822] [NEW] incorrect homepage setting for the upstream project

2025-03-03 Thread Rolf Leggewie
Public bug reported: the upstream homepage for the project is set to https://wiki.debian.org/DebianEdu/Router which does not exist. ** Affects: debian-edu-router (Ubuntu) Importance: Undecided Status: New ** Affects: debian-edu-router (Debian) Importance: Undecided St

[Bug 2059246] Re: packaged version should not check for latest release

2025-03-03 Thread Rolf Leggewie
** Description changed: There is no need for the packaged version to check upstream for a newer - release. The packaged is managed by the Ubuntu release team. + release. The package is managed by the Ubuntu release team. -- You received this bug notification because you are a member of Ubunt

[Bug 1049659] Re: man page is out of date for -r option

2025-02-20 Thread Rolf Leggewie
This is no longer an issue on noble (and probably much earlier releases) ** Changed in: grep (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049659 Titl

[Bug 1165536] Re: grep doesn't handle \w correctly

2025-02-20 Thread Rolf Leggewie
Thank you for that interesting test case. I think there is something else at play here, maybe some shell quirk. Consider the following simplified test case. $ cat /tmp/LP1165536.txt 123 ABC abc !%$ $ grep [\w] /tmp/LP1165536.txt || echo "nothing found" # should match all three characters in l

[Bug 2038705] Re: new repo version 2.37 upstream

2025-02-14 Thread Rolf Leggewie
this has been fixed in oracular and plucky generally speaking, these kinds of bug alerts aren't particularly useful. Maintainers have automatic tools to alert them of upstream releases. ** Changed in: repo (Ubuntu) Status: New => Fix Released -- You received this bug notification becaus

[Bug 2078381] Re: repo command doesn't know option '--git-lfs' in jammy and earlier

2025-02-14 Thread Rolf Leggewie
This is not an issue in noble and later. I cannot test focal. For development machines, it is best to update to a later Ubuntu release. ** Summary changed: - repo command doesn't know option '--git-lfs' + repo command doesn't know option '--git-lfs' in jammy and earlier ** Changed in: repo (Ub

[Bug 1617573] Re: package repo 1.12.32-2 failed to install/upgrade: poging tot overschrijven van '/usr/bin/repo', wat ook in pakket phablet-tools 1.2+16.04.20160317-0ubuntu1 zit

2025-02-14 Thread Rolf Leggewie
Is this still an issue in 2025? ** Changed in: repo (Ubuntu) Status: Confirmed => Incomplete ** Changed in: phablet-tools (Ubuntu) Status: Confirmed => Incomplete ** Changed in: phablet-tools (Ubuntu) Assignee: Marivaldo Cordeiro (naldotux) => (unassigned) ** Changed in: repo

[Bug 218070] Re: Nautilus not showing the desktop icons & wallpaper on login

2025-02-09 Thread Rolf Leggewie
closing as obsolete furthermore, quoting upstream bug tracker: Comment 5 Cosimo Cecchi 2012-05-04 20:41:27 UTC I think this hasn't been an issue for a long while now. ** Changed in: nautilus (Ubuntu) Status: Triaged => Opinion -- You received this bug notification because you are a memb

[Bug 1921942] Re: turn off test for new upstream version

2025-02-08 Thread Rolf Leggewie
still true for noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1921942 Title: turn off test for new upstream version To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

[Bug 1762408] Re: "Dropbox access is not authorized. Error message: v1_retired" while adding Dropbox account

2025-02-08 Thread Rolf Leggewie
Is this still an issue in 2025? ** Changed in: rclone (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762408 Title: "Dropbox access is not authorized.

[Bug 2095492] Re: rclone 1.60.1 is 2 years old, request update

2025-02-08 Thread Rolf Leggewie
** Also affects: rclone (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057067 Importance: Unknown Status: Unknown ** Changed in: rclone (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1407552] Re: Nautilus crashes (maybe related to SSHFS?)

2025-02-08 Thread Rolf Leggewie
Is this still an issue in 2025? ** Changed in: nautilus (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1407552 Title: Nautilus crashes (maybe related

[Bug 1960909] Re: deprecation warning for pypi2deb

2025-02-04 Thread Rolf Leggewie
no longer an issue in noble at least ** Changed in: pypi2deb (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960909 Title: deprecation warning for pypi2de

[Bug 2093180] Re: undefined symbol: gtk_module_display_init

2025-02-02 Thread Rolf Leggewie
fixed by installing libxapp-gtk3-module (which is recommended by libxapp1) source: https://askubuntu.com/a/1532020/889771 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093180 Title: undefined symb

[Bug 1659567] Re: empty ACL warning during cron.daily/logrotate

2025-01-31 Thread Rolf Leggewie
Further to juliank's comment, I would like to point out that I am not aware of a replacement for the squid-deb-proxy-client package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1659567 Title: empt

[Bug 2096956] Re: fixing minor typo in man page of pbuilder-dist

2025-01-30 Thread Rolf Leggewie
awesome, thank you for the swift reaction -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2096956 Title: fixing minor typo in man page of pbuilder-dist To manage notifications about this bug go to: h

[Bug 2096956] [NEW] fixing minor typo in man page of pbuilder-dist

2025-01-29 Thread Rolf Leggewie
Public bug reported: found a small and easy to fix error in the man page of pbuilder-dist, so I did ** Affects: ubuntu-dev-tools (Ubuntu) Importance: Undecided Status: New ** Tags: noble plucky ** Patch added: "fix the man page in -devel, also applicable to noble LTS" https://

[Bug 1886211] Re: Auto-complete for grub-reboot provides invalid options, most of which fail silently

2025-01-28 Thread Rolf Leggewie
Still the same on Noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886211 Title: Auto-complete for grub-reboot provides invalid options, most of which fail silently To manage notifications ab

[Bug 2093180] Re: undefined symbol: gtk_module_display_init

2025-01-17 Thread Rolf Leggewie
** Description changed: - on my noble machine I get the following error when starting evince from - the command line: + on my noble machine I get the following error when starting evince or + meld from the command line: $ evince Gtk-Message: 12:46:36.155: Failed to load module "xapp-gtk3-mo

[Bug 2051101] Re: Error processing archive, trying to overwrite '/etc/X11/Xsession.d/80xapp-gtk3-module', which is also in package libxapp-gtk3-module:amd64 2.6.1+klbkmantic1

2025-01-07 Thread Rolf Leggewie
not a bug in Ubuntu as correctly explained in #3 kindly take this up with the maintainer of the PPA ** Changed in: xapp (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 2093180] [NEW] undefined symbol: gtk_module_display_init

2025-01-07 Thread Rolf Leggewie
Public bug reported: on my noble machine I get the following error when starting evince from the command line: $ evince Gtk-Message: 12:46:36.155: Failed to load module "xapp-gtk3-module": 'gtk_module_display_init': /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libgtk-vector-screenshot.so: undefin

[Bug 2066241] Re: onboard virtual keyboard not install correctly on ubuntu 24.04

2025-01-05 Thread Rolf Leggewie
** Tags added: noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066241 Title: onboard virtual keyboard not install correctly on ubuntu 24.04 To manage notifications about this bug go to: https:

[Bug 2093032] [NEW] SyntaxWarning: invalid escape sequence

2025-01-05 Thread Rolf Leggewie
Public bug reported: there is an error shown when installing and reinstalling the calibre package in noble Setting up calibre (7.6.0+ds-1build1) ... /usr/lib/calibre/templite/__init__.py:33: SyntaxWarning: invalid escape sequence '\[' auto_emit = re.compile('(^[\'\"])|(^[a-zA-Z0-9_\[\]\'\"]+$)

[Bug 2088119] [NEW] installs into obsolete config paths

2024-11-13 Thread Rolf Leggewie
Public bug reported: from my noble installation $ dpkg -S /etc/php/7.4/mods-available/* php-imagick: /etc/php/7.4/mods-available/imagick.ini php-memcache: /etc/php/7.4/mods-available/memcache.ini That doesn't look right. php7.4 is long gone. The changelog explicitly says, the package was rebui

[Bug 1241529] Re: During upgrade to Kubuntu 13.10 it says: cannot install tex-common

2024-11-12 Thread Rolf Leggewie
is this still something that needs work 10 years later? ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New => Incomplete ** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: (unassigned) => Rolf Leggewie (r0lf) -- You received this bug notification because you

[Bug 1308885] Re: interrupted release upgrade may confuse update-manager into believing an upgrade is not necessary

2024-11-12 Thread Rolf Leggewie
is this still something that needs work 10 years later? ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New => Incomplete ** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: (unassigned) => Rolf Leggewie (r0lf) -- You received this bug notification because you

[Bug 1901414] Re: release upgrade crashes

2024-11-12 Thread Rolf Leggewie
is this still something that needs work 4 years later? ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New => Incomplete ** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: (unassigned) => Rolf Leggewie (r0lf) -- You received this bug notification because you

[Bug 1241148] Re: do-release-upgrade crashes while updating from 13.04 to 13.10 when locale is ru-RU.UTF8

2024-11-12 Thread Rolf Leggewie
is this still something that needs work 10 years later? ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: Confirmed => Incomplete ** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: (unassigned) => Rolf Leggewie (r0lf) -- You received this bug notification becau

[Bug 1373534] Re: Upgrade from 13.10 to 14.04 fails

2024-11-12 Thread Rolf Leggewie
is this still something that needs work 10 years later? ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: Confirmed => Incomplete ** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: (unassigned) => Rolf Leggewie (r0lf) -- You received this bug notification becau

[Bug 2088024] [NEW] Using positional arguments with the GObject constructor has been deprecated

2024-11-12 Thread Rolf Leggewie
Public bug reported: on noble, I get the following warning on the command-line: $ python3 /usr/lib/ubuntu-release-upgrader/check-new-release-gtk /usr/lib/ubuntu-release-upgrader/check-new-release-gtk:145: PyGIDeprecationWarning: Using positional arguments with the GObject constructor has been d

[Bug 1875110] Re: ProxyAutoDetect has become Proxy-Auto-Detect

2024-09-02 Thread Rolf Leggewie
** Changed in: squid-deb-proxy (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875110 Title: ProxyAutoDetect has become Proxy-Auto-Detect To man

[Bug 1963590] Re: Missing entry for new Launchpad PPAs (ppa.launchpadcontent.net)

2024-09-02 Thread Rolf Leggewie
** Changed in: squid-deb-proxy (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1963590 Title: Missing entry for new Launchpad PPAs (ppa.launchpadc

[Bug 2063966] Re: version not compatible with python3

2024-06-30 Thread Rolf Leggewie
Well, the error is reproducible here. Yet, there is indeed the changelog for the latest upload in jammy. dhcpig (1.5-3) unstable; urgency=medium * Add support for Python3 (Closes: 940604) -- Philippe Thierry Tue, 24 Sep 2019 14:09:19 +0200 -- You received this bug notification because yo

[Bug 1988870] Re: apport-autoreport.service fails: whoopsie.path is not enabled

2024-04-29 Thread Rolf Leggewie
reopening as per comment #8. @Sebastian, I suggest you disable whoopsie-path instead "systemctl disable whoopsie-path" and then reboot to get a clean "systemctl --failed" for those who are like me looking for the "Privacy" GUI control panel mentioned in comment #5, make sure you have the "activit

[Bug 1205394] Re: distupgrade fails in saucy because whoopsie-preferences _0.8_amd64.deb is trying to overwrite '/usr/bin/whoopsie-preferences', which is also in package activity-log-manager-control-c

2024-04-29 Thread Rolf Leggewie
Is still an issue in 2024? ** Changed in: whoopsie-preferences (Ubuntu) Assignee: Evan (ev) => (unassigned) ** Changed in: whoopsie-preferences (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 2063966] [NEW] version not compatible with python3

2024-04-27 Thread Rolf Leggewie
Public bug reported: version 1.5 of dhcpig released some time in 2017 is not compatible with python3. At least that's what the release note for version 1.6 seems to suggest. And what my test on jammy confirms. $ sudo dhcpig wlp3s0 [ -- ] [INFO] - using interface wlp3s0 [DBG ] Thread 0 - (Sniffe

[Bug 254687] Re: userlist options doesn't work in vsftpd

2024-04-19 Thread Rolf Leggewie
Is this still an issue in 2024? ** Changed in: vsftpd (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/254687 Title: userlist options doesn't work in vs

[Bug 552067] Re: The need to recreate secure_chroot_dir in /var/run/vsftpd when not using the supplied init scripts is not documented

2024-04-19 Thread Rolf Leggewie
Is this still an issue in 2024? ** Changed in: vsftpd (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/552067 Title: The need to recreate secure_chroot_

[Bug 1840774] Re: Faulty modified time of ftp accessed files and directories

2024-04-19 Thread Rolf Leggewie
Is this still an issue in 2024? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1840774 Title: Faulty modified time of ftp accessed files and directories To manage notifications about this bug go to:

[Bug 1301808] Re: no ECDHE cipher suites in vsftpd

2024-04-19 Thread Rolf Leggewie
Is this still an issue in 2024? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1301808 Title: no ECDHE cipher suites in vsftpd To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 1591552] Re: vsftpd vulnerable to heartbleed (according to testssl)

2024-04-19 Thread Rolf Leggewie
Time to close this one? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1591552 Title: vsftpd vulnerable to heartbleed (according to testssl) To manage notifications about this bug go to: https://bug

[Bug 2059246] [NEW] packaged version should not check for latest release

2024-03-27 Thread Rolf Leggewie
Public bug reported: There is no need for the packaged version to check upstream for a newer release. The packaged is managed by the Ubuntu release team. ** Affects: rclone-browser (Ubuntu) Importance: Undecided Status: New ** Attachment added: "there should be no such pop-up wind

[Bug 1967600] Re: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

2022-05-28 Thread Rolf Leggewie
ping @flexiondotorg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1967600 Title: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref() To manage notifications about this bug go to: http

[Bug 1969520] Re: /usr/share/squid-deb-proxy-client/apt-avahi-discover:6: DeprecationWarning: The asyncore module is deprecated and will be removed in Python 3.12. The recommended replacement is async

2022-04-20 Thread Rolf Leggewie
*** This bug is a duplicate of bug 1963794 *** https://bugs.launchpad.net/bugs/1963794 Thank you, this is indeed a bug and has already been reported as bug 1963794 ** This bug has been marked a duplicate of bug 1963794 apt-avahi-discover script uses deprecated asyncore module -- You rece

[Bug 1967600] Re: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

2022-04-05 Thread Rolf Leggewie
Unmarking as dupe, see original report. @Martin Wimpress, would you be so kind to have a look? The uploaded fix may be incomplete. ** This bug is no longer a duplicate of bug 1943369 mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref() -- You received this bug notification beca

[Bug 1958398] Re: seahorse does not show in HUD for "gpg"

2022-04-04 Thread Rolf Leggewie
setting to "fix committed", given upstream merged my PR https://gitlab.gnome.org/GNOME/seahorse/-/merge_requests/196 ** Changed in: seahorse (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1208091] Re: scanimage assert failure: *** Error in `scanimage': double free or corruption (top): 0x0000000002598130 ***

2022-04-01 Thread Rolf Leggewie
upstream changed and the patch no longer applies cleanly. Requesting code inspection from someone who understands C. https://gitlab.com/sane-project/backends/-/blob/master/backend/net.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1961340] Re: httpx in jammy is broken

2022-03-09 Thread Rolf Leggewie
yes, looks good now, thank you ** Changed in: httpx (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1961340 Title: httpx in jammy is broken To mana

[Bug 1963794] [NEW] apt-avahi-discover script uses deprecated asyncore module

2022-03-06 Thread Rolf Leggewie
Public bug reported: On Jammy, I'm getting the following warning on the console: $ /usr/share/squid-deb-proxy-client/apt-avahi-discover /usr/share/squid-deb-proxy-client/apt-avahi-discover:6: DeprecationWarning: The asyncore module is deprecated. The recommended replacement is asyncio import a

[Bug 1959431] Re: pipewire-media-session crashed with SIGSEGV in spa_bt_quirks_get_features()

2022-03-05 Thread Rolf Leggewie
awesome, thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959431 Title: pipewire-media-session crashed with SIGSEGV in spa_bt_quirks_get_features() To manage notifications about this bug go

[Bug 1873923] Re: freeradius with freeradius-python3 fails to start out of the box

2022-03-04 Thread Rolf Leggewie
other issues with the package that prevent it to start in jammy: - directory sites-enabled is not created - "The server is not configured to listen on any ports. Cannot start" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1850927] Re: Configuration comment suggests non-default /tmp/radius configuration which doesn't exist by default

2022-03-04 Thread Rolf Leggewie
was that discussion not public? can't find anything on https://irclogs.ubuntu.com/2019/11/01/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850927 Title: Configuration comment suggests non-default

[Bug 1958398] Re: seahorse does not show in HUD for "gpg"

2022-03-02 Thread Rolf Leggewie
I've opened https://gitlab.gnome.org/GNOME/seahorse/-/merge_requests/196 upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958398 Title: seahorse does not show in HUD for "gpg" To manage noti

[Bug 1958398] Re: seahorse does not show in HUD for "gpg"

2022-03-02 Thread Rolf Leggewie
Yes, this can be fixed by adding "gpg;pgp;" to the end of the Keywords entry in /usr/share/applications/org.gnome.seahorse.Application.desktop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958398 Tit

[Bug 1962052] Re: core dump on start

2022-02-27 Thread Rolf Leggewie
yes, indeed 3.1.8 seems to be the last version successfully built in jammy that does not segfault https://launchpad.net/ubuntu/+source/telegram- desktop/3.1.8+ds-1/+build/22310850 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 1962052] Re: core dump on start

2022-02-27 Thread Rolf Leggewie
I can confirm the problem. This is a regression with the latest release in jammy. The previous one was still OK. There were many FTBFS releases before 3.5.2+ds-1 so I had a hard time confirming the last working release in jammy. I gave up and reverted back to the one from impish and the problem

[Bug 1960264] Re: 503 errors for Jammy PPAs

2022-02-27 Thread Rolf Leggewie
@fossfreedom: Thank you for the quick response. I assume you can still reproduce the problem, right? It would be great to see logs, for example /var/log/apt-cacher-ng/apt-cacher.err Would you be so kind to provide those? -- You received this bug notification because you are a member of Ubuntu

[Bug 1960264] Re: 503 errors for Jammy PPAs

2022-02-27 Thread Rolf Leggewie
The problem disappeared after installing the version in impish. More importantly, it hasn't come back after reinstalling the version from jammy. @fossfreedom, did you upgrade the system where acng is running from focal as well? Can you provide logs of the problem? -- You received this bug noti

[Bug 1958720] Re: python3-yaml and python3-six are not co-installable with python-is-python2 in jammy

2022-02-27 Thread Rolf Leggewie
@mhodson: why did you remove six from this ticket? The affect I described is very much present for python3-six. readding six task @racb: thank you for having a thorough look. you are spot on in #10, the problem is present only focal2jammy, not impish2jammy. Thus, one possibility to deal with t

[Bug 1960264] Re: 503 errors for Jammy PPAs

2022-02-25 Thread Rolf Leggewie
** Tags added: regression-release ** Description changed: - For Jammy - all PPAs seem to fail - the main archive is ok + For apt-cacher-ng from jammy - all PPAs seem to fail - the main archive + is ok  503 Connection closed, check DlMaxRetries [IP: 127.0.0.1 3142] Err:12 http://ppa.launch

[Bug 1960264] Re: 503 errors for Jammy PPAs

2022-02-25 Thread Rolf Leggewie
I can confirm that acng running the version in jammy triggers the problem with PPA in the clients it serves (which may or may not be running jammy). Going by the fact that the version from impish when installed on jammy does not have this problem and runs fine otherwise, it looks like a regression

[Bug 346912] Re: Tracker index corruption (was Tracker does not stop indexing)

2022-02-21 Thread Rolf Leggewie
is this still a problem in focal or later? ** Changed in: tracker (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/346912 Title: Tracker index corruption

[Bug 352441] Re: file index is too big - discontinuing index

2022-02-21 Thread Rolf Leggewie
closing as per #8 ** Changed in: tracker (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/352441 Title: file index is too big - discontinuing index To

[Bug 1081509] Re: freeradius + mysql fails to start

2022-02-21 Thread Rolf Leggewie
expiring / obsolete ** Changed in: freeradius (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1081509 Title: freeradius + mysql fails to start To manage

[Bug 1795310] Re: FTBFS with MySQL 8.0

2022-02-21 Thread Rolf Leggewie
Is there anything left to be done here? ** Changed in: freeradius (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1795310 Title: FTBFS with MySQL 8.0 To man

[Bug 132448] Re: search-tool: deleted files are counted in filetype count

2022-02-21 Thread Rolf Leggewie
I'm not able to reproduce this in jammy still an issue? ** Changed in: tracker (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/132448 Title: search-to

[Bug 130937] Re: tracker-search-tool gets no response

2022-02-21 Thread Rolf Leggewie
Is this still a problem in focal or later? ** Changed in: tracker (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/130937 Title: tracker-search-tool get

[Bug 158665] Re: tracker-extract manpage should be improved

2022-02-21 Thread Rolf Leggewie
essentially unchanged for jammy: "man tracker3-extract " ** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/158665 Title: tracker-extract manpage should be improved To manage notif

[Bug 351334] Re: tracker-indexer crashed with SIGSEGV in IA__g_utf8_validate()

2022-02-21 Thread Rolf Leggewie
closing as per #5 and #6 ** Changed in: tracker (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/351334 Title: tracker-indexer crashed with SIGSEGV in I

[Bug 346575] Re: tracker-extract crashed with SIGSEGV in g_utf8_validate()

2022-02-21 Thread Rolf Leggewie
still an issue in focal or later? ** Changed in: tracker (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/346575 Title: tracker-extract crashed with SIGSE

[Bug 1528416] Re: With Trash bookmarked, gedit deadlocks on opening Open or Save As dialog

2022-02-21 Thread Rolf Leggewie
ping @jmmorlan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1528416 Title: With Trash bookmarked, gedit deadlocks on opening Open or Save As dialog To manage notifications about this bug go to:

[Bug 339027] Re: tracker-extract crashed with signal 7 in tracker_extract_get_metadata()

2022-02-21 Thread Rolf Leggewie
closing as obsolete, please open a new ticket if this can be reproduced in focal or later ** Changed in: tracker (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 355499] Re: tracker-indexer crashed with SIGSEGV in tracker_module_metadata_utils_get_data()

2022-02-21 Thread Rolf Leggewie
@funkyhat, do you still experience this issue in focal or later or can this be closed? ** Changed in: tracker (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 360167] Re: tracker-indexer crashed with SIGSEGV in tracker_module_metadata_utils_get_data()

2022-02-21 Thread Rolf Leggewie
*** This bug is a duplicate of bug 355499 *** https://bugs.launchpad.net/bugs/355499 ** This bug is no longer a duplicate of bug 359886 tracker-indexer crashed with SIGSEGV in tracker_module_metadata_utils_get_data() ** This bug has been marked a duplicate of bug 355499 tracker-indexer

[Bug 359886] Re: tracker-indexer crashed with SIGSEGV in tracker_module_metadata_utils_get_data()

2022-02-21 Thread Rolf Leggewie
*** This bug is a duplicate of bug 355499 *** https://bugs.launchpad.net/bugs/355499 ** This bug has been marked a duplicate of bug 355499 tracker-indexer crashed with SIGSEGV in tracker_module_metadata_utils_get_data() -- You received this bug notification because you are a member of Ub

[Bug 361598] Re: tracker-extract crashed with SIGSEGV in tracker_albumart_copy_to_local()

2022-02-21 Thread Rolf Leggewie
does this ever occur in focal or later? ** Changed in: tracker (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/361598 Title: tracker-extract crashed with

[Bug 1126537] Re: gnome-Tracker fills up my root with 27GB after kernel update

2022-02-21 Thread Rolf Leggewie
Yeah, unfortunately, that tracker thing is a pretty badly behaved piece of software. Did you ever run into in focal or later? ** Changed in: tracker (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1598814] Re: tracker-miner-fs syslog spam: Could not execute sparql

2022-02-21 Thread Rolf Leggewie
** Tags added: focal xenial zesty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1598814 Title: tracker-miner-fs syslog spam: Could not execute sparql To manage notifications about this bug go to: h

[Bug 336422] Re: [jaunty] tracker-extract prevents unmounting of USB storage devices, crashed with signal 7 in tracker_extract_get_metadata() when media forcibly removed

2022-02-21 Thread Rolf Leggewie
Is this still reproducible in focal or later? ** Changed in: tracker (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/336422 Title: [jaunty] tracker-extra

[Bug 353008] Re: tracker indexes all the time even though only "one" folder with "one" file configured for indexing

2022-02-21 Thread Rolf Leggewie
@mandoz18, please open a new ticket if you still experience this issue in focal or later @grider-4, yours is a different issue, please open a new ticket or tag onto one of the existing "high CPU"-tickets -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 353008] Re: tracker indexes all the time even though only "one" folder with "one" file configured for indexing

2022-02-21 Thread Rolf Leggewie
going by #4, this was fixed in 0.7.0 ** Changed in: tracker (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/353008 Title: tracker indexes all the tim

[Bug 163544] Re: tracker search tool shows no results

2022-02-21 Thread Rolf Leggewie
Is this still an issue in focal or later? "tracker3 search png" works fine for me on jammy ** Changed in: tracker (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1525628] Re: tracker needs to be killed on every boot

2022-02-21 Thread Rolf Leggewie
I see this in high CPU usage after going from Focal (where I did not see it) to Jammy (where it consumes about 2 to 3 cores) ** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1525628

[Bug 1961340] [NEW] httpx in jammy is broken

2022-02-17 Thread Rolf Leggewie
Public bug reported: The package in jammy cannot even successfully run the quickstart instructions: https://www.python-httpx.org/quickstart/ as evidenced in example output below. httpx from pip works fine and thus the suspicion is that the problem is fixed in a later release which currently isn't

[Bug 1960547] Re: please remove mailman3, mailman-hyperkitty

2022-02-17 Thread Rolf Leggewie
someone please release python3-click now, looks like it simply needs a release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960547 Title: please remove mailman3, mailman-hyperkitty To manage noti

[Bug 1957790] Re: NVIDIA CVE-2022-{21813|21814}

2022-02-15 Thread Rolf Leggewie
It appears that this change might have introduced a regression. Please have a look at bug 1960499 and bug 1960621. +--[ https://askubuntu.com/questions/1392037/ ] | | From Ubuntu package list for nvidia-driver-*, any | nvidia driver in the major versions on the left will | be effectively upgrad

[Bug 1960621] Re: Nvidia 510 drivers result in failure to start GUI on GeForce GTX 1050 Ti

2022-02-15 Thread Rolf Leggewie
It seems that this might be a regression introduced via the fix for bug 1957790. Please show the output of "dpkg -l nvidia-driver" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960621 Title: Nvidi

  1   2   3   4   5   6   7   8   9   10   >